Deluge 1.0.0-1_i386.hardy freezes at start up

General support for problems installing or using Deluge
Post Reply
manxa22

Deluge 1.0.0-1_i386.hardy freezes at start up

Post by manxa22 »

When I try to open Deluge it freezes immediately.
If I open it by terminal the following message is continually showed until I force quit:

Code: Select all

[DEBUG   ] 12:13:15 signalreceiver:77 Trying again with another port: (99, 'N\xc3\xa3o foi poss\xc3\xadvel atribuir endere\xc3\xa7o requerido')
[DEBUG   ] 12:13:15 signalreceiver:77 Trying again with another port: (99, 'N\xc3\xa3o foi poss\xc3\xadvel atribuir endere\xc3\xa7o requerido')
[DEBUG   ] 12:13:15 signalreceiver:77 Trying again with another port: (99, 'N\xc3\xa3o foi poss\xc3\xadvel atribuir endere\xc3\xa7o requerido')
[DEBUG   ] 12:13:15 signalreceiver:77 Trying again with another port: (99, 'N\xc3\xa3o foi poss\xc3\xadvel atribuir endere\xc3\xa7o requerido')
I recently found out that this occurs not only on version 1.0 but also on 0.9. I could only run the program on the 0.5 version that is on Ubuntu repository.
Has anybody any idea of what can it be?Thanks.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Deluge 1.0.0-1_i386.hardy freezes at start up

Post by andar »

manxa22 wrote:When I try to open Deluge it freezes immediately.
If I open it by terminal the following message is continually showed until I force quit:

Code: Select all

[DEBUG   ] 12:13:15 signalreceiver:77 Trying again with another port: (99, 'N\xc3\xa3o foi poss\xc3\xadvel atribuir endere\xc3\xa7o requerido')
[DEBUG   ] 12:13:15 signalreceiver:77 Trying again with another port: (99, 'N\xc3\xa3o foi poss\xc3\xadvel atribuir endere\xc3\xa7o requerido')
[DEBUG   ] 12:13:15 signalreceiver:77 Trying again with another port: (99, 'N\xc3\xa3o foi poss\xc3\xadvel atribuir endere\xc3\xa7o requerido')
[DEBUG   ] 12:13:15 signalreceiver:77 Trying again with another port: (99, 'N\xc3\xa3o foi poss\xc3\xadvel atribuir endere\xc3\xa7o requerido')
I recently found out that this occurs not only on version 1.0 but also on 0.9. I could only run the program on the 0.5 version that is on Ubuntu repository.
Has anybody any idea of what can it be?Thanks.
This generally happens when you don't have a proper localhost entry in your hosts file.

Code: Select all

# IPv4 and IPv6 localhost aliases
127.0.0.1	localhost
::1		localhost
pacman401
New User
New User
Posts: 5
Joined: Sun Sep 28, 2008 6:32 am

Re: Deluge 1.0.0-1_i386.hardy freezes at start up

Post by pacman401 »

I have similar problem
I am running Kubuntu 8.04.1 ,all default installed torrent clients have been removed after installation
I downloaded package deluge-torrent_1.0.0-1_i386.hardy.deb from official site and installed it using gdebi after installation i run in terminal deluge and i have this error line after line

Code: Select all

[DEBUG   ] 08:37:11 signalreceiver:77 Trying again with another port: (99, 'Cannot assign requested address')
guy forum irc request from me to run "ps aux | grep deluge"
so i run it and that has show to me

Code: Select all

6385  0.0  0.1   3008   772 pts/1    R+   18:34   0:00 grep deluge
he sad there is no "zombie" process running

My File /etc/hosts looks that

Code: Select all

hav0ck@MK-1:~$ cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 MK-1

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
How to correctly configure that file ?
I am using DHCP
Post Reply