On Tuesday 03 April 2007, Franck Bourdonnec wrote:
> Update of /cvsroot/ipcop/ipcop/config/install
> In directory
sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv7026
>
> Modified Files:
> rc
> Log Message:
> Start udev before syslogd because syslogd wants
/dev/null (and /dev is
> almost empty) Also
remove absolute path, annoying because everything is
> in /bin on the installer system
>
Franck,
Before you run udev /dev should have null and console. The
correct fix should
be to make sure they exist in /dev before you run udev.
Udev itself uses
syslog.
IvanK.
>
> Index: rc
>
============================================================
=======
> RCS file: /cvsroot/ipcop/ipcop/config/install/rc,v
> retrieving revision 1.11
> retrieving revision 1.12
> diff -C2 -d -r1.11 -r1.12
> *** rc 25 Apr 2006 11:45:19 -0000 1.11
> --- rc 3 Apr 2007 15:35:43 -0000 1.12
> ***************
> *** 34,41 ****
> mount -n -t ramfs none /root
>
> - echo "Starting syslogd"
> - syslogd -O /dev/tty4
> -
> echo "Starting udev"
> ! /sbin/udevstart
>
> --- 34,40 ----
> mount -n -t ramfs none /root
>
> echo "Starting udev"
> ! udevstart
>
> + echo "Starting syslogd"
> + syslogd -O /dev/tty4
>
------------------------------------------------------------
-------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
chance to share your
opinions on IT & business topics through brief
surveys-and earn cash
http://www.techsay.com/default.
php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
IPCop-devel mailing list
IPCop-devel lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-devel
|