Advertisement
Guest User

Untitled

a guest
Dec 14th, 2024
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1. root@srv-jellyfin:~# curl https://repo.jellyfin.org/install-debuntu.sh | sudo bash
  2. % Total % Received % Xferd Average Speed Time Time Time Current
  3. Dload Upload Total Spent Left Speed
  4. 100 10606 100 10606 0 0 26355 0 --:--:-- --:--:-- --:--:-- 26383
  5. > Determining optimal repository settings.
  6.  
  7. Found the following details from '/etc/os-release':
  8. Real OS: ubuntu
  9. Repository OS: ubuntu
  10. Repository Release: noble
  11. CPU Architecture: amd64
  12. If this looks correct, press <Enter> now to continue installing Jellyfin.
  13.  
  14. > Fetching repository signing key.
  15.  
  16. > Installing Jellyfin repository into APT.
  17. Types: deb
  18. URIs: https://repo.jellyfin.org/ubuntu
  19. Suites: noble
  20. Components: main
  21. Architectures: amd64
  22. Signed-By: /etc/apt/keyrings/jellyfin.gpg
  23.  
  24. > Updating APT repositories.
  25. Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease
  26. Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
  27. Get:3 http://archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
  28. Get:4 https://repo.jellyfin.org/ubuntu noble InRelease [6660 B]
  29. Fetched 259 kB in 1s (180 kB/s)
  30. Reading package lists... Done
  31. Building dependency tree... Done
  32. Reading state information... Done
  33. 2 packages can be upgraded. Run 'apt list --upgradable' to see them.
  34.  
  35. > Installing Jellyfin.
  36. Reading package lists... Done
  37. Building dependency tree... Done
  38. Reading state information... Done
  39. The following additional packages will be installed:
  40. jellyfin-ffmpeg7 jellyfin-server jellyfin-web
  41. The following NEW packages will be installed:
  42. jellyfin jellyfin-ffmpeg7 jellyfin-server jellyfin-web
  43. 0 upgraded, 4 newly installed, 0 to remove and 2 not upgraded.
  44. Need to get 0 B/132 MB of archives.
  45. After this operation, 422 MB of additional disk space will be used.
  46. Selecting previously unselected package jellyfin-server.
  47. (Reading database ... 18157 files and directories currently installed.)
  48. Preparing to unpack .../jellyfin-server_10.10.3+ubu2404_amd64.deb ...
  49. Unpacking jellyfin-server (10.10.3+ubu2404) ...
  50. Selecting previously unselected package jellyfin-web.
  51. Preparing to unpack .../jellyfin-web_10.10.3+ubu2404_all.deb ...
  52. Unpacking jellyfin-web (10.10.3+ubu2404) ...
  53. Selecting previously unselected package jellyfin-ffmpeg7.
  54. Preparing to unpack .../jellyfin-ffmpeg7_7.0.2-7-noble_amd64.deb ...
  55. Unpacking jellyfin-ffmpeg7 (7.0.2-7-noble) ...
  56. Selecting previously unselected package jellyfin.
  57. Preparing to unpack .../jellyfin_10.10.3+ubu2404_all.deb ...
  58. Unpacking jellyfin (10.10.3+ubu2404) ...
  59. Setting up jellyfin-ffmpeg7 (7.0.2-7-noble) ...
  60. Setting up jellyfin-web (10.10.3+ubu2404) ...
  61. Setting up jellyfin-server (10.10.3+ubu2404) ...
  62. dpkg: error processing package jellyfin-server (--configure):
  63. installed jellyfin-server package post-installation script subprocess returned error exit status 10
  64. dpkg: dependency problems prevent configuration of jellyfin:
  65. jellyfin depends on jellyfin-server; however:
  66. Package jellyfin-server is not configured yet.
  67.  
  68. dpkg: error processing package jellyfin (--configure):
  69. dependency problems - leaving unconfigured
  70. Processing triggers for libc-bin (2.39-0ubuntu8.3) ...
  71. Errors were encountered while processing:
  72. jellyfin-server
  73. jellyfin
  74. E: Sub-process /usr/bin/dpkg returned an error code (1)
  75.  
  76. > Waiting 15 seconds for Jellyfin to fully start up.
  77.  
  78. -------------------------------------------------------------------------------
  79. * jellyfin.service - Jellyfin Media Server
  80. Loaded: loaded (/usr/lib/systemd/system/jellyfin.service; disabled; preset: enabled)
  81. Drop-In: /etc/systemd/system/jellyfin.service.d
  82. `-jellyfin.service.conf
  83. Active: inactive (dead)
  84. * jellyfin.service - Jellyfin Media Server
  85. Loaded: loaded (/usr/lib/systemd/system/jellyfin.service; disabled; preset: enabled)
  86. Drop-In: /etc/systemd/system/jellyfin.service.d
  87. `-jellyfin.service.conf
  88. Active: inactive (dead)
  89. -------------------------------------------------------------------------------
  90.  
  91. You should see the service as 'active (running)' above. If not, use https://jellyfin.org/contact to find us for troubleshooting.
  92.  
  93. You can access your new instance now at http://192.168.100.16:8096 in your web browser to finish setting up Jellyfin.
  94.  
  95. Thank you for installing Jellyfin, and happy watching!
  96.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement