Post Reply 
 
Thread Rating:
  • 3 Vote(s) - 4.33 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tutorial] Installing MinimServer on FreeNAS or FreeBSD
12-12-2017, 20:23
Post: #21
RE: [Tutorial] Installing MinimServer on FreeNAS or FreeBSD
(23-01-2016 17:52)airflow Wrote:  In the future it might become necessary to repeat the replacement of the zip-file (steps 7 & 8) again because of future updates. Just remember that when MinimServer suddenly stops working that this might be the case. In these cases, you will find an error-message in the log similar like this:
Code:
>java.lang.UnsatisfiedLinkError: /usr/local/minimserver/data/native/libohNet.so: Shared object "libm.so.6" not found, required by "libohNet.so"

Hi,

It looks like that MinimServer 0.8.4 update 113 needs ohNet version 1.17.2776
Could you please compile it when you have a chance, thank you.
Find all posts by this user
Quote this message in a reply
12-12-2017, 20:34 (This post was last modified: 12-12-2017 20:34 by simoncn.)
Post: #22
RE: [Tutorial] Installing MinimServer on FreeNAS or FreeBSD
(12-12-2017 20:23)lukeru Wrote:  It looks like that MinimServer 0.8.4 update 113 needs ohNet version 1.17.2776
Could you please compile it when you have a chance, thank you.

I am investigating an issue with 1.17.2776 that affects some Linux ARM devices. There is a workaround by changing a build setting. Please PM me for details.
Find all posts by this user
Quote this message in a reply
12-12-2017, 20:43
Post: #23
RE: [Tutorial] Installing MinimServer on FreeNAS or FreeBSD
(12-12-2017 20:34)simoncn Wrote:  
(12-12-2017 20:23)lukeru Wrote:  It looks like that MinimServer 0.8.4 update 113 needs ohNet version 1.17.2776
Could you please compile it when you have a chance, thank you.

I am investigating an issue with 1.17.2776 that affects some Linux ARM devices. There is a workaround by changing a build setting. Please PM me for details.

My MinimServer-installation on FreeBSD is on version 0.8.4 update 113 and didn't try to load any new versions of the lib... Is it needed that I compile the lib in the version posted above?
Find all posts by this user
Quote this message in a reply
12-12-2017, 21:20 (This post was last modified: 12-12-2017 21:20 by simoncn.)
Post: #24
RE: [Tutorial] Installing MinimServer on FreeNAS or FreeBSD
(12-12-2017 20:43)airflow Wrote:  My MinimServer-installation on FreeBSD is on version 0.8.4 update 113 and didn't try to load any new versions of the lib... Is it needed that I compile the lib in the version posted above?

The new version was included in updates 111 and 112 but was reverted to the older version in 113 because of an issue on some QNAP models. I am hoping to release another update soon (should be 114) that uses the new version with a small change to the build setup to address the QNAP issue (which I have reported on the ohNet forum). The new build will be identified as 1.17.2776.1.
Find all posts by this user
Quote this message in a reply
15-12-2017, 10:01
Post: #25
RE: [Tutorial] Installing MinimServer on FreeNAS or FreeBSD
MinimServer update 114 (which includes ohNet 1.17.2776.1) is available now and seems to be working OK. To build this from the ohNet release 1.17.2776 code on Github, you need to change one line in the ohNet Makefile. In line 294, change:

platform_cflags = $(version_specific_cflags) -fPIC -DPLATFORM_LINUX

to:

platform_cflags = $(version_specific_cflags) -fPIC
Find all posts by this user
Quote this message in a reply
24-12-2017, 11:31
Post: #26
RE: [Tutorial] Installing MinimServer on FreeNAS or FreeBSD
I am sorry but at the moment I am having troubles compiling the new version. I will post the new version if I manage to compile it at some point. Up until then you can use the previous version and just copy it over the new one. This is the workaround I use for now.
Find all posts by this user
Quote this message in a reply
23-07-2018, 20:57
Post: #27
RE: [Tutorial] Installing MinimServer on FreeNAS or FreeBSD
For MinimServer 0.8.5.2 I found that you no longer need to do steps 10-12 in the original instructions. When I took the file ohnet(linux-x64)-1.10.2315.zip from the download page in step 6 and renamed it to ohnet(linux-intel)-1.17.2776.1.zip and replaced the existing one found in step 7, MinimServer started up and ran with no issue. There was no updated ohnet file added as described in step 10, so there was no need to do a second file replacement. This was a clean install starting from scratch, including creating a new jail in freenas.

Also for the steps to make it start automatically, I only did steps 2-5 and it worked (that line of code described in step 1 is no longer in minimserver/bin/startd).
Find all posts by this user
Quote this message in a reply
23-07-2018, 22:36
Post: #28
RE: [Tutorial] Installing MinimServer on FreeNAS or FreeBSD
(23-07-2018 20:57)lostinsound Wrote:  For MinimServer 0.8.5.2 I found that you no longer need to do steps 10-12 in the original instructions. When I took the file ohnet(linux-x64)-1.10.2315.zip from the download page in step 6 and renamed it to ohnet(linux-intel)-1.17.2776.1.zip and replaced the existing one found in step 7, MinimServer started up and ran with no issue. There was no updated ohnet file added as described in step 10, so there was no need to do a second file replacement. This was a clean install starting from scratch, including creating a new jail in freenas.

Also for the steps to make it start automatically, I only did steps 2-5 and it worked (that line of code described in step 1 is no longer in minimserver/bin/startd).

Thanks for the heads up, I checked and you are right, with the recent version of 0.8.5.x of MinimServer the experience of installing it and making it work is slightly different. I updated my post to reflect this.
Find all posts by this user
Quote this message in a reply
17-02-2019, 16:05 (This post was last modified: 17-02-2019 16:06 by lafuente.)
Post: #29
RE: [Tutorial] Installing MinimServer on FreeNAS or FreeBSD
Hi,
Is anyone tried minimstreamer and ffmpeg with freenas ?
I'm currently looking at building a freenas computer to replace my windows 2008R2 but want to be sure it can run minimstreamer and ffmpeg before.

Especially ffmpeg as I use transcode.

thanks,
Manu
Find all posts by this user
Quote this message in a reply
07-07-2019, 20:49
Post: #30
RE: [Tutorial] Installing MinimServer on FreeNAS or FreeBSD
Do you plan to offer FreeBSD releases that include ohnet-builds for FreeBSD?
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)