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

Status
Not open for further replies.

Wolfeman0101

Patron
Joined
Jun 14, 2012
Messages
428
try running the below in the jail and see what happens.
Code:
service sickbeard onestart


I'll also update. Seems like alot of people are having issues.

I figured it out, it was a stale PID file but it didn't seem to want to be deleted. I restarted the Jail again and then rm -rf the PID and then it finally started.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
I figured it out, it was a stale PID file but it didn't seem to want to be deleted. I restarted the Jail again and then rm -rf the PID and then it finally started.
nice, weird the init script should be cleaning the pidfile. but guess it doesn't always work
 

neto_hugo

Explorer
Joined
Mar 6, 2012
Messages
87
Joshua any chance the headphones being updated?

The Lazy just install by the "standard method" or you have plans to include it in your tuto?

Thanks !!!
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Joshua any chance the headphones being updated?

The Lazy just install by the "standard method" or you have plans to include it in your tuto?

Thanks !!!
Headphones has in program updates. What do you mean here?

I don't plan to add any programs to my tutorial at this time.
 

ClayM

Explorer
Joined
Mar 4, 2013
Messages
67

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,525
What is up the with the FreeNAS developers approving this plugin? There's only ~10 other plugins that behaving the exact same way, and there are plugins for Synology, UnRaid, and other NAS systems.

What do you mean what's up with approving it?
 

ClayM

Explorer
Joined
Mar 4, 2013
Messages
67
What do you mean what's up with approving it?

Well, this:

However, it also needs a reason to exist as a plugin. It's not clear to me why this is something that should run on the NAS, as opposed to something that would run on another machine and use the NAS for storage.
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,525
Well, this:

However, it also needs a reason to exist as a plugin. It's not clear to me why this is something that should run on the NAS, as opposed to something that would run on another machine and use the NAS for storage.


I think he's asking because there's not much demand for this at all. See the ticket for other concerns...
 

ClayM

Explorer
Joined
Mar 4, 2013
Messages
67
Well, I'd to see it. I betcha there's even less demand for the Mylar plugin, but it's out there.

Call it LazyLibrarian-DobyTang and let's do this thing!
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,525
Well, I'd to see it. I betcha there's even less demand for the Mylar plugin, but it's out there.

Call it LazyLibrarian-DobyTang and let's do this thing!

What's Mylar? LOL. I had to Google that.

My guess is Sean doesn't know what Lazy Librarian is, so he's wondering how useful it could be.
 

thomas d

Dabbler
Joined
Sep 11, 2013
Messages
19
Anyone know if it's safe to upgrade headphones from 2.1 to latest 3.4? Or do i have to do it incrementally?

Because headphones no longer work with their official index in 2.1
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Anyone know if it's safe to upgrade headphones from 2.1 to latest 3.4? Or do i have to do it incrementally?

Because headphones no longer work with their official index in 2.1
What version numbers are you referencing? The Headphones plugin has its own numbering system irrelevant of the actual Headphones program, and I just package the latest Headphones source files when it is compiled. Headphones can then do in-program updating, so I'm not sure where the version numbers come into play?
 

thomas d

Dabbler
Joined
Sep 11, 2013
Messages
19
I also thought that it would be auto-upgrading, it has been so far and the log says that it is the latest version.

Code:
2014-05-22 18:14:15    INFO    Headphones is up to date
2014-05-22 18:14:14    INFO    Comparing currently installed version with latest GitHub version
2014-05-22 18:14:13    INFO    Retrieving latest version information from GitHub


The footer shows:

Code:
Version: 1f4ca0ac48b807d7844c88d182b042cb521ccd9f


But i cannot find this commit when searching in the git repository.

I keep getting this error when searching for any album:

Code:
2014-05-22 18:14:26    ERROR    Request raise HTTP error with status code: 404


Checking through the issues and this seems to be related to old version of headphones.

Also, i'm sure connectivity is not the issue - the headphones signup page works and adding artists work fine!
 

Joshua Parker Ruehlig

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

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
This means i need to re-install headphones?
If you have a production install, I would just install git and clone the latest Headphones source files.

Code:
service headphones forcestop
pkg install git
rm -r /usr/pbi/headphones-amd64/share/headphones/headphones
git clone git://github.com/rembo10/headphones.git /usr/pbi/headphones-amd64/share/headphones/headphones
chown -R media:media /usr/pbi/headphones-amd64/share/headphones/headphones
service headphones start
 

thomas d

Dabbler
Joined
Sep 11, 2013
Messages
19
Superb! And thanks a million for the instructions, saves me a lot of time finding the right commands!

I'll be sure to donate when i have any money.
 
Status
Not open for further replies.
Top