Search found 988 matches

by jcfp
October 26th, 2009, 4:01 pm
Forum: General Help
Topic: .ini error on startup
Replies: 4
Views: 3713

Re: .ini error on startup

XBMCLive is just Ubuntu if I remember correctly. Correct. And that package does not ship an ini file. Only possibility I could think of would be something incorrect in /etc/default/sabnbzdplus which is then added as command line argument when starting from the init script, making it reappear over a...
by jcfp
October 22nd, 2009, 12:21 pm
Forum: General Help
Topic: WebGUI not starting (CherrPy)
Replies: 7
Views: 4641

Re: WebGUI not starting (CherrPy)

Finally got around to doing some ubuntu archeology and dug up my 8.04 live-cd. Using that, I cannot reproduce this problem: program starts fine, interfaces seem ok (all with the original 0.4.12 package) and no errors in the log either, so for now I'm gonna put that back until either this bug can be ...
by jcfp
October 22nd, 2009, 12:20 pm
Forum: Debian/Ubuntu Package
Topic: (Unofficial) Ubuntu repository for SABnzbd+
Replies: 195
Views: 722660

Re: (Unofficial) Ubuntu repository for SABnzbd+

this should explain it pretty well.
by jcfp
October 20th, 2009, 11:11 am
Forum: General Help
Topic: WebGUI not starting (CherrPy)
Replies: 7
Views: 4641

Re: WebGUI not starting (CherrPy)

Fix uploaded (build pending), once it's available please test and let me know if it works.
by jcfp
October 20th, 2009, 6:37 am
Forum: General Help
Topic: WebGUI not starting (CherrPy)
Replies: 7
Views: 4641

Re: WebGUI not starting (CherrPy)

Sounds like an incompatibility between hardy's cherrypy version 2.2.1 and the 2.3 - what else is new :-X - that comes with the source release and newer releases of ubuntu; probably triggered by changes in 0.4.12 (filter stuff?). Will change the ppa package for old releases (<= hardy) tonight to come...
by jcfp
October 20th, 2009, 1:07 am
Forum: General Help
Topic: WebGUI not starting (CherrPy)
Replies: 7
Views: 4641

Re: WebGUI not starting (CherrPy)

Your setup looks all sane to me. Package for old releases don't get alot of changes, and certainly none that I'd expect to have an impact on this part of the program. Could you test what happens if you use the source release but with the included cherrypy removed? And if that brings back the bug, re...
by jcfp
September 14th, 2009, 12:06 pm
Forum: Bug Reports
Topic: shutdown or saving config in interface cpu -> 100% -> nothing more happens
Replies: 3
Views: 2713

Re: shutdown or saving config in interface cpu -> 100% -> nothing more happens

Using Python 2.6 doesn't work with 0.4.*, the symptoms you are reporting are a result of this. Try with python 2.5 instead.
by jcfp
September 14th, 2009, 3:28 am
Forum: General Help
Topic: Delay start of sabnzbd+ on Ubuntu (XBMC Live)
Replies: 4
Views: 4365

Re: Delay start of sabnzbd+ on Ubuntu (XBMC Live)

I can't really guestimate what would happen if one puts a (possibly) infinitely looping sleep statement in an init script, so try the following. 1. Disable the normal auto-startup: sudo sysvconfig --disable sabnzbdplus 2. Create a file with a script like this (obviously, you should place it outside ...
by jcfp
September 6th, 2009, 12:56 pm
Forum: General Help
Topic: use network harddisk for extracted/completed files?
Replies: 5
Views: 3071

Re: use network harddisk for extracted/completed files?

Some good reading here; for the mounting part the post on the ubuntu forum is very much step by step.
by jcfp
September 2nd, 2009, 4:18 am
Forum: General Help
Topic: Ubuntu: Starting sabnzbdplus as service, but no dice...
Replies: 5
Views: 10572

Re: Ubuntu: Starting sabnzbdplus as service, but no dice...

Is there a way to delay the sabnzbd service from starting until after my network connection is setup with an IP? With a dynamically configured address (dhcp, ppp, etc) there isn't really a way to guarantee a certain ip will be present by the time the service starts. Starting the service as late as ...
by jcfp
August 29th, 2009, 7:00 am
Forum: Third-party Addons
Topic: Media Rover
Replies: 816
Views: 1730784

Re: Media Rover

stanpete wrote:

Code: Select all

0-59/10 * * * * /usr/bin/python /home/stan/mediarover/mediarover.py
...
17 *    * * *   root    cd / && run-parts --report /etc/cron.hourly
Would someone please show my mistake ?
System crontab requires user names.
by jcfp
August 25th, 2009, 2:35 pm
Forum: Debian/Ubuntu Package
Topic: (Unofficial) Ubuntu repository for SABnzbd+
Replies: 195
Views: 722660

Re: (Unofficial) Ubuntu repository for SABnzbd+

As I said:
jcfp wrote: ...then edit /etc/default/sabnzbdplus (it will be all fresh again)
You did it before, just do it again. Any editor will do just remember to use sudo when editing systemwide config files. Attempting to start the init script before doing this results in the warning message you got.
by jcfp
August 25th, 2009, 12:10 pm
Forum: Debian/Ubuntu Package
Topic: (Unofficial) Ubuntu repository for SABnzbd+
Replies: 195
Views: 722660

Re: (Unofficial) Ubuntu repository for SABnzbd+

This is currently my "/etc/default/sabnzbd" file That looks fine, this on the other hand: update-rc.d: warning: /etc/init.d/sabnzbdplus missing LSB information ...indicates somebody has been tampering with things; Linux Standard Base info actually is provided by the packaged init script. ...
by jcfp
August 25th, 2009, 7:18 am
Forum: Debian/Ubuntu Package
Topic: (Unofficial) Ubuntu repository for SABnzbd+
Replies: 195
Views: 722660

Re: (Unofficial) Ubuntu repository for SABnzbd+

Direct manipulation of the service by running:

Code: Select all

sudo /etc/init.d/sabnzbdplus action
...where action is "start", "stop", etc.

On system boot and shutdown starting and stopping is done automatically (once /etc/default/sabnzbdplus has been taken care of). ;D
by jcfp
August 25th, 2009, 2:27 am
Forum: Debian/Ubuntu Package
Topic: (Unofficial) Ubuntu repository for SABnzbd+
Replies: 195
Views: 722660

Re: (Unofficial) Ubuntu repository for SABnzbd+

But, I can't find out how to start it automaticly when the system boots. Start post of this topic says: Alternatively, the program can be started as a service (i.e., in the background on system boot) using the init.d script provided by the package. It will only work after you edit /etc/default/sabn...