Displaying 4 results from an estimated 4 matches for "udevcontrol".
2011 Jun 13
2
Odd issue with custom udev rule at boot
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 in questions I've called /etc/udev/rules.d/49-udev-override.rules and it contains
KERNEL=="tty[A-Z]*", NAME="%k", GROUP=&qu...
2006 Sep 25
2
Hotplug scripts not working after today''s checkout
Hi,
I''ve run into the following error when trying to create a domU:
root@jupiter:/etc/xen# xm create node0-mgmt -c
Using config file "node0-mgmt".
Error: Device 0 (vif) could not be connected. Hotplug scripts not working.
root@jupiter:/etc/xen#
Excerpt from xend.log:
[2006-09-25 14:55:48 xend 2015] DEBUG (DevController:110) DevController:
writing
2014 Apr 24
0
Problem making usbhid-ups working on Centos 5.7
On Apr 23, 2014, at 3:47 AM, Frantz de Germain wrote:
> I've compiled and installed nut-2.7.2 on a Xen server (Actually XCP
> 1.6/Centos 5.7) to manage a Dell UPS 2700W.
>
> Here is my ups.conf :
>
> [SU27003U-08]
> driver = usbhid-ups
> port = auto
> desc = "SU27003U-08"
>
> 52-nut-usbups.rules have well been installed in
2014 Apr 23
2
Problem making usbhid-ups working on Centos 5.7
Hello,
I've compiled and installed nut-2.7.2 on a Xen server (Actually XCP
1.6/Centos 5.7) to manage a Dell UPS 2700W.
Here is my ups.conf :
[SU27003U-08]
driver = usbhid-ups
port = auto
desc = "SU27003U-08"
52-nut-usbups.rules have well been installed in /lib/udev/rules.d/. I've put
it in /etc/udev/rules.d/ too.
I've rebooted the machine.