-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Empty Error Messages #657
Comments
I see exactly the same bug for quite some time now. Version 5.7.3 here as well. |
Same extremely annoying issue here for the last 2 days on a freshly upgraded LM 20.2 -I Checked validity of all source files against a working server with same level of LM Exact same symptoms : I have managed to trace the script causing the problem from /var/log/auth.log : Bug cinematic as it is logged : Dec 6 20:07:23 plakias sudo: user : TTY=unknown ; PWD=/home/user ; USER=root ; COMMAND=/usr/lib/linuxmint/mintUpdate/dpkg_lock_check.sh Content of the script is : lock file is present and empty on both systems (Mintupdate OK and KO) On KO system running /bin/fuser /var/lib/dpkg/lock give nothing On OK system running /bin/fuser /var/lib/dpkg/lock gives an error message : On both systems no other process is updating |
Ok I've found the solution to this crazy problem sudo mv /var/lib/synaptic/preferences /var/lib/synaptic/preferences.ORIG from here : #627 |
Amazing! Thanks a lot! |
Thanks a lot! |
@ThomTrab Before we close it, can we actually see if one of us or the devs wants to implement a code fix for mintupdate? I suspect (but don't know) that the empty prefs file doesn't actually cause a problem for synaptic, since I was using apt and synaptic in parallel, but only had trouble with mintupdate. This bug actually needs to be combined with #627 since it's the same bug. |
Yep, this shouldn't be closed, because it isn't fixed. This seems to be happening during the automated upgrade between releases for a lot of people. For me it happened after pinning and unpinning a package in Synaptic. |
Duplicate of #627 |
Describe the bug
When I click the
Refresh
button to update the package's list, I got 2 errors messages, one after the other when clickingClose
. I'm not able to get ride of them. Neither of them give me useful clue to address the situation.These messages doesn't prevent the package list to be updated and are not present when using
apt update
from cliScreenshots
First error message
Second error message
To Reproduce
Steps to reproduce the behavior:
Close
Expected behavior
No error messages on
Refresh
button clickDistribution:
Software version:
See Help > About in Update Manager.
Logs:
Copy & paste the log output from Update Manager > View > Information here.
Additional context
Before the issue appeared, I modified the
/etc/apt/preferences
file and finally remove it because it wasn't needed anymoreThank you for your assistance
The text was updated successfully, but these errors were encountered: