csteinforth
  • Joined on 2020-12-04
csteinforth commented on issue borgmatic-collective/borgmatic#404 2021-03-31 06:11:14 +00:00
Support ruamel.yaml 0.17.x

New version of borgmatic just hit the arch repos. Thanks for your quick solution on this!

csteinforth commented on issue borgmatic-collective/borgmatic#404 2021-03-29 07:51:06 +00:00
Support ruamel.yaml 0.17.x

Hi there,

had exactly this issue today. I solved this by downgrading the package python-ruamel-yaml to 0.16.13.

Regards,

Christoph

csteinforth commented on issue borgmatic-collective/borgmatic#376 2021-02-02 18:42:05 +00:00
systemd service fails with status 1/FAILURE

So far SystemCallErrorNumber=EPERM worked for me.

csteinforth commented on issue borgmatic-collective/borgmatic#378 2020-12-08 19:05:09 +00:00
Question concerning ProtectKernelModules setting in systemd service

@palto42 thanks four answer. According do the documentation /usr/lib/modules is made inaccessible…

csteinforth commented on issue borgmatic-collective/borgmatic#378 2020-12-08 13:17:47 +00:00
Question concerning ProtectKernelModules setting in systemd service

I just read over #352 and #354. Is ProtectKernelModule just a recommendation here? @palto42 could you check this?

csteinforth opened issue borgmatic-collective/borgmatic#378 2020-12-08 07:17:45 +00:00
Question concerning ProtectKernelModules setting in systemd service
csteinforth commented on issue borgmatic-collective/borgmatic#376 2020-12-04 19:14:42 +00:00
systemd service fails with status 1/FAILURE

Here is my version of systemd:

[csteinforth@E14 ~]$ systemctl --version
systemd 247 (247.1-1-arch)
+PAM +AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS…
csteinforth commented on issue borgmatic-collective/borgmatic#376 2020-12-04 16:48:41 +00:00
systemd service fails with status 1/FAILURE

I may have found the reason. I checked the sample service-file and added

SystemCallErrorNumber=EPERM

to my service file and it worked again. What is the exact reason for this line?

csteinforth opened issue borgmatic-collective/borgmatic#376 2020-12-04 16:19:24 +00:00
systemd service fails with status 1/FAILURE