Bug 3577 - mdev.conf not used
Summary: mdev.conf not used
Status: RESOLVED INVALID
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.18.x
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-09 00:11 UTC by Bu
Modified: 2011-04-11 02:54 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.