From owner-freebsd-bugs Mon Jan 15 09:33:59 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA25780 for bugs-outgoing; Mon, 15 Jan 1996 09:33:59 -0800 (PST) Received: from freelunch.freenet.kiev.ua (root@freelunch.freenet.kiev.ua [194.44.28.250]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA25770 for ; Mon, 15 Jan 1996 09:33:48 -0800 (PST) Received: from knight.ukma.kiev.ua ([194.44.142.22]) by freelunch.freenet.kiev.ua (8.6.12/osf3.2xla) with ESMTP id TAA06027 for ; Mon, 15 Jan 1996 19:37:10 +0200 Received: from snark.ukma.kiev.ua (snark.ukma.kiev.ua [194.44.142.83]) by knight.ukma.kiev.ua (8.6.11/dk01) with ESMTP id TAA21379 for ; Mon, 15 Jan 1996 19:33:06 +0200 Received: (from dk@localhost) by snark.ukma.kiev.ua (8.6.11/8.6.9) id TAA07228; Mon, 15 Jan 1996 19:37:35 +0200 Date: Mon, 15 Jan 1996 19:37:34 +0200 (EET) From: Dmitry Kohmanyuk To: freebsd-bugs@freebsd.org Subject: diskless bugs in 2.1 Message-ID: X-OS: FreeBSD X-$LANG: ru_SU.KOI8-R MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@freebsd.org Precedence: bulk hi, here is a list of bugs/misfeatures found while operating a diskless 2.1 box (and 2.0.5 box as well): - the /etc/security checks filesystems of type ufs for set[ug]id files. so, you get list of your environmental variables in report (`set $MP' line should check for MP being non-empty) - /etc/weekly wouldn't run makewhatis if /usr is read-only. minor: - the /etc/netstart runs routed or gated if requested. the problem it is executed before mount, so they cannot be started (yes, my router is diskless 486 4Mb machine with sendmail, bind and gated on it). (perhaps I can just statically link them) same problem with /usr/sbin/sysctl (should go to /sbin) btw, is it possible to convert shared executable to static one? (this can help to resolve this) I also propose adding rarpdflags to /etc/sysconfig (I have the following in mine): +# Set to appropriate flags for rarpd, if you intend to serve +# Reverse ARP requests from diskless clients. Note that tftpd and bootpd +# should be configured too. +#rarpdflags="-a" +rarpdflags="NO"