[Bug 1583102] Re: Could not execute 'apt-key' to verify signature (is gnupg installed?)

2017-01-15 Thread deivid
Thanks for the pointer @falconertc, that ended up being my problem as
well. I solved it following the instructions posted here:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1577926/comments/18

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1583102

Title:
  Could not execute 'apt-key' to verify signature (is gnupg installed?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1583102/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1583102] Re: Could not execute 'apt-key' to verify signature (is gnupg installed?)

2016-12-26 Thread Falcon Taylor-Carter
My issue turned out to be related to my infrastructure provider
(DigitalOcean) not updating the kernel correctly.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1583102

Title:
  Could not execute 'apt-key' to verify signature (is gnupg installed?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1583102/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1583102] Re: Could not execute 'apt-key' to verify signature (is gnupg installed?)

2016-10-10 Thread Marty Ellis
My problem was caused by using vagrant.  Vagrant sets the tmp owner to
vagrant:vagrant.  @sgrimm -  I followed your advice and that resolved my
issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1583102

Title:
  Could not execute 'apt-key' to verify signature (is gnupg installed?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1583102/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1583102] Re: Could not execute 'apt-key' to verify signature (is gnupg installed?)

2016-08-23 Thread Falcon Taylor-Carter
I'm having the same issue. Hopefully someone else has a recommendation.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1583102

Title:
  Could not execute 'apt-key' to verify signature (is gnupg installed?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1583102/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1583102] Re: Could not execute 'apt-key' to verify signature (is gnupg installed?)

2016-08-23 Thread deivid
@sgrimm Thanks for posting that. Unfortunately, I just had a look and my
tmp folder permissions are fine.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1583102

Title:
  Could not execute 'apt-key' to verify signature (is gnupg installed?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1583102/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1583102] Re: Could not execute 'apt-key' to verify signature (is gnupg installed?)

2016-08-23 Thread Steven Grimm
I ran into this today and the problem turned out to be /tmp:

# ls -ld /tmp
drwxrwxr-x 11 ubuntu ubuntu 4096 Aug 24 00:23 /tmp

This fixed it:

# chown root:root /tmp
# chmod 1777 /tmp

I don't know how /tmp got in that state on my server (it's a fairly
fresh install of 16.04) but perhaps that's the underlying problem for
other people too.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1583102

Title:
  Could not execute 'apt-key' to verify signature (is gnupg installed?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1583102/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1583102] Re: Could not execute 'apt-key' to verify signature (is gnupg installed?)

2016-07-30 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: apt (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1583102

Title:
  Could not execute 'apt-key' to verify signature (is gnupg installed?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1583102/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1583102] Re: Could not execute 'apt-key' to verify signature (is gnupg installed?)

2016-07-08 Thread deivid
Just tried upgrading apt again today and got the same errors. Reverted
back again, but now to 1.0.10.2ubuntu3.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1583102

Title:
  Could not execute 'apt-key' to verify signature (is gnupg installed?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1583102/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1583102] Re: Could not execute 'apt-key' to verify signature (is gnupg installed?)

2016-05-19 Thread deivid
** Description changed:

  After upgrading to 16.04 I'm getting this error for all my apt sources.
  
- This seems different to both #1524196 (since I don't get the "Couldn't
- create tempfiles for splitting up /var/lib/apt/lists/archive.ubuntu
- .com_ubuntu_dists_xenial-updates_InRelease" errors) and #1577926 (since
- apt-key run by itself fails too).
+ This seems different to both
+ https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1524196 (since I
+ don't get the "Couldn't create tempfiles for splitting up
+ /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_xenial-
+ updates_InRelease" errors) and
+ https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1577926 (since apt-
+ key run by itself fails too).
  
  Downgrading to apt=1.0.10.2ubuntu2 fixed the problem so it seems to be
  related to recent changes in apt.
  
  Thanks!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1583102

Title:
  Could not execute 'apt-key' to verify signature (is gnupg installed?)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1583102/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs