[Support Thread] SAB / SB / CP / HP / Maraschino / LL / Gamez

Status
Not open for further replies.

toddos

Contributor
Joined
Aug 18, 2012
Messages
178
We may need to update the package for Lazy Librarian - the github repo it pulls from is gone.

There's a new depot here, though it hasn't been terribly active. You can change it out yourself pretty easily:

  1. Grab the tarball -- fetch https://github.com/herman-rogers/LazyLibrarian-1/tarball/master
  2. untar it -- tar -zxvf master
  3. Stop LL -- service lazylibrarian stop
  4. rename or delete the existing /usr/pbi/lazylibrarian-`uname -m`/LazyLibrarian directory
  5. Copy the full contents of the untarred directory to /usr/pbi/lazylibrarian-`uname -m`/LazyLibrarian
  6. chown -R media:media /usr/pbi/lazylibrarian-`uname -m`/LazyLibrarian
  7. Start LL -- service lazylibrarian start
  8. Hit the website and do the prompted version update.

Or just follow this, replacing the github url, the service name, the paths, and the users with the appropriate info from above.
 

ClayM

Explorer
Joined
Mar 4, 2013
Messages
67
This worked perfectly.

The only other problem I seem to have is that FreeNAS is having trouble determining if the plugins are enabled. They work, but aren't listed as being on in the control panel. I see the following errors in the logs:

Couldn't retrieve http://192.168.1.10/plugins/sabnzbd/_s/treemenu: HTTP Error 502: Bad Gateway

All the plugins have this problem.
 

coredalae

Cadet
Joined
Feb 24, 2013
Messages
6
i'm having a new problem. My couch potato isn't able to rename my downloads, nor find the files for the movie manager. I think this might be a permissions issue, since it doesn't display all the sub folders in my movie dir.
however through ssh the files are still accessable in the jail.

Any idea on how i can change the permissions for CP?
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
i'm having a new problem. My couch potato isn't able to rename my downloads, nor find the files for the movie manager. I think this might be a permissions issue, since it doesn't display all the sub folders in my movie dir.
however through ssh the files are still accessable in the jail.

Any idea on how i can change the permissions for CP?

You can only change the permission of the files not CP. CP runs as the jail user 'media', make sure that user owns the files you need to CP to rename. If SAB downloaded the file it it should be owned by 'media' already.
 

coredalae

Cadet
Joined
Feb 24, 2013
Messages
6
Thanks!, that made me figure out what was wrong, I had a cronjob running to chmod 777 my media folders (to fix torrent rights issues), probable screwed up my rights for CP (weird though that sickbeard keeps working just fine..)

anyway, a chown -R media:media on my movie and movie download dir seems to have fixed this. :)
 

ClayM

Explorer
Joined
Mar 4, 2013
Messages
67
Is there any way to get around the user id mismatch with mounted directories?

I've got the media user that comes with the plugins, but if I view it outside the plugin jail, it's user id 40001, and I basically have to give the folder permisisons of 777 to allow anything else to operate within it.

Any ideas?
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Is there any way to get around the user id mismatch with mounted directories?

I've got the media user that comes with the plugins, but if I view it outside the plugin jail, it's user id 40001, and I basically have to give the folder permisisons of 777 to allow anything else to operate within it.

Any ideas?

I'm pretty sure you can make a user and choose the id in the freenas gui. just make the media user with the same uid. Then you can setup samba/nfs to make access be from this user.
 

KenNashua

Explorer
Joined
Feb 24, 2012
Messages
62
Yes you can upgrade SABnzbd through the command line.

I've done this and it seemed to update, but if I got into sabnzbd GUI and click the help, it still shows 0.7.3. I'm not sure if it's an incomplete update, just doesn't grab some of the graphics, or...
 

Wolfeman0101

Patron
Joined
Jun 14, 2012
Messages
428
I've done this and it seemed to update, but if I got into sabnzbd GUI and click the help, it still shows 0.7.3. I'm not sure if it's an incomplete update, just doesn't grab some of the graphics, or...
Make sure you shutdown SABnzbd before you try to upgrade.
 

KenNashua

Explorer
Joined
Feb 24, 2012
Messages
62

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Yeah I think that part is broken in the script.

Hmm, I'll take a look. My whole shutdown call needs to be reworked slightly in the init scripts. I need to do a bit of error checking so if sabnzbd (or whatever) doesn't shutdown the script actually gets to the 'kill' part, instead of just exiting with an error.
 

bbddpp

Explorer
Joined
Dec 8, 2012
Messages
91
Can anyone tell me the benefit of upgrading the actual PBI plugins? I have the apps themselves updating either manually (SAB) or through their GUIs, so they are all up to date, but do I get something more out of bumping up the plugins themselves?
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Can anyone tell me the benefit of upgrading the actual PBI plugins? I have the apps themselves updating either manually (SAB) or through their GUIs, so they are all up to date, but do I get something more out of bumping up the plugins themselves?

Up to you, for the most part i just fix little bugs, update dependencies, or add more logic to the init. It's not really needed though.
 

ThomasDK81

Dabbler
Joined
Mar 19, 2012
Messages
49
UPDATE:
Now, two hours later, Sickbeard startup was completed.
Maybe the update had some kind of update to the DB and it had to do a whole lot of changes.
Thats my guess.

I updated Sickbeard via the webgui and now I can't start it again.

FreeNAS GUI gives me: "Some error occurred".
/var/logs/messages has nothing no Sickbeard.
The same goes for Sickbeards log.

I log in to the plugin jail and start Sickbeard manually:
Code:
[root@freenas] ~# jexec 1 csh
software# service sickbeard start
pgrep: Invalid pid in file `/usr/pbi/sickbeard-amd64/data/sickbeard.pid'
removing stale pidfile
Starting sickbeard.


And it stalls there.
Any idea where an error is logged?
 

raidflex

Guru
Joined
Mar 14, 2012
Messages
531
Now that I have updated to Freenas 8.3.1, is there any reason to upgrade the jail to the latest version? Basically is there any benefit to doing so.
 

raidflex

Guru
Joined
Mar 14, 2012
Messages
531
Bump...
 
Status
Not open for further replies.
Top