udev on FC5t2

Aryanto Rachmad aryanto.rachmad at chello.at
Mon Feb 13 06:57:05 UTC 2006


Hello All,

I upgraded the OS of my IBM xSeries 330 from 2.6.15-1.1831_FC4-smp-i686 to 2.6.15-1.1928_FC5-smp-i686 due to the trouble I had getting MySQL 5.0 running on FC4. But now I have a little bit problem with udev.

I am running asterisk PBX on this server with TDM400P PCI card, called zaptel device. Now in FC5t2, asterisk can not run automatically after reboot due to it can not load this zaptel device. I have to do the following before starting asterisk manually:

chown -R asterisk:asterisk /dev/zap
chown asterisk /dev/tty9

In FC4, I have the following set on zaptel.rules under /etc/udev/rules.d:

KERNEL="zapctl",     NAME="zap/ctl", OWNER="asterisk", GROUP="asterisk", MODE="0660"
KERNEL="zaptimer",   NAME="zap/timer", OWNER="asterisk", GROUP="asterisk", MODE="0660"
KERNEL="zapchannel", NAME="zap/channel", OWNER="asterisk", GROUP="asterisk", MODE="0660"
KERNEL="zappseudo",  NAME="zap/pseudo", OWNER="asterisk", GROUP="asterisk", MODE="0660"
KERNEL="zap[0-9]*",  NAME="zap/%n", OWNER="asterisk", GROUP="asterisk", MODE="0660"
KERNEL="tty9",       OWNER="asterisk"

That setting is the same in FC5t2, but the /etc/udev/udev.conf in FC5t2 only contains:

udev_log="err"

While in FC4 it contains:

udev_root="/dev"
udev_db="/dev/.udevdb"
udev_rules="/etc/udev/rules.d"
udev_log="err"

I am not sure if I can use the same setting in FC5t2.

Do you have any suggestion?

Thanks a lot in advance for your help.

Cheers,

Anto
----
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.fedoraproject.org/pipermail/test/attachments/20060213/1fab2c94/attachment.html 


More information about the test mailing list