Comment 20 for bug 1745664

Revision history for this message
Jonathan (jjcf89) wrote :

One user on the github issue has reported that setting IPAddressDeny= for systemd-login fixed these crashes. I did the following steps and am waiting to see if the crashes stop.

$ sudo cp /lib/systemd/system/systemd-logind.service /etc/systemd/system/
$ sudo vim /etc/systemd/system/systemd-logind.service
$ diff /lib/systemd/system/systemd-logind.service /etc/systemd/system/systemd-logind.service
37c37
< IPAddressDeny=any
---
> IPAddressDeny=
$ sudo systemctl daemon-reload
$ sudo systemctl restart systemd-logind.service