Ubuntu – Ubuntu 16.04: unattended task eating CPU

16.04cpu

I have Ubuntu 16.04 installed on my laptop; at random times, a task named "unattended+" uses 100% of one of the CPUs. I must be root in order to kill that process.

screen shot of terminal

My questions are:

1) what is the role of "unattended+"?

2) what can I do in order to permanently stop this task?

Best Answer

I found this answer in another post. Apparently with 16.04 an automatic apt-get update & upgrade that is performed twice a day. https://github.com/chef/bento/issues/609

I have not addressed this problem on my install as yet, but wanted to relay this information.

dpkg and apt-get were unlocked on my install after a 5 minute delay after startup.

Related Question