Error no access to home-assistant.log in homeassistant.bootstrap

hi,

Lately ive been receiving this error about the error.log when doing hassio ha check before restarting"

core-ssh:~# hassio ha check
{
    "result": "error",
    "message": "starting version 3.2.4\nTesting configuration at /config\n2018-01-23 12:31:50 ERROR (MainThread) [homeassistant.bootstrap] Unable to setup error log /config/home-assistant.log (access denied)\n2018-01-23 12:31:59 ERROR (SyncWorker_0) [homeassistant.util.yaml] mapping values are not allowed here\n  in \"/config/lights.yaml\", line 31, column 9\n2018-01-23 12:31:59 ERROR (MainThread) [homeassistant.bootstrap] Error loading /config/configuration.yaml: mapping values are not allowed here\n  in \"/config/lights.yaml\", line 31, column 9\n"
}

Though the lights.yaml error is obvious to me, the setup error on the logfile isnt. Why can’t it get access to the home-assistant.log?

Cheers,
Marius

I’ve got the same after restarting via dashboard.
I even deleted the log, thinking that hass.io will make a new one - but with no luck.

I didn’t restart my RPi yet, I’m afraid that it won’t start…

It would be cool to know what’s happening… [FYI: I tried to add new sensors, but after getting this error I’ve deleted them but error persists…]

in the latest versions of HA i see this error if and only theres an error in a configuration file, which is reported after the log-error.
Solve the configuration file, and the log-error is gone.

Seems to be a non critical but confusing error…?

Marius

hm, it dissapeared today morning without me making any change in the configuration…
confusing indeed, I don’t like errors, but if only can see in the log what’s up - it’s cool. worst thing there is if the log can’t be written, or the error is totally random without any logical clue…