Is this launchpad thing even working, how long does it take to fix a bug
around here ?

This is untested but should work, let me know.
Execute the following commands, it will create a file called 
bugfix-1759836.service.
Copies it to /etc/systemd/system and enables it.

---
cat <<EOF>bugfix-1759836.service
[Unit]
Description=Fix for 
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1759836

[Service]
Type=oneshot
ExecStart=/bin/bash -c "services='systemd-udevd systemd-udevd-kernel.socket 
systemd-udevd-control.socket';systemctl stop $services;systemctl start 
$services"

[Install]
WantedBy=multi-user.target
EOF

sudo cp bugfix-1759836.service /etc/systemd/system
sudo systemctl enable bugfix-1759836.service
---
Then manually reboot.

Let me know if this works for you.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1759836

Title:
  systemd-udevd consumes 100% of CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel/+bug/1759836/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to