sabnzbd / sickbeard / couchpotato pbi's

Status
Not open for further replies.

William Grzybowski

Wizard
iXsystems
Joined
May 27, 2011
Messages
1,754
Speaking of git, can you add my pub key?

Code:
ssh-dss AAAAB3NzaC1kc3MAAACBAMCkLK8F7g5aXxtL6CMwHCEBV3NDvEiBsWIM6u25AeXNj+XTDuMbrqIVJj6znFIsV7NTfE8dmEn06El96ijJV0PkuTx9mwKXPz+a0SalDUTlXITY5VQH1tauIJeNCDx7/yK3FXfoq4u/EEcE/2KpMUf1zQdhKWygLSpvz1K2aiTtAAAAFQCziNhoN3OLx7UmV6Qf43sdAgZL1wAAAIEAqzpIiQCp5OoQlNma0eh3/WVRdL4DrFQE4WGkawH+U67rHi2ZAVfBNx/3iLrACFai9WzSiqdOeEkP0afksz4SHGk7jNKxqJeMY/GFgTlZLIj5RwAzem9k9USG4+37F+CM8VVPm1M3I1YIAW7Z5MT9/3xDouYyMqHk4EGbfA1eENAAAACBAJBX3aKIc+rWRe3QGio3LaSa3ZAjz4rnPBfDaXgd9i0yGm/H2YpVRq1u+Jcizjp21GRBV9u6gSB0LdDLcz55N4m50gMpyVglqu+vXqmY7VZidiQrWgbv4iFVv7F2geiaXNwAYXxLPzDAdhxMzniD/CCEebkwdL8z/kZfT+uXP+XW william@venon
 

tmacka88

Patron
Joined
Jul 5, 2011
Messages
268
ok, so now that i have everything up and running, SABnzbd cant connect to mu newsgroup in the setup page, I get
[Errno 61] Failed to connect: (60, 'timed out') -1@news.newshosting.com:119

but can ping google fine
[root@FreeNAS ~]# ping google.com
PING google.com (74.125.237.67): 56 data bytes

my usenet details are correct, any ideas?
 

Craysh

Dabbler
Joined
Aug 12, 2012
Messages
29
ok, so now that i have everything up and running, SABnzbd cant connect to mu newsgroup in the setup page, I get


but can ping google fine


my usenet details are correct, any ideas?

This sounds a lot like what's happening to me. Go into your jail to ping google, and it won't work (if it's the same issue as mine).

Have you upgraded to 8.3.0 BETA1 like I did?

Also, this seems to be an issue with FreeNAS itself. I have the issue even if I uninstall all plugins.
 

tmacka88

Patron
Joined
Jul 5, 2011
Messages
268
This sounds a lot like what's happening to me. Go into your jail to ping google, and it won't work (if it's the same issue as mine).

Have you upgraded to 8.3.0 BETA1 like I did (I know, I'm an idiot).

yep mine is the same.
can ping google.com fine outside of jail
as soon as i try
Code:
jexec 1 csh

Code:
ping google.com


i get
[root@FreeNAS ~]# jexec 1 csh
pluginjail# ping google.com
PING google.com (74.102.237.78): 56 data bytes
ping: sendto: Host is down

doesnt connect

these are my global setting below if it helps. gateway is my router IP.

sorry first attachment was wrong. this one is the one that is able to ping google.com outside of jail but not from within.
Screen Shot 2012-08-14 at 3.17.30 PM.jpg
 

Attachments

  • Screen Shot 2012-08-14 at 2.26.04 PM.jpg
    Screen Shot 2012-08-14 at 2.26.04 PM.jpg
    11.1 KB · Views: 360

Craysh

Dabbler
Joined
Aug 12, 2012
Messages
29
yep mine is the same.
can ping google.com fine outside of jail
as soon as i try
Code:
jexec 1 csh

Code:
ping google.com


i get


doesnt connect
I posted the issue here when I realized that with or without a plugin installed, the connectivity issue persists.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
trust me the ping issue isn't has nothing to do with this plugin. You gotta settup a nameserver for you main install before you setup your jail. If you already missed this step I think you should add a correct nameserver or two in /etc/resolv.conf in your jail
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Speaking of git, can you add my pub key?

Code:
ssh-dss AAAAB3NzaC1kc3MAAACBAMCkLK8F7g5aXxtL6CMwHCEBV3NDvEiBsWIM6u25AeXNj+XTDuMbrqIVJj6znFIsV7NTfE8dmEn06El96ijJV0PkuTx9mwKXPz+a0SalDUTlXITY5VQH1tauIJeNCDx7/yK3FXfoq4u/EEcE/2KpMUf1zQdhKWygLSpvz1K2aiTtAAAAFQCziNhoN3OLx7UmV6Qf43sdAgZL1wAAAIEAqzpIiQCp5OoQlNma0eh3/WVRdL4DrFQE4WGkawH+U67rHi2ZAVfBNx/3iLrACFai9WzSiqdOeEkP0afksz4SHGk7jNKxqJeMY/GFgTlZLIj5RwAzem9k9USG4+37F+CM8VVPm1M3I1YIAW7Z5MT9/3xDouYyMqHk4EGbfA1eENAAAACBAJBX3aKIc+rWRe3QGio3LaSa3ZAjz4rnPBfDaXgd9i0yGm/H2YpVRq1u+Jcizjp21GRBV9u6gSB0LdDLcz55N4m50gMpyVglqu+vXqmY7VZidiQrWgbv4iFVv7F2geiaXNwAYXxLPzDAdhxMzniD/CCEebkwdL8z/kZfT+uXP+XW william@venon
k added you william, tell em if you have any problems. I'm currently working on getting the 'gui' branch of the 'freenas_subsonic' project functional but having some problems.
 

tmacka88

Patron
Joined
Jul 5, 2011
Messages
268
trust me the ping issue isn't has nothing to do with this plugin. You gotta settup a nameserver for you main install before you setup your jail. If you already missed this step I think you should add a correct nameserver or two in /etc/resolv.conf in your jail

Ok so I have these within the /etc/resolv.conf
search local
nameserver 192.168.2.1

do I need to ad the IPv4 default gateway?
if so is it
Code:
ipv4 default gateway 192.168.2.1


??

thanks getting close now. hahaha
 

Craysh

Dabbler
Joined
Aug 12, 2012
Messages
29
trust me the ping issue isn't has nothing to do with this plugin. You gotta settup a nameserver for you main install before you setup your jail. If you already missed this step I think you should add a correct nameserver or two in /etc/resolv.conf in your jail
Thanks for the response Joshua.

My nameservers (set to Google's) and gateway are already set. I removed the jail, added the information, and set up the jail again. Same results.

(I checked /etc/resolv.conf, they're in there.)
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
not sure, my /etc/resolv.conf only has the nameserver. And I configured everything from the gui..
 

tmacka88

Patron
Joined
Jul 5, 2011
Messages
268
Sorry, I meant the name servers were there.

But like I said I think this is a freenas issue not an issue with your plugins.

Just for the sake of it. When I get home I will delete everything inc the plugin and redo everything with the. Ameserver correct.

But when I check that file it did also have my name server there also.
 

tmacka88

Patron
Joined
Jul 5, 2011
Messages
268
FYI Craysh

I have deleted and reinstalled my jail/plugin setup. I can not ping google from within the jail.
However I think I have ran into a issue that I had earlier and am not sure how to get around it.

so I get this error now. I have installed the pbi as normal

added
Code:
sabnzbd_enable="YES"


to the rc.conf file

then tried to start it.

[root@FreeNAS ~]# jexec 1 csh
pluginjail# service sabnzbd onestart
sabnzbd does not exist in /etc/rc.d or the local startup
directories (/usr/local/etc/rc.d)

not sure how to fix the rc.d issue

PS when I edit the rc.d file, there is nothing it the file. Do I need to add anything?

thanks
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
FYI Craysh

I have deleted and reinstalled my jail/plugin setup. I can not ping google from within the jail.
However I think I have ran into a issue that I had earlier and am not sure how to get around it.

so I get this error now. I have installed the pbi as normal

added
Code:
sabnzbd_enable="YES"


to the rc.conf file

then tried to start it.



not sure how to fix the rc.d issue

PS when I edit the rc.d file, there is nothing it the file. Do I need to add anything?

thanks

there should be an init script in /usr/local/etc/rc.d/, this is a directory, IT CANNOT BE EDITED. not sure why it didn't show up. basically there should a script /usr/pbi/sabnzbd-amd64/etc/rc.d/sabnzbd which is linked to from /usr/local/etc/rc.d/sabnzbd
 

Craysh

Dabbler
Joined
Aug 12, 2012
Messages
29
there should be an init script in /usr/local/etc/rc.d/, this is a directory, IT CANNOT BE EDITED. not sure why it didn't show up. basically there should a script /usr/pbi/sabnzbd-amd64/etc/rc.d/sabnzbd which is linked to from /usr/local/etc/rc.d/sabnzbd
Right.

I would greatly stress that tmacka88 go into the jail first (as opposed to using root outside the jail), and then do a:
Code:
vi /etc/rc.conf
 

bmcclure937

Contributor
Joined
Jul 13, 2012
Messages
110
Would a kind soul mind compiling a step-by-step How To Guide for installation of these plug-ins. Start-to-finish instructions with screenshots and explanations would be a great help. It is very difficult to follow everything that has evolved in this thread over time, especially since the OP is not updated with any sort of current information or the status of these PBIs. :)

I am late to the game and have yet to install FN8... but I want to make sure I have a full understanding of the process before I upgrade my FN box. I would like to be confident that all of the plug-ins are up-to-date and working as expected before I make the jump.

Are these PBIs/plug-ins fully functional?
 

Craysh

Dabbler
Joined
Aug 12, 2012
Messages
29
Would a kind soul mind compiling a step-by-step How To Guide for installation of these plug-ins. Start-to-finish instructions with screenshots and explanations would be a great help. It is very difficult to follow everything that has evolved in this thread over time, especially since the OP is not updated with any sort of current information or the status of these PBIs. :)

I am late to the game and have yet to install FN8... but I want to make sure I have a full understanding of the process before I upgrade my FN box. I would like to be confident that all of the plug-ins are up-to-date and working as expected before I make the jump.

Are these PBIs/plug-ins fully functional?

Here you go
 

bmcclure937

Contributor
Joined
Jul 13, 2012
Messages
110

bmcclure937

Contributor
Joined
Jul 13, 2012
Messages
110
I'm about to post a video on how to initialize the PBI/Plugin Jail. I'll update here with a link. It should be in about an hour or so.

Although I don't use Serviio, I've sort of cornered myself into supporting it. So my first goal is to do a Serviio Plugin, but if I get that figured out soon I'll see what I can do to help.


EDIT: Here's the video. The quality doesn't seem to be as clear after uploading so I may repost it later.

http://protosd.blogspot.com/2012/03/quick-guide-to-using-plugins-video-with.html

It looks like your blog post with the video no longer exists :(

I was gonna check out the video so I had a better idea of how to configure the PBI/Plug-in Jail.
 

paleoN

Wizard
Joined
Apr 22, 2012
Messages
1,402
It looks like your blog post with the video no longer exists :(

I was gonna check out the video so I had a better idea of how to configure the PBI/Plug-in Jail.
It was taken down due to the change in the jail networking. It was causing more problems than it was solving as people couldn't be bothered to read that the process was for an earlier beta.

There's always the documentation.
 
Status
Not open for further replies.
Top