[Ubuntu Wiki] Update of "DebuggingUdev" by g2p
Ubuntu Wiki
noreply at ubuntu.com
Mon Oct 21 01:31:44 UTC 2013
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Ubuntu Wiki" for change notification.
The "DebuggingUdev" page has been changed by g2p:
http://wiki.ubuntu.com/DebuggingUdev?action=diff&rev1=9&rev2=10
Comment:
updated udevd invocation: not sure /dev/.initramfs exists in saucy, and --daemon might break the redirection
* sudo pkill udevd
* sudo udevd --debug-trace --verbose --suppress-syslog
* To get more debug info from udev,
- * edit /usr/share/initramfs-tools/scripts/init-top/udev, and change the line starting udev by adding --debug and sending stdout and stderr into a file under/dev/.initramfs. For instance:
+ * edit /usr/share/initramfs-tools/scripts/init-top/udev, and change the line starting udev by adding --debug and sending stdout and stderr into a file called /dev/.udev.debug . For instance:
- /sbin/udevd --daemon --debug --resolve-names=never > /dev/.initramfs/udev.out 2>&1
+ /sbin/udevd --debug --resolve-names=never > /dev/.udev.debug 2>&1 &
* then run sudo update-initramfs -k all -u
* After reboot, /dev/.initramfs/udev.out will have the udev debug info.
More information about the Ubuntu-bugsquad
mailing list