[FreeNAS 9 Plugins] - SAB / SB / CP / HP / Maraschino / HTPC / Mylar / LL / Gamez

Status
Not open for further replies.

Viper780

Dabbler
Joined
Mar 8, 2014
Messages
19
not sure.. CP had a bunch of commits this weekend, including causing webgui crashes. I think the latest version should have fixed everything
I'm on the latest CP Version and still the Problem :(

Code:
Version
    f80559d380ed63c6f96595c8ffc51b64d56fcc6e (3.6.2014 21:31:20)
Updater
    source, master
ID
    17153
Directories
    /usr/pbi/couchpotato-amd64/share/couchpotato/CouchPotatoServer
    /usr/pbi/couchpotato-amd64/etc/couchpotato
Startup Args
    --config_file/usr/pbi/couchpotato-amd64/etc/couchpotato/config.ini--data_dir/usr/pbi/couchpotato-amd64/etc/couchpotato--pid_file/usr/pbi/couchpotato-amd64/etc/couchpotato/couchpotato.pid--daemon
    Namespace(config_file='/usr/pbi/couchpotato-amd64/etc/couchpotato/config.ini', console_log=False, daemon=True, data_dir='/usr/pbi/couchpotato-amd64/etc/couchpotato', debug=False, pid_file='/usr/pbi/couchpotato-amd64/etc/couchpotato/couchpotato.pid', quiet=False)
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
I'm on the latest CP Version and still the Problem :(

Code:
Version
    f80559d380ed63c6f96595c8ffc51b64d56fcc6e (3.6.2014 21:31:20)
Updater
    source, master
ID
    17153
Directories
    /usr/pbi/couchpotato-amd64/share/couchpotato/CouchPotatoServer
    /usr/pbi/couchpotato-amd64/etc/couchpotato
Startup Args
    --config_file/usr/pbi/couchpotato-amd64/etc/couchpotato/config.ini--data_dir/usr/pbi/couchpotato-amd64/etc/couchpotato--pid_file/usr/pbi/couchpotato-amd64/etc/couchpotato/couchpotato.pid--daemon
    Namespace(config_file='/usr/pbi/couchpotato-amd64/etc/couchpotato/config.ini', console_log=False, daemon=True, data_dir='/usr/pbi/couchpotato-amd64/etc/couchpotato', debug=False, pid_file='/usr/pbi/couchpotato-amd64/etc/couchpotato/couchpotato.pid', quiet=False)
If you are still experiencing crashes with CP you should comment on the issue(s) on github. This isn't related to my PBI in this case.
 

sdspieg

Contributor
Joined
Aug 6, 2012
Messages
168
Could somebody please explain the differences between Josh' plugins and the ones that are in the Freenas repository? The latter work fine for me, but I have just never been able to get the GUI-upgrades to work. So is there any advantage to be had from switching from the one to the other? Also, does anybody have the exact folders that have to be backed up/restoreed for each of the jails? Thanks
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Could somebody please explain the differences between Josh' plugins and the ones that are in the Freenas repository? The latter work fine for me, but I have just never been able to get the GUI-upgrades to work. So is there any advantage to be had from switching from the one to the other? Also, does anybody have the exact folders that have to be backed up/restoreed for each of the jails? Thanks
the ones in the repo are my plugins. that's where I host them now. I try to write them so you can upgrade the program independent of freenas.
 

sdspieg

Contributor
Joined
Aug 6, 2012
Messages
168
Thanks Josh. I see. I thought that since your instructions say that we have to upload the pbis manually, that was NOT the case.
But so what about the exact files and folders (program by program) that have to be backup'ed in order not lo lose any configuration info etc?
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Thanks Josh. I see. I thought that since your instructions say that we have to upload the pbis manually, that was NOT the case.
But so what about the exact files and folders (program by program) that have to be backup'ed in order not lo lose any configuration info etc?
the reason I upload the pbis is so they all run in the same plugin jail for simplicity in running the post processing scripts. i do this for sab/SB/CP/transmission but have seperate jails for other stuff (plex/subsonic)

most data directories are in /usr/pbi/plugin-amd64/etc/plugin but I am transitioning them to use /var/db/plugin which I think may survive upgrades.
 

i3luefire

Explorer
Joined
Jan 4, 2014
Messages
69
FYI for anyone running the "echel0n/SickRage" build from that tutorial on the web DO NOT UPDATE , because it is messed up bad right now.
 

Michael Sparks

Explorer
Joined
Apr 23, 2014
Messages
56
Yah I wish I would have not had the auto update option checked. These errors are a freakin nightmare :(

root@sickbeard_1:/ # service sickbeard start
Starting sickbeard.
No handlers could be found for logger "sickbeard"
root@sickbeard_1:/ # service sickbeard start
Removing stale pidfile.
Starting sickbeard.
 

Michael Sparks

Explorer
Joined
Apr 23, 2014
Messages
56
@ i3luefire, what error are you getting?
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
I am getting the 'no logger sickbeard' only upon clearing sickbeard datadirectory (essentially emulating a fresh install). After that it looks like it work from console, but the process isn't there.
 

Michael Sparks

Explorer
Joined
Apr 23, 2014
Messages
56
That is the same error I am getting, when executing "service sickbeard start, " but when I try the same command again "removing stale pid" then "starting sick beard" appears. However, it's still not stared, executing "python SickBeard.py" gets it running but not as a daemon.
I am getting the 'no logger sickbeard' only upon clearing sickbeard datadirectory (essentially emulating a fresh install). After that it looks like it work from console, but the process isn't there.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
That is the same error I am getting, when executing "service sickbeard start, " but when I try the same command again "removing stale pid" then "starting sick beard" appears. However, it's still not stared, executing "python SickBeard.py" gets it running but not as a daemon.
so it is working but not with our rc.d script? the service start command runs an rc.d script which passes several flags to SB/SR (including to run as a daemon).

I'll see if I can find what flags are broken in SR.
 

Michael Sparks

Explorer
Joined
Apr 23, 2014
Messages
56
so it is working but not with our rc.d script? the service start command runs an rc.d script which passes several flags to SB/SR (including to run as a daemon).

I'll see if I can find what flags are broken in SR.


Yes sickrage seems to be working execpt that it won't run as a daemon either executing as "python SickBeard.py --daemon" or "service sickbeard start." On SickRage's forums theres plenty of us freenas users reporting problems and echel0n is also working to resolve, I hope.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Yes sickrage seems to be working execpt that it won't run as a daemon either executing as "python SickBeard.py --daemon" or "service sickbeard start." On SickRage's forums theres plenty of us freenas users reporting problems and echel0n is also working to resolve, I hope.
sounds like the new tornado webserver just needs to be passed the corect parameters. we may be close to having this issue resolved
 

Michael Sparks

Explorer
Joined
Apr 23, 2014
Messages
56
sounds like the new tornado webserver just needs to be passed the corect parameters. we may be close to having this issue resolved


I see echel0n has posted an update but to the dev branch, Text fix #2 for freenas, but I do not know the url to test the dev branch. I have been using this (master):
  • rm -r /usr/pbi/sickbeard-amd64/share/sickbeard/Sick-Beard /usr/pbi/sickbeard-amd64/etc/sickbeard/* && git clone https://github.com/echel0n/SickRage.git /usr/pbi/sickbeard-amd64/share/sickbeard/Sick-Beard
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
I see echel0n has posted an update but to the dev branch, Text fix #2 for freenas, but I do not know the url to test the dev branch. I have been using this (master):
  • rm -r /usr/pbi/sickbeard-amd64/share/sickbeard/Sick-Beard /usr/pbi/sickbeard-amd64/etc/sickbeard/* && git clone https://github.com/echel0n/SickRage.git /usr/pbi/sickbeard-amd64/share/sickbeard/Sick-Beard
same URL google how to switch to a remote branch for git.
 

Michael Sparks

Explorer
Joined
Apr 23, 2014
Messages
56
same URL google how to switch to a remote branch for git.

Thanks looking into it.

I read somewhere to use git checkout instead of clone, but that epically failed. Guess I'll have to wait till master is fixed.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
git checkout -b dev origin/dev

I'm getting an error about kqueue when starting the dev branch. this is something specific to freebsd systems so we should submit this info to the dev.

I'm at work but I'll submit what I can tonight.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
master branch of SickRage seems to working now on FreeBSD/FreeNAS.
 
Status
Not open for further replies.
Top