[Dibs-discussion] dibs 0.92 looping.
Status: Alpha
Brought to you by:
emin63
|
From: sophana <so...@zi...> - 2006-07-31 09:48:46
|
Hi
I'm currently testing dibs, which looks like a very cool tool. The
concept is great, thanks for that.
Unfortunately it doesn't work very well.
I've setup 2 peers A and B, both with incoming port active.
I've exchanged gpg keys
in peer A, I added peer B
then did a manual backup of a directory.
Then I could see, that I forgot to add trust to the A gpg key to B
Whatever command I make from peer A, peer B takes a LOT of cpu (4minutes
of 2ghz cpu).
when I do a Ctrl C, it was in
Subject: <DIBS> DIBS ERROR
Command was '['/usr/bin/dibs.py', 'start_daemon']'.
Exception of type '<class exceptions.KeyboardInterrupt at 0xb7ee038c>': ''.
Traceback:
File "/usr/lib/python2.3/site-packages/dibs_lib/dibs_ui.py", line 781,
in ?
daemon = dibs_daemon.DIBSServer(dibs_options.daemonPort)
File "/usr/lib/python2.3/site-packages/dibs_lib/dibs_daemon.py", line
163, in __init__
while (self.ProcessCommand() != 0):
File "/usr/lib/python2.3/site-packages/dibs_lib/dibs_daemon.py", line
262, in ProcessCommand
return self.cmdTable[match.group('cmd')](match)
File "/usr/lib/python2.3/site-packages/dibs_lib/dibs_daemon.py", line
286, in ProcessGive
match = self.ExpectResponse(rOKorI)
File "/usr/lib/python2.3/site-packages/dibs_lib/dibs_daemon.py", line
112, in ExpectResponse
cmd = self.SocketReceive(dibs_constants.daemonCmdSize)
File "/usr/lib/python2.3/site-packages/dibs_lib/dibs_daemon.py", line
77, in SocketReceive
except socket.error, (num, type):
Regards
|