Jump to content

Taubin

Members
  • Posts

    11
  • Joined

  • Last visited

Posts posted by Taubin

  1. I'm hoping someone can help me. I followed Spaceinvaderone's tutorial for setting this up. I am using a GTX1050ti on my unraid server, however I cannot get it to use the GPU to transcode, it keeps using the CPU.

     

    My config in unraid is as follows:

     

    Screenshot2024-05-28at11-19-33.thumb.png.82066ac834d03128cae3108701a595b5.png

     

    Tdarr config:

     

     

     

     

    I'm sure it's something stupid I've done, but I cannot for the life of me figure out it. I've read multiple pages here and in the previous thread that linked here, but cannot figure out where I'm going wrong here. Any help would be greatly appreciated.

    If I missed any needed info, please let me know.

  2. I cannot for the life of me get this to install on unraid.

     

    I have looked at the wiki, which states to create a linux user with 1000, however that's not possible on unraid, and the container will not stay up long enough to create the user within the container. I tried to chmod -R 777 on the database and still recieve the following error:

     
    12/18/2023
    10:49:17 AM
    Debug file located at /home/rust/src/target/x86_64-unknown-linux-musl/release/build/podfetch-ab12b285b16ce73b/out/built.rs
    12/18/2023
    10:49:17 AM
    thread 'main' panicked at src/service/environment_service.rs:62:54:
    12/18/2023
    10:49:17 AM
    called `Option::unwrap()` on a `None` value
    12/18/2023
    10:49:17 AM
    note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

     

    My setup is as follows is attached in the screenshot.

    I'm sure it's something stupid I've done but I cannot figure out what it is, or what I need to change. If someone can help me, I'd greatly appreciate it.

     

     

     

    unraid.png

  3. The upgrade worked for me as well. Thank you.

     

    I've tried discord in the past but it's simply too distracting and discombobulated. If you don't catch whatever is said right when it's said, you can very easily miss it and never see it, as opposed to a forum like this one where you can easily scroll back and search.

     

    Forums tend to stay on topic a lot better as well.

    • Like 1
  4. My authelia updated today and seems to have broke in the process. It wouldn't restart and seems to be stuck attempting to migrate to version 7 in the database:

     

    time="2022-12-10T19:12:49+13:00" level=info msg="Authelia v4.37.3 is starting"
    time="2022-12-10T19:12:49+13:00" level=info msg="Log severity set to info"
    time="2022-12-10T19:12:51+13:00" level=info msg="Storage schema is being checked for updates"
    time="2022-12-10T19:12:51+13:00" level=info msg="Storage schema migration from 6 to 7 is being attempted"
    time="2022-12-10T19:12:51+13:00" level=error msg="Failure running the storage provider startup check: error during schema migrate: error applying migration version 7 to version 6 for rollback: schema migration 7 (ConsistencyFixes) failed: Error 1728 (HY000): Cannot load from mysql.proc. The table is probably corrupted. rollback caused by: schema migration 7 (ConsistencyFixes) failed: Error 1728 (HY000): Cannot load from mysql.proc. The table is probably corrupted" stack="github.com/authelia/authelia/v4/internal/commands/root.go:281 doStartupChecks\ngithub.com/authelia/authelia/v4/internal/commands/root.go:87  cmdRootRun\ngithub.com/spf13/[email protected]/command.go:920                  (*Command).execute\ngithub.com/spf13/[email protected]/command.go:1044                 (*Command).ExecuteC\ngithub.com/spf13/[email protected]/command.go:968                  (*Command).Execute\ngithub.com/authelia/authelia/v4/cmd/authelia/main.go:10       main\nruntime/proc.go:250                                           main\nruntime/asm_amd64.s:1594                                      goexit"
    time="2022-12-10T19:13:01+13:00" level=fatal msg="The following providers had fatal failures during startup: storage" stack="github.com/authelia/authelia/v4/internal/commands/root.go:309 doStartupChecks\ngithub.com/authelia/authelia/v4/internal/commands/root.go:87  cmdRootRun\ngithub.com/spf13/[email protected]/command.go:920                  (*Command).execute\ngithub.com/spf13/[email protected]/command.go:1044                 (*Command).ExecuteC\ngithub.com/spf13/[email protected]/command.go:968                  (*Command).Execute\ngithub.com/authelia/authelia/v4/cmd/authelia/main.go:10       main\nruntime/proc.go:250                                           main\nruntime/asm_amd64.s:1594                                      goexit"
    
    ** Press ANY KEY to close this window ** 

     

     

    I've reinstalled redis, and reinstalled authelia and it's still occurring. There are no errors in redis, just this in Authelia. Any help or suggestions would be greatly appreciated.

  5. Updated this morning, the image seems to still be using .net 6 which needs to be updated to .net 7 for the latest ts


     

    You can resolve the problem by installing the specified framework and/or SDK.
    
    The specified framework can be found at:
      - https://aka.ms/dotnet-core-applaunch?framework=Microsoft.NETCore.App&framework_version=7.0.0&arch=x64&rid=alpine.3.17-x64
    It was not possible to find any compatible framework version
    The framework 'Microsoft.NETCore.App', version '7.0.0' (x64) was not found.
      - The following frameworks were found:
          6.0.3 at [/usr/share/dotnet/shared/Microsoft.NETCore.App]

     

     

    The logs keep repeating the above and the container will not start.

×
×
  • Create New...