Ubuntu Store version doesn't work with NFS mounts

All your suggestions, requests and ideas for future development
Post Reply
goofy183
Posts: 6
Joined: 24 Nov 2018, 02:53

Ubuntu Store version doesn't work with NFS mounts

Post by goofy183 »

I installed 4.8.5 via the desktop store on Ubuntu 16.04. This version refuses to show any NFS mounts. Uninstalling it and replacing it with the amd64.deb version works as expected.

snap install:

Code: Select all

$ filebot -script fn:sysinfo
ln: failed to create symbolic link '/home/username/snap/filebot/24/.config/gtk-2.0/gtkfilechooser.ini': File exists
FileBot 4.8.5 (r6224)
JNA Native: 5.2.2
MediaInfo: 0.7.82
p7zip: p7zip Version 9.20 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,8 CPUs)
unrar: UNRAR 5.30 beta 2 freeware
Chromaprint: fpcalc version 1.2.0
Extended Attributes: OK
Unicode Filesystem: OK
GVFS: PlatformGVFS [/run/user/1000/snap.filebot/gvfs]
Script Bundle: 2019-05-05 (r564)
Groovy: 2.5.6
JRE: OpenJDK Runtime Environment 1.8.0_191
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 8 Core / 3 GB Max Memory / 20 MB Used Memory
OS: Linux (amd64)
HW: Linux edalquist-vm 4.15.0-50-generic #54~16.04.1-Ubuntu SMP Wed May 8 15:55:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
DATA: /home/username/snap/filebot/24/data
Package: SNAP
License: UNREGISTERED
Done ヾ(@⌒ー⌒@)ノ
.deb install

Code: Select all

$ filebot -script fn:sysinfo
Current application revision (r6224) does not match cache revision (r5789): reset cache
FileBot 4.8.5 (r6224)
JNA Native: 5.2.2
MediaInfo: net.filebot.mediainfo.MediaInfoException: Unable to load amd64 (64-bit) native library libmediainfo.so: Unable to load library 'mediainfo': Native library (linux-x86-64/libmediainfo.so) not found in resource path (/usr/share/filebot/jar/filebot.jar)
7-Zip-JBinding: 9.20
Chromaprint: java.io.IOException: Cannot run program "/usr/share/filebot/lib/fpcalc": error=13, Permission denied
Extended Attributes: OK
Unicode Filesystem: OK
GVFS: PlatformGVFS [/gvfs]
Script Bundle: 2019-05-05 (r564)
Groovy: 2.5.6
JRE: OpenJDK Runtime Environment 11.0.1
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 8 Core / 3 GB Max Memory / 34 MB Used Memory
OS: Linux (amd64)
HW: Linux edalquist-vm 4.15.0-50-generic #54~16.04.1-Ubuntu SMP Wed May 8 15:55:19 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
DATA: /home/username/.filebot
Package: DEB
Activate License P4416814
License: FileBot License P4416814 (Valid-Until: 2019-09-01)
Done ヾ(@⌒ー⌒@)ノ
Note that I'm not broken right now, just posting as an FYI.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Ubuntu Store version doesn't work with NFS mounts

Post by rednoah »

Application level file access doesn't know or care about underlying file system implementations, NFS or otherwise. The SNAP sandbox just happens to generally prohibit access to /mnt and any other non-default root folders. AFAIK, only /media and /home can be made accessible.

:idea: viewtopic.php?f=11&t=5139
:idea: Please read the FAQ and How to Request Help.
Post Reply