Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

GPG secmem issue

Status
Not open for further replies.

spoodie

MIS
Mar 21, 2003
26
GB
I've installed GPG 1.2.1 from a pkg I downloaded from Sunfreeware.com and when I try to generate a key I get the following message, can anybody give me some advice for correcting this, it occurs immediately after entering the passphrase:

You need a Passphrase to protect your secret key.

gpg: fatal: can't open /dev/urandom: No such file or directory
secmem usage: 2272/2272 bytes in 7/7 blocks of pool 2272/16384
gmi-mis-p2-# gpg --version
gpg (GnuPG) 1.2.1
Copyright (C) 2002 Free Software Foundation, Inc.
This program comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to redistribute it
under certain conditions. See the file COPYING for details.

Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, RSA-E, RSA-S, ELG-E, DSA, ELG
Cipher: 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH
Hash: MD5, SHA1, RIPEMD160
Compress: Uncompressed, ZIP, ZLIB
gmi-mis-p2-#

Thanks.
 
Hi,

WHat version of solaris are you running? If version 8, you need to apply random patch.

sparc 8 - 112438-01
intel 8 - 112439-01

Solaris 8 does not come with /dev/random and /dev/urandom built-in, but patches have been released to correct this.

regards,
dbase77
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top