Hi
I installed VL-Lite on old very laptop (P233, 32MB RAM).
The system starts, I can logon and even run X, but there are multiple error messages during the startup procedure like those:
udevd-event[1771]: udev_node_mknod: mknod(/dev/pty/s174.udev-tmp, 020660, 3, 174) failed: No space left on device
udevd-event[1772]: udev_node_mknod: mknod(/dev/pty/s175.udev-tmp, 020660, 3, 175) failed: No space left on device
udevd-event[1773]: udev_node_mknod: mknod(/dev/vcc/0.udev-tmp, 020660, 7, 0) failed: No such file or directory
But I'm sure I'm not running out of disk space or Inodes. I cannot create directories or files in /dev, in other directories I can.
Here is output of df:
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda3 5874424 2332192 3243828 42% /
tmpfs 11980 0 11980 0% /dev/shm
mount
/dev/sda3 on / type ext2 (rw)
tmpfs on /dev/shm type tmpfs (rw)
usbfs on /proc/bus/usb type usbfs (rw,devmode=0666)
ls -l
drwxrwxrwx 17 root root 8900 2008-10-09 10:26 dev/
Does anyone have idea where could be a problem??