search for: udevd

Displaying 20 results from an estimated 398 matches for "udevd".

Did you mean: udev
2008 Dec 30
2
Upgrade from 4.7 to 5.2 problem with udev and ssl
...y. I had to use httpd.conf.rpmnew to even get apache to start. Got it running but now I seem to have no secure connection to webmin. Next, I have never seen this before but I don't appear to have problems that I have found. Upon startup, I get the following: Dec 28 22:17:57 palmettodomains udevd[428]: add_to_rules: invalid BUS operation Dec 28 22:17:57 palmettodomains udevd[428]: add_to_rules: invalid rule '/etc/udev/rules.d/10-wacom.rules:7' Dec 28 22:17:57 palmettodomains udevd[428]: add_to_rules: invalid BUS operation Dec 28 22:17:57 palmettodomains udevd[428]: add_to_rules: inv...
2014 Apr 24
0
Problem making usbhid-ups working on Centos 5.7
...t; > Bus 001 Device 008: ID 047c:ffff Dell Computer Corp. Thanks for a thorough problem report. What version of udev and Linux kernel does your system use? (Alternatively, is there a URL that lists package versions for CentOS, similar to http://packages.debian.org/nut?) Could you please run udevd in debug mode while plugging in the UPS? This message shows what happens when udev properly detects the UPS and changes permissions on the /dev nodes: http://article.gmane.org/gmane.comp.monitoring.nut.devel/6558 -- Charles Lepple clepple at gmail
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.
2009 Nov 13
1
Xorcom Astribank udev issue in Ubuntu 9.10
Hi, I have upgraded an Asterisk installation with a Xorcom BRI Astribank that was working under Ubuntu 8.04 to Ubuntu 9.10 and the device is no longer initialized. When I reload the udev rules, I see that the rules seems to be correctly loaded: udevd[452]: reading '/etc/udev/rules.d/40-xpp.rules' as rules file However, these rules do not seem to be triggered: # udevadm trigger --attr-match=idVendor=e4e4 --action add UDEV [1258155881.753357] add /devices/pci0000:00/0000:00:1a.7/usb1/1-1 (usb) UDEV_LOG=7 ACTION=add DEVPATH=/devi...
2016 Mar 20
0
[PATCH v2 1/7] appliance: Print location of udevd.
This is useful for debugging (but we can't print it unconditionally since we cannot run grep etc yet). It also allows us to identify when udevd is invoked so we can time it for boot analysis. --- appliance/init | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/appliance/init b/appliance/init index f6fe9b9..657943c 100755 --- a/appliance/init +++ b/appliance/init @@ -65,10 +65,12 @@ systemd-tmpfiles --prefix=/dev...
2008 Jun 24
2
udevd can't reach LDAP-server during boot
Hi! I'm using CentOS 5.1 (x86_64) machines which authenticate using LDAP. At the start of booting I get messages like this: udevd[1158]: nss_ldap: failed to bind to LDAP server ldaps://ldap.server.example.com/: Can't contact LDAP server udevd[1158]: nss_ldap: reconnecting to LDAP server... udevd[1158]: nss_ldap: could not connect to any LDAP server as (null) - Can't contact LDAP server udevd[1158]: nss_ldap: failed to...
2014 Nov 14
2
Unable to start container after OS upgrade
...chown: cannot access `/dev/lp3': No such file or directory /bin/mknod: `/dev/net/tun': Operation not permitted /bin/mknod: `/dev/ppp': Operation not permitted /bin/mknod: `/dev/fuse': Operation not permitted /sbin/start_udev: line 269: /proc/sys/kernel/hotplug: Read-only file system udevd[71]: file_contexts:  invalid context system_u:object_r:device_t:s0 udevd[71]: file_contexts:  invalid context system_u:object_r:device_t:s0 udevd[71]: matchpathcon(/dev/.udev/rules.d) failed udevd[71]: matchpathcon(/dev/.udev/rules.d) failed                                                        ...
2018 Oct 30
0
Fw: Re: [SPDK] VM boot failed sometimes if using vhost-user-blk with spdk
...ils.ucas.ac.cn> Sent Time: 2018-10-30 14:06:00 (Tuesday) To: "storage performance development kit" <spdk at lists.01.org> Cc: centos at centos.org, qemu-discuss at nongnu.org Subject: Re: [SPDK] VM boot failed sometimes if using vhost-user-blk with spdk I enable debug of systemd-udevd by changing guest's /etc/udev/udev.conf to this: udev_log="debug" and regenerate initramfs. Then, we can get more message about this issue. I select some useful messages from /run/initramfs/rdsosreport.txt: systemd-udevd[199] probe /dev/vdb raid offset=8 systemd-udevd[199] no db...
2014 Nov 20
2
[PATCH 0/2] appliance: When running systemd-tmpfiles, pass --boot
https://bugzilla.redhat.com/show_bug.cgi?id=1165785 Since the --boot option is relatively new (added 2013-12), I suspect this will break older versions of systemd. However it should be fine for all currently supported versions of Fedora. Rich.
2016 Mar 22
1
Re: [PATCH v2 1/7] appliance: Print location of udevd.
On Sunday 20 March 2016 12:30:58 Richard W.M. Jones wrote: > This is useful for debugging (but we can't print it unconditionally > since we cannot run grep etc yet). It also allows us to identify > when udevd is invoked so we can time it for boot analysis. > --- I just sent a patch to make use of bash functionalities for string matching in /proc/cmdline. This way, the verbosity level could be checked earlier than this point (earlier than what patch #3 in this series does), and used here. -- Pino...
2017 Mar 10
1
[PATCH] appliance: run systemd-tmpfiles also for /var/run
...tatus=none | od -x -A n) echo "${machine_id// /}" > /etc/machine-id # Set up tmpfiles (must run after kmod.conf is created above). -systemd-tmpfiles --prefix=/dev --prefix=/run --create --boot +systemd-tmpfiles --prefix=/dev --prefix=/run --prefix=/var/run --create --boot # Find udevd and run it directly. for f in /lib/systemd/systemd-udevd /usr/lib/systemd/systemd-udevd \ -- 2.9.3
2009 Sep 03
0
user defined udev rules
...-- 1 root disk 8, 5 Sep 2 13:55 /dev/sda5 But permissions of /dev/hda file were not changed. Moreover, the owner of this file is changed: [root at gini rules.d]# ll /dev/hda* brw------- 1 alexey-s disk 3, 0 Sep 2 13:55 /dev/hda Looking into /var/log/messages: Sep 2 16:26:53 gini udevd-event[29543]: udev_node_add: creating device node '/dev/hda', major = '3', minor = '0', mode = '0644', uid = '0', gid = '6' Sep 2 16:26:53 gini udevd-event[29543]: udev_node_add: creating symlink '/dev/cdrom' to 'hda' Sep 2 16:26:5...
2014 Jan 28
0
Message udevd[374]: timeout: killing '/sbin/modprobe -b dans syslog
Bonjour, Depuis que j'ai pass? une machine de Squeeze ? Wheezy, j'ai toutes les secondes dans /var/log/syslog, ce message : udevd[374]: timeout: killing '/sbin/modprobe -b x86cpu:vendor:0002:family:0014:model:0002:feature:,0000,0001,0002,0003,0004,0005,0006,0007,0008,0009,000B,000C,000D,000E,000F,0010,0011,0013,0017,0018,0019,001A,001C,0020,0021,0022,0023,0024,0025,0026,0027,0028,0029,002B,002C,002D,002E,002F,0030,0031,00...
2009 Apr 19
8
intermittent domU issue: related to udev?
...39;'ll get a message back saying "Error: Device 0 (vif) could not be connected. Hotplug scripts not working". The domU config file has not been changed so I''m fairly certain it is configured properly. I think it comes down to the domU not being able to "talk" with udevd. I know udevd is still running and is responsive (if I run udevmonitor and mount/umount a disk I see normal output). When I attempt to start my domU I normally see udevmonitor output like this: UEVENT[1240149226.992189] add /devices/xen-backend/vbd-9-2048 (xen-backend) UDEV [1240149226.993...
2014 Aug 18
2
need-restart ?
...libc packages on some CentOS machines. After the Update I checked which services/processes I have to restart "yum -C ps" or "needs-restarting" At the most machines I get no information about necessary restarts, but at two machines a long listing : 1 : /sbin/init 386 : /sbin/udevd-d 659 : /sbin/udevd-d 999 : /usr/sbin/vmtoolsd 1103 : auditd 1128 : /sbin/rsyslogd-i/var/run/syslogd.pid-c5 1170 : rpcbind 1188 : rpc.statd 1229 : dbus-daemon--system 1270 : /usr/sbin/acpid 1279 : hald 1280 : hald-runner 1325 : hald-addon-input: Listening on /dev/input/event2 /dev/input/event0 1329...
2010 May 20
0
[PATCH ubuntu] ubuntu: Use direct udevd method to start udev on Ubuntu.
...orts Linux and Windows. http://et.redhat.com/~rjones/virt-df/ -------------- next part -------------- >From 879508c96941daf5dc01dca5fc0d0880107adb70 Mon Sep 17 00:00:00 2001 From: Richard Jones <rjones at redhat.com> Date: Thu, 20 May 2010 18:53:10 +0100 Subject: [PATCH] ubuntu: Use direct udevd method to start udev on Ubuntu. On Ubuntu, /etc/init.d/udev is a symlink to an upstart file, but running that causes the appliance to hang. Therefore detect if this is a symlink and fall through to the direct start of udevd. This shouldn't affect Debian because the file is not a symlink on s...
2014 Jan 28
0
Sorry [Was Re: Message udevd[374]: timeout: killing '/sbin/modprobe -b dans syslog]
Wrong list, wrong language : double appologize for my previous message .. Regards -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140128/ebe37a27/attachment.html>
2014 Nov 17
0
Re: Unable to start container after OS upgrade
...v/lp3': No such file or directory > /bin/mknod: `/dev/net/tun': Operation not permitted > /bin/mknod: `/dev/ppp': Operation not permitted > /bin/mknod: `/dev/fuse': Operation not permitted > /sbin/start_udev: line 269: /proc/sys/kernel/hotplug: Read-only file system > udevd[71]: file_contexts:  invalid context system_u:object_r:device_t:s0 > udevd[71]: file_contexts:  invalid context system_u:object_r:device_t:s0 > > udevd[71]: matchpathcon(/dev/.udev/rules.d) failed > udevd[71]: matchpathcon(/dev/.udev/rules.d) failed You don't want to have udevd r...
2011 May 30
0
Fwd: cgroup OOM killer loop causes system to lockup (possible fix included)
...dj' | xargs grep "\-17" | awk -F '/' '{print $3}'` ; do ps -p $x u --no-headers ; done grep: /proc/3090/task/3090/oom_adj: No such file or directory grep: /proc/3090/oom_adj: No such file or directory root 804 0.0 0.0 16992 1112 ? S<s Mar17 0:00 udevd --daemon root 804 0.0 0.0 16992 1112 ? S<s Mar17 0:00 udevd --daemon root 25536 0.0 0.0 49164 1100 ? Ss Apr05 0:00 /usr/sbin/sshd root 25536 0.0 0.0 49164 1100 ? Ss Apr05 0:00 /usr/sbin/sshd root 32173 0.0 0.0 16988 960 ?...
2018 Jan 31
0
systemd-udevd not applying ATTR to block device at boot
I suppose it would help if I posted relevant version info (sorry about that...) CentOS Linux release 7.4.1708 (Core) @ 3.10.0-693.11.6.el7.x86_64 systemd-219-42.el7_4.4.x86_64 $ modinfo virtio_scsi filename: /lib/modules/3.10.0-693.11.6.el7.x86_64/kernel/drivers/scsi/virtio_scsi.ko.xz license: GPL description: Virtio SCSI HBA driver rhelversion: 7.4 srcversion: