Apt-key add - problem installing sharewall

raid

Member
Jul 25, 2010
102
0
16
Italy
Apt-key add - problem installing shorewall

Hi,
I' get the following error trying to install shorewall on proxmox 1.6 adding the keyring:

gpg --keyserver keyring.debian.org --recv-key 63E4E277
gpg: requesting key 63E4E277 from hkp server keyring.debian.org
gpg: key 63E4E277: public key "Roberto C. Sanchez <roberto@familiasanchez.net>" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
gpg --export -a 63E4E277 | sudo apt-key add -
-bash: sudo: command not found
gpg: [stdout]: write error: Broken pipe
gpg: [stdout]: write error: Broken pipe
gpg: [stdout]: write error: Broken pipe
gpg: [stdout]: write error: Broken pipe
gpg: [stdout]: write error: Broken pipe
gpg: [stdout]: write error: Broken pipe
gpg: [stdout]: write error: Broken pipe
gpg: [stdout]: write error: Broken pipe
gpg: [stdout]: write error: Broken pipe
gpg: [stdout]: write error: Broken pipe
gpg: [stdout]: write error: Broken pipe
gpg: [stdout]: write error: Broken pipe
gpg: [stdout]: write error: Broken pipe
gpg: iobuf_flush failed on close: file write error

any tips?
thanks
 
Last edited:
why do you use sudo? just do it like this:

Code:
gpg --export -a 63E4E277 | apt-key add -
 
Last edited:
ups, I posted the wrong line, just corrected. just do it without sudo or install sudo like you did.
 
It is working only without sudo or install sudo. I installed sudo application from the softwareall.com. It is such a good and best application and your coding also works without any errors.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!