a few errors i am trying to solve - please help

Support for the Debian/Ubuntu package, created by JCFP.
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
dnmm
Newbie
Newbie
Posts: 16
Joined: October 8th, 2015, 9:25 am

a few errors i am trying to solve - please help

Post by dnmm »

Hi there,

currently i am struggling with a few errors at my sabnzbd installation on my raspberry pi with raspbian jessie. I have installed the version 0.7.18
  • - Das verwendete UNRAR-Programm wird nicht empfohlen. Laden Sie UNRAR stattdessen herunter von http://www.rarlab.com/rar_add.htm (means the used unrar program is not recommended)
    what can i do to get rid of this error message? i ve installed unrar_5.2.6-1.arm6_armhf.deb

    - Cannot change permissions of /share/Media/Downloads
    But in my settings i´ve provided the programm 777 rights, so what is the mistake here?

    - at my usual download list i have the -delete command behind every download, but afterwards i still have rar files in my folder. what are the correct settings for a perfect clean up?

    - for the first time in life i am working with a indexer (omgwtfnzborg) but a lot of my automated downloads (sickrage) are still unpacked -> is there anything i am missing?

    - i´ve mounted one external harddrive to my folder /share/media at my raspberry and in this folder there are subfolders like movies or tv series -> is it possible to mount an additional hdd to the same path and extending through this method my disc space?
Thanks for your help, i appreciate it
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: a few errors i am trying to solve - please help

Post by shypike »

dnmm wrote:i ve installed unrar_5.2.6-1.arm6_armhf.deb
Is that an official rarlabs release?
Is it also the first unrar in the PATH?
Other unrar versions (the "free" ones) may or may not work (the warning can be disabled in Config->Special).
dnmm wrote: - Cannot change permissions of /share/Media/Downloads
But in my settings i´ve provided the programm 777 rights, so what is the mistake here?
SABnzbd must already have full permissions for /share/Media or to /share/Media/Downloads after you created the latter manually.
dnmm wrote: - at my usual download list i have the -delete command behind every download, but afterwards i still have rar files in my folder. what are the correct settings for a perfect clean up?
Many NZB files also include rubbish. You can set an extension based cleanup filter in Config->General
dnmm wrote: - for the first time in life i am working with a indexer (omgwtfnzborg) but a lot of my automated downloads (sickrage) are still unpacked -> is there anything i am missing?
Possibly a category is set which doesn't have the proper post-processing setting.
dnmm wrote: - i´ve mounted one external harddrive to my folder /share/media at my raspberry and in this folder there are subfolders like movies or tv series -> is it possible to mount an additional hdd to the same path and extending through this method my disc space?[/list]
AFAIK mounts should be on /share. Maybe you should Google this one.
dnmm
Newbie
Newbie
Posts: 16
Joined: October 8th, 2015, 9:25 am

Re: a few errors i am trying to solve - please help

Post by dnmm »

Hi shypike,

many thanks for your quick reply!
shypike wrote: Is that an official rarlabs release?
Is it also the first unrar in the PATH?
Other unrar versions (the "free" ones) may or may not work (the warning can be disabled in Config->Special).
I´ve just followed a install guide in the internet regarding this. how can i find out if it is a official one, or how can i just install the right one afterwards? i am still new to "linux" like raspbian and some commands
shypike wrote: SABnzbd must already have full permissions for /share/Media or to /share/Media/Downloads after you created the latter manually.
Same here, what does that mean exactly? i am really struggling with the whole user/group access topic at linux still :( do i have to create a sabnzd user? or how is it working?
shypike wrote: Many NZB files also include rubbish. You can set an extension based cleanup filter in Config->General
ok, how can i add new files like .rar? do i have to separate it with comma? or just a blank space between each file type? and how do i handle the rar files with numbers afterwards?
shypike wrote: Possibly a category is set which doesn't have the proper post-processing setting.
no there is only the default category with -delete under processing
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: a few errors i am trying to solve - please help

Post by shypike »

When you start "unrar" from a terminal prompt, the name "Alexander Roshal" should be part of the copyright text.

SABnzbd needs to have access rights to a folder where it must create other folders.
SABnzbd runs under any account you like, but that account needs to have the proper access rights.
This is not the place to give you a 101 on Linux access rights :)

The extensions in the cleanup filter is just something like this:
rar par2 sfv
Which will remove anything ending in ".rar', ".par2" or ".sfv"

Possibly the other software sends an incorrect post-processing code along with the NZB. I don't know.
Post Reply