[Bug 1868517] Re: Stray /usr/.crates2.json file

2021-03-10 Thread Tatsunori Uchino
No back port for 20.04 **LTS** planned? How long will it take? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1868517 Title: Stray /usr/.crates2.json file To manage notifications about this bug go

[Bug 1849052] Re: chsh.ldap in nslcd-utils crashes with segfault

2019-10-27 Thread Tatsunori Uchino
This bug is going to affect in Eoan because it was fixed at just 1.9.11 but 1.9.10 is included to Eoan now. https://packages.ubuntu.com/eoan/nslcd-utils Why no one replies? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1849052] Re: chsh.ldap in nslcd-utils crashes with segfault

2019-10-27 Thread Tatsunori Uchino
git clone https://github.com/arthurdejong/nss-pam-ldapd.git cd nss-pam-ldapd git diff bfe06969aeef0c9ef419ea6e5bf930962ed08b96 bfcf0025b6ba264e6c0c1899d9de2bad8f39ee1a -- utils/shells.py ** Patch removed: "Diff file converted from the PR commit in the original GitHub repository"

[Bug 1849052] Re: chsh.ldap in nslcd-utils crashes with segfault

2019-10-27 Thread Tatsunori Uchino
Git fix commit: https://github.com/arthurdejong/nss-pam-ldapd/commit/bfcf0025b6ba264e6c0c1899d9de2bad8f39ee1a GitHub PR: https://github.com/arthurdejong/nss-pam-ldapd/pull/31 ** Patch added: "Converted to diff file"

[Bug 1849052] Re: chsh.ldap in nslcd-utils crashes with segfault

2019-10-27 Thread Tatsunori Uchino
Line #33 in `/usr/share/nslcd-utils/shells.py` causes the problem. ctypes.c_char_p(libc.getusershell()) -> OK ctypes.c_char_p(libc.getusershell()).value -> SEGFAULT! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1849052] Re: chsh.ldap in nslcd-utils crashes with segfault

2019-10-21 Thread Tatsunori Uchino
** Description changed: ``` $ chsh.ldap -s $(which fish) Segmentation fault (core dumped) $ uname -r 4.15.0-50-generic $ cat /etc/os-release NAME="Ubuntu" VERSION="18.04.3 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.3 LTS" VERSION_ID="18.04"

[Bug 1849052] Re: chsh.ldap in nslcd-utils crashes with segfault

2019-10-21 Thread Tatsunori Uchino
** Description changed: ``` $ chsh.ldap -s $(which fish) Segmentation fault (core dumped) $ uname -r 4.15.0-50-generic $ cat /etc/os-release NAME="Ubuntu" VERSION="18.04.3 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.3 LTS" VERSION_ID="18.04"

[Bug 1849052] [NEW] chsh.ldap in nslcd-utils crashes with segfault

2019-10-20 Thread Tatsunori Uchino
Public bug reported: ``` $ chsh.ldap -s $(which fish) Segmentation fault (core dumped) $ uname -r 4.15.0-50-generic $ cat /etc/os-release NAME="Ubuntu" VERSION="18.04.3 LTS (Bionic Beaver)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 18.04.3 LTS" VERSION_ID="18.04"