Re: Cant access deluge - connection refused

gibxxi wrote:Here's the modifications:
- Code: Select all
start_daemon() {
# Set umask to create files with world r/w
umask 0
start-stop-daemon -S --pidfile "${DELUGED_PID}" --chuid "${CHUID}" \
--user "${USER}" --exec "${DELUGED}" -- \
--quiet --pidfile "${DELUGED_PID}" --config "${DELUGED_CONF}" \
--logfile "${DELUGED_LOG}" --loglevel "${DELUGED_LOGLEVEL}"
start-stop-daemon -S --background --pidfile "${DELUGE_WEB_PID}" \
--make-pidfile --chuid "${CHUID}" --user "${USER}" \
--exec "${DELUGE_WEB}" -- \
--quiet --config "${DELUGED_CONF}" --logfile "${DELUGE_WEB_LOG}" \
--loglevel "${DELUGE_WEB_LOGLEVEL}"
}
This is not what I posted above, please try to copy paste it instead.
gibxxi wrote:The SU statement doesn't work. Complains that it must be an "suid" format.
Exact output of what you have typed and the error would be helpful
gibxxi wrote:Running the last command produces the following output: *snip*
The lines about missing config files are correct. These sections have not been configured yet, so config files will not have been written. Slightly confusing though is the one about the GeoIP database. That is set to app defaults. The GeoIP beta addon has been also installed, but that was also the case on the old setup and it worked fine. Also, why can't it find rar/7zr? I thought these packages were supplied by Asustor?
I don't see any GeoIP errors myself, but then again I haven't installed any plugins for it either. Asustor does not include rar / unrar but I do infact include unrar and 7zip in the deluge package, so it's a bit weird that they're not detected.