I'm having the same problem on OpenSuse 11.2 with init script.
Installed 1.3.0_rc1 from the 1-click install from packman repos.
Deluge daemon and web daemon are both running fine, but as 1.2.2!
Search found 8 matches
- Wed May 19, 2010 6:00 pm
- Forum: Support
- Topic: Upgrading to 1.3.0_rc1
- Replies: 5
- Views: 6146
- Mon Mar 29, 2010 10:49 pm
- Forum: Support
- Topic: init.d script for openSUSE
- Replies: 32
- Views: 27317
Re: init.d script for openSUSE
IT WORKS! The user needs to be deluge in both scripts, and I changed the paths in DELUGED_WEB_ARGS to this: DELUGED_WEB_ARGS="-c /home/deluge/ -l /home/deluge/delugedweb.log" This way I'm sure the user deluge has write permissions to the log file. I don't know what the "-c /home/delug...
- Mon Mar 29, 2010 10:20 pm
- Forum: Support
- Topic: init.d script for openSUSE
- Replies: 32
- Views: 27317
Re: init.d script for openSUSE
Yes, in /etc/init.d/deluged: $DELUGED_USER="deluge" and in /etc/init.d/deluge-webd: $DELUGE_WEB_USER="deluge" I tried changing both of them to my own username "ole". When I tried to run deluge-webd I got these errors: Traceback (most recent call last): File "/usr/b...
- Mon Mar 29, 2010 6:51 pm
- Forum: Support
- Topic: init.d script for openSUSE
- Replies: 32
- Views: 27317
Re: init.d script for openSUSE
OK, I've updated the init scripts on my server to the newest versions that i found on the deluge wiki pages. If I am logged in as a normal user (in this case, my username "ole") I'm getting permission denied while running deluge-webd Starting DELUGE-WEB daemonstartproc: cannot set user id ...
- Mon Mar 29, 2010 11:42 am
- Forum: Support
- Topic: init.d script for openSUSE
- Replies: 32
- Views: 27317
Re: init.d script for openSUSE
Yeah, I think so.. I just used the scripts as they were posted on the wiki pages. What changes do I need to make? Here's my deluged init script: #! /bin/sh # Copyright (c) 1995-2000 SuSE GmbH Nuernberg, Germany. # # Author: José Ferrandis # # /etc/init.d/deluged # # and symbolic its link # # /usr/sb...
- Mon Mar 29, 2010 1:13 am
- Forum: Support
- Topic: init.d script for openSUSE
- Replies: 32
- Views: 27317
Re: init.d script for openSUSE
jferrandis, Thank you so much for all your hard work with the init script. However, I'm getting some errors while trying to run deluge-webd: File "/usr/bin/deluge-web", line 8, in <module> load_entry_point('deluge==1.2.1', 'console_scripts', 'deluge-web')() File "/usr/lib/python2.6/si...
- Fri Mar 19, 2010 2:25 pm
- Forum: Support
- Topic: init.d script for openSUSE
- Replies: 32
- Views: 27317
Re: init.d script for openSUSE
Yes, you are correct. The daemon keep running when closing the SSH session, but the webui stops.
I'll try fiddling with screen, but I would really appreciate if someone stepped up and wrote a init script for openSUSE as I've got no clue how to do it
I'll try fiddling with screen, but I would really appreciate if someone stepped up and wrote a init script for openSUSE as I've got no clue how to do it

- Fri Mar 19, 2010 1:14 am
- Forum: Support
- Topic: init.d script for openSUSE
- Replies: 32
- Views: 27317
init.d script for openSUSE
Edit: InitScript for OpenSUSE Hi guys, I'm loving the Deluge torrent client, especially the polished AJAX webui. Unfortunately I'm having difficulties running it as a daemon. With the daemon running from an SSH window I can connect to the web UI fine but if I close the SSH client the daemon (obviou...