Search found 2 matches

by cameleon104
Sat Feb 22, 2014 11:09 am
Forum: Support
Topic: [SOLVED] [Errno 99] Cannot assign requested address -wheezy
Replies: 1
Views: 8275

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

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
by cameleon104
Sat Feb 22, 2014 1:32 am
Forum: Support
Topic: [SOLVED] [Errno 99] Cannot assign requested address -wheezy
Replies: 1
Views: 8275

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

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 hav...