[Bug 3577] New: mdev.conf not used

bugzilla at busybox.net bugzilla at busybox.net
Sat Apr 9 00:11:29 UTC 2011


https://bugs.busybox.net/show_bug.cgi?id=3577

           Summary: mdev.conf not used
           Product: Busybox
           Version: 1.18.x
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P5
         Component: Other
        AssignedTo: unassigned at busybox.net
        ReportedBy: bugzilla at t3i.nl
                CC: busybox-cvs at busybox.net
   Estimated Hours: 0.0


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 at 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 at mmnet:~# ls -al /dev/null 
crw-rw----    1 root     root        1,   3 Jul 31 06:10 /dev/null
root at mmnet:~# rm /dev/null 
root at mmnet:~# mdev -s
root at mmnet:~# ls -al /dev/null 
crw-rw----    1 root     root        1,   3 Jul 31 06:15 /dev/null

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list