Hello,
I could user some help here.
I just installed a new piler instance on another VM.
Followed the procedure on the page.
Using the Piler on the command line
For use on the command line, we first log into the container.
docker exec -it piler /bin/bash
Next we switch to the user "piler"
su piler
To get write permissions, we switch to the /var/tmp folder
cd /var/tmp
I get this criptic message
$ pilerimport -m emails.mbox
error parsing the configfile: /etc/piler/piler.conf
IK also tried root inside the container, before the su piler, as it seems the piler user does not have read rights on piler.conf
What can be the problem? It is a fresh install on a just git cloned repo.
Thank you, I am going nuts.
Hello,
I could user some help here.
I just installed a new piler instance on another VM.
Followed the procedure on the page.
I get this criptic message
IK also tried root inside the container, before the su piler, as it seems the piler user does not have read rights on piler.conf
What can be the problem? It is a fresh install on a just git cloned repo.
Thank you, I am going nuts.