/var/run/booting no such file

Started by eponymous, July 22, 2025, 02:52:02 PM

Previous topic - Next topic
I get this in the startup log on 25.1.12:

chown /var/run/booting .. no such file or directory
I'm on an SG-2440 and this is new since updating to 25.1.12

Anything to be concerned about?


Nice catch, thanks. I remember thinking about conditionally setting it here, but eventually forgot during a relatively wild testing phase for 25.7 which led to 25.1.12 ;)

https://github.com/opnsense/core/commit/7209fe09a


Cheers,
Franco

July 22, 2025, 05:32:06 PM #3 Last Edit: July 22, 2025, 05:56:14 PM by eponymous
I'm glad I could help!

Just to check: this isn't a critical problem and I'm good to continue as is? I didn't understand the full impact of this file being missing.

The 7209fe0 commit - will that make it into tomorrow's release?

Cheers.

No, won't be before 25.7.1, but it's purely cosmetic: the late boot creates /var/run/booting, but the permission fix is used earlier once (and not just for that file) and also every time the web GUI reloads when the file is known to exist. This is to ensure correct permissions for the upcoming privilege separation.


Cheers,
Franco