Search found 111 matches

by Spadge
Fri Aug 05, 2011 1:06 pm
Forum: Support
Topic: [SOLVED] Strange pidfile behaviour
Replies: 7
Views: 6755

Re: Strange pidfile behaviour

Python 2.7.2 (default, Jul 25 2011, 12:42:51) [GCC 4.2.1 20070719 [FreeBSD]] on freebsd8 Type "help", "copyright", "credits" or "license" for more information. >>> open(options.pidfile, "wb").write("%s\n" % os.getpid()) Traceback (most rec...
by Spadge
Fri Aug 05, 2011 10:49 am
Forum: Support
Topic: [SOLVED] Strange pidfile behaviour
Replies: 7
Views: 6755

[SOLVED] Strange pidfile behaviour

Deluge has been doing this a while, but I never thought to mention it before ... Whenever I start deluged it creates a pidfile thanks to the -P option. The weirdness is that it insists on putting the listening port (for GUI connection) in there with the PID. root@tobermory# cat /path/to/deluged.pid ...
by Spadge
Fri Jul 29, 2011 7:05 pm
Forum: Support
Topic: Ubuntu PPA Update
Replies: 93
Views: 77049

Re: Ubuntu PPA Update

Confirming PPA is sorted now.

Image
by Spadge
Fri Jul 29, 2011 2:06 pm
Forum: Support
Topic: Ubuntu PPA Update
Replies: 93
Views: 77049

Re: Ubuntu PPA Update

Same with the GIT.

Code: Select all

Installed /usr/local/lib/python2.7/site-packages/deluge-1.3.3_dev-py2.7.egg
by Spadge
Fri Jul 29, 2011 9:41 am
Forum: Support
Topic: Ubuntu PPA Update
Replies: 93
Views: 77049

Re: Ubuntu PPA Update

I think the release just wasn't re-tagged. I'm getting the same version name/number from PPA as from the GIT.
by Spadge
Thu Jul 28, 2011 8:17 pm
Forum: Support
Topic: Ubuntu PPA Update
Replies: 93
Views: 77049

Re: Ubuntu PPA Update

Awesome, thanks!
by Spadge
Wed Jul 27, 2011 5:02 pm
Forum: Support
Topic: Ubuntu PPA Update
Replies: 93
Views: 77049

Re: Ubuntu PPA Update

toniboni88 wrote:When you update your PPA with Deluge 1.3.3?
Look three posts up from yours; the answer is there.
by Spadge
Mon Jul 25, 2011 8:06 pm
Forum: Support
Topic: Ubuntu PPA Update
Replies: 93
Views: 77049

Re: Ubuntu PPA Update

Cas wrote:You can run different minor versions 1.3.x as we ensure compatibility.
The FreeBSD server is currently tied up recompiling *everything* but once it's done I will update deluge on it.

Thanks :)
by Spadge
Mon Jul 25, 2011 10:18 am
Forum: Support
Topic: Ubuntu PPA Update
Replies: 93
Views: 77049

Re: Ubuntu PPA Update

Done Is there an ETA on 1.3.3 in the PPA? I run deluge on three different OSes and can't update one until I update them all. FreeBSD I can do from git, that's fine. Windows installer is out. For Kubuntu I can use git if I have to, but I prefer to use the binary release so that I'm not tempted to br...
by Spadge
Sat Jun 04, 2011 5:15 pm
Forum: Mac OS
Topic: How I installed Deluge 1.3.2 on OS X 10.6+ and Xcode 4
Replies: 6
Views: 6767

Re: How I installed Deluge 1.3.2 on OS X 10.6+ and Xcode 4

Does your kitty have something like an rc.conf? and a /usr/local/etc/rc.d/ with initscripts in it?

How portable is the FreeBSD initscript in the wiki to OSX?

Otherwise you're just going to have to do an 'on boot' cron job.