From owner-freebsd-questions@FreeBSD.ORG Mon Jun 5 19:55:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF0D316A854 for ; Mon, 5 Jun 2006 19:55:12 +0000 (UTC) (envelope-from donald.teed@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29E5943D46 for ; Mon, 5 Jun 2006 19:55:12 +0000 (GMT) (envelope-from donald.teed@gmail.com) Received: by py-out-1112.google.com with SMTP id m51so1495650pye for ; Mon, 05 Jun 2006 12:55:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fn7PdA1efKVrWTq/1r89QHbeuEtoPQMgwB3FrfcqcrWtFtPcHGeqRNaq3Lx2C6tQbnJgfvHi8qukioGNz4UFsj+QEvKHEcAB94yD3LFzP89U6b7SLRDWgw3aif4KHhU1RQsCssYd+L6LuT1ysbzOILRL/GOa/Z2M9jTyXFM0HFc= Received: by 10.35.76.9 with SMTP id d9mr7159022pyl; Mon, 05 Jun 2006 12:55:11 -0700 (PDT) Received: by 10.35.49.17 with HTTP; Mon, 5 Jun 2006 12:55:11 -0700 (PDT) Message-ID: Date: Mon, 5 Jun 2006 16:55:11 -0300 From: "Donald Teed" To: "Randy Pratt" , freebsd-questions@freebsd.org In-Reply-To: <20060602221429.79e9f748.bsd-unix@earthlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060602164309.9863f9d8.bsd-unix@earthlink.net> <20060602221429.79e9f748.bsd-unix@earthlink.net> Cc: Subject: [RESOLVED] Re: How to get networker backup software X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2006 19:55:18 -0000 Hi, The trick of doing a ports cvsup from back in time worked. We have a working networker client again! I'm even more concerned that the client version is going to go stale. I don't know how the package was made for BSD, and I'm not sure if it is legally possibly to port the current versions of the networker client over. Thanks for the assistance, Randy... --Donald On 6/2/06, Randy Pratt wrote: > On Fri, 2 Jun 2006 19:01:38 -0300 > "Donald Teed" wrote: > > > As far as I know, the security issues are moot. The note > > I remember seeing said that the default configuration > > was problematic. If our backup server is behind a firewall, > > and we always config things after installing, I can't > > see how the security issue is relevant enough to rip > > it out of ports. It is far better to have a security issue > > awaiting resolution than to have zero backup capability. > > > > The ports skeleton we have is on one machine and > > shared by NFS to the rest. It is updated nightly so > > the old one is gone. We do have the tarball > > in distfiles, but I don't see a Makefile, etc. > > > > How do I find it from CVS source? Is there a pointer on > > where to find that? > > You could get a complete tree just before the port was removed by > setting a date in a cvsup file. Its been awhile since I've done > this but here's a modified example from an old file I still had: > > *default host=cvsup4.FreeBSD.org (or whatever) > *default base=/usr/oldtree > *default prefix=/home/oldtree > *default release=cvs > *default delete use-rel-suffix > *default date=2006.03.31.00.00.00 > *default compress > ports-all > > I think that date is about 8 hours before the ports were removed > from the tree but you might want to check the dates of any other > ports you might need to be sure the date is correct for what you > need. You can check these with cvsweb: > > http://www.freebsd.org/cgi/cvsweb.cgi/ > > Note that the base and prefix are different so that you don't > clobber your existing ports tree. Choose something appropriate > for your situation. > > Instead of using "ports-all", you might save some bandwidth by only > selecting the ports modules you need. They are listed in: > > /usr/share/examples/cvsup/ports-supfile > > You would have selected entries in your supfile like: > > ports-base > ports-sysutils > > After that, just cvsup using the new supfile. That should get what > is needed and then you'll be able to add them to your NFS tree. > > It sounds like you're quite familar with these ports. Perhaps if > you can get them security patched you might consider becoming the > maintainer for the ports and get them back in the tree. > > Perhaps this will get you closer to where you need to be. If > anyone spots anything I missed, be sure to comment. > > Randy > > -- > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >