-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Description
systemd version the issue has been seen with
v238
Used distribution
Debian sid
Filed as downstream bug report
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=901313
The systemd --user
instance apparently tries to setup seccomp filters and fails. The result is that the journal is flodded with messages like
Jun 11 17:24:42 jidanni6 systemd[230]: Failed to add rule for system call umount() / -10070, ignoring: Numerical argument out of domain
Jun 11 17:24:42 jidanni6 systemd[230]: Failed to add rule for system call profil() / -10040, ignoring: Numerical argument out of domain
Jun 11 17:24:42 jidanni6 systemd[230]: Failed to add rule for system call lock() / -10027, ignoring: Numerical argument out of domain
Jun 11 17:24:42 jidanni6 systemd[230]: Failed to add rule for system call gtty() / -10022, ignoring: Numerical argument out of domain
Jun 11 17:24:42 jidanni6 systemd[230]: Failed to add rule for system call prof() / -10039, ignoring: Numerical argument out of domain
Jun 11 17:24:42 jidanni6 systemd[230]: Failed to add rule for system call rtas() / -10187, ignoring: Numerical argument out of domain
This happens when debug logging is enabled.