Bug#339351: initscripts: Error at checkroot.sh

2005-11-16 Thread Michael Biebl
One more thing: Imo the initscripts are currently a pretty mess. Take mountvirtfs for example. It is started at S02, then again after udev (because udev has created /dev and things like /dev/pts have to be mounted again) and is again called inside checkrootfs. I don't know the current initscripts w

Bug#339351: initscripts: Error at checkroot.sh

2005-11-16 Thread Michael Biebl
The error message comes from checkroot.sh, line 351 where /etc/init.d/mountvirtfs is sourced. mountvirtfs isn't called with a start parameter so it actually is mountvirtfs that complains that you should start it with (start|stop|...). The output is Usage: /etc/rcS.d/S10checkroot.sh start|stop|resta

Bug#339351: initscripts: Error at checkroot.sh

2005-11-16 Thread Laurent Bonnaud
Hi, I get the same error. The exact message, taken from /var/log/boot, is (with some context): Mon Nov 14 12:08:32 2005: . Mon Nov 14 12:08:32 2005: Setting parameters of disc: (none). Mon Nov 14 12:08:32 2005: Activating swap... Mon Nov 14 12:08:32 2005: . Mon Nov 14 12:08:32 2005: Checking roo

Bug#339351: initscripts: Error at checkroot.sh

2005-11-15 Thread François Valenduc
Package: initscripts Version: 2.86.ds1-5 Severity: normal When the script checkroot.sh is run during startup, I get an error message similar to this one: * Usage: /etc/init.d/checkroot.sh {start|stop|restart|force-reload} It's like if a init.d scripts is called with a wrong argument. I looked at