On Monday 14 April 2008 03:26:03 am David Kuehling wrote: > >>>>> "Christian" == Christian Grothoff <[EMAIL PROTECTED]> 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 _______________________________________________ Help-gnunet mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnunet
