SNAP / License Error / Symbolic link

Any questions? Need some help?
Post Reply
dravenar
Posts: 2
Joined: 17 Nov 2018, 19:35

SNAP / License Error / Symbolic link

Post by dravenar »

Hi! I tried to register Filebot with no luck in Ubuntu (in windows, no problem) in a VPS. It gives me this messages (the symbolic link error, despite the command). I did with root and dravenar (new user), and return the same error.

Code: Select all

ln: failed to create symbolic link '/home/dravenar/snap/filebot/16/snap/filebot/16/Documents': No such file or directory
ln: failed to create symbolic link '/home/dravenar/snap/filebot/16/snap/filebot/16/Desktop': No such file or directory
ln: failed to create symbolic link '/home/dravenar/snap/filebot/16/snap/filebot/16/Downloads': No such file or directory
ln: failed to create symbolic link '/home/dravenar/snap/filebot/16/snap/filebot/16/Music': No such file or directory
ln: failed to create symbolic link '/home/dravenar/snap/filebot/16/snap/filebot/16/Pictures': No such file or directory
ln: failed to create symbolic link '/home/dravenar/snap/filebot/16/snap/filebot/16/Videos': No such file or directory
ln: failed to create symbolic link '/home/dravenar/snap/filebot/16/snap/filebot/16/Templates': No such file or directory
License Error: FileBot_License_P6140165.psm
https://drive.google.com/file/d/1B8zaNB ... sp=sharing

I read that maybe the problem is the size of the file, but it's no zero.

https://drive.google.com/file/d/1u2KB_y ... sp=sharing

I paste also the sysinfo:

Code: Select all

FileBot 4.8.2 (r5789)
JNA Native: 5.2.2
MediaInfo: 18.05
7-Zip-JBinding: 9.20
Chromaprint: 1.2.0
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2018-10-05 (r536)
Groovy: 2.5.1
JRE: Java(TM) SE Runtime Environment 10.0.2
JVM: 64-bit Java HotSpot(TM) 64-Bit Server VM
CPU/MEM: 4 Core / 1 GB Max Memory / 22 MB Used Memory
OS: Linux (amd64)
HW: Linux vmi213601.contaboserver.net 4.15.0-39-generic #42-Ubuntu SMP Tue Oct 23 15:48:01 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
DATA: /root/snap/filebot/16/data
Package: SNAP
License: UNREGISTERED
Done ヾ(@⌒ー⌒@)ノ
Can someone help me? Thanks in advance.

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

Re: License Error / Symbolic link

Post by rednoah »

If the SNAP package doesn't work for you, try the APT repository instead:
viewtopic.php?f=11&t=6028
:idea: Please read the FAQ and How to Request Help.
dravenar
Posts: 2
Joined: 17 Nov 2018, 19:35

Re: License Error / Symbolic link

Post by dravenar »

Perfect, it works! (no warning messages)

I've done:

Code: Select all

bash -xu <<< "$(curl -fsSL https://raw.githubusercontent.com/filebot/plugins/master/installer/deb.sh)"
then:

Code: Select all

sudo apt-get install filebot
and finally:

Code: Select all

FileBot License P6140165 (Valid-Until: 2019-11-09) has been activated successfully.
Thank you!! :D
Post Reply