MinimServer Forum
[Tutorial] Installing MinimServer on FreeNAS or FreeBSD - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: Digital Audio (/forumdisplay.php?fid=10)
+--- Thread: [Tutorial] Installing MinimServer on FreeNAS or FreeBSD (/showthread.php?tid=2891)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13


RE: [Tutorial] Installing MinimServer on FreeNAS or FreeBSD - lukeru - 12-12-2017 20:23

(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.


RE: [Tutorial] Installing MinimServer on FreeNAS or FreeBSD - simoncn - 12-12-2017 20:34

(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.


RE: [Tutorial] Installing MinimServer on FreeNAS or FreeBSD - airflow - 12-12-2017 20:43

(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?


RE: [Tutorial] Installing MinimServer on FreeNAS or FreeBSD - simoncn - 12-12-2017 21:20

(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.


RE: [Tutorial] Installing MinimServer on FreeNAS or FreeBSD - simoncn - 15-12-2017 10:01

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


RE: [Tutorial] Installing MinimServer on FreeNAS or FreeBSD - airflow - 24-12-2017 11:31

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.


RE: [Tutorial] Installing MinimServer on FreeNAS or FreeBSD - lostinsound - 23-07-2018 20:57

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).


RE: [Tutorial] Installing MinimServer on FreeNAS or FreeBSD - airflow - 23-07-2018 22:36

(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.


RE: [Tutorial] Installing MinimServer on FreeNAS or FreeBSD - lafuente - 17-02-2019 16:05

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


RE: [Tutorial] Installing MinimServer on FreeNAS or FreeBSD - kaffeedoktor - 07-07-2019 20:49

Do you plan to offer FreeBSD releases that include ohnet-builds for FreeBSD?