I installed proftpd under xinetd and it appears to be working...I figured it would make sense to launch deluge-web under xinetd since i don't really use it much.
Code:
/etc/xinetd.d$ cat deluge-web
service deluge-web
{
flags = REUSE
socket_type = stream
protocol = tcp
wait = no
user = deluge
server = /usr/bin/deluge-web
instances = 20
port = 8112
}
I have the file path right:
Code:
/e
Just recently I noticed my deluge-web wasn't running, so I just tried starting the daemon and get this:> sudo /etc/rc.d/deluge-web start
Password:
:: Starting Deluge WebUI [DONE]
>
Hi guys,
I'm having a heck of a problem with Deluge.
I'm using Kubuntu 12.04 and installed Deluge 1.3.5.
I use a seedbox and use the 'thin client' with Deluge.
I'm running deluge as a daemon on my Ubuntu (12.04) HTPC/server that I access through the WebUI on my laptop.
Thanks for the advice WonderWoofyWonderWoofy wrote: Did you even bother to look at what /usr/lib/tmpfiles.d/deluge.conf has in it? This is the kind of error you want... to kind that tells you what is causing the problem, in a clear and reasonable fashion.Yes, /usr/lib/tmpfiles.d/deluge.conf is there and I looked, compared it to some other files in there.
How can I which ports are open/closed on my system? I am running Ubuntu 12.04, and to my knowledge there is no firewall running or installed, although it may have been in the past.
I am trying to configure Deluge because currently no incoming connections are being allowed. I checked that UPnP is enabled on the router and also configured port forwarding.
Hi I keep getting a no incoming connections on my Deluge. I know this is a pretty common problem from Google, but I have posted here to see if any one knows why this happens.
I have port forwarded my router and set Deluge to the correct port range.
Is this just a bug ?
Deluge is a full-featured BitTorrent client for Linux, OS X, Unix and Windows. It uses libtorrent in it’s backend and features multiple user-interfaces including: GTK+, web and console. It has been designed using the client server model with a daemon process that handles all the bittorrent activity.
I have read and read and done all I know to do to get Deluge BitTorrent client to work with a proxy. I have done what I THINK needs to be done on my router, turned on UPnP. I haven't done anyhting in the way of port forwarding because my router (Netgear V2000V3) doesn't have a TCP option. I don't know what a DAEMON port is or if I should change it.