operating-system
operating-system copied to clipboard
:beginner: Home Assistant Operating System
The shell.run_check() method likely returns a list of strings (lines from the command output). However, the current implementation assumes it's a single string, using "\n".join(shell.run_check(...)). This could lead to unintended...
The while loops in test_start_supervisor and other tests do not have timeouts, which may cause the tests to hang indefinitely if something goes wrong (e.g., the supervisor never starts or...
Problem: The string "is alive!" is unlikely to appear in the output of a ping command. Typically, the output will contain something like "bytes from ..." or "time=" in successful...
Problem: This loop can run indefinitely if the network or container never becomes available, leading to a hang in the test execution. It would be better to add a timeout...
### Describe the issue you are experiencing **Description** On Home Assistant Yellow (CM5), any USB device (e.g., a USB serial adapter, a simple USB mouse, or even a USB hub...
### Describe the issue you are experiencing After upgrading to OS 16.0.rc1 Frigate add on is not able to start. Reverting back to 15.2 fix the issue. Execpt the OS...
### Describe the issue you are experiencing Issue: Seems 2 ignore "authoritative" DHCP-Packets - SOMETIMES? Lost Connection sometimes without any reason, no log-errors, sometimes after an hour, sometimes after a...
### Describe the issue you are experiencing Long time user of HA, attempting to install for the first time via HASS (Raspberry Pi imager installation). After initially configuring a headless...
### Describe the issue you are experiencing Have attempted to update HAOS from 15.1 to 15.2 over a dozen time. After update, HAOS appears to still be running 15.1. And...
### Describe the issue you are experiencing i use Promox(on a X86) with sr-iov enabled to host HA. And I miss the ixgbevf kernel driver to enable PCI-Passthrough. This is...