Ubuntu headless server + last version dont start

Ask for help and report issues not specific to either the Mac OS X or GTK+ versions of Transmission
Post Reply
airvb
Posts: 3
Joined: Mon Oct 13, 2008 8:21 am

Ubuntu headless server + last version dont start

Post by airvb »

Bonsoir,
i just finising ubuntu 8.10 server + last version of transmission
I open the 51413 port on my routeur ( checked ok )
i only install transmission cli & daemon as i 'm on server.
when i lauched tnasmission :

Code: Select all

SERVEUR-RV:~$ transmission-daemon -p 9091 -f -T -a 192.168.1.100
[22:06:03.685] RPC Server: Adding address to whitelist: 192.168.1.100
[22:06:03.686] RPC Server: Serving RPC and Web requests on port 9091
[22:06:03.686] RPC Server: Whitelist enabled
[22:06:03.686] Transmission 1.52 (8229) started
[22:06:04.685] Port Forwarding (NAT-PMP): initnatpmp succeeded (0)
[22:06:04.685] Port Forwarding (NAT-PMP): sendpublicaddressrequest succeeded (2)
[22:06:12.693] Port Forwarding: State changed from "Not forwarded" to "Starting"
[22:06:12.694] Couldn't bind port 51413 on ::: Address already in use
[22:06:12.694] Port Forwarding: Couldn't open port 51413 on :: to listen for incoming peer connections (errno 98 - Address alrea                   dy in use)
[22:06:12.694] Couldn't bind port 51413 on 0.0.0.0: Address already in use
[22:06:12.694] Port Forwarding: Couldn't open port 51413 on 0.0.0.0 to listen for incoming peer connections (errno 98 - Address                    already in use)
Any idea ?

thanks

ps : sorry but english isnot my native language !
rb07
Posts: 1400
Joined: Sun Aug 24, 2008 3:14 am

Re: Ubuntu headless server + last version dont start

Post by rb07 »

Couldn't bind port 51413 on 0.0.0.0: Address already in use
You probably have (the old) transmission running, stop it, then start again.
airvb
Posts: 3
Joined: Mon Oct 13, 2008 8:21 am

Re: Ubuntu headless server + last version dont start

Post by airvb »

you're right after

Code: Select all

sudo killall transmission
it 's ok
thanks
Post Reply