Everything posted by ssickle
-
ZFS error wrong or no filesystem but still mounts when manually imported
This number struck me as odd, so I did some more digging... it is the GUID of the pool. Somehow this changed? So I used zdb to get the new pool guid and then updated the pool config to point to this correct GUID "/boot/config/pools/cache.cfg" - "diskUUID" After that, the error went away in the logs but the GUI still said there was a problem... For good measure I decided to do a reboot of the system which finally fully resolved the issue
-
ZFS error wrong or no filesystem but still mounts when manually imported
Whenever I go to start my array, my cache tries to say that it doesn't have a valid filesystem and needs to be formatted. When I look at the logs, I see a suspicious entry that I don't know how to fix Jan 10 14:32:16 Bytebox emhttpd: shcmd (527): /usr/sbin/zpool import -f -m -N -o autoexpand=on -d /dev/nvme0n1p1 -d /dev/nvme1n1p1 9133647176540513379 cache Jan 10 14:32:16 Bytebox root: cannot import '9133647176540513379': no such pool available If I remove `9133647176540513379` from the command it will work manually and all files will be present on the next array start, but this is obviously not ideal. Any ideas or guidance is greatly appreciated! bytebox-diagnostics-20250110-1436.zip
-
Docker Template XML Schema
There is a problem with InfluxDB's template: if someone who's been using this template for a long time hits update in the UI, it'll update the container to 2.3 and potentially cause data loss. Ideally I would like to direct these legacy users to my InfluxDB1 template. See conversation here where the author says I can take over. I considered the following: Removing template via PR on original author repo (afraid this may break some users) Checking the moderation.json (only saw depreciating an entire container there) Creating InfluxDB2 and InfluxDB1 templates and letting user (different name and tags used, shouldn't show as a dupe luckily) @Squid could you shed some light on how CA would like to best support this scenario? I don't see a Depreciated tag or anything like that.
-
[support] simonsickle - GeyserMC
Hey there! The way I got this working originally was to point the "java server" variable to my unraid box's IP, using the minecraft server template from ich777. I later found a better way (in my opinion) to do this, using spigot you can add the GeyserMC jar right to the mods and the server itself will support it without an additional container like this.
-
[support] simonsickle - GeyserMC
GeyserMC is a translation layer to allow bedrock and java edition players to come together on the same server and have fun. Big thanks to nefald for getting this docker container ready - I only made the template for it to run from community apps! Check out the projects git for latest changes and support related to the docker image. For template related issues, please contact me here!
-
Support - ssickle/weatherflow2mqtt
Weatherflow2mqtt is a template based around the work of briis/hass-weatherflow2mqtt. You will want to use mosquitto or another MQTT broker.