From owner-freebsd-bugs Fri Mar 30 3:40: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8730937B71E for ; Fri, 30 Mar 2001 03:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f2UBe1k16815; Fri, 30 Mar 2001 03:40:01 -0800 (PST) (envelope-from gnats) Received: from chg.ru (netserv1.chg.ru [193.233.46.3]) by hub.freebsd.org (Postfix) with ESMTP id 25D2A37B719 for ; Fri, 30 Mar 2001 03:38:42 -0800 (PST) (envelope-from dima@chg.ru) Received: (from dima@localhost) by chg.ru (8.9.3/8.9.3) id PAA65237; Fri, 30 Mar 2001 15:38:39 +0400 (MSD) (envelope-from dima) Message-Id: <200103301138.PAA65237@chg.ru> Date: Fri, 30 Mar 2001 15:38:39 +0400 (MSD) From: Дмитрий Сиваченко Reply-To: dima@Chg.RU To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/26215: Incorrect way to start SVR4 emulation on boot Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 26215 >Category: conf >Synopsis: Incorrect way to start SVR4 emulation on boot >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 30 03:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Dmitry Sivachenko >Release: FreeBSD 3.3-RELEASE i386 >Organization: >Environment: Recent FreeBSD-STABLE >Description: svr4.ko requires streams.ko to be loaded. /usr/sbin/svr4 takes care of this. /usr/sbin/svr4 should be used in /etc/rc instead of 'kldload svr4'. >How-To-Repeat: Add svr4_enable="YES" in /etc/rc.conf and reboot. An error occurs while loading svr4.ko. >Fix: --- rc.orig Fri Mar 30 15:31:35 2001 +++ rc Fri Mar 30 15:31:46 2001 @@ -622,7 +622,7 @@ # case ${svr4_enable} in [Yy][Ee][Ss]) - echo -n ' svr4'; kldload svr4 > /dev/null 2>&1 + echo -n ' svr4'; svr4 > /dev/null 2>&1 ;; esac >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message