Re: [CentOS] Odd issue with custom udev rule at boot

2011-06-16 Thread James A. Peltier
- Original Message - | James A. Peltier wrote: | | > BTW: Can anyone try this to see if it is in fact a bug or not? | > | > Create a file called | > | > /etc/udev/rules.d/99-udev-override.rules | > | > that contains | > | > KERNEL=="tty[A-Z]*", GROUP="some_other_group_than_uucp", | > MODE=

Re: [CentOS] Odd issue with custom udev rule at boot

2011-06-16 Thread James Pearson
James A. Peltier wrote: > BTW: Can anyone try this to see if it is in fact a bug or not? > > Create a file called > > /etc/udev/rules.d/99-udev-override.rules > > that contains > > KERNEL=="tty[A-Z]*", GROUP="some_other_group_than_uucp", MODE="0660", > OPTIONS="last_rule" > > with mode of 06

Re: [CentOS] Odd issue with custom udev rule at boot

2011-06-15 Thread James A. Peltier
- Original Message - | - Original Message - | | On 6/14/11, James A. Peltier wrote: | | > The rules are parsed, applied and the permissions are then correct | | > but why | | > is it not doing so at boot? The file in questions I've called | | > /etc/udev/rules.d/49-udev-override.ru

Re: [CentOS] Odd issue with custom udev rule at boot

2011-06-15 Thread James A. Peltier
- Original Message - | On 6/14/11, James A. Peltier wrote: | > The rules are parsed, applied and the permissions are then correct | > but why | > is it not doing so at boot? The file in questions I've called | > /etc/udev/rules.d/49-udev-override.rules and it contains | > | > KERNEL=="tty[

Re: [CentOS] Odd issue with custom udev rule at boot

2011-06-15 Thread Emmanuel Noobadmin
On 6/14/11, James A. Peltier wrote: > The rules are parsed, applied and the permissions are then correct but why > is it not doing so at boot? The file in questions I've called > /etc/udev/rules.d/49-udev-override.rules and it contains > > KERNEL=="tty[A-Z]*",NAME="%k", GROUP="rcl", M

Re: [CentOS] Odd issue with custom udev rule at boot

2011-06-15 Thread James A. Peltier
- Original Message - | James A. Peltier wrote: | > Hi All, | > | > I've written a custom udev rule to change the permissions of | > /dev/ttyS* but it doesn't seem to be working at boot up. If I run | > | > /sbin/udevcontrol reload_rules; udevtrigger | > | > The rules are parsed, applied a

Re: [CentOS] Odd issue with custom udev rule at boot

2011-06-13 Thread James Pearson
James A. Peltier wrote: > Hi All, > > I've written a custom udev rule to change the permissions of /dev/ttyS* but > it doesn't seem to be working at boot up. If I run > > /sbin/udevcontrol reload_rules; udevtrigger > > The rules are parsed, applied and the permissions are then correct but wh

[CentOS] Odd issue with custom udev rule at boot

2011-06-13 Thread James A. Peltier
Hi All, I've written a custom udev rule to change the permissions of /dev/ttyS* but it doesn't seem to be working at boot up. If I run /sbin/udevcontrol reload_rules; udevtrigger The rules are parsed, applied and the permissions are then correct but why is it not doing so at boot? The file