SABNZB 0.4 betas not works on FreeNAS

Questions and bug reports for Beta releases should be posted here.
Forum rules
Help us help you:
  • 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
RSB
Newbie
Newbie
Posts: 4
Joined: May 12th, 2008, 6:05 pm

SABNZB 0.4 betas not works on FreeNAS

Post by RSB »

Hello

i was able to install and use sabzbd 0.3.4 on Freenas (based on Freebsd)
now when i install 0.4 betas (tryed  betas 4 and 5) nothing works (well the daemon start but nothing shows when i type url in my web browser) so i think something is broken

any idea?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: SABNZB 0.4 betas not works on FreeNAS

Post by shypike »

If your working on a NAS, I suppose you do not have a browser there.
Also it's not useful to have SABnzbd listen on localhost.

Try to start it this way:

./SABnzbd.py -b0 -s YOUR_REAL_IP:8080

Fill in the numeric IP address of your NAS instead of YOUR_REAL_IP.
The -b0 stops the browser launch, since SABnzbd may crash on that.

When it works ok, also use the --daemon flag so that SABnzbd won't stop when you close
the telnet session.
RSB
Newbie
Newbie
Posts: 4
Joined: May 12th, 2008, 6:05 pm

Re: SABNZB 0.4 betas not works on FreeNAS

Post by RSB »

ok my NAS ip is 192.168.0.250

so i typed: python SABnzbd.py -b0 -s 192.168.0.250:8080
result: starting but nothing show in web browser, same as before...

note:
if i type: ./SABnzbd.py -b0 -s 192.168.0.250:8080
result: ./SABnzbd.py: Command not found.

could it be because of the way i start SABnzbd?
Last edited by RSB on May 13th, 2008, 9:59 am, edited 1 time in total.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: SABNZB 0.4 betas not works on FreeNAS

Post by shypike »

Try:

python SABnzbd.py -b0 -s 192.168.0.250:8080

or set the X bit of the File.
You do have Python installed and in the path?
RSB
Newbie
Newbie
Posts: 4
Joined: May 12th, 2008, 6:05 pm

Re: SABNZB 0.4 betas not works on FreeNAS

Post by RSB »

python SABnzbd.py -b0 -s 192.168.0.250:8080 -> start and works with version SABnzbd-0.3.4
python SABnzbd.py -b0 -s 192.168.0.250:8080 -> start but does not works with version SABnzbd-0.4.x

my python install seems ok
shypike wrote: or set the X bit of the File.
what you mean?
User avatar
switch
Moderator
Moderator
Posts: 1380
Joined: January 17th, 2008, 3:55 pm
Location: UK

Re: SABNZB 0.4 betas not works on FreeNAS

Post by switch »

Have a go with CherryPy version 2.2.1 (which is what the older versions run)

Download this and put the contents of the "cherrypy" folder into the cherrypy folder that is in your sabnzbd installation overwriting the existing files.
RSB
Newbie
Newbie
Posts: 4
Joined: May 12th, 2008, 6:05 pm

Re: SABNZB 0.4 betas not works on FreeNAS

Post by RSB »

its working now ! so it was a problem with cherry version

SABnzbd+ 0.4.0 beta 5 working on FreeNAS, now testing more...

next step: auto start SABnzb at boot

thanks for your help
Post Reply