You are not logged in.

#1 2015-10-09 14:33:30

s-rod
Member
From: Kansas City, Missouri
Registered: 2015-10-09
Posts: 39

[solved] update failing - GPG error

This machine was originally set up bunsen-netinstall.  I have added the repositories as directed (and I had updated it previously).  When trying to update now I get:

E: GPG error: http://pkg.bunsenlabs.org bunsen-hydrogen InRelease: Clearsigned file isn't valid, got 'NODATA' (does the network require authentication?)

I have done a an apt-key del for the BunsenLabs-RELEASE.asc key and redownloaded and installed the key but still get the same error.

Last edited by s-rod (2015-10-09 16:40:16)

Offline

#2 2015-10-09 14:42:50

xaos52
The Good Doctor
From: Planet of the @pes
Registered: 2015-09-30
Posts: 695

Re: [solved] update failing - GPG error

Do you mind posting the output of

sudo apt-key list

Offline

#3 2015-10-09 14:47:59

s-rod
Member
From: Kansas City, Missouri
Registered: 2015-10-09
Posts: 39

Re: [solved] update failing - GPG error

/etc/apt/trusted.gpg
--------------------
pub   4096R/FE62D9C5 2015-07-11 [expires: 2016-07-10]
uid                   (BunsenLabs Repository Signing Key) <>
sub   4096R/B2606270 2015-07-11 [expires: 2016-07-10]

/etc/apt/trusted.gpg.d/deb-multimedia-keyring.gpg
-------------------------------------------------
pub   4096R/65558117 2014-03-05
uid                  Christian Marillat <marillat@debian.org>
uid                  Christian Marillat <marillat@free.fr>
uid                  Christian Marillat <marillat@deb-multimedia.org>
sub   4096R/B508B3D7 2014-03-05

/etc/apt/trusted.gpg.d/debian-archive-jessie-automatic.gpg
----------------------------------------------------------
pub   4096R/2B90D010 2014-11-21 [expires: 2022-11-19]
uid                  Debian Archive Automatic Signing Key (8/jessie) <ftpmaster@debian.org>

/etc/apt/trusted.gpg.d/debian-archive-jessie-security-automatic.gpg
-------------------------------------------------------------------
pub   4096R/C857C906 2014-11-21 [expires: 2022-11-19]
uid                  Debian Security Archive Automatic Signing Key (8/jessie) <ftpmaster@debian.org>

/etc/apt/trusted.gpg.d/debian-archive-jessie-stable.gpg
-------------------------------------------------------
pub   4096R/518E17E1 2013-08-17 [expires: 2021-08-15]
uid                  Jessie Stable Release Key <debian-release@lists.debian.org>

/etc/apt/trusted.gpg.d/debian-archive-squeeze-automatic.gpg
-----------------------------------------------------------
pub   4096R/473041FA 2010-08-27 [expires: 2018-03-05]
uid                  Debian Archive Automatic Signing Key (6.0/squeeze) <ftpmaster@debian.org>

/etc/apt/trusted.gpg.d/debian-archive-squeeze-stable.gpg
--------------------------------------------------------
pub   4096R/B98321F9 2010-08-07 [expires: 2017-08-05]
uid                  Squeeze Stable Release Key <debian-release@lists.debian.org>

/etc/apt/trusted.gpg.d/debian-archive-wheezy-automatic.gpg
----------------------------------------------------------
pub   4096R/46925553 2012-04-27 [expires: 2020-04-25]
uid                  Debian Archive Automatic Signing Key (7.0/wheezy) <ftpmaster@debian.org>

/etc/apt/trusted.gpg.d/debian-archive-wheezy-stable.gpg
-------------------------------------------------------
pub   4096R/65FFB764 2012-05-08 [expires: 2019-05-07]
uid                  Wheezy Stable Release Key <debian-release@lists.debian.org>

Offline

#4 2015-10-09 15:24:17

xaos52
The Good Doctor
From: Planet of the @pes
Registered: 2015-09-30
Posts: 695

Re: [solved] update failing - GPG error

Hmm,

The key is there alright.
Could you retry the 'apt-get update', capture the output in file agu.log and post it here?

sudo apt-get update |& tee agu.log

If the error persists, post output of

sudo cat /etc/sources.list.d/bunsen.list

Offline

#5 2015-10-09 16:30:40

s-rod
Member
From: Kansas City, Missouri
Registered: 2015-10-09
Posts: 39

Re: [solved] update failing - GPG error

Ign file: ./ InRelease
Ign file: ./ Release.gpg
Ign file: ./ Release
Ign http://ftp.us.debian.org jessie InRelease
Ign file: ./ Translation-en_US
Ign file: ./ Translation-en
Get:1 http://ftp.us.debian.org jessie-updates InRelease [128 kB]
Get:2 http://pkg.bunsenlabs.org bunsen-hydrogen InRelease
Get:3 http://security.debian.org jessie/updates InRelease [63.1 kB]
Splitting up /var/lib/apt/lists/partial/pkg.bunsenlabs.org_debian_dists_bunsen-hydrogen_InRelease into data and signature failedIgn http://pkg.bunsenlabs.org bunsen-hydrogen InRelease
E: GPG error: http://pkg.bunsenlabs.org bunsen-hydrogen InRelease: Clearsigned file isn't valid, got 'NODATA' (does the network require authentication?)

Offline

#6 2015-10-09 16:37:50

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: [solved] update failing - GPG error

@s-rod

Please use code tags when pasting terminal output.

It makes it much easier to read, and you won't have those spurious url tags wink


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#7 2015-10-09 16:39:20

s-rod
Member
From: Kansas City, Missouri
Registered: 2015-10-09
Posts: 39

Re: [solved] update failing - GPG error

Solved - I am an idiot. 

I have a web filter in place, most sites were not blocked however I was being blocked specifically from bunsenlabs.org

Offline

#8 2015-10-09 16:40:48

xaos52
The Good Doctor
From: Planet of the @pes
Registered: 2015-09-30
Posts: 695

Re: [solved] update failing - GPG error

I was waiting for the output of the second command, but realise that the path I specified is incorrect.
Please post output of

sudo cat /etc/apt/sources.list

and

sudo cat /etc/apt/sources.list.d/bunsen.list

Offline

#9 2015-10-09 16:41:48

xaos52
The Good Doctor
From: Planet of the @pes
Registered: 2015-09-30
Posts: 695

Re: [solved] update failing - GPG error

OK. No Problem.

Offline

Board footer

Powered by FluxBB