Daemon already running or port not available..

General support for problems installing or using Deluge
Post Reply
aqtrans
Member
Member
Posts: 28
Joined: Fri Feb 08, 2008 4:07 pm

Daemon already running or port not available..

Post by aqtrans »

I am trying to get Deluge 0.9.05 running on ArchLinux, and whenever I run deluged -d I get this output. I had to change setup.py to reflect some Arch only changes, detailed here. I do not have deluged running, or any other XMLRPC program occupying that port afaik.
If I could get help on getting this sorted out, I'd greatly appreciate it.
aqtrans
Member
Member
Posts: 28
Joined: Fri Feb 08, 2008 4:07 pm

Re: Daemon already running or port not available..

Post by aqtrans »

Just to update, I've tried running from just the pkgbuild, but it doesn't install the binaries for some reason. Makepkg completes succesfully but never copies deluge/deluged to /usr/bin :( I just tried installing RC6 to no avail. I'm going to be reinstalling Arch as soon as my new hard drive gets in, so it might just be a borked install of Arch that's causing the problem...
aqtrans
Member
Member
Posts: 28
Joined: Fri Feb 08, 2008 4:07 pm

Re: Daemon already running or port not available..

Post by aqtrans »

Okay so it was that install that was fubared. One thing though, the PKGBUILD that is uploaded is broken, it fails trying to copy deluge.svg, which doesn't exist. And setup.py should be looking for both libboost_thread-mt.so along with libboost_thread.so, on Arch I had to symlink -mt.so to .so to get Deluge to compile...Now time to go play with Deluge 1.0! :D
delor
New User
New User
Posts: 3
Joined: Tue Aug 19, 2008 6:02 am

Re: Daemon already running or port not available..

Post by delor »

How did you worked around missing deluge.svg?
aqtrans
Member
Member
Posts: 28
Joined: Fri Feb 08, 2008 4:07 pm

Re: Daemon already running or port not available..

Post by aqtrans »

At first I commented that line out but then I discovered this ticket and replaced the install... line with

Code: Select all

install -D -m644 $startdir/pkg/usr/share/pixmaps/deluge.png pixmaps/deluge.png 
and it worked fine.
Post Reply