Hello everbody. Thanks for having me.
I am running Manjaro for a while now and I am very happy with it. Most problems so far I could handle thanks to the awesome documentation and great forum posts.
Now I got this.
I am using the AUR package
mullvad-vpn-bin
for a while now without problems.
Since the last update to version 2022.5-1 I get the following error in the boot log:
[FAILED] Failed to start Mullvad early boot network blocker.
Things I looked up so far::
- startup service
systemctl status mullvad-early-boot-blocking.service
returns:
mullvad-daemon[241]: Error: Unable to get log directory
mullvad-daemon[241]: Caused by: Failed to set directory permissions on /var/log/mullvad-vpn
mullvad-daemon[241]: Caused by: Read-only file system (os error 30)
The service preset is disabled, although it is running while the system is running.
I tried to enable the service permanentely:
systemctl enable mullvad-early-boot-blocking.service
but the service preset is not changing.
- permissions
ls -al /var/log/
returns
drwxr-xr-x 2 root root 4096 6. Nov 17:32 mullvad-vpn
and
ls -al /var/log/mullvad-vpn
returns
drwxr-xr-x 2 root root 4096 6. Nov 17:32 .
drwxr-xr-x 11 root root 4096 6. Nov 17:32 ..
-rw-r--r-- 1 root root 14214 6. Nov 17:47 daemon.log
-rw-r--r-- 1 root root 18134 6. Nov 12:04 daemon.old.log
-rw-r--r-- 1 root root 9586 24. Okt 11:15 old-install-daemon.log
-rw-r--r-- 1 root root 11984 3. Nov 19:56 wireguard.log
I tried to give the root group writing permissions to the mullvad-vpn directory:
sudo chmod g=rwx /var/log/mullvad-vpn
But the change was undone after reboot.
I am running xfce and kernel 5.15.
Any ideas?
Thanks