On Fri, Oct 03, 2003 at 11:27:09PM -0700, Tracy R Reed wrote:
> open("/dev/urandom", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) == -1
> ACCES (Permission denied)How to reproduce? strace java -cp freenet.jar freenet.crypt.Yarrow > Why does java/freenet access /dev/urandom? And why is it being denied? > Perms look ok... Why? Probably because fast_pool_reseed() in src/freenet/crypt/Yarrow.java tries to write_seed(seedfile); If seedfile is /dev/urandom and you are not root that wont work. Joris Bontje / mids -- PGP Key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xF19326A9 Key fingerprint = 730D 9B3A F406 F28A 957D 6397 31E8 6D4C F193 26A9
signature.asc
Description: Digital signature
_______________________________________________ Devl mailing list [EMAIL PROTECTED] http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl
