portable problem with Freebsd (Freenas) - mediainfo

All your suggestions, requests and ideas for future development
Post Reply
islandrob
Posts: 6
Joined: 15 May 2017, 21:15

portable problem with Freebsd (Freenas) - mediainfo

Post by islandrob »

I'm having problems with running Filebot 4.7.9 on Freenas in a jail. I've run filebot on Windows and OSX in the past without any issues. I installed it in my jail with freenas and it gives me errors related to libmediainfo.so and libjnidispatch.so, as below

4.7.9

Code: Select all

root@freenas:/filebot4.7.9 # ./filebot.sh -script fn:sysinfo
FileBot 4.7.9 (r4984)
JNA Native: java.lang.UnsatisfiedLinkError: Native library (com/sun/jna/freebsd-x86-64/libjnidispatch.so) not found in resource path ([file:/filebot4.7.9/FileBot.jar])
MediaInfo: net.filebot.mediainfo.MediaInfoException: Unable to load amd64 (64-bit) native library libmediainfo.so: Could not initialize class com.sun.jna.Native
Apache Commons VFS: [zip, rar]
Chromaprint: 1.4.2
Extended Attributes: java.io.IOException: UserDefinedFileAttributeView is not supported
Unicode Filesystem: OK
Script Bundle: 2017-04-03 (r494)
Groovy: 2.4.10
JRE: OpenJDK Runtime Environment 1.8.0_131
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 8 Core / 1 GB Max Memory / 20 MB Used Memory
OS: FreeBSD (amd64)
Package: PORTABLE
Data: /filebot4.7.9/data
uname: FreeBSD freenas 10.3-STABLE FreeBSD 10.3-STABLE #0 r295946+21897e6695f(9.10.2-STABLE): Thu Apr 20 17:58:31 UTC 2017     root@gauntlet:/freenas-9.10-releng/_BE/objs/freenas-9.10-releng/_BE/os/sys/FreeNAS.amd64  amd64
Done ヾ(@⌒ー⌒@)ノ
It used to also give me an error with fpcalc, however I installed the Chromaprint package (which includes fpcalc) and it fixed that error. I've installed the libmediainfo package, however it has not helped the other two errors.

After searching the forums I installed Filebot 4.7.5 and it runs fine (in the same jail but a different directory, so everything else is the same), a copy of the sysinfo is here

4.7.5

Code: Select all

root@freenas:/filebot4.7.5 # sh filebot.sh -script fn:sysinfo
FileBot 4.7.5 (r4600)
JNA Native: 4.0.0
MediaInfo: 0.7.95
Apache Commons VFS: [zip, rar]
Chromaprint: 1.4.2
Extended Attributes: java.io.IOException: UserDefinedFileAttributeView is not supported
Unicode Filesystem: OK
Script Bundle: 2017-04-03 (r494)
Groovy: 2.4.7
JRE: OpenJDK Runtime Environment 1.8.0_131
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 8 Core / 1 GB Max Memory / 17 MB Used Memory
OS: FreeBSD (amd64)
Package: PORTABLE
Data: /filebot4.7.5/data/root
uname: FreeBSD freenas 10.3-STABLE FreeBSD 10.3-STABLE #0 r295946+21897e6695f(9.10.2-STABLE): Thu Apr 20 17:58:31 UTC 2017     root@gauntlet:/freenas-9.10-releng/_BE/objs/freenas-9.10-releng/_BE/os/sys/FreeNAS.amd64  amd64

------------------- UPDATE AVAILABLE: FileBot 4.7.9 (r4984) --------------------
I've read a bunch, and the only thing I can find is a thread suggesting that all the native libraries were not included in the package. viewtopic.php?t=4596 and a link to download them. I've downloaded them and put them in the ld_resource_path, but I still have the same error with 4.79.

I'm willing to read and learn, but I've been battling with this for 2 weeks and cant figure it out. Do I need to put the .so files somewhere that I am missing? do I need to adjust settings somewhere? I'm kinda lost at this point. I'm sure it's something easy, but I can't seem to find it.

Rob

I've attached the sysenv report as well, in case it helps:

4.7.5

Code: Select all

root@freenas:/filebot4.7.5 # sh filebot.sh -script fn:sysenv
# Environment Variables #
BLOCKSIZE: K
MAIL: /var/mail/root
HOSTTYPE: FreeBSD
LD_LIBRARY_PATH: /filebot4.7.5
MACHTYPE: x86_64
PATH: /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
SSH_CLIENT: 192.168.1.144 52504 22
PAGER: more
VENDOR: amd
HOST: freenas
TERM: xterm-256color
LANG: en_US.UTF-8
JAVA_HOME: /usr/local/openjdk8
LSCOLORS: ExGxFxdxCxegedabagExEx
GROUP: wheel
EDITOR: vi
LOGNAME: root
SHLVL: 2
LC_ALL: en_US.UTF-8
OSTYPE: FreeBSD
HOME: /root
SSH_CONNECTION: 192.168.1.144 52504 192.168.1.200 22
SSH_TTY: /dev/pts/0
REMOTEHOST: 192.168.1.144
SHELL: /bin/csh
PWD: /filebot4.7.5
OLDPWD: /filebot4.7.5
USER: root


# Java System Properties #
path.separator: :
java.vm.name: OpenJDK 64-Bit Server VM
java.io.tmpdir: /filebot4.7.5/data/root/temp
user.country: US
user.home: /filebot4.7.5/data/root
net.filebot.util.prefs.file: /filebot4.7.5/data/root/prefs.properties
useExtendedFileAttributes: true
net.filebot.Archive.extractor: ApacheVFS
org.apache.commons.logging.Log: org.apache.commons.logging.impl.NoOpLog
java.vm.vendor: Oracle Corporation
java.util.prefs.PreferencesFactory: net.filebot.util.prefs.FilePreferencesFactory
user.language: en
java.vendor: Oracle Corporation
java.vendor.url.bug: http://bugreport.sun.com/bugreport/
swing.crossplatformlaf: javax.swing.plaf.nimbus.NimbusLookAndFeel
sun.net.client.defaultReadTimeout: 60000
java.specification.name: Java Platform API Specification
jna.nosys: true
os.name: FreeBSD
java.runtime.name: OpenJDK Runtime Environment
application.deployment: portable
file.separator: /
sun.net.client.defaultConnectTimeout: 10000
java.vm.specification.version: 1.8
sun.boot.class.path: /usr/local/openjdk8/jre/lib/resources.jar:/usr/local/openjdk8/jre/lib/rt.jar:/usr/local/openjdk8/jre/lib/sunrsasign.jar:/usr/local/openjdk8/jre/lib/jsse.jar:/usr/local/openjdk8/jre/lib/jce.jar:/usr/local/openjdk8/jre/lib/charsets.jar:/usr/local/openjdk8/jre/lib/jfr.jar:/usr/local/openjdk8/jre/classes
java.version: 1.8.0_131
http.agent: FileBot 4.7.5
java.library.path: /filebot4.7.5:/usr/local/lib
unixfs: false
useGVFS: true
awt.toolkit: sun.awt.X11.XToolkit
java.vm.specification.name: Java Virtual Machine Specification
os.version: 10.3-STABLE
useCreationDate: false
file.encoding: UTF-8
java.awt.printerjob: sun.print.PSPrinterJob
grape.root: /filebot4.7.5/data/root/grape
java.class.version: 52.0
java.ext.dirs: /usr/local/openjdk8/jre/lib/ext:/usr/java/packages/lib/ext
java.specification.version: 1.8
net.filebot.AcoustID.fpcalc: fpcalc
java.vendor.url: http://java.oracle.com/
sun.os.patch.level: unknown
sun.java.launcher: SUN_STANDARD
os.arch: amd64
user.dir: /filebot4.7.5
line.separator: 

user.timezone: 
sun.cpu.endian: little
java.vm.specification.vendor: Oracle Corporation
java.home: /usr/local/openjdk8/jre
java.net.useSystemProxies: false
sun.management.compiler: HotSpot 64-Bit Tiered Compilers
sun.arch.data.model: 64
java.endorsed.dirs: /usr/local/openjdk8/jre/lib/endorsed
file.encoding.pkg: sun.io
java.specification.vendor: Oracle Corporation
sun.boot.library.path: /usr/local/openjdk8/jre/lib/amd64
sun.jnu.encoding: UTF-8
java.runtime.version: 1.8.0_131-b11
java.vm.info: mixed mode
java.vm.version: 25.131-b11
sun.io.unicode.encoding: UnicodeLittle
java.awt.graphicsenv: sun.awt.X11GraphicsEnvironment
application.dir: /filebot4.7.5/data/root
java.class.path: /filebot4.7.5/FileBot.jar
sun.java.command: /filebot4.7.5/FileBot.jar -script fn:sysenv
sun.cpu.isalist: 
user.name: root


# Arguments #
args[0] = -script
args[1] = fn:sysenv


Done ヾ(@⌒ー⌒@)ノ
and 4.7.9

Code: Select all

root@freenas:/filebot4.7.9 # sh filebot.sh -script fn:sysenv
# Environment Variables #
PATH: /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin
BLOCKSIZE: K
JAVA_HOME: /usr/local/openjdk8
HOST: freenas
TERM: xterm-256color
LANG: en_US.UTF-8
GROUP: wheel
MACHTYPE: x86_64
MAIL: /var/mail/root
LD_LIBRARY_PATH: /filebot4.7.9:/filebot4.7.9/lib/amd64
OSTYPE: FreeBSD
LOGNAME: root
PWD: /filebot4.7.9
SHELL: /bin/csh
PAGER: more
LSCOLORS: ExGxFxdxCxegedabagExEx
HOSTTYPE: FreeBSD
SSH_TTY: /dev/pts/1
SSH_CLIENT: 192.168.1.144 52539 22
REMOTEHOST: 192.168.1.144
OLDPWD: /filebot4.7.9
USER: root
EDITOR: vi
SSH_CONNECTION: 192.168.1.144 52539 192.168.1.200 22
LC_ALL: en_US.UTF-8
VENDOR: amd
SHLVL: 2
HOME: /root


# Java System Properties #
http.agent: FileBot 4.7.9
java.runtime.name: OpenJDK Runtime Environment
sun.boot.library.path: /usr/local/openjdk8/jre/lib/amd64
java.vm.version: 25.131-b11
swing.crossplatformlaf: javax.swing.plaf.nimbus.NimbusLookAndFeel
java.vm.vendor: Oracle Corporation
java.vendor.url: http://java.oracle.com/
path.separator: :
java.vm.name: OpenJDK 64-Bit Server VM
file.encoding.pkg: sun.io
user.country: US
sun.java.launcher: SUN_STANDARD
sun.os.patch.level: unknown
jna.nosys: false
java.vm.specification.name: Java Virtual Machine Specification
user.dir: /filebot4.7.9
useExtendedFileAttributes: true
java.runtime.version: 1.8.0_131-b11
java.awt.graphicsenv: sun.awt.X11GraphicsEnvironment
java.endorsed.dirs: /usr/local/openjdk8/jre/lib/endorsed
os.arch: amd64
net.filebot.AcoustID.fpcalc: fpcalc
java.io.tmpdir: /filebot4.7.9/data/tmp
line.separator: 

java.vm.specification.vendor: Oracle Corporation
os.name: FreeBSD
jna.nounpack: true
sun.jnu.encoding: UTF-8
java.library.path: /filebot4.7.9:/filebot4.7.9/lib/amd64:/usr/local/lib
useGVFS: false
java.specification.name: Java Platform API Specification
java.class.version: 52.0
sun.management.compiler: HotSpot 64-Bit Tiered Compilers
sun.net.client.defaultReadTimeout: 60000
java.util.prefs.PreferencesFactory: net.filebot.util.prefs.FilePreferencesFactory
os.version: 10.3-STABLE
user.home: /filebot4.7.9/data
user.timezone: 
java.awt.printerjob: sun.print.PSPrinterJob
file.encoding: UTF-8
java.specification.version: 1.8
java.net.useSystemProxies: false
java.class.path: /filebot4.7.9/FileBot.jar
user.name: root
application.deployment: portable
java.vm.specification.version: 1.8
sun.net.client.defaultConnectTimeout: 10000
sun.java.command: /filebot4.7.9/FileBot.jar -script fn:sysenv
useCreationDate: false
java.home: /usr/local/openjdk8/jre
sun.arch.data.model: 64
net.filebot.util.prefs.file: /filebot4.7.9/data/prefs.properties
user.language: en
java.specification.vendor: Oracle Corporation
awt.toolkit: sun.awt.X11.XToolkit
net.filebot.Archive.extractor: ApacheVFS
java.vm.info: mixed mode
java.version: 1.8.0_131
java.ext.dirs: /usr/local/openjdk8/jre/lib/ext:/usr/java/packages/lib/ext
application.dir: /filebot4.7.9/data
sun.boot.class.path: /usr/local/openjdk8/jre/lib/resources.jar:/usr/local/openjdk8/jre/lib/rt.jar:/usr/local/openjdk8/jre/lib/sunrsasign.jar:/usr/local/openjdk8/jre/lib/jsse.jar:/usr/local/openjdk8/jre/lib/jce.jar:/usr/local/openjdk8/jre/lib/charsets.jar:/usr/local/openjdk8/jre/lib/jfr.jar:/usr/local/openjdk8/jre/classes
java.vendor: Oracle Corporation
file.separator: /
grape.root: /filebot4.7.9/data/grape
java.vendor.url.bug: http://bugreport.sun.com/bugreport/
sun.io.unicode.encoding: UnicodeLittle
sun.cpu.endian: little
unixfs: false
org.apache.commons.logging.Log: org.apache.commons.logging.impl.NoOpLog
sun.cpu.isalist: 


# Arguments #
args[0] = -script
args[1] = fn:sysenv


Done ヾ(@⌒ー⌒@)ノ
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: portable problem with Freebsd (Freenas) - mediainfo

Post by rednoah »

Try to install the mediainfo package as well to make sure you have all the dependencies. Newer versions of FileBot will bundle newer versions of libmediainfo.so which may not be compatible with your system for some reason.


However, libmediainfo.so is meaningless unless you can fix the issue with libjnidispatch.so first:

Code: Select all

JNA Native: java.lang.UnsatisfiedLinkError: Native library (com/sun/jna/freebsd-x86-64/libjnidispatch.so) not found in resource path ([file:/filebot4.7.9/FileBot.jar])
The portable package includes the required native libraries for some systems and somes architectures. FreeBSD is not included so you'll need to add the required native libraries yourself. See filebot.sh for details on where it'll look for native libraries.


You might want to consider using the docker container to avoid system configuration issues:
https://hub.docker.com/r/rednoah/filebot/
:idea: Please read the FAQ and How to Request Help.
islandrob
Posts: 6
Joined: 15 May 2017, 21:15

Re: portable problem with Freebsd (Freenas) - mediainfo

Post by islandrob »

Thanks. I had actually already installed the mediainfo package, as well as chromaprint (for fpcalc) and jna (just for good measure). I will try to do the docker container. Just incase, is there somwhere specific I would put the files (libmediainfo.so and lijnidispatch.so) in the jail so that filebot could run without docker?

Rob
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: portable problem with Freebsd (Freenas) - mediainfo

Post by rednoah »

The lib/x86_64 folder contains all the libraries that are necessary on 64-bit Linux. You will need the same libraries on 64-bit FreeBSD.

The library path is set in the filebot.sh script:

Code: Select all

PACKAGE_LIBRARY_PATH="$APP_ROOT/lib/$(uname -m)"

Since I have never tested FileBot on FreeBSD, there is no guarantee that it'll just work like on Linux though. If you find a solution, please share. ;)
:idea: Please read the FAQ and How to Request Help.
tsoet
Posts: 8
Joined: 03 Feb 2014, 09:34

Re: portable problem with Freebsd (Freenas) - mediainfo

Post by tsoet »

@islandrob - Did you make any headway on this? I too have installed the mediainfo package (which installs libmediainfo), chromaprint, etc, but still get xattr errors when it tries to use mediainfo.
islandrob
Posts: 6
Joined: 15 May 2017, 21:15

Re: portable problem with Freebsd (Freenas) - mediainfo

Post by islandrob »

I got it all working but xattr. I had to stay with 4.7.5. Xattr is not supported on freenas.
tsoet
Posts: 8
Joined: 03 Feb 2014, 09:34

Re: portable problem with Freebsd (Freenas) - mediainfo

Post by tsoet »

Ah, indeed, no xattr support on freebsd (duh). But with 4.7.5 you got media info bindings working?
islandrob
Posts: 6
Joined: 15 May 2017, 21:15

Re: portable problem with Freebsd (Freenas) - mediainfo

Post by islandrob »

I'm pretty sure. I'll send a screenshot when I get home
tsoet
Posts: 8
Joined: 03 Feb 2014, 09:34

Re: portable problem with Freebsd (Freenas) - mediainfo

Post by tsoet »

Got mediainfo working for the current version of FileBot on FreeNAS 11, after quite a bit of poking.

For anyone else trying to accomplish the same:
  • Do a pkg upgrade inside your jail.
  • Then pkg search for the relevant prerequisites - in this case openjdk8, mediainfo, chromaprint, and jna.
  • Next, pkg install each, along with any dependencies.
    (That's the easy part done...)
At this point, filebot -script fn:sysinfo will complain about JNA on its JNA and MediaInfo lines. We actually already have the missing library, libjnidispatch.so - it's in jna.jar, provided by the JNA package. But inside the jar it does us no good.

Instead, it needs to be placed where filebot looks for libraries, which is determined by a line in filebot.sh: PACKAGE_LIBRARY_PATH="$APP_ROOT/lib/$(uname -m)". I simply dropped filebot at the root of my jail, so my destination was /lib/amd64/ - but if you're tidier than I am you'll be putting it somewhere else.
  • Extract jna.jar: jar xf /usr/local/share/java/classes/jna.jar
  • Copy from it /com/sun/jna/freebsd-x86-64/libjnidispatch.so to the destination we determined above.
Now, finally, filebot -script fn:sysinfo should happily report JNA and MediaInfo are both in good shape.

Hope this helps the next soul to come along.
alvistar
Posts: 1
Joined: 25 Feb 2018, 11:59

Re: portable problem with Freebsd (Freenas) - mediainfo

Post by alvistar »

Hi,
I am trying as well to setup a Jail with Freenas 11 and I am stuck with JNA problems.

I indeed copy libjnidispatch.so from jna.jar (both from binary and built 4.5.1 using ports) but this is what I have got now:

"FileBot 4.7.9 (r4984)
JNA Native: java.lang.UnsatisfiedLinkError: Can't obtain class com.sun.jna.JNIEnv
MediaInfo: net.filebot.mediainfo.MediaInfoException: Unable to load amd64 (64-bit) native library libmediainfo.so: Could not initialize class com.sun.jna.Native"

I googled but I have not found anything about it. Any help?
thesnatcherone
Posts: 2
Joined: 28 Feb 2018, 14:10

Re: portable problem with Freebsd (Freenas) - mediainfo

Post by thesnatcherone »

Having exactly the same issue following the steps on this threath

1) installed 'clean' FreeNAS jail (FreeBSD test_filebot 11.1-STABLE FreeBSD 11.1-STABLE #0 r321665+d4625dcee3e(freenas/11.1-stable): Wed Dec 13 16:33:42 UTC 2017 root@gauntlet:/freenas-11-releng/freenas/_BE/objs/freenas-11-releng/freenas/_BE/os/sys/FreeNAS.amd64 amd64)
2) installed (via PKG openjdk8, mediainfo, chromaprint, jna)
3) downloaded, unpacked FileBot 4.7.9 (r4984) portable
4) with Filebot -script fn:sysinfo confirmed that will complain about JNA on its JNA and MediaInfo lines
5) Extracted libjnidispatch.so jna.jar: jar xf /usr/local/share/java/classes/jna.jar and copied in ./Filebot/lib/amd64
(created amd64)
6) Filebot -script fn:sysinfo now provides following error:
JNA Native: java.lang.UnsatisfiedLinkError: Can't obtain class com.sun.jna.JNIEnv, as reported by alvistar. Same issue

Anyone can help please?

PS: I can find any good guide (via google) to install a working version of FileBot +mediainfo in a FreeBSD jail.

Any help is appreciated
czemo
Posts: 7
Joined: 02 Mar 2018, 00:26

Re: portable problem with Freebsd (Freenas) - mediainfo

Post by czemo »

Not sure how clear way it is, but it works.

For JNA: pkg install jna
In archive /usr/local/share/java/classes/jna.jar is file com/sun/jna/freebsd-x86-64/libjnidispatch.so
Extract that file (unzip) and put as filebot/lib/amd64/libjnidispatch.so

For mediainfo: pkg install mediainfo

For fpcalc: pkg install chromaprint

Result:

Code: Select all

FileBot 4.7.14 (r5241)
JNA Native: 5.2.0
MediaInfo: 17.12
Apache Commons VFS: [zip, rar]
Chromaprint: 1.4.3
Extended Attributes: java.io.IOException: UserDefinedFileAttributeView is not supported
Unicode Filesystem: OK
Script Bundle: 2018-02-04 (r514)
Groovy: 2.4.12
JRE: OpenJDK Runtime Environment 1.8.0_162
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 2 Core / 1 GB Max Memory / 17 MB Used Memory
OS: FreeBSD (amd64)
Package: PORTABLE
uname: FreeBSD plex 11.1-STABLE FreeBSD 11.1-STABLE #0 r321665+de6be8c8d30(freenas/11.1-stable): Tue Feb 20 02:38:09 UTC 2018     root@gauntlet:/freenas-11-releng/freenas/_BE/objs/freenas-11-releng/freenas/_BE/os/sys/FreeNAS.amd64  amd64
Done ヾ(@⌒ー⌒@)ノ
Don't know yet how to make xattrs working on ZFS.
thesnatcherone
Posts: 2
Joined: 28 Feb 2018, 14:10

Re: portable problem with Freebsd (Freenas) - mediainfo

Post by thesnatcherone »

Have created a new jail (again), followed the same procedure, 1 through 6 (see above) which is also what you have suggested. Same result -> "JNA Native: java.lang.UnsatisfiedLinkError: Can't obtain class com.sun.jna.JNIEnv, as reported by alvistar"

I suspect issue with filebot. Can you please tell me HOW did you install filebot (portable) under the freenas jail pls? (exact sequence of commands?).
I'll work my way step-by-step and publish the guide when successful as there are no complete guides for automated media center under freebsd jail...

Thanks for the assistance
czemo
Posts: 7
Joined: 02 Mar 2018, 00:26

Re: portable problem with Freebsd (Freenas) - mediainfo

Post by czemo »

thesnatcherone wrote: 02 Mar 2018, 05:15 I suspect issue with filebot. Can you please tell me HOW did you install filebot (portable) under the freenas jail pls? (exact sequence of commands?).
If I remember it well, it wasn't really standard way ;)
In the past I had small "NAS" using RPi3 + USB drive for plex storage. And FileBot was installed by portable script. When I switched to FreeNAS, I imported original USB drive, including FileBot files.

So I would try e.g. to mount FreeNAS dataset on some linux system, install it there using linux system and than give it a try to run on FreeNAS. Or install on local linux drive and transfer to FreeNAS other way.
hansooloo
Posts: 30
Joined: 06 Feb 2016, 14:58

Re: portable problem with Freebsd (Freenas) - mediainfo

Post by hansooloo »

Running on FreeNAS 11 myself.

In FreeNAS 11, `uname` running inside the `filebot.sh` script returns values a little bit different than what FileBot expects to see.

Code: Select all

root@FileBot:~ # uname -a
FreeBSD FileBot 11.1-STABLE FreeBSD 11.1-STABLE #0 r321665+e0c4ca60dfc(freenas/11.1-stable): Wed May 30 14:18:20 EDT 2018     [email protected]:/freenas-11-releng/freenas/_BE/objs/freenas-11-releng/freenas/_BE/os/sys/FreeNAS.amd64  amd64

root@FileBot:~ # uname -s
FreeBSD

root@FileBot:~ # uname -m
amd64
However, FileBot is looking for libraries in `FreeBSD-x86_64`:

Code: Select all

root@FileBot:~ # find lib/ -type d
lib/
lib/Linux-armv7l
lib/Linux-x86_64
lib/FreeBSD-x86_64
lib/Linux-aarch64
lib/Linux-i686
A simple fix would be to run the following inside the FileBot's directory:

Code: Select all

root@FileBot:~ # cd lib
root@FileBot:~/lib #

root@FileBot:~/lib # ln -s FreeBSD-x86_64 FreeBSD-amd64

root@FileBot:~/lib # ls -la
total 62
drwxr-xr-x  7 root  wheel   8 Aug  1 18:11 .
drwxr-xr-x  6 root  wheel  17 Aug  1 18:06 ..
lrwxr-xr-x  1 root  wheel  14 Aug  1 18:11 FreeBSD-amd64 -> FreeBSD-x86_64
drwxr-xr-x  2 root  wheel   3 Aug  1 17:44 FreeBSD-x86_64
drwxr-xr-x  2 root  wheel   3 Aug  1 17:41 Linux-aarch64
drwxr-xr-x  2 root  wheel   7 Aug  1 17:41 Linux-armv7l
drwxr-xr-x  2 root  wheel   6 Aug  1 17:41 Linux-i686
drwxr-xr-x  2 root  wheel   7 Aug  1 17:52 Linux-x86_64
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: portable problem with Freebsd (Freenas) - mediainfo

Post by rednoah »

Looks like this has been fixed a few days ago already. I'll push a new release.
:idea: Please read the FAQ and How to Request Help.
Post Reply