Hi all,
I am running on ubuntu gutsy without any problems for a while.
One of the things i encountered, was the heavy load the update process can put onto your system making it almost freeze.
Well for now I do this via cli -
sudo nice -n 19 apt-get update sudo nice -n 19 apt-get dist-upgrade
This leaves my system upgraded and usable in the time when its upgrading.
Any thoughts on how I can make the update-manager from ubuntu play nice ?
C