Hi, I upgraded to busybox 18.0 from 16.x. It appears that settings in /etc/mdev/mdev.conf are not applied when I type 'mdev -s' Contents of mdev.conf: root@mmnet:~# cat /etc/mdev/mdev.conf console 0:0 600 mem 0:0 640 null 0:0 666 ptmx 0:0 666 tty 0:0 666 urandom 0:0 664 zero 0:0 666 sd[a-z][0-9]* 0:0 660 See sequence below: root@mmnet:~# ls -al /dev/null crw-rw---- 1 root root 1, 3 Jul 31 06:10 /dev/null root@mmnet:~# rm /dev/null root@mmnet:~# mdev -s root@mmnet:~# ls -al /dev/null crw-rw---- 1 root root 1, 3 Jul 31 06:15 /dev/null
Ehm, this was due to a mistake in build system. Please close the bug.