Jurij Smakov wrote:
No, I don't think its bootlogd. According to /etc/rcS.d/S02mountkernfs.sh
it is possible for /var/run to be mounted on tmpfs (and it would
become writeable before the udev is run in that case) by setting
RAMRUN=yes in /etc/default/rcS. Can you post the output of 'mount' on
your machine?
Sure:
[EMAIL PROTECTED]:~$ more /etc/default/rcS
...
TMPTIME=0
SULOGIN=no
DELAYLOGIN=no
UTC=yes
VERBOSE=yes
FSCKFIX=no
[EMAIL PROTECTED]:~$ mount
/dev/sda1 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
usbfs on /proc/bus/usb type usbfs (rw,noexec,nosuid,nodev)
automount(pid4620) on /mnt type autofs
(rw,fd=4,pgrp=4620,minproto=2,maxproto=4)
10.0.0.1:/home/dieter on /mnt/gandalf type nfs
(rw,rsize=8192,wsize=8192,timeo=14,hard,intr,addr=10.0.0.1)
greetz
Dieter
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]