[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gnunet] [BUG] gnunetd crash (0.8.0pre0)
From: |
Christian Grothoff |
Subject: |
Re: [Help-gnunet] [BUG] gnunetd crash (0.8.0pre0) |
Date: |
Mon, 14 Apr 2008 08:51:35 -0600 |
User-agent: |
KMail/1.9.9 |
On Monday 14 April 2008 03:26:03 am David Kuehling wrote:
> >>>>> "Christian" == Christian Grothoff <address@hidden> writes:
> >
> > You wouldn't happen to have a line like dstore = sqstore_mysql
> >
> > in your gnunetd.conf by any chance? That would be quite, well, fatal
>
> Hmm, from my gnunetd.conf:
>
> [MODULES]
> sqstore = sqstore_mysql
> topology = topology_default
> dstore = sqstore_mysql
>
> Does that mean it's all my fault? :) Should I change it back to sqlite?
No, you should change it to dstore:
dstore = dstore_mysql
That'll do the trick. And yes, it is all your fault ;-). I guess we should
teach gnunetd to only allow module mappings where the names match to prevent
such "user errors".
Christian