On Tue, Feb 24, 2009 at 8:09 AM, Alpt <[email protected]> wrote: > On Mon, Feb 23, 2009 at 05:22:41PM +0100, <Luca Dionisi>: > ~> >> ~> DEBUG setsockopt() argument 3 must be string or read-only buffer, > not None > ~> >> > ~> >> Probably your settings.NICS is empty. > ~> > ~> Debugging with pdb I see: > ~> (Pdb) settings.NICS > ~> ['eth0'] > > uhm... try to breakpoint on lib/rpc.py:429 > and see why d=None.
If I place a breakpoint there and hit 'c' the program goes on and the breakpoint is not honored. I asked in another mail how can I use Pdb with tasklets, because I guess the problem is that. _______________________________________________ Netsukuku mailing list [email protected] http://lists.dyne.org/mailman/listinfo/netsukuku
