From owner-freebsd-questions@FreeBSD.ORG Mon Sep 18 23:06: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 3246216A407 for ; Mon, 18 Sep 2006 23:06:32 +0000 (UTC) (envelope-from freebsd@dfwlp.com) Received: from zeus.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id BF66B43D58 for ; Mon, 18 Sep 2006 23:06:31 +0000 (GMT) (envelope-from freebsd@dfwlp.com) Received: from athena.dfwlp.com (athena.dfwlp.com [192.168.125.83]) (authenticated bits=0) by zeus.dfwlp.com (8.13.6/8.13.6) with ESMTP id k8IN6UDw063357 for ; Mon, 18 Sep 2006 18:06:30 -0500 (CDT) (envelope-from freebsd@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Mon, 18 Sep 2006 18:06:29 -0500 User-Agent: KMail/1.9.4 References: <200609181625.38479.josh@tcbug.org> In-Reply-To: <200609181625.38479.josh@tcbug.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200609181806.29858.freebsd@dfwlp.com> X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.5 X-Spam-Checker-Version: SpamAssassin 3.1.5 (2006-08-29) on zeus.dfwlp.com Subject: Re: Veritas 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, 18 Sep 2006 23:06:32 -0000 On Monday 18 September 2006 11:25, Josh Paetzel wrote: > Just wondering if anyone has managed to make the Veritas Backup Exec > client work on FBSD 6.x using linux emulation. > > I can get it to run but the server doesn't seem to be able to actually > backup anything. i havent used backup exec server in freebsd, but i have many NetBackup 5.1 clients. are you sure that the veritas binaries for backup exec are actually working? when i first installed my netbackup clients, i ran thru the entries listed in /etc/inetd.conf to make sure they ran, and came up with 6 .so files that were missing (were actually much newer). after i symlinked the existing .so files to the versions the the netbackup client was looking for, when i re-ran all the executable pieces from command line, i finally got either no, or output that told me all the bits were working. hth, jonathan