07-15-2015, 09:52 AM
(07-15-2015, 09:13 AM)UltraCookie link Wrote:Output:Code:stat /var/lib/apt/periodic/update-success-stamp
Code:File: ‘/var/lib/apt/periodic/update-success-stamp’
Size: 0 Blocks: 0 IO Block: 4096 regular empty file
Device: 801h/2049d Inode: 524910 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2015-06-23 19:55:17.346557217 +0200
Modify: 2015-06-23 19:55:17.346557217 +0200
Change: 2015-06-23 19:55:17.346557217 +0200
Birth: -
I ranCode:sudo apt-get update && sudo apt-get upgrade
Output from
stayed exactly the same.Code:stat /var/lib/apt/periodic/update-success-stamp
Can you run
Code:
cat /etc/apt/apt.conf.d/15update-stamp
and share the output here.
After that, run
Code:
sudo rm /var/lib/apt/periodic/update-success-stamp
And re-run the update command.
Whats happening here is that the control center is doing a simple update check on a blank file thats generated by default on the system. But for some reason yours isnt updating. It may be an issue with perms or something odd. But if you can show me whats in your 15update-stamp file it's a start to fixing this. Thank you for your time and help fixing bugs, it helps us all :-p