From owner-freebsd-questions@FreeBSD.ORG Fri Jun 2 20:42:32 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 BD35B16A541 for ; Fri, 2 Jun 2006 20:42:32 +0000 (UTC) (envelope-from bsd-unix@earthlink.net) Received: from pop-satin.atl.sa.earthlink.net (pop-satin.atl.sa.earthlink.net [207.69.195.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5C6F443D64 for ; Fri, 2 Jun 2006 20:42:29 +0000 (GMT) (envelope-from bsd-unix@earthlink.net) Received: from fl-71-54-28-212.dhcp.sprint-hsd.net ([71.54.28.212] helo=kt.weeeble.com) by pop-satin.atl.sa.earthlink.net with smtp (Exim 3.36 #10) id 1FmGTU-0003NF-00; Fri, 02 Jun 2006 16:42:28 -0400 Date: Fri, 2 Jun 2006 16:43:09 -0400 From: Randy Pratt To: "Donald Teed" Message-Id: <20060602164309.9863f9d8.bsd-unix@earthlink.net> In-Reply-To: References: X-Mailer: Sylpheed version 2.2.5 (GTK+ 2.8.18; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: 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: Fri, 02 Jun 2006 20:42:33 -0000 On Fri, 2 Jun 2006 16:49:09 -0300 "Donald Teed" wrote: > Hi, > > Our institution uses networker for backups. We absolutely require > networker client for FreeBSD. I'm astonished that it was just dropped > from ports. > > I have a dozen or so machines where networker client is already > humming along and it works well for us. I have a recently setup > BSD box I want to add to the backup routines. Unfortunately, > making a tar of nsr folder and copying the networker.sh script > has not worked. We have the same 4.11 BSD on all BSD boxes. > When I try to run nsrexecd, it dumps core. > > I found an old copy of the dists tarball, but that doesn't > contain everything I'm finding in an existing install of networker > client on another BSD box. > > Has anyone figured out how to support networker client > since it was dropped from ports? I would think the first thing to do would be to fix the unresolved security issues. http://www.freebsd.org/cgi/cvsweb.cgi/ports/sysutils/nwclient/Attic/ http://www.vuxml.org/freebsd/d177d9f9-e317-11d9-8088-00123f0f7307.html It was marked as forbidden as far back as July 2005 and apparently no one stepped up to fix those issues and was subsequently removed from the ports tree. It also seems that the security issues existed as far back as 2002. You should be able to copy the ports skeleton(s) from your existing machines (or get it from CVS) and build it that way. I'd just be a bit cautious relying on software with known security issues. Caveat: I could be wrong on this since I don't use and have never used this port. HTH, Randy --