Silk Road forums

Discussion => Security => Topic started by: ninpoman99 on December 28, 2012, 12:02 am

Title: Help with GPG on Linux
Post by: ninpoman99 on December 28, 2012, 12:02 am
 I apologize if this question is answered somewhere else either here in the forums or on the wiki. If it is I can't find it and believe me I have searched. I finally successfully booted up on Linux from USB and I'm having a problem getting GPG to run. The instructions say to "open the gpg4usb-0.3.2-1.zip folder" and then to ciick on the "start_linux executable". The problem is that "start_linux" is not an executable file. When I click it opens an "Open Files" window with two sub windows "Available application" and "Recent applications" . Not at all sure what I'm supposed to do with that? I'm still searching for answers on the GPG site but in the mean time can anyone help me get GPG going on Linux?
Title: Re: Help with GPG on Linux
Post by: astor on December 28, 2012, 12:05 am
In the file manager, right click on the file and select Properties, then go to the Permissions tab and check "Allow executing file as program".

Alternatively, open a terminal

cd /path/to/folder
chmod +x filename

Edit: BTW, every Linux discro comes with gpg by default. You don't need to download GPG4USB, but I'm sure it's easier to use than command line gpg.
Title: Re: Help with GPG on Linux
Post by: ninpoman99 on December 28, 2012, 12:22 am
Cool thanks much astor! Now embarrased that I didn't think to at least try the command line chmod of the file.  :-[  I'm an old school unix person who prefers cmd line to app interfaces.  ;D
Title: Re: Help with GPG on Linux
Post by: ninpoman99 on December 28, 2012, 12:46 am
Ok one step closer.  I can now launch GPG and I was prompted to create a key pair. According to the message that was displayed I successfully created the key pair yet no keys show up in the "Key Manager" window.  The same thing happens if i try to manually create the key pair using the "Key Manager". Any ideas?
Title: Re: Help with GPG on Linux
Post by: astor on December 28, 2012, 01:27 am
I don't know. For some reason I can't start start_linux. It doesn't give an error, it just doesn't start, so that's not helpful. It may be because I have a system version of gpg. Can you do me a favor? Open a terminal and type this

gpg --version

And post the output.
Title: Re: Help with GPG on Linux
Post by: ninpoman99 on December 28, 2012, 11:45 am
Yea problem solved! The issue was due to i had neglected to create a persistent volume first to save the zip download and extract into. Good to go now with all the sercurity and anonymity setup and can finally start ordering. Yeesh this was to much like work.  :o. Thanks for the help astor!