SOLVED Home Assistant wont deploy, i think its a permission error.

opi3636

Dabbler
Joined
Feb 9, 2023
Messages
10
home assistant has been working great until yesterday where i noticed after i needed to shutdown my nas for around 6 or so hours that home assistant isn't deploying.
i dont know what happened or what to do to fix it.

all help would be appreciated,
thank you in advance

log:
2024-01-23 18:51:11.991172+02:00s6-rc: info: service s6rc-oneshot-runner: starting
2024-01-23 18:51:11.993654+02:00s6-rc: info: service s6rc-oneshot-runner successfully started
2024-01-23 18:51:11.993830+02:00s6-rc: info: service fix-attrs: starting
2024-01-23 18:51:11.997837+02:00s6-rc: info: service fix-attrs successfully started
2024-01-23 18:51:11.997922+02:00s6-rc: info: service legacy-cont-init: starting
2024-01-23 18:51:12.001289+02:00s6-rc: info: service legacy-cont-init successfully started
2024-01-23 18:51:12.001420+02:00s6-rc: info: service legacy-services: starting
2024-01-23 18:51:12.005862+02:00services-up: info: copying legacy longrun home-assistant (no readiness notification)
2024-01-23 18:51:12.065435+02:00s6-rc: info: service legacy-services successfully started
2024-01-23 18:51:12.609144+02:00Traceback (most recent call last):
2024-01-23 18:51:12.609177+02:00File "<frozen runpy>", line 198, in _run_module_as_main
2024-01-23 18:51:12.609195+02:00File "<frozen runpy>", line 88, in _run_code
2024-01-23 18:51:12.609203+02:00File "/usr/src/homeassistant/homeassistant/__main__.py", line 221, in <module>
2024-01-23 18:51:12.609277+02:00sys.exit(main())
2024-01-23 18:51:12.609290+02:00^^^^^^
2024-01-23 18:51:12.609301+02:00File "/usr/src/homeassistant/homeassistant/__main__.py", line 207, in main
2024-01-23 18:51:12.609399+02:00with open(fault_file_name, mode="a", encoding="utf8") as fault_file:
2024-01-23 18:51:12.609415+02:00^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2024-01-23 18:51:12.609425+02:00PermissionError: [Errno 13] Permission denied: '/config/home-assistant.log.fault'
2024-01-23 18:51:12.719199+02:00[16:51:12] INFO: [32mHome Assistant Core finish process exit code 1[0m
2024-01-23 18:51:12.720944+02:00[16:51:12] INFO: [32mHome Assistant Core service shutdown[0m
2024-01-23 18:51:12.723763+02:00s6-rc: info: service legacy-services: stopping
2024-01-23 18:51:12.728542+02:00s6-rc: info: service legacy-services successfully stopped
2024-01-23 18:51:12.728944+02:00s6-rc: info: service legacy-cont-init: stopping
2024-01-23 18:51:12.733355+02:00s6-rc: info: service legacy-cont-init successfully stopped
2024-01-23 18:51:12.733582+02:00s6-rc: info: service fix-attrs: stopping
2024-01-23 18:51:12.734749+02:00s6-rc: info: service fix-attrs successfully stopped
2024-01-23 18:51:12.734945+02:00s6-rc: info: service s6rc-oneshot-runner: stopping
2024-01-23 18:51:12.736998+02:00s6-rc: info: service s6rc-oneshot-runner successfully stopped

scale version: 23.10.1.1
app version: 2024.1.3
chart version 2.0.1
 

Belperite

Dabbler
Joined
Feb 21, 2023
Messages
26
I could swear I replied to you about this the other day, but anyway, I had the same thing. My config and media dirs are host paths to datasets and I needed to recursively allow the apps group to those datasets.
 

opi3636

Dabbler
Joined
Feb 9, 2023
Messages
10
I could swear I replied to you about this the other day, but anyway, I had the same thing. My config and media dirs are host paths to datasets and I needed to recursively allow the apps group to those datasets.
your right, i just reposted my issue with a better title. mine is setup with the defualt ixvolume dataset, but for my use case i think its better for me to change it to what you did.
 
Top