Page 1 of 1

[SOLVED] [Errno 99] Cannot assign requested address -wheezy

Posted: Sat Feb 22, 2014 1:32 am
by cameleon104
Hi,

After many many tries, I cannot get the deluge daemon to start correctly.

Here is the 3 last line of the log
rpcserver:366 Starting DelugeRPC server 127.0.0.1:58846
Daemon already running or port not available..
Couldn't listen on 127.0.0.1:58846: [Errno 99] Cannot assign requested address

I have already check many points :
  • The port is not used (netstat|grep 58846)
  • Deluge user is set to root (DELUGED_USER="root")
  • Set 127.0.0.1 instead of localhost to prevent any hosts file problem
My deluge version is
deluged: 1.3.6
libtorrent: 0.15.10.0
(also tried with 1.3.3)

Raspberry pi version
Linux raspberrypi 3.10.30+ #642 PREEMPT Fri Feb 21 17:33:42 GMT 2014 armv6l GNU/Linux

I have followed these tutorial Why things are not as easy as an apt-get install ??
Did I miss something to install/configure manualy ?

Thanks

[SOLVED] [Errno 99] Cannot assign requested address -wheezy

Posted: Sat Feb 22, 2014 11:09 am
by cameleon104
Hi,

This post on stack overvlow solved my issue :-)
http://stackoverflow.com/questions/2150 ... rt-on-udoo

The trick is to add
auto lo
iface lo inet loopback

to /etc/network/interfaces and ran:

sudo ifup lo

Bye