FS#51710 - [systemd] journald fails to start with "protocol not supported"

Attached to Project: Arch Linux
Opened by Rodrigo Rivas Costa (rodrigorc) - Saturday, 05 November 2016, 16:34 GMT
Last edited by Dave Reisner (falconindy) - Saturday, 05 November 2016, 16:43 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To No-one
Architecture i686
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

After upgrading to systemd 232-1 the journald daemon fails to start. And then all the other daemons fail too.
A fallback to systemd-231-4 fixes the issue.

Since there is no journald, there is no error logs :-(. In the screen it shows something like:

systemd-journald failed to start: Protocol not supported.

I managed to strace it and it fails wit a call such as:

socket(AF_NETLINK, SOCK_RAW|..., NETLINK_AUDIT) = EPROTONOSUPPORT

that I think that is caused by a call to `audit_open()` somewhere... Maybe the kernel is compiled without `audit` support?

Additional info:
* systemd-232-1
* linux-4.8.6-1

Steps to reproduce:
* Upgrade.
* Reboot.
This task depends upon

Closed by  Dave Reisner (falconindy)
Saturday, 05 November 2016, 16:43 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#51693 

Loading...