Deluge does not start

General support for problems installing or using Deluge
Sohn_of_a_Gunn
New User
New User
Posts: 6
Joined: Tue May 06, 2008 12:51 am

Re: Deluge does not start

Post by Sohn_of_a_Gunn »

johnnyg wrote:
Sohn_of_a_Gunn wrote:
Ux64 wrote:Same problem.

http://forum.deluge-torrent.org/viewtop ... f=7&t=5605

I'll just clear all directories and restart. I'm quite sure it'll work again. ;)

Actually deleting fastresume files was enough to get deluge running again.
Where are those files?
in ~/.config/deluge/torrentfiles/
the fastresume files end in .fastresume (make sure you don't delete the .torrent files)
\
Uh..........there are not files in the torrentfiles folder. What do I do now?
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Deluge does not start

Post by johnnyg »

have you tried deleting the persistent.state file in ~/.config/deluge/ ?
bigc211
New User
New User
Posts: 4
Joined: Wed May 28, 2008 2:54 am

Re: Deluge does not start

Post by bigc211 »

Don't know if this can help, but i have this error message when triyng to start deluge from cli on my kubuntu hardy.

Traceback (most recent call last):
File "/usr/bin/deluge", line 123, in <module>
subprocess.Popen(["dbus-launch", "deluge"] + sys.argv[1:])
File "/usr/lib/python2.5/subprocess.py", line 594, in __init__
errread, errwrite)
File "/usr/lib/python2.5/subprocess.py", line 1147, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

I have version 0.5.9.1 and have already tried all the solutions above.

Still the same...
Sohn_of_a_Gunn
New User
New User
Posts: 6
Joined: Tue May 06, 2008 12:51 am

Re: Deluge does not start

Post by Sohn_of_a_Gunn »

Hey guys I got it working, sadly I can not run any later versions but apparently deleting my config files helped somehow.
TrD

Re: Deluge does not start

Post by TrD »

bigc211 wrote:Traceback (most recent call last):
File "/usr/bin/deluge", line 123, in <module>
subprocess.Popen(["dbus-launch", "deluge"] + sys.argv[1:])
File "/usr/lib/python2.5/subprocess.py", line 594, in __init__
errread, errwrite)
File "/usr/lib/python2.5/subprocess.py", line 1147, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
I have this exact same error. It occurs with 0.5.9.1 and I even tried to downgrade but it didn't help.
Deleting the config files does not help either.
bigc211
New User
New User
Posts: 4
Joined: Wed May 28, 2008 2:54 am

Re: Deluge does not start

Post by bigc211 »

No solution yet. Been searching for one.
zoze
Member
Member
Posts: 14
Joined: Fri Apr 11, 2008 8:30 am
Location: Greece-Arta

Re: Deluge does not start

Post by zoze »

I got the same problem today i fixed it using 'rm ~/.config/deluge/persistent.state''.Know there aren;t any torrents.I backup my torrentfiles folder but nothing.Iw there a way to insert my torrent aymoatically and not one by one.I had 150++ torrents seeding.Help me
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: Deluge does not start

Post by johnnyg »

you can use the autoload torrent feature (Preferences->Downloads: Autoload all torrent files in).
it will automatically add them all, and make their download location the default one.
so you'll have to manually change everyone (you can do this with the move torrent plugin).
zoze
Member
Member
Posts: 14
Joined: Fri Apr 11, 2008 8:30 am
Location: Greece-Arta

Re: Deluge does not start

Post by zoze »

That's what i did.
bigc211
New User
New User
Posts: 4
Joined: Wed May 28, 2008 2:54 am

Re: Deluge does not start

Post by bigc211 »

I tried to remove the persistant.state file but that didn't help.

Got this when trying to run from cli

Traceback (most recent call last):
File "/usr/bin/deluge", line 122, in <module>
subprocess.Popen(["dbus-launch", "deluge"] + sys.argv[1:])
File "/usr/lib/python2.5/subprocess.py", line 594, in __init__
errread, errwrite)
File "/usr/lib/python2.5/subprocess.py", line 1147, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory

I think it's a dependency problem. But can't find wich one...
Post Reply