[resolved] Updates fail triggert by update management

Questions about other topics - please check if your question fits better in another category before posting here
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
hhoffnung
Level 1
Level 1
Posts: 15
Joined: Sat Dec 10, 2016 11:33 am

[resolved] Updates fail triggert by update management

Post by hhoffnung »

Hi there,
I am not sure, if this is the correct place for my issue, but so far I didn't find a better one.

Since two days the update management fails to install updates. The reason seams that
it has insufficient access rights (root). Up to now, when clicking the "install update" button
I was asked for legitimation. This doesn't happen right now.

Thanks for your help.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
smurphos
Level 18
Level 18
Posts: 8498
Joined: Fri Sep 05, 2014 12:18 am
Location: Irish Brit in Portugal
Contact:

Re: Updates fail triggert by update management

Post by smurphos »

Can you report the output of terminal command

Code: Select all

ls -la /usr/bin/pkexec
For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages.
hhoffnung
Level 1
Level 1
Posts: 15
Joined: Sat Dec 10, 2016 11:33 am

Re: Updates fail triggert by update management

Post by hhoffnung »

hartmut@sol:~$ ls -la /usr/bin/pkexec
-rwxr-xr-x 1 root root 31032 Jan 12 13:33 /usr/bin/pkexec
AwesomeOpossum74
Level 3
Level 3
Posts: 118
Joined: Fri Jan 21, 2022 2:29 pm

Re: Updates fail triggert by update management

Post by AwesomeOpossum74 »

hhoffnung wrote: Fri Jan 28, 2022 10:29 am hartmut@sol:~$ ls -la /usr/bin/pkexec
-rwxr-xr-x 1 root root 31032 Jan 12 13:33 /usr/bin/pkexec
Mine is -rwsr-xr-x, with the setuid bit set. I'm betting that's the problem.
hhoffnung
Level 1
Level 1
Posts: 15
Joined: Sat Dec 10, 2016 11:33 am

Re: Updates fail triggert by update management

Post by hhoffnung »

I was not convinced because all utils in /usr/bin are missing the sticky bit.
But I tested it anyway. Unfortunately it didn't work :(
AwesomeOpossum74
Level 3
Level 3
Posts: 118
Joined: Fri Jan 21, 2022 2:29 pm

Re: Updates fail triggert by update management

Post by AwesomeOpossum74 »

hhoffnung wrote: Fri Jan 28, 2022 11:42 am I was not convinced because all utils in /usr/bin are missing the sticky bit.
Most of them do not need privilege escalation.
hhoffnung
Level 1
Level 1
Posts: 15
Joined: Sat Dec 10, 2016 11:33 am

Re: Updates fail triggert by update management

Post by hhoffnung »

Isn't the question: How to force the update management to query the password as it had done up to now?
And presumably using the sudo command to install updates.
JoeBachofen
Level 1
Level 1
Posts: 11
Joined: Fri Jan 28, 2022 1:18 pm

Re: Updates fail triggert by update management

Post by JoeBachofen »

Having same problem. Last successful update 2022-01-27 - 0030:43 firefox package; 1st fail ~ 2022-01-27 ~2300 webkit2gtk, failed repeatedly & now all updates fail.
$ ls -la /usr/bin/ | grep 2021
shows no changes since Jul 28 2021
Cause must be elsewhere.
Does anyone know where Update Manager code lives?
Something there may have changed.
User avatar
Larry78723
Level 14
Level 14
Posts: 5476
Joined: Wed Jan 09, 2019 7:01 pm
Location: Jasper County, SC, USA

Re: Updates fail triggert by update management

Post by Larry78723 »

If you run the following command in a terminal, does it update?

Code: Select all

sudo apt update
Image
If you have found the solution to your initial post, please open your original post, click on the pencil, and add (Solved) to the Subject, it helps other users looking for help, and keeps the forum clean.
JoeBachofen
Level 1
Level 1
Posts: 11
Joined: Fri Jan 28, 2022 1:18 pm

Re: Updates fail triggert by update management

Post by JoeBachofen »

$ sudo apt update
Ign:1 http://packages.linuxmint.com uma InRelease
Hit:2 http://packages.linuxmint.com uma Release
Hit:4 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:5 http://security.ubuntu.com/ubuntu focal-security InRelease
Hit:6 http://archive.canonical.com/ubuntu focal InRelease
Hit:7 http://archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:8 http://archive.ubuntu.com/ubuntu focal-backports InRelease
Reading package lists...
Building dependency tree...
Reading state information...
6 packages can be upgraded. Run 'apt list --upgradable' to see them.
$ apt list --upgradeable
Listing...
firefox-locale-en/uma 96.0.3+linuxmint1+una amd64 [upgradable from: 96.0.2+linuxmint1+una]
firefox/uma 96.0.3+linuxmint1+una amd64 [upgradable from: 96.0.2+linuxmint1+una]
gir1.2-javascriptcoregtk-4.0/focal-updates,focal-security 2.34.4-0ubuntu0.20.04.1 amd64 [upgradable from: 2.34.3-0ubuntu0.20.04.1]
gir1.2-webkit2-4.0/focal-updates,focal-security 2.34.4-0ubuntu0.20.04.1 amd64 [upgradable from: 2.34.3-0ubuntu0.20.04.1]
libjavascriptcoregtk-4.0-18/focal-updates,focal-security 2.34.4-0ubuntu0.20.04.1 amd64 [upgradable from: 2.34.3-0ubuntu0.20.04.1]
libwebkit2gtk-4.0-37/focal-updates,focal-security 2.34.4-0ubuntu0.20.04.1 amd64 [upgradable from: 2.34.3-0ubuntu0.20.04.1]

Sure enough webkit2gtk shows up along with firefox.
I tried updating the Update Manager but that did NOT fix the problem.
JoeBachofen
Level 1
Level 1
Posts: 11
Joined: Fri Jan 28, 2022 1:18 pm

Re: Updates fail triggert by update management

Post by JoeBachofen »

Also tried running Synaptic & it does not even launch.
User avatar
zcot
Level 9
Level 9
Posts: 2838
Joined: Wed Oct 19, 2016 6:08 pm

Re: Updates fail triggert by update management

Post by zcot »

JoeBachofen wrote: Fri Jan 28, 2022 3:06 pm
Ign:1 http://packages.linuxmint.com uma InRelease
Hit:2 http://packages.linuxmint.com uma Release

Listing...
firefox-locale-en/uma 96.0.3+linuxmint1+una amd64 [upgradable from: 96.0.2+linuxmint1+una]
firefox/uma 96.0.3+linuxmint1+una amd64 [upgradable from: 96.0.2+linuxmint1+una]
The system is uma? but the packages are saying una upgradable from una?

I don't know, I got nothing, but why is it saying that?
sleeper12
Level 21
Level 21
Posts: 14609
Joined: Thu May 25, 2017 3:22 pm

Re: Updates fail triggert by update management

Post by sleeper12 »

zcot wrote: Fri Jan 28, 2022 10:30 pm
JoeBachofen wrote: Fri Jan 28, 2022 3:06 pm
Ign:1 http://packages.linuxmint.com uma InRelease
Hit:2 http://packages.linuxmint.com uma Release

Listing...
firefox-locale-en/uma 96.0.3+linuxmint1+una amd64 [upgradable from: 96.0.2+linuxmint1+una]
firefox/uma 96.0.3+linuxmint1+una amd64 [upgradable from: 96.0.2+linuxmint1+una]
The system is uma? but the packages are saying una upgradable from una?

I don't know, I got nothing, but why is it saying that?
I saw that too, are his repos messed up or what?
User avatar
Destry
Level 4
Level 4
Posts: 329
Joined: Thu Mar 03, 2016 11:57 am

Re: Updates fail triggert by update management

Post by Destry »

Yeah, same story here! My update manager fails to update! Uma 20.3

Code: Select all

01.28@16:40 ++ Launching Update Manager
01.28@16:40 ++ Changes to the package cache detected, triggering refresh
01.28@16:40 ++ Starting refresh (local only)
01.28@16:40 ++ Initial refresh will happen in 0 day(s), 0 hour(s) and 10 minute(s)
01.28@16:40 ++ Tracker: Mintupdate update button was pressed recently: 1 days ago
01.28@16:40 ++ Found 4 software updates
01.28@16:40 ++ Refresh finished
01.28@16:50 ++ Update Manager is in tray mode, performing initial refresh
01.28@16:50 ++ Starting refresh (retrieving lists of updates from remote servers)
01.28@16:51 ++ Refreshing available Cinnamon updates from the server
01.28@16:51 ++ Found 4 software updates
01.28@16:51 ++ Refresh finished
01.28@16:51 ++ Recurring refresh will happen in 0 day(s), 1 hour(s) and 59 minute(s)
01.28@17:00 ++ Changes to the package cache detected, triggering refresh
01.28@17:00 ++ Starting refresh (local only)
01.28@17:00 ++ Found 4 software updates
01.28@17:00 ++ Refresh finished
01.28@18:22 ++ Install requested by user
01.28@18:22 ++ Will install firefox-locale-en
01.28@18:22 ++ Will install firefox
01.28@18:22 ++ Will install libwebkit2gtk-4.0-37
01.28@18:22 ++ Will install gir1.2-webkit2-4.0
01.28@18:22 ++ Will install libjavascriptcoregtk-4.0-18
01.28@18:22 ++ Will install gir1.2-javascriptcoregtk-4.0
01.28@18:22 ++ Will install opera-stable
01.28@18:22 ++ Will install teamviewer
01.28@18:22 ++ Ready to launch synaptic
pkexec must be setuid root
01.28@18:22 ++ Return code:127
01.28@18:22 ++ Install failed
01.28@18:22 ++ Install requested by user
01.28@18:22 ++ Will install firefox-locale-en
01.28@18:22 ++ Will install firefox
01.28@18:22 ++ Will install libwebkit2gtk-4.0-37
01.28@18:22 ++ Will install gir1.2-webkit2-4.0
01.28@18:22 ++ Will install libjavascriptcoregtk-4.0-18
01.28@18:22 ++ Will install gir1.2-javascriptcoregtk-4.0
01.28@18:22 ++ Will install opera-stable
01.28@18:22 ++ Will install teamviewer
01.28@18:22 ++ Ready to launch synaptic
pkexec must be setuid root
01.28@18:22 ++ Return code:127
01.28@18:22 ++ Install failed
01.28@18:22 ++ Install requested by user
01.28@18:22 ++ Will install firefox-locale-en
01.28@18:22 ++ Will install firefox
01.28@18:22 ++ Will install libwebkit2gtk-4.0-37
01.28@18:22 ++ Will install gir1.2-webkit2-4.0
01.28@18:22 ++ Will install libjavascriptcoregtk-4.0-18
01.28@18:22 ++ Will install gir1.2-javascriptcoregtk-4.0
01.28@18:22 ++ Will install opera-stable
01.28@18:22 ++ Will install teamviewer
01.28@18:22 ++ Ready to launch synaptic
pkexec must be setuid root
01.28@18:22 ++ Return code:127
01.28@18:22 ++ Install failed
01.28@18:22 ++ Install requested by user
01.28@18:22 ++ Will install firefox-locale-en
01.28@18:22 ++ Will install firefox
01.28@18:22 ++ Will install libwebkit2gtk-4.0-37
01.28@18:22 ++ Will install gir1.2-webkit2-4.0
01.28@18:22 ++ Will install libjavascriptcoregtk-4.0-18
01.28@18:22 ++ Will install gir1.2-javascriptcoregtk-4.0
01.28@18:22 ++ Will install opera-stable
01.28@18:22 ++ Will install teamviewer
01.28@18:22 ++ Ready to launch synaptic
pkexec must be setuid root
01.28@18:22 ++ Return code:127
01.28@18:22 ++ Install failed
01.28@18:22 ++ Install requested by user
01.28@18:22 ++ Will install teamviewer
01.28@18:22 ++ Ready to launch synaptic
pkexec must be setuid root
01.28@18:22 ++ Return code:127
01.28@18:22 ++ Install failed
01.28@18:23 ++ Install requested by user
01.28@18:23 ++ Will install opera-stable
01.28@18:23 ++ Ready to launch synaptic
pkexec must be setuid root
01.28@18:23 ++ Return code:127
01.28@18:23 ++ Install failed
01.28@18:23 ++ Install requested by user
01.28@18:23 ++ Will install libwebkit2gtk-4.0-37
01.28@18:23 ++ Will install gir1.2-webkit2-4.0
01.28@18:23 ++ Will install libjavascriptcoregtk-4.0-18
01.28@18:23 ++ Will install gir1.2-javascriptcoregtk-4.0
01.28@18:23 ++ Ready to launch synaptic
pkexec must be setuid root
01.28@18:23 ++ Return code:127
01.28@18:23 ++ Install failed
01.28@18:23 ++ Install requested by user
01.28@18:23 ++ Will install firefox-locale-en
01.28@18:23 ++ Will install firefox
01.28@18:23 ++ Ready to launch synaptic
pkexec must be setuid root
01.28@18:23 ++ Return code:127
01.28@18:23 ++ Install failed
01.28@18:24 ++ Starting refresh (local only)
01.28@18:24 ++ Found 4 software updates
01.28@18:24 ++ Refresh finished
01.28@18:24 ++ Install requested by user
01.28@18:24 ++ Will install firefox-locale-en
01.28@18:24 ++ Will install firefox
01.28@18:24 ++ Will install libwebkit2gtk-4.0-37
01.28@18:24 ++ Will install gir1.2-webkit2-4.0
01.28@18:24 ++ Will install libjavascriptcoregtk-4.0-18
01.28@18:24 ++ Will install gir1.2-javascriptcoregtk-4.0
01.28@18:24 ++ Will install opera-stable
01.28@18:24 ++ Will install teamviewer
01.28@18:24 ++ Ready to launch synaptic
pkexec must be setuid root
01.28@18:24 ++ Return code:127
01.28@18:24 ++ Install failed
01.28@18:24 ++ Install requested by user
01.28@18:24 ++ Will install firefox-locale-en
01.28@18:24 ++ Will install firefox
01.28@18:24 ++ Will install libwebkit2gtk-4.0-37
01.28@18:24 ++ Will install gir1.2-webkit2-4.0
01.28@18:24 ++ Will install libjavascriptcoregtk-4.0-18
01.28@18:24 ++ Will install gir1.2-javascriptcoregtk-4.0
01.28@18:24 ++ Will install opera-stable
01.28@18:24 ++ Will install teamviewer
01.28@18:24 ++ Ready to launch synaptic
pkexec must be setuid root
01.28@18:24 ++ Return code:127
01.28@18:24 ++ Install failed
01.28@18:38 ++ Changes to the package cache detected, triggering refresh
01.28@18:38 ++ Starting refresh (local only)
01.28@18:38 ++ Found 4 software updates
01.28@18:38 ++ Refresh finished
.

Code: Select all

home@home-MS-7B98:~$ sudo apt update
Get:1 http://dl.google.com/linux/earth/deb stable InRelease [1,807 B]
Err:1 http://dl.google.com/linux/earth/deb stable InRelease                    
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 78BD65473CB3BD13
Ign:2 http://packages.linuxmint.com una InRelease                              
Hit:3 http://packages.linuxmint.com una Release                                
Get:4 http://repository.spotify.com stable InRelease [3,316 B]                 
Hit:5 https://repo.steampowered.com/steam stable InRelease                     
Hit:6 https://deb.opera.com/opera-stable stable InRelease                      
Hit:8 http://archive.ubuntu.com/ubuntu focal InRelease                         
Hit:9 http://archive.canonical.com/ubuntu focal InRelease                      
Get:10 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]     
Hit:11 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu focal InRelease   
Hit:12 https://linux.teamviewer.com/deb stable InRelease                       
Err:4 http://repository.spotify.com stable InRelease                           
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5E3C45D7B312C643
Get:13 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Get:14 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
Reading package lists... Done      
W: GPG error: http://dl.google.com/linux/earth/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 78BD65473CB3BD13
E: The repository 'http://dl.google.com/linux/earth/deb stable InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://repository.spotify.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5E3C45D7B312C643
home@home-MS-7B98:~$ 
Desktop: LM 21.1
8 core 16 thread Intel Core i9-9900K (-MT-MCP-) arch: Skylake rev.12 cache: 16384 KB 5ghz
32 gig ram 2080Ti Nvidia Zotac Amp Extreme Gaming 11gb
Laptop: MSI GE76 Raider i9 LM21.1
User avatar
all41
Level 19
Level 19
Posts: 9523
Joined: Tue Dec 31, 2013 9:12 am
Location: Computer, Car, Cage

Re: Updates fail triggert by update management

Post by all41 »

Destry wrote: Fri Jan 28, 2022 11:41 pm Yeah, same story here! My update manager fails to update! Uma 20.3

Code: Select all

01.28@16:40 ++ Launching Update Manager
01.28@16:40 ++ Changes to the package cache detected, triggering refresh
01.28@16:40 ++ Starting refresh (local only)
01.28@16:40 ++ Initial refresh will happen in 0 day(s), 0 hour(s) and 10 minute(s)
01.28@16:40 ++ Tracker: Mintupdate update button was pressed recently: 1 days ago
01.28@16:40 ++ Found 4 software updates
01.28@16:40 ++ Refresh finished
01.28@16:50 ++ Update Manager is in tray mode, performing initial refresh
01.28@16:50 ++ Starting refresh (retrieving lists of updates from remote servers)
01.28@16:51 ++ Refreshing available Cinnamon updates from the server
01.28@16:51 ++ Found 4 software updates
01.28@16:51 ++ Refresh finished
01.28@16:51 ++ Recurring refresh will happen in 0 day(s), 1 hour(s) and 59 minute(s)
01.28@17:00 ++ Changes to the package cache detected, triggering refresh
01.28@17:00 ++ Starting refresh (local only)
01.28@17:00 ++ Found 4 software updates
01.28@17:00 ++ Refresh finished
01.28@18:22 ++ Install requested by user
01.28@18:22 ++ Will install firefox-locale-en
01.28@18:22 ++ Will install firefox
01.28@18:22 ++ Will install libwebkit2gtk-4.0-37
01.28@18:22 ++ Will install gir1.2-webkit2-4.0
01.28@18:22 ++ Will install libjavascriptcoregtk-4.0-18
01.28@18:22 ++ Will install gir1.2-javascriptcoregtk-4.0
01.28@18:22 ++ Will install opera-stable
01.28@18:22 ++ Will install teamviewer
01.28@18:22 ++ Ready to launch synaptic
pkexec must be setuid root
01.28@18:22 ++ Return code:127
01.28@18:22 ++ Install failed
01.28@18:22 ++ Install requested by user
01.28@18:22 ++ Will install firefox-locale-en
01.28@18:22 ++ Will install firefox
01.28@18:22 ++ Will install libwebkit2gtk-4.0-37
01.28@18:22 ++ Will install gir1.2-webkit2-4.0
01.28@18:22 ++ Will install libjavascriptcoregtk-4.0-18
01.28@18:22 ++ Will install gir1.2-javascriptcoregtk-4.0
01.28@18:22 ++ Will install opera-stable
01.28@18:22 ++ Will install teamviewer
01.28@18:22 ++ Ready to launch synaptic
pkexec must be setuid root
01.28@18:22 ++ Return code:127
01.28@18:22 ++ Install failed
01.28@18:22 ++ Install requested by user
01.28@18:22 ++ Will install firefox-locale-en
01.28@18:22 ++ Will install firefox
01.28@18:22 ++ Will install libwebkit2gtk-4.0-37
01.28@18:22 ++ Will install gir1.2-webkit2-4.0
01.28@18:22 ++ Will install libjavascriptcoregtk-4.0-18
01.28@18:22 ++ Will install gir1.2-javascriptcoregtk-4.0
01.28@18:22 ++ Will install opera-stable
01.28@18:22 ++ Will install teamviewer
01.28@18:22 ++ Ready to launch synaptic
pkexec must be setuid root
01.28@18:22 ++ Return code:127
01.28@18:22 ++ Install failed
01.28@18:22 ++ Install requested by user
01.28@18:22 ++ Will install firefox-locale-en
01.28@18:22 ++ Will install firefox
01.28@18:22 ++ Will install libwebkit2gtk-4.0-37
01.28@18:22 ++ Will install gir1.2-webkit2-4.0
01.28@18:22 ++ Will install libjavascriptcoregtk-4.0-18
01.28@18:22 ++ Will install gir1.2-javascriptcoregtk-4.0
01.28@18:22 ++ Will install opera-stable
01.28@18:22 ++ Will install teamviewer
01.28@18:22 ++ Ready to launch synaptic
pkexec must be setuid root
01.28@18:22 ++ Return code:127
01.28@18:22 ++ Install failed
01.28@18:22 ++ Install requested by user
01.28@18:22 ++ Will install teamviewer
01.28@18:22 ++ Ready to launch synaptic
pkexec must be setuid root
01.28@18:22 ++ Return code:127
01.28@18:22 ++ Install failed
01.28@18:23 ++ Install requested by user
01.28@18:23 ++ Will install opera-stable
01.28@18:23 ++ Ready to launch synaptic
pkexec must be setuid root
01.28@18:23 ++ Return code:127
01.28@18:23 ++ Install failed
01.28@18:23 ++ Install requested by user
01.28@18:23 ++ Will install libwebkit2gtk-4.0-37
01.28@18:23 ++ Will install gir1.2-webkit2-4.0
01.28@18:23 ++ Will install libjavascriptcoregtk-4.0-18
01.28@18:23 ++ Will install gir1.2-javascriptcoregtk-4.0
01.28@18:23 ++ Ready to launch synaptic
pkexec must be setuid root
01.28@18:23 ++ Return code:127
01.28@18:23 ++ Install failed
01.28@18:23 ++ Install requested by user
01.28@18:23 ++ Will install firefox-locale-en
01.28@18:23 ++ Will install firefox
01.28@18:23 ++ Ready to launch synaptic
pkexec must be setuid root
01.28@18:23 ++ Return code:127
01.28@18:23 ++ Install failed
01.28@18:24 ++ Starting refresh (local only)
01.28@18:24 ++ Found 4 software updates
01.28@18:24 ++ Refresh finished
01.28@18:24 ++ Install requested by user
01.28@18:24 ++ Will install firefox-locale-en
01.28@18:24 ++ Will install firefox
01.28@18:24 ++ Will install libwebkit2gtk-4.0-37
01.28@18:24 ++ Will install gir1.2-webkit2-4.0
01.28@18:24 ++ Will install libjavascriptcoregtk-4.0-18
01.28@18:24 ++ Will install gir1.2-javascriptcoregtk-4.0
01.28@18:24 ++ Will install opera-stable
01.28@18:24 ++ Will install teamviewer
01.28@18:24 ++ Ready to launch synaptic
pkexec must be setuid root
01.28@18:24 ++ Return code:127
01.28@18:24 ++ Install failed
01.28@18:24 ++ Install requested by user
01.28@18:24 ++ Will install firefox-locale-en
01.28@18:24 ++ Will install firefox
01.28@18:24 ++ Will install libwebkit2gtk-4.0-37
01.28@18:24 ++ Will install gir1.2-webkit2-4.0
01.28@18:24 ++ Will install libjavascriptcoregtk-4.0-18
01.28@18:24 ++ Will install gir1.2-javascriptcoregtk-4.0
01.28@18:24 ++ Will install opera-stable
01.28@18:24 ++ Will install teamviewer
01.28@18:24 ++ Ready to launch synaptic
pkexec must be setuid root
01.28@18:24 ++ Return code:127
01.28@18:24 ++ Install failed
01.28@18:38 ++ Changes to the package cache detected, triggering refresh
01.28@18:38 ++ Starting refresh (local only)
01.28@18:38 ++ Found 4 software updates
01.28@18:38 ++ Refresh finished
.

Code: Select all

home@home-MS-7B98:~$ sudo apt update
Get:1 http://dl.google.com/linux/earth/deb stable InRelease [1,807 B]
Err:1 http://dl.google.com/linux/earth/deb stable InRelease                    
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 78BD65473CB3BD13
Ign:2 http://packages.linuxmint.com una InRelease                              
Hit:3 http://packages.linuxmint.com una Release                                
Get:4 http://repository.spotify.com stable InRelease [3,316 B]                 
Hit:5 https://repo.steampowered.com/steam stable InRelease                     
Hit:6 https://deb.opera.com/opera-stable stable InRelease                      
Hit:8 http://archive.ubuntu.com/ubuntu focal InRelease                         
Hit:9 http://archive.canonical.com/ubuntu focal InRelease                      
Get:10 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]     
Hit:11 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu focal InRelease   
Hit:12 https://linux.teamviewer.com/deb stable InRelease                       
Err:4 http://repository.spotify.com stable InRelease                           
  The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5E3C45D7B312C643
Get:13 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]
Get:14 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB]
Reading package lists... Done      
W: GPG error: http://dl.google.com/linux/earth/deb stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 78BD65473CB3BD13
E: The repository 'http://dl.google.com/linux/earth/deb stable InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://repository.spotify.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 5E3C45D7B312C643
home@home-MS-7B98:~$ 
Those extra ppas. Try temporarily disabling them in software sources.
Then retry your Update Manager/Refresh to get the latest distro updates.
Then you can re-enable the other sources one by one. One or more ppa repositories may
be temprarily down. UM expects all repositories to be up and available--one bad apple spoils the barrel
Everything in life was difficult before it became easy.
sleeper12
Level 21
Level 21
Posts: 14609
Joined: Thu May 25, 2017 3:22 pm

Re: Updates fail triggert by update management

Post by sleeper12 »

Destry:

For the google earth error, try:

Code: Select all

 wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add - 
For spotify error, try:

Code: Select all

 sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 5E3C45D7B312C643 

Code: Select all

 sudo apt update 
User avatar
Destry
Level 4
Level 4
Posts: 329
Joined: Thu Mar 03, 2016 11:57 am

Re: Updates fail triggert by update management

Post by Destry »

sleeper12 wrote: Sat Jan 29, 2022 12:05 am Destry:

For the google earth error, try:

Code: Select all

 wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add - 
For spotify error, try:

Code: Select all

 sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 5E3C45D7B312C643 

Code: Select all

 sudo apt update 
Those worked, thanks!
still cannot install security updates.
Desktop: LM 21.1
8 core 16 thread Intel Core i9-9900K (-MT-MCP-) arch: Skylake rev.12 cache: 16384 KB 5ghz
32 gig ram 2080Ti Nvidia Zotac Amp Extreme Gaming 11gb
Laptop: MSI GE76 Raider i9 LM21.1
sleeper12
Level 21
Level 21
Posts: 14609
Joined: Thu May 25, 2017 3:22 pm

Re: Updates fail triggert by update management

Post by sleeper12 »

Destry wrote: Sat Jan 29, 2022 12:19 am Those worked, thanks!
still cannot install security updates.
If you haven't already, do what all41 suggested.
User avatar
smurphos
Level 18
Level 18
Posts: 8498
Joined: Fri Sep 05, 2014 12:18 am
Location: Irish Brit in Portugal
Contact:

Re: Updates fail triggert by update management

Post by smurphos »

[/quote]
hhoffnung wrote: Fri Jan 28, 2022 10:29 am hartmut@sol:~$ ls -la /usr/bin/pkexec
-rwxr-xr-x 1 root root 31032 Jan 12 13:33 /usr/bin/pkexec
You need to fix the missing setuid permission on pkexec.

Code: Select all

sudo chmod 04755 /usr/bin/pkexec
Out of interest what output do you get from

Code: Select all

history | grep "755 /usr/bin/pkexec"
For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages.
User avatar
smurphos
Level 18
Level 18
Posts: 8498
Joined: Fri Sep 05, 2014 12:18 am
Location: Irish Brit in Portugal
Contact:

Re: Updates fail triggert by update management

Post by smurphos »

zcot wrote: Fri Jan 28, 2022 10:30 pm I don't know, I got nothing, but why is it saying that?
The same build of firefox (with una in the name) is now used for all 20.x releases, similarly all 19.x versions get a tricia version...- http://packages.linuxmint.com/pool/upstream/f/firefox/
For custom Nemo actions, useful scripts for the Cinnamon desktop, and Cinnamox themes visit my Github pages.
Locked

Return to “Other topics”