07-15-2015, 10:38 AM
(07-15-2015, 10:01 AM)UltraCookie link Wrote:Outout:Code:cat /etc/apt/apt.conf.d/15update-stamp
Code:APT::Update::Post-Invoke-Success {"touch /var/lib/apt/periodic/update-success-stamp 2>/dev/null || true";};
After running
andCode:sudo rm /var/lib/apt/periodic/update-success-stamp
Code:sudo apt-get update && sudo apt-get upgrade
the control center says "Updates not been done, Please update soon"
Output:Code:stat /var/lib/apt/periodic/update-success-stamp
Code:stat: cannot stat ‘/var/lib/apt/periodic/update-success-stamp’: No such file or directory
So it looks like SOMETHING is acting up here.
run this, and then upload the file aptdump.txt here or pastebin etc.
Code:
apt-config dump > aptdump.txt
And if you would be so kind, create a system report (either in control center or located in the menu MENU>SYSTEM> CREATE SYSTEM REPORT)
This will let me see some of the things installed on your setup and figure what's causing this conflict.