chovyfu 3 Posted January 14, 2024 Posted January 14, 2024 ``` $ sudo systemctl restart emby-server [ubuntu@s1035]:➜ transmission-daemon $ sudo systemctl status emby-server ○ emby-server.service - Emby Server is a personal media server with apps on just about every device Loaded: loaded (/lib/systemd/system/emby-server.service; enabled; vendor preset: enabled) Active: inactive (dead) since Sun 2024-01-14 05:13:53 EST; 1s ago Process: 1792283 ExecStart=/opt/emby-server/bin/emby-server (code=exited, status=0/SUCCESS) Main PID: 1792283 (code=exited, status=0/SUCCESS) CPU: 167ms Jan 14 05:13:53 s1035 emby-server[1792283]: Source: System.Private.CoreLib Jan 14 05:13:53 s1035 emby-server[1792283]: TargetSite: Void CreateDirectory(System.String) Jan 14 05:13:53 s1035 emby-server[1792283]: at System.IO.FileSystem.CreateDirectory(String fullPath) Jan 14 05:13:53 s1035 emby-server[1792283]: at System.IO.Directory.CreateDirectory(String path) Jan 14 05:13:53 s1035 emby-server[1792283]: at Emby.Server.Implementations.Logging.FileLogger..ctor(String path) Jan 14 05:13:53 s1035 emby-server[1792283]: at Emby.Server.Implementations.Logging.SimpleLogManager.ReloadLogger(LogSeverity severity, CancellationToken cancell> Jan 14 05:13:53 s1035 emby-server[1792283]: InnerException: System.IO.IOException: Permission denied Jan 14 05:13:53 s1035 emby-server[1792283]: Source: Jan 14 05:13:53 s1035 emby-server[1792283]: TargetSite: Jan 14 05:13:53 s1035 systemd[1]: emby-server.service: Deactivated successfully. ```
Solution Q-Droid 989 Posted January 14, 2024 Solution Posted January 14, 2024 At first glance it looks like the runtime user (emby?) might not have full access to some or all of the EMBY_DATA location (/var/lib/emby?). ls -la /var/lib/emby ls -la /var/lib/emby/logs If you find logs in /var/lib/emby/logs then attach the embyserver.txt log. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now