deluge 1.1.9 webui script (ubuntu 9.10)
Posted: Sat Feb 20, 2010 5:28 am
OK I have set up the webui and its working when I try it in my local network. I now want it to start up with the webui script so that I can always login.
I have seen this tutorial http://dev.deluge-torrent.org/wiki/UserGuide/InitScript I have logged in as nautilus to be able to add files and then made both files (deluge-daemon) and put then in their respective places below
/etc/default/deluge-daemon
/etc/init.d/deluge-daemon
I however get the below output
the last command to Start the daemon gives me a no suck file or directory.. why is that??
also just confirming that what Im doing here is putting this script so that I just start up the deluge gui and then the script runs automatically and I wont have to put any commands in to run the webui and leave it running.
I have seen this tutorial http://dev.deluge-torrent.org/wiki/UserGuide/InitScript I have logged in as nautilus to be able to add files and then made both files (deluge-daemon) and put then in their respective places below
/etc/default/deluge-daemon
/etc/init.d/deluge-daemon
I however get the below output
Code: Select all
xbmc@xbmc-desktop:~$ sudo chmod 755 /etc/init.d/deluge-daemon
xbmc@xbmc-desktop:~$ sudo update-rc.d deluge-daemon defaults
System start/stop links for /etc/init.d/deluge-daemon already exist.
xbmc@xbmc-desktop:~$ sudo /etc/init.d/deluge-daemon start
sudo: unable to execute /etc/init.d/deluge-daemon: No such file or directory
xbmc@xbmc-desktop:~$
also just confirming that what Im doing here is putting this script so that I just start up the deluge gui and then the script runs automatically and I wont have to put any commands in to run the webui and leave it running.