You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just tried following the instructions on the Docker setup page for Partyman however the container then fails to load.
I've got the following from the container log:
`bin/entrypoint.sh: line 12: /root/partyman/cron.log: Is a directory
PARTYMAN_DIR: /root/partyman
PARTICL_DIR: /root/particlcore
PARTICL_DATADIR: /root/.particl
PARTICL_CONF: /root/.particl/particl.conf
HTML_PATH: /root/partyman/webserver/public_html
PATH: /root/partyman/bin:/root/particlcore:/root/partyman/bin:/root/particlcore:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
bin/entrypoint.sh: line 13: /root/.particl/debug.log: Is a directory
::::::::::::::
/root/.particl/particl.conf
::::::::::::::
debug=0
printtoconsole=1
debuglogfile=debug.log
starting cron jobs...
starting webserver...
webserver started on 0.0.0.0:8080
starting particld...
bin/entrypoint.sh: line 42: /root/particlcore/particld: No such file or directory`
Any thoughts on how to get this working would be much appreciated.
Ta
The text was updated successfully, but these errors were encountered:
Hi guys,
I've just tried following the instructions on the Docker setup page for Partyman however the container then fails to load.
I've got the following from the container log:
`bin/entrypoint.sh: line 12: /root/partyman/cron.log: Is a directory
PARTYMAN_DIR: /root/partyman
PARTICL_DIR: /root/particlcore
PARTICL_DATADIR: /root/.particl
PARTICL_CONF: /root/.particl/particl.conf
HTML_PATH: /root/partyman/webserver/public_html
PATH: /root/partyman/bin:/root/particlcore:/root/partyman/bin:/root/particlcore:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
bin/entrypoint.sh: line 13: /root/.particl/debug.log: Is a directory
::::::::::::::
/root/.particl/particl.conf
::::::::::::::
debug=0
printtoconsole=1
debuglogfile=debug.log
starting cron jobs...
starting webserver...
webserver started on 0.0.0.0:8080
starting particld...
bin/entrypoint.sh: line 42: /root/particlcore/particld: No such file or directory`
Any thoughts on how to get this working would be much appreciated.
Ta
The text was updated successfully, but these errors were encountered: