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 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1745664 Title: [regression] systemd-logind crashed with SIGABRT in __libc_connect() from __GI_clnttcp_create() from __GI___libc_rpc_getport() from __GI_pmap_getport() from __GI_clnttcp_create() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1745664/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
