I solved the problem on my system with this patch:
diff /usr/lib/python3/dist-packages/apt_btrfs_snapshot.py-old
/usr/lib/python3/dist-packages/apt_btrfs_snapshot.py
122c122
< if not os.path.exists("/sbin/btrfs"):
---
> if not ( os.path.exists("/sbin/btrfs") or
> os.path.exists("
I had the same problem: mysqd_safe using 100% CPU running wait4() syscall.
The problem started just after I've restarted MySQL, because I've changed the
configuration file (I've changed bind-address from 127.0.0.1 to 0.0.0.0 in
/etc/mysql/my.cnf).
I've noticed that more than one mysql_safe was r
Public bug reported:
Binary package hint: nagios-mysql
Ubuntu 7.10
# dpkg-query -l nagios-mysql
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||