Can't get into sabnzbd 1.0

Status
Not open for further replies.

muaysub

Cadet
Joined
Nov 9, 2015
Messages
6
After i updated sabnzbd plugin to 1.0 i can't get access it. I have tried to uninstall and install it again but still no luck, the service is started but i can't get in... I get "Can't reach this page"

I have also checked for conflicts for IP number but nothing there either so I dont understand why im not getting in.

Running FreeNAS-9.3-STABLE-201602031011

What can i do? Any ideas?
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
did you try restarting the jail?
does a fresh install work for you?
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
I noticed in another thread sabnzbd was listening only on 127.0.0.1
please show the output of sockstat.
maybe since youbare using dhcp sabnzbd doesn't know what IP to bind to by the time it is started
 

muaysub

Cadet
Joined
Nov 9, 2015
Messages
6
Have tried restart and fresh install of the plugin but still the same problem...

Code:
root@sabnzbd_1:/ # sockstat                                                    
USER     COMMAND    PID   FD PROTO  LOCAL ADDRESS         FOREIGN ADDRESS      
media    python2.7  34013 5  tcp4   127.0.0.1:8080        *:*                  
root     python2.7  19562 3  tcp4   192.168.1.201:12352   *:*                  
root     cron       17291 4  dgram  -> /var/run/logpriv                        
root     syslogd    17238 4  dgram  /var/run/log                               
root     syslogd    17238 5  dgram  /var/run/logpriv                           
root     syslogd    17238 6  udp6   *:514                 *:*                  
root     syslogd    17238 7  udp4   *:514                 *:*                  
?        ?          ?     ?  tcp4   192.168.1.201:12352   192.168.1.150:38632  
?        ?          ?     ?  tcp4   192.168.1.201:12352   192.168.1.150:38648  
root@sabnzbd_1:/ #     


I'm not using dhcp for the jail, I have attached a screenshot for my settings.
 

Attachments

  • jailsettings.jpg
    jailsettings.jpg
    55 KB · Views: 188

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
I'll investigate tonight. I might need to modify things to have the plugin listen on all IPs by default.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Ok, I fixed this in the sabnzbd plugin but didn't bump the version (to keep in line with the official port).
The md5 of the correct PBI is "737327c73d33892d7a0d6aa" and it should be available normally from the freenas repo tomorrow.

If you'd rather patch an existing v1.0.0 install please run the following commands in sabnzbd's jail
Code:
service sabnzbd stop
sed -i '' -e 's/\(^command_args=.\)\(.*\)/\1-s 0.0.0.0 \2/' /usr/pbi/sabnzbd-amd64/etc/rc.d/sabnzbd
service sabnzbd start
 
Status
Not open for further replies.
Top