Page 1 of 1
SABNZB 0.4 betas not works on FreeNAS
Posted: May 12th, 2008, 6:19 pm
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?
Re: SABNZB 0.4 betas not works on FreeNAS
Posted: May 13th, 2008, 2:00 am
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.
Re: SABNZB 0.4 betas not works on FreeNAS
Posted: May 13th, 2008, 9:58 am
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?
Re: SABNZB 0.4 betas not works on FreeNAS
Posted: May 13th, 2008, 1:21 pm
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?
Re: SABNZB 0.4 betas not works on FreeNAS
Posted: May 13th, 2008, 2:41 pm
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?
Re: SABNZB 0.4 betas not works on FreeNAS
Posted: May 13th, 2008, 3:56 pm
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.
Re: SABNZB 0.4 betas not works on FreeNAS
Posted: May 13th, 2008, 4:22 pm
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