[systemd-devel] Failed to rename '\loader\entries\entry+3-0.conf' to 'entry+2-1.conf', ignoring: Access denied

2024-06-21 Thread Hugo LAFFONT
Hello, I am creating an update system using systemd (repart + sysupdate) and systemd-boot on an embedded target (beaglebone black). Everything seems to works except the bootcounting of systemd-boot. "Failed to rename '\loader\entries\entry+3-0.conf' to 'entry+2-1.conf', ignoring: Access denied".

Re: [systemd-devel] OpenFile directive still gives logging errors when opening a file while using the option graceful

2024-06-21 Thread Lennart Poettering
On Mi, 19.06.24 13:19, Adam Nilsson (johan.adam.nils...@gmail.com) wrote: > Hi, so I am developing a service that may need to open a file under > the /dev directory that may or may not exist. As I do not want the > service to be root but the file has root permissions. I am trying to > use the Open