Page 1 of 1
Ubuntu Linux: Strange Behaviour?
Posted: August 14th, 2008, 11:00 am
by psycko
Version: 0.4.2
OS: Ubuntu 8
Install-type:
http://www.xs4all.nl/~mgj1/sabnzbd.htm
Skin (if applicable): Plush
Firewall Software: pg + hw firewall
Are you using IPV6? no
Is the issue reproducible? yes
First of all hi, and thank you for this WONDERFUL piece of software!
I installed sabnzbd using a deb package and the guide found on the link above. after noticing that i couldn't run sabnzbd as a deamon i followed the advice from another site and launched it from the install folder (/usr/share/sabnzbd) normally it would read the .ini file inside my home folder so i had to reconfigure everything.. now sabnzbd works but doesn't do anything after the download (no check, no unrar etc) everything just has the circle thing going on forever.. i have everything installed (rar par etc). Can you help me?
Thanks
Re: Ubuntu Linux: Strange Behaviour?
Posted: August 14th, 2008, 11:11 am
by shypike
Check the logging (see Config->Connections) to find out more info.
How do you start the program?
In daemon mode you need to use the -f parameter to specify the INI file.
Re: Ubuntu Linux: Strange Behaviour?
Posted: August 14th, 2008, 11:46 am
by Shadowtester
Check your config make sure you have the location of the unrar and par2 correct.
Re: Ubuntu Linux: Strange Behaviour?
Posted: August 14th, 2008, 2:31 pm
by psycko
shypike wrote:
Check the logging (see Config->Connections) to find out more info.
How do you start the program?
In daemon mode you need to use the -f parameter to specify the INI file.
Code: Select all
[sabnzbd] Error accessing NZBQ?
Traceback (most recent call last):
File "/usr/share/sabnzbd/sabnzbd/__init__.py", line 790, in purge_history
NZBQ.purge(job)
File "/usr/share/sabnzbd/sabnzbd/decorators.py", line 25, in newFunction
return f(*args, **kw)
File "/usr/share/sabnzbd/sabnzbd/nzbqueue.py", line 410, in purge
hist_item = self.__downloaded_items.pop(int(job))
IndexError: pop index out of range
Those are the more related errors (the others are just connections errors)
I start the program as such:
Code: Select all
/usr/share/sabnzbd/SABnzbd.py -d -b0 -s 192.168.0.100:8080
I cannot find any options related to the path to unrar and par2 into the .ini file
thanks
Re: Ubuntu Linux: Strange Behaviour?
Posted: August 14th, 2008, 2:33 pm
by shypike
You have a corrupt cache folder.
Either remove the content of "cache" or start with the --clean option.
You will lose the current queue and history.
How do you stop SABnzbd?
Did you last time stop it by just closing the terminal you started it from (in non-daemon mode).
How does the daemon script stop SABnzbd?
Re: Ubuntu Linux: Strange Behaviour?
Posted: August 14th, 2008, 5:09 pm
by psycko
I stop the progran using the webinterface..
As for the deamon i'm not sure about what you mean

Re: Ubuntu Linux: Strange Behaviour?
Posted: August 15th, 2008, 2:25 am
by shypike
You start it with -d, so you run in daemon mode.
If you always top through the web-ui, that's fine.
Still I think you have corrupt cache folder and need to clean it.
Re: Ubuntu Linux: Strange Behaviour?
Posted: August 15th, 2008, 5:39 pm
by psycko
shypike wrote:
You start it with -d, so you run in daemon mode.
If you always top through the web-ui, that's fine.
Still I think you have corrupt cache folder and need to clean it.
Actually that fixed everything! Much Appreciated! Thanks
Actually I think it happened because i ran sabnzbd as a daemon and normally at the same time..
