Page 1 of 1

Daemon already running or port not available..

Posted: Tue Aug 12, 2008 4:48 am
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.

Re: Daemon already running or port not available..

Posted: Wed Aug 13, 2008 4:25 pm
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...

Re: Daemon already running or port not available..

Posted: Sat Aug 16, 2008 1:22 am
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

Re: Daemon already running or port not available..

Posted: Tue Aug 19, 2008 6:54 am
by delor
How did you worked around missing deluge.svg?

Re: Daemon already running or port not available..

Posted: Tue Aug 19, 2008 7:23 am
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.