Andy Sayler
Andy Sayler
I encountered this same issue after my file server crashed, bringing down the backup samba share with it. It appears HA will silently write backups to the mount location even...
@CAHutchins what kind of HA setup are you running? If you're using HAOS, you need the access the mount point from the underlying host itself at the path in my...
I'm experiencing this issue as well (after seeing the same issue start in the 2023.12.x releases as documented in #105445 and related tickets). ZHA was stable for me through 2023.11.3,...
I'm also seeing these issues since the 2023.12.x update using an HA Yellow, so it's not just Sonoff. The coordinator built into the Yellow hardware seems to trigger the issue...
I tested 2024.1.2 and that's where I had the most recent issues on my HA Yellow. The logs above are from that version. Just noting that the issues started in...
The challenge is that it often takes a day or more for th issue to crop up (but then it tends to stay -- even full system reboots wouldn't bring...
Thanks, @puddly. To your hardware question: I'm using the built-in Silicon Labs radio on an HA Yellow with a 4GB CM4 RPi driving it. It's in the normal Zigbee-only mode...
Full failed boot log: [last-boot-full.log](https://github.com/home-assistant/operating-system/files/13935993/last-boot-full.log) Failed boot serial terminal output: [ha_boot_11.4_failed.txt](https://github.com/home-assistant/operating-system/files/13935997/ha_boot_11.4_failed.txt)
Yes, this is an nvme-based install. Happy to try a reinstall, but it seems like there's still a bug here if this breaks for anyone using an nvme install. Any...
Thanks, @agners. Here's the result of those commands: ``` # blkid --match-token PARTLABEL="hassos-system0" --output device /dev/nvme0n1p3 /dev/mmcblk0p3 ``` ``` # blkid --match-token PARTLABEL="hassos-data" --output device /dev/nvme0n1p8 /dev/mmcblk0p8 ``` ``` #...