Guest User

Untitled

a guest
Oct 18th, 2020
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.62 KB | None | 0 0
  1. pi@raspberrypi:~ $ bash -xu <<< "$(curl -fsSL https://raw.githubusercontent.com/ filebot/plugins/master/installer/deb.sh)"
  2. + uname -a
  3. Linux raspberrypi 5.4.51-v7+ #1333 SMP Mon Aug 10 16:45:19 BST 2020 armv7l GNU/L inux
  4. + apt-cache show openjfx --no-all-versions
  5. + grep 'Version: 8'
  6. + REPO='deb [arch=all] https://get.filebot.net/deb/ universal main'
  7. + echo 'Use Repository: deb [arch=all] https://get.filebot.net/deb/ universal ma in'
  8. Use Repository: deb [arch=all] https://get.filebot.net/deb/ universal main
  9. + sudo apt-get install --install-recommends dirmngr gnupg-curl apt-transport-htt ps
  10. Reading package lists... Done
  11. Building dependency tree
  12. Reading state information... Done
  13. apt-transport-https is already the newest version (1.8.2.1).
  14. dirmngr is already the newest version (2.2.12-1+rpi1+deb10u1).
  15. gnupg-curl is already the newest version (1.4.20-6).
  16. 0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.
  17. + sudo apt-key adv --fetch-keys https://raw.githubusercontent.com/filebot/plugin s/master/gpg/maintainer.pub
  18. Executing: /tmp/apt-key-gpghome.iUWyzq9ZZZ/gpg.1.sh --fetch-keys https://raw.git hubusercontent.com/filebot/plugins/master/gpg/maintainer.pub
  19. gpg: requesting key from 'https://raw.githubusercontent.com/filebot/plugins/mast er/gpg/maintainer.pub'
  20. gpg: key 4E402EBF7C3C6A71: "Reinhard Pointner <[email protected]>" not changed
  21. gpg: Total number processed: 1
  22. gpg: unchanged: 1
  23. + echo 'deb [arch=all] https://get.filebot.net/deb/ universal main'
  24. + sudo tee /etc/apt/sources.list.d/filebot.list
  25. deb [arch=all] https://get.filebot.net/deb/ universal main
  26. + sudo apt-get update
  27. Hit:1 http://archive.raspberrypi.org/debian buster InRelease
  28. Hit:2 https://downloads.plex.tv/repo/deb public InRelease
  29. Ign:3 https://get.filebot.net/deb universal InRelease
  30. Hit:4 https://get.filebot.net/deb universal Release
  31. Get:6 http://raspbian.raspberrypi.org/raspbian buster InRelease [15.0 kB]
  32. Fetched 15.0 kB in 6s (2,455 B/s)
  33. Reading package lists... Done
  34. + sudo apt-get install --install-recommends filebot
  35. Reading package lists... Done
  36. Building dependency tree
  37. Reading state information... Done
  38. filebot is already the newest version (4.9.2).
  39. 0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.
  40. + filebot -script fn:sysinfo
  41. Picked up _JAVA_OPTIONS: -Xmx512M
  42. Low Disk Space (3.1 GB) on / (/dev/root)
  43. Low Disk Space (3.1 GB) on / (/dev/root)
  44. FileBot 4.9.2 (r8046)
  45. JNA Native: java.lang.UnsatisfiedLinkError: Native library (com/sun/jna/linux-ar m/libjnidispatch.so) not found in resource path (/usr/share/filebot/jar/filebot. jar)
  46. MediaInfo: net.filebot.mediainfo.MediaInfoException: Unable to load arm (32-bit) native library libmediainfo.so: Could not initialize class com.sun.jna.Native
  47. p7zip: p7zip Version 16.02 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,32 bits,4 C PUs LE)
  48. unrar: UNRAR 5.61 beta 1 freeware
  49. Chromaprint: 1.4.3
  50. Extended Attributes: OK
  51. Unicode Filesystem: OK
  52. Script Bundle: 2020-10-11 (r675)
  53. Groovy: 3.0.6
  54. JRE: OpenJDK Runtime Environment 11.0.8
  55. JVM: 32-bit OpenJDK Server VM
  56. CPU/MEM: 4 Core / 519 MB Max Memory / 25 MB Used Memory
  57. OS: Linux (arm)
  58. HW: Linux raspberrypi 5.4.51-v7+ #1333 SMP Mon Aug 10 16:45:19 BST 2020 armv7l G NU/Linux
  59. STORAGE: ext4 [/] @ 3.1 GB | ext2 [/mnt] @ 216 GB
  60. DATA: /home/pi/.filebot
  61. Package: DEB
  62. License: FileBot License P11351184 (Valid-Until: 2021-01-30)
  63. Done ヾ(@⌒ー⌒@)ノ
  64.  
Add Comment
Please, Sign In to add comment