All Activity
- Past hour
-
shinji2k joined the community
-
deimos0310 joined the community
-
icoNz changed their profile photo
- Today
-
icoNz joined the community
-
VDOUM joined the community
-
Gaff3r joined the community
-
Keith M joined the community
-
Humza06 joined the community
-
Trimmdog joined the community
-
torrejua002 joined the community
-
Ronin11 joined the community
-
Disaster Prevention and Recovery features
PsychoWards replied to Soid's topic in Roadmap & Feature Requests
Would be great if it would be like Truenas, you just export your config and during (or after) installation you just reload this config and it's all back and configured to how it was before. Maybe even give an advanced tab where you can select which categories/settings/apps you want to restore and which not. This backup could even be done automagically upon a settings change and keep a couple of versions, and be stored on one of the pools and Hexos might be looking for it during or after the setup and give you a choice of which version (automatic or manual backup and from which date/time) to use. Pool import is already working now, you don't have to create a new pool anymore during the setup, you import them afterwards.- 1 reply
-
- 1
-
-
Bacterian started following HexOs keep shutting down and Install with mirror
-
yes you can install hexos on mirrored drives on the installer they give you the option
- 1 reply
-
- 2
-
-
Is it possible to install HexOS on a mirror? Just had my boot drive fail, have another SSD on the way but wanted to reduce the chance this happens again
- Yesterday
-
I think high on the list of features for HexOS would be to make recovering from something going wrong easier. Easy configuration backups and recovery, helping with snapshot stuff, importing existing pools after reinstall, etc.
- 1 reply
-
- 2
-
-
This is not foreseen to be done in Truenas and therefor Hexos. Hexos is an appliance and you are not installing anything on the OS. The drivers are in the kernel and you cannot easily update them. Newer Versions might support your NIC in the future though.
-
Hi all, ive been tinkering woth the HexOs and and Truenas. And wanted to spin u a linux vm so i can remote into it when im away from home. Fo that i created a network bridge so that i can access my files. problem is now my sever keeps shutting down. I get this error. Is there something can do to repair this? And if not when i reinstall HexOs will my data still be safe and as it was? Any help is more than welcome.
-
One interesting thing is I was actually his software support contact behind the scenes (previous job) and helped him a lot with the multi seat gaming videos starting with 2 gamers 1 cpu but especially the 7 gamers one with the custom water block for the AMD cards. I had him setup remote access including a webcam that was pointed at all the monitors on the ground so I could see them light up for gpu pass through. Was a helluva project!!
-
I would second this, I have 2 GPUs installed, one for Plex transcoding (a 3050 powered by PCIe slot) and a 4070 Super for use in a VM when I get around to setting it up so that I can do some light video editing. I also have a 10G network card installed, but I'm having issues installing the drivers for it because it's an Aquantia card so it would be nice to have the ability to update drivers in HexOS or see if there needs to be a driver update.
- Last week
-
I've seen ICY Dock show up before, so this is an example of what to look for. https://global.icydock.com/product_329.html
-
All I've heard is that USB components in general aren't built for sustained load, and may burnout and die, on USB drives specifically, the flash memory might die too. One dude said he had a graveyard pile of dead USB adaptors from when he thought he knew better. But it'll otherwise work for some undetermined amount of time until then. In data enters they use a cable that carries something like PCIe from the compute to a separate box with just a bunch of drives (JBOD) So your idea is fine just not USB,, I'm not sure what's specifically available at a reasonable price though.
-
I would rather not get into the messy fitting of NVMe/SATA connections in this small case. Would two or more separately powered external USB drives have any issues with HexOS?
-
that's really good news to hear. like im just wanting to pass a GPU and USB controller through to each VM so my machine acts like 5 physical computers; thin clients without the thin clients. ive got a mix of aged PCIe GPUs with atleast a gig or two per card and replacing them with modern hardware at some point would be neat but no hurry; my GPU graveyard keeps on entertaining the kids with their minecraft and coolmathgames, etc.
-
from installing the virtual machines to passing through pcie GPU/USB cards to telling grub not to assign the root device to hexOS i would very much like deploying multiseat HexOS to be as simple as enumerating my devices and selecting them from a list much like ASTERmultiseat and the various implementations that came before it. and like with proxmox i would very much appreciate being able to have one of the seats be a hackintosh, another linux and the rest windows, without having to jump through any hoops. multiseat is the most affordable way for a family to expand their computing capacity for WFH, homework, gaming, etc. now whilst something like aster or SR-IOV can share a GPU between multiple users, my expectations would be wildly exceeded if this functionality were to be implemented. then linus can do a hexOS / 10 gamers 1 CPU with like 2 graphics cards to show the potential scale of such a mighty solution.
-
@Kevin did you ever figure this out? I'm in the same boat where I need to do the typeorm-upgrade but it doesn't look like there's a clear path to change it to a custom app and manually specify the version of anything :(
-
Hi, for some reason I am still having trouble with the hexOS deck being able to notice the trueNAS side and claim it. It did at one point but even when I tried to claim the server it wouldn’t go through. I did try all methods that were found on the forum and even the ones from the man that emailed me back from the help panel and reinstalling it 4-5 times. I am running a OPNsense custom routers. Any help would be appreciated.
-
Good luck guys! lol I'm more UI/API driven not networking driven lol which is why I need you guys 🥰
-
I've freshly installed HexOS and added the home assistant application. -- I've left everything default. Home Assistant's log is full of errors, and it doesn't retain any configuration between reboots. It looks like HexOS/TrueNAS isn't installing Home Assistant correctly, and there are some permissions problems. I'm out of my depth here. I've uninstalled, deleted the left-over datasets and reinstalled a few times, always with the same result. Should I reinstall HexOS at this point? why does this even happen 2025-10-10 11:55:09.957 ERROR (SyncWorker_6) [homeassistant.util.file] Saving file failed: /config/.storage/http.auth Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 11:55:09.958 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for http.auth: [Errno 1] Operation not permitted 2025-10-10 11:55:11.433 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None) Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/blueprint/models.py", line 386, in async_populate await self.hass.async_add_executor_job(populate) File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) File "/usr/src/homeassistant/homeassistant/components/blueprint/models.py", line 381, in populate shutil.copytree( ~~~~~~~~~~~~~~~^ integration.file_path / BLUEPRINT_FOLDER, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ self.blueprint_folder / HOMEASSISTANT_DOMAIN, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/shutil.py", line 593, in copytree return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks, ignore=ignore, copy_function=copy_function, ignore_dangling_symlinks=ignore_dangling_symlinks, dirs_exist_ok=dirs_exist_ok) File "/usr/local/lib/python3.13/shutil.py", line 547, in _copytree raise Error(errors) shutil.Error: [('/usr/src/homeassistant/homeassistant/components/automation/blueprints/notify_leaving_zone.yaml', '/config/blueprints/automation/homeassistant/notify_leaving_zone.yaml', "[Errno 1] Operation not permitted: '/config/blueprints/automation/homeassistant/notify_leaving_zone.yaml'"), ('/usr/src/homeassistant/homeassistant/components/automation/blueprints/motion_light.yaml', '/config/blueprints/automation/homeassistant/motion_light.yaml', "[Errno 1] Operation not permitted: '/config/blueprints/automation/homeassistant/motion_light.yaml'"), (PosixPath('/usr/src/homeassistant/homeassistant/components/automation/blueprints'), PosixPath('/config/blueprints/automation/homeassistant'), "[Errno 1] Operation not permitted: '/config/blueprints/automation/homeassistant'")] 2025-10-10 11:55:11.436 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None) Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/blueprint/models.py", line 386, in async_populate await self.hass.async_add_executor_job(populate) File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 59, in run result = self.fn(*self.args, **self.kwargs) File "/usr/src/homeassistant/homeassistant/components/blueprint/models.py", line 381, in populate shutil.copytree( ~~~~~~~~~~~~~~~^ integration.file_path / BLUEPRINT_FOLDER, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ self.blueprint_folder / HOMEASSISTANT_DOMAIN, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ) ^ File "/usr/local/lib/python3.13/shutil.py", line 593, in copytree return _copytree(entries=entries, src=src, dst=dst, symlinks=symlinks, ignore=ignore, copy_function=copy_function, ignore_dangling_symlinks=ignore_dangling_symlinks, dirs_exist_ok=dirs_exist_ok) File "/usr/local/lib/python3.13/shutil.py", line 547, in _copytree raise Error(errors) shutil.Error: [('/usr/src/homeassistant/homeassistant/components/script/blueprints/confirmable_notification.yaml', '/config/blueprints/script/homeassistant/confirmable_notification.yaml', "[Errno 1] Operation not permitted: '/config/blueprints/script/homeassistant/confirmable_notification.yaml'"), (PosixPath('/usr/src/homeassistant/homeassistant/components/script/blueprints'), PosixPath('/config/blueprints/script/homeassistant'), "[Errno 1] Operation not permitted: '/config/blueprints/script/homeassistant'")] 2025-10-10 11:55:11.671 ERROR (SyncWorker_6) [homeassistant.util.file] Saving file failed: /config/.storage/core.restore_state Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 11:55:11.672 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.restore_state: [Errno 1] Operation not permitted 2025-10-10 11:55:12.803 ERROR (SyncWorker_7) [homeassistant.util.file] Saving file failed: /config/.storage/core.config_entries Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 11:55:12.804 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.config_entries: [Errno 1] Operation not permitted 2025-10-10 11:55:21.050 ERROR (SyncWorker_3) [homeassistant.util.file] Saving file failed: /config/.storage/assist_pipeline.pipelines Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 11:55:21.053 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for assist_pipeline.pipelines: [Errno 1] Operation not permitted 2025-10-10 11:55:21.674 ERROR (SyncWorker_6) [homeassistant.util.file] Saving file failed: /config/.storage/homeassistant.exposed_entities Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 11:55:21.675 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for homeassistant.exposed_entities: [Errno 1] Operation not permitted 2025-10-10 11:55:21.803 ERROR (SyncWorker_1) [homeassistant.util.file] Saving file failed: /config/.storage/core.device_registry Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 38, in write_utf8_file_atomic os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 11:55:21.805 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.device_registry: [Errno 1] Operation not permitted 2025-10-10 11:55:21.806 ERROR (SyncWorker_8) [homeassistant.util.file] Saving file failed: /config/.storage/core.entity_registry Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 38, in write_utf8_file_atomic os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 11:55:21.807 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.entity_registry: [Errno 1] Operation not permitted 2025-10-10 11:58:09.925 ERROR (SyncWorker_2) [homeassistant.util.file] Saving file failed: /config/.storage/repairs.issue_registry Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 38, in write_utf8_file_atomic os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 11:58:09.926 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for repairs.issue_registry: [Errno 1] Operation not permitted 2025-10-10 11:58:10.001 ERROR (SyncWorker_0) [homeassistant.util.file] Saving file failed: /config/.storage/http Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 11:58:10.002 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for http: [Errno 1] Operation not permitted 2025-10-10 12:10:11.006 ERROR (SyncWorker_7) [homeassistant.util.file] Saving file failed: /config/.storage/bluetooth.passive_update_processor Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:10:11.007 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for bluetooth.passive_update_processor: [Errno 1] Operation not permitted 2025-10-10 12:10:11.673 ERROR (SyncWorker_5) [homeassistant.util.file] Saving file failed: /config/.storage/core.restore_state Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:10:11.675 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.restore_state: [Errno 1] Operation not permitted 2025-10-10 12:25:11.006 ERROR (SyncWorker_3) [homeassistant.util.file] Saving file failed: /config/.storage/bluetooth.passive_update_processor Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:25:11.009 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for bluetooth.passive_update_processor: [Errno 1] Operation not permitted 2025-10-10 12:25:11.673 ERROR (SyncWorker_6) [homeassistant.util.file] Saving file failed: /config/.storage/core.restore_state Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:25:11.675 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.restore_state: [Errno 1] Operation not permitted 2025-10-10 12:27:02.148 ERROR (SyncWorker_1) [homeassistant.util.file] Saving file failed: /config/.storage/person Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:27:02.151 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for person: [Errno 1] Operation not permitted 2025-10-10 12:27:02.151 ERROR (SyncWorker_4) [homeassistant.util.file] Saving file failed: /config/.storage/core.area_registry Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 38, in write_utf8_file_atomic os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:27:02.153 ERROR (SyncWorker_7) [homeassistant.util.file] Saving file failed: /config/.storage/core.entity_registry Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 38, in write_utf8_file_atomic os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:27:02.155 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.area_registry: [Errno 1] Operation not permitted 2025-10-10 12:27:02.155 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.entity_registry: [Errno 1] Operation not permitted 2025-10-10 12:27:10.152 WARNING (MainThread) [homeassistant.helpers.translation] Failed to load integration for translation: Invalid domain sun.sensor 2025-10-10 12:27:10.152 WARNING (MainThread) [homeassistant.helpers.translation] Failed to load integration for translation: Invalid domain energy.sensor 2025-10-10 12:27:10.152 WARNING (MainThread) [homeassistant.helpers.translation] Failed to load integration for translation: Invalid domain backup.event 2025-10-10 12:27:10.152 WARNING (MainThread) [homeassistant.helpers.translation] Failed to load integration for translation: Invalid domain mobile_app.notify 2025-10-10 12:27:10.152 WARNING (MainThread) [homeassistant.helpers.translation] Failed to load integration for translation: Invalid domain backup.sensor 2025-10-10 12:27:10.152 WARNING (MainThread) [homeassistant.helpers.translation] Failed to load integration for translation: Invalid domain homeassistant.scene 2025-10-10 12:27:10.152 WARNING (MainThread) [homeassistant.helpers.translation] Failed to load integration for translation: Invalid domain cloud.tts 2025-10-10 12:27:10.153 WARNING (MainThread) [homeassistant.helpers.translation] Failed to load integration for translation: Invalid domain google_translate.tts 2025-10-10 12:27:10.153 WARNING (MainThread) [homeassistant.helpers.translation] Failed to load integration for translation: Invalid domain sun.binary_sensor 2025-10-10 12:27:11.248 ERROR (SyncWorker_5) [homeassistant.util.file] Saving file failed: /config/.storage/core.analytics Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:27:11.251 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.analytics: [Errno 1] Operation not permitted 2025-10-10 12:27:11.505 ERROR (SyncWorker_2) [homeassistant.util.file] Saving file failed: /config/.storage/core.config_entries Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:27:11.507 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.config_entries: [Errno 1] Operation not permitted 2025-10-10 12:27:12.310 ERROR (SyncWorker_1) [homeassistant.util.file] Saving file failed: /config/.storage/lovelace.map Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:27:12.322 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for lovelace.map: [Errno 1] Operation not permitted 2025-10-10 12:27:20.157 ERROR (SyncWorker_2) [homeassistant.util.file] Saving file failed: /config/.storage/repairs.issue_registry Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 38, in write_utf8_file_atomic os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:27:20.159 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for repairs.issue_registry: [Errno 1] Operation not permitted 2025-10-10 12:27:20.460 ERROR (SyncWorker_4) [homeassistant.util.file] Saving file failed: /config/.storage/core.entity_registry Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 38, in write_utf8_file_atomic os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:27:20.461 ERROR (SyncWorker_8) [homeassistant.util.file] Saving file failed: /config/.storage/core.device_registry Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 38, in write_utf8_file_atomic os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:27:20.464 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.entity_registry: [Errno 1] Operation not permitted 2025-10-10 12:27:20.464 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for core.device_registry: [Errno 1] Operation not permitted 2025-10-10 12:27:22.306 ERROR (SyncWorker_7) [homeassistant.util.file] Saving file failed: /config/.storage/lovelace_dashboards Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/util/file.py", line 62, in write_utf8_file os.fchmod(fdesc.fileno(), 0o644) ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^ PermissionError: [Errno 1] Operation not permitted 2025-10-10 12:27:22.309 ERROR (MainThread) [homeassistant.helpers.storage] Error writing config for lovelace_dashboards: [Errno 1] Operation not permitted
-
- hexos
- installation
-
(and 2 more)
Tagged with: