From owner-freebsd-emulation Sat Jan 29 11:52:55 2000 Delivered-To: freebsd-emulation@freebsd.org Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (Postfix) with ESMTP id 649A61578A for ; Sat, 29 Jan 2000 11:52:48 -0800 (PST) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.9.3/8.9.3) with ESMTP id LAA89962; Sat, 29 Jan 2000 11:52:40 -0800 (PST) (envelope-from dwhite@resnet.uoregon.edu) Date: Sat, 29 Jan 2000 11:52:40 -0800 (PST) From: Doug White To: Phil Regnauld Cc: Bjoern Groenvall , "F. Heinrichmeyer" , freebsd-emulation@FreeBSD.ORG Subject: Re: ASDM and linux emulation? In-Reply-To: <20000129161821.08322@ns.int.ftf.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, 29 Jan 2000, Phil Regnauld wrote: > [-current removed] > > Bjoern Groenvall writes: > > > > > > I would like to use an ASDM (backup software) with linux-emulation. I > > > > get > > > > the following in /var/log/messages: > > I've only succeeded in running the SCO v2 client so far. > (on a 3.3-R machine). > > I haven't tried the v3 SVR4 binaries yet. > > Linux always gave me problems (invalid domain). Linux is sticky since the file operation syscalls use a 'virtual root' under /compat/linux. If the backup works, you'll end up backing up /compat/linux and not / as you might expect. I hacked the linux kernel module to not apply this path change. It works fine otherwise. Unfortunately this is a pain, esp. on 3.X since I can't register a sysctl to tweak it (I can on 4.X), so anytime I want to use a real Linux app (like acroread) I have to swap modules. Note that binaries run without the pathmunging must be statically linked since they'll never find their libraries. The SCO emulation doesn't path munge. I must have tried the wrong client because I did try the SCO v3 client without success. I'll try the v2 client and see if that works. > I have some notes on getting the SCO client to work, > if you're interested -- works like a charm (the command > line / batch mode). > > > > What FreeBSD is this? I've run the v3 client under linux mode without bad > > > syscalls (just that silly pathmunging stuff that I need to renew the fight > > > over). > > I am interested in this -- do you have any notes of how you proceeded ? > What system ? Doug White | FreeBSD: The Power to Serve dwhite@resnet.uoregon.edu | www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message