Hello, this my first post in the forum. Thanks for making Quickbox, it really made setting up servers much easier especially for a Linux noob like me.
I have an online.net server with ubuntu 16.04 64 bit installed
I can successfully install Headphones and Pyload from the Quickbox’s dashboard or SSH with root privilege and can access both from the left panel in the dashboard but the problem is after rebooting the server both Headphones and Pyload will show with red dots and can’t access any of it.
I ran “box install headphones” with root privilege and I noticed that all went ok expept for getting this error
"—>Enabling Headphones Autostart at Boot…
update-rc.d: error: initscript does not exist: /etc/init.d/headphones"
I ran “box install pyload” with root privilege and all went ok without any error.
“setup-pyLoad” went ok too
The problem is after rebooting the server, both packages will show with red dots in the dashboard and clicking on each of it from the left panel gives me a web page with “Service Unavailable”
I ran “service headphones status” and it gave me this (I removed my server’s hostname):
"● headphones.service - Headphones
Loaded: loaded (/etc/systemd/system/headphones.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Mon 2017-07-03 14:32:56 CEST; 3min 13s ago
Process: 1299 ExecStart=/usr/bin/python2 /home/bakls/.headphones/Headphones.py -d --pidfile /var/run/headphones/headphones.pid --datadir /home/bakls/.headphones --nolaunch --config /home/
Jul 03 14:32:53 my.hostname systemd[1]: Starting Headphones…
Jul 03 14:32:56 my.hostname python2[1299]: (‘Unable to write PID file: %s’, IOError(2, ‘No such file or directory’))
Jul 03 14:32:56 my.hostname systemd[1]: headphones.service: Control process exited, code=exited status=1
Jul 03 14:32:56 my.hostname systemd[1]: Failed to start Headphones.
Jul 03 14:32:56 my.hostname systemd[1]: headphones.service: Unit entered failed state.
Jul 03 14:32:56 my.hostname systemd[1]: headphones.service: Failed with result ‘exit-code’."
I ran “service pyload status” and it gave me this:
“● pyload.service
Loaded: not-found (Reason: No such file or directory)
Active: inactive (dead)”
any help will be appreciated