Bug 3577

Summary: mdev.conf not used
Product: Busybox Reporter: Bu <bugzilla>
Component: OtherAssignee: unassigned
Status: RESOLVED INVALID    
Severity: normal CC: busybox-cvs
Priority: P5    
Version: 1.18.x   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description Bu 2011-04-09 00:11:29 UTC
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
Comment 1 Bu 2011-04-09 20:51:09 UTC
Ehm, this was due to a mistake in build system. Please close the bug.