Hi,

I'm running guix rootless on Ubuntu 25.04.
It is running smoothly except for the fact I have to restart the daemon through systemctl everytime I restart the computer to fix a lock file error.

```
❯ guix pull
Updating channel 'guix' from Git repository at 'https://git.guix.gnu.org/guix.git'...
Authenticating channel 'guix', commits 9edb3f6 to 8ab49a4 (1 new commit)...
guix pull: error: opening lock file `/gnu/store/zc0xvdwmyl36fr92px7x26svwyzqxi0p-guix-8ab49a4.lock': Read-only file system

❯ sudo systemctl stop guix-daemon.service && sudo systemctl stop gnu-store.mount && sudo systemctl start guix-daemon.service
```

After this no issues, but there is probably a problem when it first starts, what should I look for in order to debug/open an issue?

Thanks,
Alexis

Reply via email to