Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] apt-get update warning

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
boycottsystemd
Posts: 7
Joined: 2018-03-31 10:24

[SOLVED] apt-get update warning

#1 Post by boycottsystemd »

Code: Select all

W: http://security.debian.org/dists/stretch/updates/InRelease: The key(s) in the keyring /etc/apt/trusted.gpg are ignored as the file is not readable by user '_apt' executing apt-key.
W: http://ftp.us.debian.org/debian/dists/stretch-updates/InRelease: The key(s) in the keyring /etc/apt/trusted.gpg are ignored as the file is not readable by user '_apt' executing apt-key.
W: http://ftp.us.debian.org/debian/dists/stretch/Release.gpg: The key(s) in the keyring /etc/apt/trusted.gpg are ignored as the file is not readable by user '_apt' executing apt-key.
I have tried

Code: Select all

apt-get install --reinstall debian-archive-keyring
apt-get autoclean
apt-get clean
but it didn't help.

Code: Select all

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Debian
Description:	Debian GNU/Linux 9.4 (stretch)
Release:	9.4
Codename:	stretch
Last edited by boycottsystemd on 2018-04-07 08:32, edited 1 time in total.

dcihon
Posts: 279
Joined: 2012-09-23 16:18
Been thanked: 3 times

Re: apt-get update error

#2 Post by dcihon »

Did a quick search to try to help. I don't know if you did any searching or not but you should try. Then tell us what you tried with

Code: Select all

 captures showing results. Anyway I don't know if this will help but you have nothing to lose:
[url]http://forums.debian.net/viewtopic.php?t=130558[/url]

boycottsystemd
Posts: 7
Joined: 2018-03-31 10:24

Re: apt-get update error

#3 Post by boycottsystemd »

Thank you, I did some search.

Code: Select all

rm -f /etc/apt/trusted.gpg
has solved issue.

dcihon
Posts: 279
Joined: 2012-09-23 16:18
Been thanked: 3 times

Re: apt-get update error

#4 Post by dcihon »

Glad that worked for you.
Just one more thing.
Go to your first thread and edit the subject with [SOLVED] in front of the subject.
Enjoy Debian.

Post Reply