Taubin

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by Taubin

  1. I've given up on this actually working in unraid. OP doesn't seem to be active here at all. If someone does get it working, I'd like to know how they did it, but it seems the maintainer doesn't actually support the app.
  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.
  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.
  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.
  6. I don't mean to be a bother, is it possible to get an update to 8.0.2? Thank you for putting this together, it's working great.
  7. I'm not sure how concerned I should be about these errors. The drive is 1 month shy of a year old (purchase date) nearly exactly. I'm not sure how concerned I should be about these errors and if I should be sending it for replacement. They just started showing up recently. Thank you. Report attached. smart-20220327-1853.zip
  8. Thank you! I feel so dumb now. It's working properly, thank you very much.
  9. I updated to the latest rc4 and have been having an issue with networking. When enabling ipv6, the network goes down and does not come back up until I force a reboot. I let the system sit for quite a while and it just timed out until I forced a reboot. On reboot, the system came back up and was assigned an ipv6 address properly, however BR0 is missing. I did the following after reading quite a few posts here: rm /var/lib/docker/network/files/local-kv.db /etc/rc.d/rc.docker restart That did not bring back BR0 at all. I've rebooted since then and still cannot get BR0 back. Screenshot and diag file attached. plunkett-server-diagnostics-20220320-1414.zip