Workaround:
1) Find the apt-cacher-ng process:
ps aux | grep apt
Example output:
124 3035 0.0 0.1 175928 3616 ? Ssl 18:02 0:01
/usr/sbin/apt-cacher-ng -c /etc/apt-cacher-ng
pidfile=/var/run/apt-cacher-ng/pid SocketPath=/var/run/apt-cacher-ng/socket
foreground=0
magicfab 12958 0.0 0.0 7528 916 pts/2 S+ 19:09 0:00 grep apt
2) Kill it:
magic...@tiara:~$ sudo kill -9 3035
[sudo] password for magicfab:
3) Restart it:
magic...@tiara:~$ sudo service apt-cacher-ng start
* Starting apt-cacher-ng apt-cacher-ng
[ OK ]
--
apt-cacher-ng start displays an invalid error message
https://bugs.launchpad.net/bugs/343927
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs