• 15 Posts
  • 124 Comments
Joined 3 years ago
cake
Cake day: April 19th, 2023

help-circle





  • My desktop PC running Fedora 43 goes to sleep in a weird way. When I was running Windows and the computer went to sleep the power button would blink and I could wake the PC with my keyboard or mouse. On Fedora the power button doesn’t blink (no big deal) and I can’t wake the PC with my keyboard or mouse, only the power button works.

    Another issue is if I have the option to turn the monitor off after a certain amount of time I cannot get it to wake from sleep. If I turn the monitor off and on there’s no signal. If the monitor goes to sleep because the PC goes to sleep it’s fine.

    Something randomly causes Firefox to hoover up all my computer’s RAM. I can tell my system is going to lock up because the fan on the CPU cooler ramps up. When Firefox finally sucks up all the RAM the entire desktop is unresponsive. I had to enable the system rescue keys and I sometimes have to manually trigger the OOM killer.

    Raw photo editing on Linux sucks. I’ve tried DarkTable, RawTherapee and some other program and didn’t like any of them. The UI is incredibly complex or blurry.









  • I can’t change the transcoding path, if I change it from /cache to /transcoding I get this error:

    AxiosError
    
    Request failed with status code 404
    
    Qt@https://jellyfin/web/node_modules.axios.bundle.js?c6f75fd5d790d35851b6:2:25313
    b@https://jellyfin/web/node_modules.axios.bundle.js?c6f75fd5d790d35851b6:2:34005
    
    83202/dr/i/<@https://jellyfin/web/node_modules.axios.bundle.js?c6f75fd5d790d35851b6:2:57370
    83202/hr/hr/i/<@https://jellyfin/web/node_modules.axios.bundle.js?c6f75fd5d790d35851b6:2:58302
    br@https://jellyfin/web/node_modules.axios.bundle.js?c6f75fd5d790d35851b6:2:58415
    u@https://jellyfin/web/node_modules.axios.bundle.js?c6f75fd5d790d35851b6:2:59896
    

    And if I press F5 I have to login again

    –Edit–

    Nevermind I got it all fixed. I had to edit config/encoding.xml and manually change the transcoding path and mount a fresh docker volume at that path. I’m on 10.11.1 and everything’s good.


  • Jellyfin won’t start, it keeps creating file that blocks it from starting up for some reason:

    System.InvalidOperationException: Exepected to find only .jellyfin-transcode but found marker for /cache/.jellyfin-cache.
       at Emby.Server.Implementations.AppBase.BaseApplicationPaths.CheckOrCreateMarker(String path, String markerName, Boolean recursive)
       at Emby.Server.Implementations.AppBase.BaseApplicationPaths.CreateAndCheckMarker(String path, String markerName, Boolean recursive)
       at MediaBrowser.Common.Configuration.EncodingConfigurationExtensions.GetTranscodePath(IConfigurationManager configurationManager)
       at Jellyfin.Server.Program.StartServer(IServerApplicationPaths appPaths, StartupOptions options, IConfiguration startupConfig)
    

    I delete the file, restart jellyfin only for it to show up again. Rolling back to 10.11.0 lets jellyfin start.