Transferring the last message from the reporter.

-------- Message transféré --------
Sujet : Re: Bug#779259: gnunet: Bug in gnunet.postinst causes gnunet to
remain unconfigured by dpkg
Date : Mon, 30 Mar 2015 15:07:32 +0100
De : Guy Heatley <g...@member.fsf.org>
Pour : Bertrand Marc <beberk...@gmail.com>

On 29/03/2015 12:16, Bertrand Marc wrote:
Hi Bertrand,

> Could you send me your version of /etc/gnunet.conf (at the bottom of
> your message, it is written if was changed)

This may have changed since installation. I have certainly added the
Postgres section.

[dhtcache]
QUOTA = 128000

[ats]
WAN_QUOTA_IN = 12000
WAN_QUOTA_OUT = 12000

[hostlist]
OPTIONS = -b -e
SERVERS = http://v10.gnunet.org/hostlist [^]

[PATHS]
DEFAULTCONFIG = /etc/gnunet.conf

[arm]
SYSTEM_ONLY = YES
USER_ONLY = NO

[nat]
BEHIND_NAT = YES
PUNCHED_NAT = YES
EXTERNAL_ADDRESS = XX.YY.ZZ.AA

[datastore]
DATABASE = postgres

[datastore-mysql]
CONFIG = /root/~/.my.cnf

[path]
GNUNET_HOME = /var/lib/gnunet/
GNUNET_DATA_HOME = /var/lib/gnunet/data/
GNUNET_RUNTIME_DIR = /var/run/gnunet/

> and the output of:
> grep GNUNET_HOME /etc/gnunet.conf | tr -d [:blank:]
>

This worked fine in bash and sh, but it's worth noting I needed to add
single quotes for zsh to accept this:

% grep GNUNET_HOME /etc/gnunet.conf | tr -d [:blank:]
zsh: no matches found: [:blank:]
zsh: done       grep GNUNET_HOME /etc/gnunet.conf |
zsh: exit 1     tr -d [:blank:]


% grep GNUNET_HOME /etc/gnunet.conf | tr -d '[:blank:]'
GNUNET_HOME=/var/lib/gnunet/

Cheers!

Reply via email to