SABnzbd+ binary newsgrabber: not configured, aborting.

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
dkcrainnybt
Newbie
Newbie
Posts: 11
Joined: May 27th, 2009, 3:16 pm

SABnzbd+ binary newsgrabber: not configured, aborting.

Post by dkcrainnybt »

sabnzbd service gives an error
in ubuntu try to start sabnzbd like this: /etc/init.d/sabnzbdplus start

And then i get the problem below, but i already configured sabnzbd, i have a ini file in /home/username/.sabnzbd/ directory

SABnzbd+ binary newsgrabber: not configured, aborting. See /etc/default/sabnzbdplus

I think this is a bug because in the previous version everything worked fine, is there a solution, i wouldn't know how to otherwise run it without having a terminal open all the time
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: SABnzbd+ binary newsgrabber: not configured, aborting.

Post by shypike »

Looks like this is an Ubuntu package ?
Please complain to it's author, which is not the SABnzbd team.
You can run it from the command line, using:

SABnzbd.py -f /PATH-TO-INIFILE -d

This makes it start in daemon mode.
User avatar
jcfp
Release Testers
Release Testers
Posts: 1004
Joined: February 7th, 2008, 12:45 pm

Re: SABnzbd+ binary newsgrabber: not configured, aborting.

Post by jcfp »

dkcrainnybt wrote:SABnzbd+ binary newsgrabber: not configured, aborting. See /etc/default/sabnzbdplus
dkcrainnybt
Newbie
Newbie
Posts: 11
Joined: May 27th, 2009, 3:16 pm

Re: SABnzbd+ binary newsgrabber: not configured, aborting.

Post by dkcrainnybt »

See /etc/default/sabnzbdplus
I allready did that, and it's configured, so it should work.

as for this:
You can run it from the command line, using:
SABnzbd.py -f /PATH-TO-INIFILE -d
I'll give it a try tonight when i get home.

I thought this was a SABnzbd problem since it says: SABnzb+ not configured. but my bad, could you point me in the right direction to report this?
User avatar
jcfp
Release Testers
Release Testers
Posts: 1004
Joined: February 7th, 2008, 12:45 pm

Re: SABnzbd+ binary newsgrabber: not configured, aborting.

Post by jcfp »

Run this:

Code: Select all

sh -x /etc/init.d/sabnzbdplus start
...then post all output.
dkcrainnybt
Newbie
Newbie
Posts: 11
Joined: May 27th, 2009, 3:16 pm

Re: SABnzbd+ binary newsgrabber: not configured, aborting.

Post by dkcrainnybt »

this is the result:

+ DAEMON=/usr/bin/sabnzbdplus
+ [ -x /usr/bin/sabnzbdplus ]
+ basename /usr/bin/sabnzbdplus
+ NAME=sabnzbdplus
+ DESC=SABnzbd+ binary newsgrabber
+ SETTINGS=/etc/default/sabnzbdplus
+ OPTIONS=--daemon
+ sed -n -e 1s/^#\!\([a-z0-9\.\/]\+\).*/\1/p /usr/bin/sabnzbdplus
+ readlink -f /usr/bin/python2.5
+ PYTHONEXEC=/usr/bin/python2.5
+ . /lib/lsb/init-functions
+ FANCYTTY=
+ [ -e /etc/lsb-base-logging.sh ]
+ . /etc/lsb-base-logging.sh
+ load_settings
+ [ -r /etc/default/sabnzbdplus ]
+ . /etc/default/sabnzbdplus
+ USER=
+ CONFIG=
+ HOST=
+ PORT=
+ EXTRAOPTS=
+ [ -z  ]
+ log_warning_msg SABnzbd+ binary newsgrabber: not configured, aborting. See /etc/default/sabnzbdplus
+ log_use_usplash
+ [ n = y ]
+ type usplash_write
+ usplash_write TEXT  SABnzbd+ binary newsgrabber: not configured, aborting. See /etc/default/sabnzbdplus
+ log_to_console log_warning_msg SABnzbd+ binary newsgrabber: not configured, aborting. See /etc/default/sabnzbdplus
+ [ n != y ]
+ [ no != yes ]
+ readlink /proc/self/fd/0
+ stdin=/dev/pts/0
+ [ /dev/pts/0 != /dev/pts/0 ]
+ return 0
+ log_use_fancy_output
+ TPUT=/usr/bin/tput
+ EXPR=/usr/bin/expr
+ [ -t 1 ]
+ [ xxterm !=  ]
+ [ xxterm != xdumb ]
+ [ -x /usr/bin/tput ]
+ [ -x /usr/bin/expr ]
+ /usr/bin/tput hpa 60
+ /usr/bin/tput setaf 1
+ [ -z ]
+ FANCYTTY=1
+ true
+ /usr/bin/tput setaf 3
+ YELLOW=
+ /usr/bin/tput op
+ NORMAL=
+ echo  * SABnzbd+ binary newsgrabber: not configured, aborting. See /etc/default/sabnzbdplus
* SABnzbd+ binary newsgrabber: not configured, aborting. See /etc/default/sabnzbdplus
+ exit 0
dkcrainnybt
Newbie
Newbie
Posts: 11
Joined: May 27th, 2009, 3:16 pm

Re: SABnzbd+ binary newsgrabber: not configured, aborting.

Post by dkcrainnybt »

When i use this command "SABnzbd.py -f /home/usename/.sabnzbd/sabnzbd.ini -d"
this is the result: "-bash: SABnzbd.py: command not found"

Am I doing it wrong?
rAf
Moderator
Moderator
Posts: 546
Joined: April 28th, 2008, 2:35 pm
Location: France
Contact:

Re: SABnzbd+ binary newsgrabber: not configured, aborting.

Post by rAf »

try

Code: Select all

./SABnzbd.py -f /home/usename/.sabnzbd/sabnzbd.ini -d
or

Code: Select all

python SABnzbd.py -f /home/usename/.sabnzbd/sabnzbd.ini -d
User avatar
jcfp
Release Testers
Release Testers
Posts: 1004
Joined: February 7th, 2008, 12:45 pm

Re: SABnzbd+ binary newsgrabber: not configured, aborting.

Post by jcfp »

dkcrainnybt wrote: this is the result:

+ DAEMON=/usr/bin/sabnzbdplus

[...]

+ load_settings
+ [ -r /etc/default/sabnzbdplus ]
+ . /etc/default/sabnzbdplus
+ USER=
+ CONFIG=
+ HOST=
+ PORT=
+ EXTRAOPTS=
+ [ -z  ]
+ log_warning_msg SABnzbd+ binary newsgrabber: not configured, aborting. See /etc/default/sabnzbdplus
Which shows that there's no username set, meaning you still haven't bothered to take a look at the init script's settings file /etc/default/sabnzbdplus, although you were repeatedly asked to do so by both the script and me. >:( Dkcrainnybt, could you please stop wasting everybody's time and finally follow the advice given?
dkcrainnybt
Newbie
Newbie
Posts: 11
Joined: May 27th, 2009, 3:16 pm

Re: SABnzbd+ binary newsgrabber: not configured, aborting.

Post by dkcrainnybt »

jcfp,

I can understand that for a linux guru this is very easy, but for me it is a mistery i don't know much about linux and scripts etc. but i am trying my best, I didn't know it was text file that i could edit. This is not something i had to do with the previous version. and i read on the site:

Ubuntu
Installing under Ubuntu is now extremely easy as of Jaunty thanks to jcfp and other users who have helped. Install using the following commands:

    sudo apt-get install sabnzbdplus
    sudo apt-get install sabnzbdplus-theme-smpl
    sudo apt-get install sabnzbdplus-theme-plush
    sudo apt-get install sabnzbdplus-theme-iphone

I did not read anywhere "edit the /etc/default/sabnzbdplus text file" it only says "SEE /etc/default/sabnzbdplus" i tried to run it to no avail

I was under the impression that the "SABnzb+ not configured" meant that i had to put in a newsserver and all other settings, thats what i did by starting sab manually. Anyway I will try to fix it immidiately, I did not know that I was wasting everybody's time on this forum.

p.s. It's not that I did not try it myself before posting this question.... I spent one entire evening on it without any luck.
Last edited by dkcrainnybt on May 30th, 2009, 4:49 pm, edited 1 time in total.
jonneymendoza
Newbie
Newbie
Posts: 36
Joined: April 27th, 2010, 5:12 am

Re: SABnzbd+ binary newsgrabber: not configured, aborting.

Post by jonneymendoza »

hi mate. did u ever sort this out? i am having exact same error as you. how do u edit the ini file? i thought the sab wizard/setup does this for u?
Lowlight
Newbie
Newbie
Posts: 6
Joined: June 9th, 2010, 4:44 am

Re: SABnzbd+ binary newsgrabber: not configured, aborting.

Post by Lowlight »

For anyone having trouble try this:

terminal > gksudo gedit > open > navigate to etc/default/sabnzbdplus > Put your username in front of the USER: field and you should be good to go.
Post Reply