I have karmic fully updated with only 50M left in my Home folder. I
could not empty the trash using the trash bin icon or the warning pop-up
that appears. It appears to be deleting but nothing is deleted. I had to
use command line.
--
Could not empty trash when disk is full
https://bugs.launchpad
I also get this on my Acer Aspire One D150.
--
System Suspends/Hibernates when AC is unplugged
https://bugs.launchpad.net/bugs/421985
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.c
Public bug reported:
$ sudo apt purge mysql-server
$ sudo rm -rf /etc/mysql
$ dpkg -l | grep mysql
result:
ii libmysqlclient21:amd64 8.0.23-0ubuntu0.20.04.1
amd64MySQL database client library
ii mysql-common 5.8+1.0.5ubuntu2
-
Fixing method:
Check if /etc/mysql directory exist. If it exist, then check if
/etc/mysql/conf.d/ exist. It it not exist, then check if
/etc/mysql/mysql.conf.d exist. If it exist then run the command below.
$ sudo ln -s /etc/mysql/mysql.conf.d /etc/mysql/conf.d
That command