Re: GNUnet and GNUTLS

2024-10-12 Thread Martin Schanzenbach
Hi, looking at your logs it seems that you have an old peerstore database. You can try deleting $HOME/.local/share/gnunet/peerstore/sqlite.db and restart GNUnet. BR On Sat, 2024-10-12 at 07:32 +0100, madmurphy wrote: > Martin's patch worked! So it's already online. Thank you! > > However – this

Re: GNUnet and GNUTLS

2024-10-12 Thread Martin Schanzenbach
To clarify: $ gnunet-core -m will always "hang forever". It monitors connection changes and you can ctrl-c to end it. Maybe we can add a note to its output in the beginning to clarify. $ gnunet-core -s simply outputs currently active connections. You have no connections or connection attempts.

requiring PostgreSQL superuser

2024-10-12 Thread Daniel Golle
Hi! I've been playing with recent GNUnet releases and noticed that GNUnet now requirs PostgreSQL super user privileges. This is problematic and GNUnet should be able to run with only a more limited set of PostgreSQL permissions. The reason for that new requirement is LOCK TABLE pg_catalog.pg_name