From owner-freebsd-stable Mon Jan 22 7:25:41 2001 Delivered-To: freebsd-stable@freebsd.org Received: from yertle.kciLink.com (yertle.kciLink.com [208.184.13.195]) by hub.freebsd.org (Postfix) with ESMTP id 3538F37B401 for ; Mon, 22 Jan 2001 07:25:24 -0800 (PST) Received: from onceler.kciLink.com (onceler.kciLink.com [208.184.13.196]) by yertle.kciLink.com (Postfix) with ESMTP id D7F5C2E443 for ; Mon, 22 Jan 2001 10:25:22 -0500 (EST) Received: (from khera@localhost) by onceler.kciLink.com (8.11.1/8.11.1) id f0MFPMI31278; Mon, 22 Jan 2001 10:25:22 -0500 (EST) (envelope-from khera) From: Vivek Khera MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14956.20706.794323.519259@onceler.kciLink.com> Date: Mon, 22 Jan 2001 10:25:22 -0500 To: freebsd-stable@freebsd.org Subject: Re: Required files for Linux emulation In-Reply-To: <5.0.0.25.2.20010120140820.02188bd0@216.67.14.69> References: <5.0.0.25.2.20010120140820.02188bd0@216.67.14.69> X-Mailer: VM 6.88 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "FA" == Forrest Aldrich writes: FA> I have a third-party program (Interscan Viruswall, anyone using that on FA> FreeBSD?) that seems to require an additional amount of info to determine FA> the version of Linux supported: FA> grep: /etc/redhat-release: No such file or directory Is that from a shell script? Make sure the shell script runs in linux mode. ie, change /bin/sh to /compat/linux/bin/sh. This usually fixes things up for me. I have this: [onceler]% cat /compat/linux/etc/redhat-release Red Hat Linux release 6.1 (Cartman) [onceler]% uname -a FreeBSD onceler.kciLink.com 4.2-STABLE FreeBSD 4.2-STABLE #0: Mon Jan 15 13:44:07 EST 2001 khera@yertle.kciLink.com:/u/yertle2/usr.obj/amd/onceler/u/onceler1/usr/src/sys/ONCELER i386 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message