[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-developers] Re: Deadlock due to `pthread_mutex_lock'.
From: |
Ludovic Courtès |
Subject: |
[GNUnet-developers] Re: Deadlock due to `pthread_mutex_lock'. |
Date: |
Tue, 02 Sep 2008 19:28:30 +0200 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
Hi Christian,
Christian Grothoff <address@hidden> writes:
> You must have an entry
>
> topology=topology_default
>
> under [MODULES] in the configuration.
Hmm, that doesn't make any difference. The file contains this:
[PATHS]
GNUNETD_HOME = /var/lib/gnunet
[GNUNETD]
APPLICATIONS = advertising getoption fs stats traffic
TRANSPORTS = udp tcp http nat
[LOAD]
MAXNETDOWNBPSTOTAL = 50000
MAXNETUPBPSTOTAL = 50000
HARDUPLIMIT = 0
MAXCPULOAD = 100
INTERFACES = eth0
[MODULES]
TOPOLOGY = topology_default
Looking at the output of `strace', `gnunetd' does read this config file,
but it looks only for `libgnunetmodule_topology', not
`libgnunetmodule_topology_default'.
Any idea?
Thanks in advance,
Ludo'.