Deluge 0.5.6.96 Won't Start

General support for problems installing or using Deluge
lifestyle
Member
Member
Posts: 32
Joined: Mon Nov 19, 2007 6:28 am

Deluge 0.5.6.96 Won't Start

Post by lifestyle »

Hi,

Deluge was working well, and then it won't start anymore. I tried the following but to no avail:

1. Removed the persistent.state config file;
2. Purged and reinstalled Deluge; AND
3. Deleted the whole ~/.config/deluge folder

Please help?
walmis
New User
New User
Posts: 3
Joined: Sun Nov 25, 2007 7:45 pm

Re: Deluge 0.5.6.96 Won't Start

Post by walmis »

same here

walmis@client:~$ deluge
create proxy object
create iface
send to iface
walmis@client:~$
lifestyle
Member
Member
Posts: 32
Joined: Mon Nov 19, 2007 6:28 am

Re: Deluge 0.5.6.96 Won't Start

Post by lifestyle »

walmis wrote:same here

walmis@client:~$ deluge
create proxy object
create iface
send to iface
walmis@client:~$
Exactly my problem too.
daddy
Seeder
Seeder
Posts: 100
Joined: Sun Jul 22, 2007 12:14 am

Re: Deluge 0.5.6.96 Won't Start

Post by daddy »

It looks like there is a deluge process running. `killall deluge` should do it. If that doesn't work, `ps x | grep deluge`, then kill the pid manually.
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Deluge 0.5.6.96 Won't Start

Post by markybob »

lifestyle wrote:
walmis wrote:same here

walmis@client:~$ deluge
create proxy object
create iface
send to iface
walmis@client:~$
Exactly my problem too.
this means it's already running. `ps aux |grep deluge` and kill it
walmis
New User
New User
Posts: 3
Joined: Sun Nov 25, 2007 7:45 pm

Re: Deluge 0.5.6.96 Won't Start

Post by walmis »

excellent, that fixed it, thank you
lifestyle
Member
Member
Posts: 32
Joined: Mon Nov 19, 2007 6:28 am

Re: Deluge 0.5.6.96 Won't Start

Post by lifestyle »

So, is it ps x | grep deluge or ps aux | grep deluge?

Then, after I get the results, how do I kill it?

btw, killall deluge does NOT work.

Can this problem be fixed by Deluge developers btw?
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Deluge 0.5.6.96 Won't Start

Post by markybob »

lifestyle wrote:So, is it ps x | grep deluge or ps aux | grep deluge?

Then, after I get the results, how do I kill it?

btw, killall deluge does NOT work.

Can this problem be fixed by Deluge developers btw?
`ps aux |grep deluge` will give you the pid (number on the very left). then to kill that process, `kill -KILL NUMBER`
lifestyle
Member
Member
Posts: 32
Joined: Mon Nov 19, 2007 6:28 am

Re: Deluge 0.5.6.96 Won't Start

Post by lifestyle »

I do not quite understand how to kill a pid... take a look at what I have tried:

$ deluge
create proxy object
create iface
send to iface
$ ps aux | grep deluge
pc 5839 2.1 4.7 167308 48760 ? Sl Nov25 8:16 /usr/bin/python2.5 /usr/bin/deluge
pc 8867 0.0 0.0 2976 748 pts/0 R+ 04:56 0:00 grep deluge
$ kill 5839
$ kill 8867
bash: kill: (8867) - No such process
$


Do I kill 1 or 2 processes? As you can see, even when trying to kill 2 events, only 5839 was killed.

Oh, and Deluge still refuses to start. I am going to reboot the system and see if makes any difference. Am I in Windows??
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: Deluge 0.5.6.96 Won't Start

Post by markybob »

lifestyle wrote:I do not quite understand how to kill a pid... take a look at what I have tried:

$ deluge
create proxy object
create iface
send to iface
$ ps aux | grep deluge
pc 5839 2.1 4.7 167308 48760 ? Sl Nov25 8:16 /usr/bin/python2.5 /usr/bin/deluge
pc 8867 0.0 0.0 2976 748 pts/0 R+ 04:56 0:00 grep deluge
$ kill 5839
$ kill 8867
bash: kill: (8867) - No such process
$


Do I kill 1 or 2 processes? As you can see, even when trying to kill 2 events, only 5839 was killed.

Oh, and Deluge still refuses to start. I am going to reboot the system and see if makes any difference. Am I in Windows??
i didnt say `kill NUMBER`, i said `kill -KILL NUMBER` ...you're not in windows, you just apparently cant read very well :p
Post Reply