Advertisement
TroggoMan

Install logs for Jellyfin

Nov 26th, 2024
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 23.30 KB | Help | 0 0
  1. troggoman@troggoman-Super-Server:~$ sudo apt install --only-upgrade jellyfin jellyfin-server
  2. Reading package lists... Done
  3. Building dependency tree... Done
  4. Reading state information... Done
  5. The following additional packages will be installed:
  6.   jellyfin-ffmpeg7
  7. The following packages will be REMOVED:
  8.   jellyfin-ffmpeg6
  9. The following NEW packages will be installed:
  10.   jellyfin-ffmpeg7
  11. The following packages will be upgraded:
  12.   jellyfin jellyfin-server
  13. 2 upgraded, 1 newly installed, 1 to remove and 0 not upgraded.
  14. Need to get 98.9 MB of archives.
  15. After this operation, 10.6 MB of additional disk space will be used.
  16. Do you want to continue? [Y/n] y
  17. Get:1 https://repo.jellyfin.org/ubuntu jammy/main amd64 jellyfin-server amd64 10.10.3+ubu2204 [52.0 MB]
  18. Get:2 https://repo.jellyfin.org/ubuntu jammy/main amd64 jellyfin all 10.10.3+ubu2204 [2,292 B]
  19. Get:3 https://blr1.mirror.jellyfin.org/files/ubuntu jammy/main amd64 jellyfin-ffmpeg7 amd64 7.0.2-7-jammy [47.0 MB]
  20. Fetched 98.9 MB in 29s (3,449 kB/s)
  21. (Reading database ... 280465 files and directories currently installed.)
  22. Preparing to unpack .../jellyfin-server_10.10.3+ubu2204_amd64.deb ...
  23. Stopping Jellyfin!
  24. Unpacking jellyfin-server (10.10.3+ubu2204) over (10.9.11+ubu2204) ...
  25. Preparing to unpack .../jellyfin_10.10.3+ubu2204_all.deb ...
  26. Unpacking jellyfin (10.10.3+ubu2204) over (10.9.11+ubu2204) ...
  27. (Reading database ... 280466 files and directories currently installed.)
  28. Removing jellyfin-ffmpeg6 (6.0.1-8-jammy) ...
  29. Selecting previously unselected package jellyfin-ffmpeg7.
  30. (Reading database ... 280337 files and directories currently installed.)
  31. Preparing to unpack .../jellyfin-ffmpeg7_7.0.2-7-jammy_amd64.deb ...
  32. Unpacking jellyfin-ffmpeg7 (7.0.2-7-jammy) ...
  33. Setting up jellyfin-ffmpeg7 (7.0.2-7-jammy) ...
  34. Setting up jellyfin-server (10.10.3+ubu2204) ...
  35.  
  36. Configuration file '/etc/default/jellyfin'
  37.  ==> Modified (by you or by a script) since installation.
  38.  ==> Package distributor has shipped an updated version.
  39.    What would you like to do about it ?  Your options are:
  40.     Y or I  : install the package maintainer's version
  41.    N or O  : keep your currently-installed version
  42.      D     : show the differences between the versions
  43.      Z     : start a shell to examine the situation
  44. The default action is to keep your current version.
  45. *** jellyfin (Y/I/N/O/D/Z) [default=N] ? d
  46. --- /etc/default/jellyfin       2024-08-02 22:25:30.320970135 +0200
  47. +++ /etc/default/jellyfin.dpkg-new      2024-11-19 05:46:26.000000000 +0200
  48. @@ -18,6 +18,12 @@
  49. JELLYFIN_LOG_DIR="/var/log/jellyfin"
  50. JELLYFIN_CACHE_DIR="/var/cache/jellyfin"
  51.  
  52. +# temporary directory path; used to construct paths for short-lived temporary files
  53. +# the old default was $JELLYFIN_CACHE_DIR/temp; use that to restore previous behaviour,
  54. +# though it will have an additional jellyfin/ subdir appended
  55. +# otherwise, leave this commented
  56. +#TMPDIR="/tmp"
  57. +
  58. # web client path, installed by the jellyfin-web package
  59. JELLYFIN_WEB_OPT="--webdir=/usr/share/jellyfin/web"
  60.  
  61. @@ -48,6 +54,6 @@
  62. #
  63.  
  64. # Application username
  65. -JELLYFIN_USER="troggoman"
  66. +JELLYFIN_USER="jellyfin"
  67. # Full application command
  68. JELLYFIN_ARGS="$JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLFIN_ADDITIONAL>
  69. lines 1-23/23 (END)...skipping...
  70. --- /etc/default/jellyfin       2024-08-02 22:25:30.320970135 +0200                                                                                                                                                                                                                     +++ /etc/default/jellyfin.dpkg-new      2024-11-19 05:46:26.000000000 +0200########.................................]                                                                                                                                                                   @@ -18,6 +18,12 @@                                                                                                                                                                                                                                                                       JELLYFIN_LOG_DIR="/var/log/jellyfin"                                                                                                                                                                                                                                                    JELLYFIN_CACHE_DIR="/var/cache/jellyfin"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       +# temporary directory path; used to construct paths for short-lived temporary files                                                                                                                                                                                                    +# the old default was $JELLYFIN_CACHE_DIR/temp; use that to restore previous behaviour,                                                                                                                                                                                                +# though it will have an additional jellyfin/ subdir appended                                                                                                                                                                                                                          +# otherwise, leave this commented                                                                                                                                                                                                                                                      +#TMPDIR="/tmp"                                                                                                                                                                                                                                                                         +                                                                                                                                                                                                                                                                                        # web client path, installed by the jellyfin-web package                                                                                                                                                                                                                                JELLYFIN_WEB_OPT="--webdir=/usr/share/jellyfin/web"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            @@ -48,6 +54,6 @@                                                                                                                                                                                                                                                                        #                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               # Application username                                                                                                                                                                                                                                                                 -JELLYFIN_USER="troggoman"                                                                                                                                                                                                                                                              +JELLYFIN_USER="jellyfin"                                                                                                                                                                                                                                                                # Full application command                                                                                                                                                                                                                                                              JELLYFIN_ARGS="$JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLFIN_ADDITIONAL>                                                                                                                                                                ~                                                                                                                                                                                                                                                                                       ~                                                                                                                                                                                                                                                                                       ~                                                                                                                                                                                                                                                                                       ~                                                                                                                                                                                                                                                                                       ~                                                                                                                                                                                                                                                                                       ~                                                                                                                                                                                                                                                                                       ~                                                                                                                                                                                                                                                                                       ~                                                                                                                                                                                                                                                                                       ~                                                                                                                                                                                                                                                                                       ~                                                                                                                                                                                                                                                                                       ~                                                                                                                                                                                                                                                                                       ~                                                                                                                                                                                                                                                                                       ~                                                                                                                                                                                                                                                                                       ~                                                                                                                                                                                                                                                                                       ~                                                                                                                                                                                                                                                                                       ~                                                                                                                                                                                                                                                                                       ~                                                                                                                                                                                                                                                                                       ~
  71. ~
  72. ~
  73. ~
  74. ~
  75. ~
  76. ~
  77. ~
  78. ~
  79. ~
  80. ~
  81. ~
  82. ~
  83. ~
  84. ~
  85. ~
  86. ~
  87. ~
  88. ~
  89. ~
  90. ~
  91. ~
  92. ~
  93. ~
  94. ~
  95. ~
  96. ~
  97. ~
  98.  
  99. Configuration file '/etc/default/jellyfin'
  100. ==> Modified (by you or by a script) since installation.
  101. ==> Package distributor has shipped an updated version.
  102.   What would you like to do about it ?  Your options are:
  103.    Y or I  : install the package maintainer's version
  104.     N or O  : keep your currently-installed version
  105.       D     : show the differences between the versions
  106.       Z     : start a shell to examine the situation
  107.  The default action is to keep your current version.
  108. *** jellyfin (Y/I/N/O/D/Z) [default=N] ? n
  109. Setting up jellyfin (10.10.3+ubu2204) ...
  110. Processing triggers for libc-bin (2.35-0ubuntu3.8) ...
  111. W: Operation was interrupted before it could finish
  112. troggoman@troggoman-Super-Server:~$ sudo apt install --only-upgrade jellyfin jellyfin-server
  113. Reading package lists... Done
  114. Building dependency tree... Done
  115. Reading state information... Done
  116. jellyfin is already the newest version (10.10.3+ubu2204).
  117. jellyfin-server is already the newest version (10.10.3+ubu2204).
  118. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  119. troggoman@troggoman-Super-Server:~$ sudo apt update
  120. Hit:1 https://linux.teamviewer.com/deb stable InRelease
  121. Hit:2 https://download.docker.com/linux/ubuntu jammy InRelease
  122. Hit:3 http://za.archive.ubuntu.com/ubuntu jammy InRelease
  123. Hit:4 http://za.archive.ubuntu.com/ubuntu jammy-updates InRelease
  124. Hit:5 http://za.archive.ubuntu.com/ubuntu jammy-backports InRelease
  125. Hit:6 http://repository.netdata.cloud/repos/stable/ubuntu jammy/ InRelease
  126. Hit:7 http://security.ubuntu.com/ubuntu jammy-security InRelease
  127. Hit:8 http://deb.anydesk.com all InRelease
  128. Hit:9 http://archive.ubuntu.com/ubuntu jammy InRelease
  129. Hit:10 http://repository.netdata.cloud/repos/repoconfig/ubuntu jammy/ InRelease
  130. Hit:11 http://archive.ubuntu.com/ubuntu jammy-updates InRelease
  131. Hit:12 https://ppa.launchpadcontent.net/remmina-ppa-team/remmina-next/ubuntu jammy InRelease
  132. Get:13 https://repo.jellyfin.org/ubuntu jammy InRelease [6,660 B]
  133. Ign:14 https://packages.twingate.com/apt  InRelease
  134. Ign:15 https://packages.twingate.com/apt  Release
  135. Ign:16 https://packages.twingate.com/apt  Packages
  136. Ign:17 https://packages.twingate.com/apt  Translation-en_ZA
  137. Ign:18 https://packages.twingate.com/apt  Translation-en
  138. Get:16 https://packages.twingate.com/apt  Packages
  139. Ign:17 https://packages.twingate.com/apt  Translation-en_ZA
  140. Ign:18 https://packages.twingate.com/apt  Translation-en
  141. Ign:17 https://packages.twingate.com/apt  Translation-en_ZA
  142. Ign:18 https://packages.twingate.com/apt  Translation-en
  143. Ign:17 https://packages.twingate.com/apt  Translation-en_ZA
  144. Ign:18 https://packages.twingate.com/apt  Translation-en
  145. Ign:17 https://packages.twingate.com/apt  Translation-en_ZA
  146. Ign:18 https://packages.twingate.com/apt  Translation-en
  147. Ign:17 https://packages.twingate.com/apt  Translation-en_ZA
  148. Ign:18 https://packages.twingate.com/apt  Translation-en
  149. Ign:17 https://packages.twingate.com/apt  Translation-en_ZA
  150. Ign:18 https://packages.twingate.com/apt  Translation-en
  151. Fetched 36.0 kB in 6s (5,609 B/s)
  152. Reading package lists... Done
  153. Building dependency tree... Done
  154. Reading state information... Done
  155. All packages are up to date.
  156. troggoman@troggoman-Super-Server:~$ ps aux | grep jellyf
  157. troggom+ 1469003  0.0  0.0   9080  2304 pts/0    S+   11:05   0:00 grep --color=auto jellyf
  158. troggoman@troggoman-Super-Server:~$ jellyfin
  159. Unhandled exception. System.UnauthorizedAccessException: Access to the path '/home/troggoman/.config/jellyfin/logging.default.json' is denied.
  160.  ---> System.IO.IOException: Permission denied
  161.    --- End of inner exception stack trace ---
  162.    at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError)
  163.    at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String path, OpenFlags flags, Int32 mode, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
  164.    at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, UnixFileMode openPermissions, Int64& fileLength, UnixFileMode& filePermissions, Boolean failForSymlink, Boolean& wasSymlink, Func`4 createOpenException)
  165.    at System.IO.Strategies.OSFileStreamStrategy..ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize, Nullable`1 unixCreateMode)
  166.    at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
  167.    at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
  168.    at Jellyfin.Server.Helpers.StartupHelpers.InitLoggingConfigFile(IApplicationPaths appPaths)
  169.    at Jellyfin.Server.Helpers.StartupHelpers.InitLoggingConfigFile(IApplicationPaths appPaths)
  170.    at Jellyfin.Server.Program.StartApp(StartupOptions options)
  171.    at Jellyfin.Server.Program.<Main>(String[] args)
  172. Aborted (core dumped)
  173. troggoman@troggoman-Super-Server:~$ sudo !!
  174. sudo jellyfin
  175. [11:06:04] [INF] [4] Main: Jellyfin version: 10.10.3
  176. [11:06:04] [INF] [4] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /root/.local/share/jellyfin/log]"]
  177. [11:06:04] [INF] [4] Main: Arguments: ["/usr/lib/jellyfin/bin/jellyfin.dll"]
  178. [11:06:04] [INF] [4] Main: Operating system: Ubuntu 22.04.5 LTS
  179. [11:06:04] [INF] [4] Main: Architecture: X64
  180. [11:06:04] [INF] [4] Main: 64-Bit Process: True
  181. [11:06:04] [INF] [4] Main: User Interactive: True
  182. [11:06:04] [INF] [4] Main: Processor count: 48
  183. [11:06:04] [INF] [4] Main: Program data path: /root/.local/share/jellyfin
  184. [11:06:04] [INF] [4] Main: Log directory path: /root/.local/share/jellyfin/log
  185. [11:06:04] [INF] [4] Main: Config directory path: /root/.config/jellyfin
  186. [11:06:04] [INF] [4] Main: Cache path: /root/.cache/jellyfin
  187. [11:06:04] [INF] [4] Main: Temp directory path: /tmp/jellyfin
  188. [11:06:04] [INF] [4] Main: Web resources path: /usr/lib/jellyfin/bin/jellyfin-web
  189. [11:06:04] [INF] [4] Main: Application directory: /usr/lib/jellyfin/bin/
  190. [11:06:04] [ERR] [4] Main: The server is expected to host the web client, but the provided content directory is either invalid or empty: /usr/lib/jellyfin/bin/jellyfin-web. If you do not want to host the web client with the server, you may set the '--nowebclient' command line flag, or set'hostwebclient=false' in your config settings
  191. troggoman@troggoman-Super-Server:~$ sudo apt install --reinstall jellyfin-web
  192. Reading package lists... Done
  193. Building dependency tree... Done
  194. Reading state information... Done
  195. 0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
  196. Need to get 32.9 MB of archives.
  197. After this operation, 0 B of additional disk space will be used.
  198. Get:1 https://repo.jellyfin.org/ubuntu jammy/main amd64 jellyfin-web all 10.10.3+ubu2204 [32.9 MB]
  199. Fetched 32.9 MB in 18s (1,839 kB/s)
  200. (Reading database ... 280467 files and directories currently installed.)
  201. Preparing to unpack .../jellyfin-web_10.10.3+ubu2204_all.deb ...
  202. Unpacking jellyfin-web (10.10.3+ubu2204) over (10.10.3+ubu2204) ...
  203. Setting up jellyfin-web (10.10.3+ubu2204) ...
  204. troggoman@troggoman-Super-Server:~$ sudo systemctl restart jellyfin
  205. troggoman@troggoman-Super-Server:~$ sudo systemctl status jellyfin.service
  206. ○ jellyfin.service - Jellyfin Media Server
  207.      Loaded: loaded (/lib/systemd/system/jellyfin.service; enabled; vendor preset: enabled)
  208.     Drop-In: /etc/systemd/system/jellyfin.service.d
  209.              └─jellyfin.service.conf
  210.      Active: inactive (dead) since Tue 2024-11-26 11:07:08 SAST; 25s ago
  211.     Process: 1471410 ExecStart=/usr/bin/jellyfin $JELLYFIN_WEB_OPT $JELLYFIN_FFMPEG_OPT $JELLYFIN_SERVICE_OPT $JELLYFIN_NOWEBAPP_OPT $JELLYFIN_ADDITIONAL_OPTS (code=exited, status=0/SUCCESS)
  212.    Main PID: 1471410 (code=exited, status=0/SUCCESS)
  213.         CPU: 6.432s
  214.  
  215. Nov 26 11:07:07 troggoman-Super-Server jellyfin[1471410]:    at Emby.Server.Implementations.ApplicationHost.GetExports[T](CreationDelegateFactory defaultFunc, Boolean manageLifetime)
  216. Nov 26 11:07:07 troggoman-Super-Server jellyfin[1471410]:    at Emby.Server.Implementations.Plugins.PluginManager.CreatePlugins()
  217. Nov 26 11:07:07 troggoman-Super-Server jellyfin[1471410]:    at Emby.Server.Implementations.ApplicationHost.FindParts()
  218. Nov 26 11:07:07 troggoman-Super-Server jellyfin[1471410]:    at Emby.Server.Implementations.ApplicationHost.InitializeServices()
  219. Nov 26 11:07:07 troggoman-Super-Server jellyfin[1471410]:    at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
  220. Nov 26 11:07:07 troggoman-Super-Server jellyfin[1471410]: [11:07:07] [INF] Running query planner optimizations in the database... This might take a while
  221. Nov 26 11:07:07 troggoman-Super-Server jellyfin[1471410]: [11:07:07] [INF] Disposing CoreAppHost
  222. Nov 26 11:07:07 troggoman-Super-Server jellyfin[1471410]: [11:07:07] [INF] Disposing PluginManager
  223. Nov 26 11:07:08 troggoman-Super-Server systemd[1]: jellyfin.service: Deactivated successfully.
  224. Nov 26 11:07:08 troggoman-Super-Server systemd[1]: jellyfin.service: Consumed 6.432s CPU time.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement