Sorry I did not respond earlier. The work around resolved the bug we are seeing with NIS
Joe -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jonathan Sent: Friday, August 10, 2018 4:28 PM To: Mammino, Joseph P <[email protected]> Subject: [Bug 1745664] Re: [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() 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 subscribed to the bug report. 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 -- 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
