From owner-freebsd-isp@FreeBSD.ORG Tue Feb 21 12:31:10 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B40E216A420 for ; Tue, 21 Feb 2006 12:31:10 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from proof.pobox.com (proof.pobox.com [207.106.133.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 485AC43D60 for ; Tue, 21 Feb 2006 12:31:06 +0000 (GMT) (envelope-from b.candler@pobox.com) Received: from proof (localhost [127.0.0.1]) by proof.pobox.com (Postfix) with ESMTP id 8207B731B6; Tue, 21 Feb 2006 07:31:05 -0500 (EST) Received: from mappit.local.linnet.org (212-74-113-67.static.dsl.as9105.com [212.74.113.67]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by proof.sasl.smtp.pobox.com (Postfix) with ESMTP id 4B3CA1BFF7; Tue, 21 Feb 2006 07:31:04 -0500 (EST) Received: from lists by mappit.local.linnet.org with local (Exim 4.60 (FreeBSD)) (envelope-from ) id 1FBWfX-000EEG-1X; Tue, 21 Feb 2006 12:31:03 +0000 Date: Tue, 21 Feb 2006 12:31:02 +0000 From: Brian Candler To: Mike Tibor Message-ID: <20060221123102.GB54650@uk.tiscali.com> References: <20060220152603.Y98076@alpha.tibor.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060220152603.Y98076@alpha.tibor.org> User-Agent: Mutt/1.4.2.1i Cc: freebsd-isp@freebsd.org Subject: Re: ADSM/TSM on FreeBSD-6.0 X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Feb 2006 12:31:10 -0000 On Mon, Feb 20, 2006 at 03:36:47PM -0900, Mike Tibor wrote: > On FreeBSD 4.x I used the old SCO client to back up my FreeBSD boxes, > which worked great for my needs. However, I just installed my first > FreeBSD 6.0 box, and have having some problems making it work. Here's > what I get: > > mtibor@mailxf$ /usr/adsm/dsmc > Abort trap: 6 > > Doing a kldstat verifies that ibcs2.ko and ibcs2_coff.ko are both loaded. I don't know if installing /usr/ports/misc/compat4x would help - I guess not, but it might be worth a try. Perhaps you should raise this on freebsd-stable, as you might be more likely to find a fellow SCO user or someone interested in tracking an ibcs2 regression. Regards, Brian.