On Wed, Jun 07, 2006 at 03:29:49PM +0300, <Constantine Kousoulos>:
~> > you have to just try to rm /usr/share/netsukuku/*
~> > and restart the daemons.
~>
~> After i did that everything worked ok.
That's good.
~> The only question left is why the RSA keys were lost? Is it
~> because i haven't configured debian correctly or because there is
~> something wrong with netsukuku?
The second. It is a small bug caused by a typing error:
clean_keyring();
if(keyring_is_empty)
generate_a_new_one();
while it had to be:
if(keyring_is_empty)
clean_keyring();
generate_a_new_one();
This was corrected in the 0.0.8b some time ago, but I thought it was only a
new bug.
Btw, here it is the patch for the 0.0.7b:
$ cd src/
$ wget http://netsukuku.freaknet.org/patches/keyring-bug-0.0.7b.patch
$ patch < keyring-bug-0.0.7b.patch
$ scons
~> In any case, i think it's time to move on to netsukuku-0.0.8b!!!
Yep ^_^
--
:wq!
"I don't know nothing" The One Who reached the Thinking Matter '.'
[ Alpt --- Freaknet Medialab ]
[ GPG Key ID 441CF0EE ]
[ Key fingerprint = 8B02 26E8 831A 7BB9 81A9 5277 BFF8 037E 441C F0EE ]
_______________________________________________
Netsukuku mailing list
[email protected]
http://lists.dyne.org/mailman/listinfo/netsukuku