[Bug 921489] Re: Segmentation fault in slapd (related to GSSAPI?)

2012-09-04 Thread Jan J
Since switching from libsasl2-modules-gssapi-heimdal to libsasl2 -modules-gssapi-mit our servers have been stable. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in Ubuntu. https://bugs.launchpad.net/bugs/921489 Title:

[Bug 921489] Re: Segmentation fault in slapd (related to GSSAPI?)

2012-09-04 Thread Jan J
Since switching from libsasl2-modules-gssapi-heimdal to libsasl2 -modules-gssapi-mit our servers have been stable. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/921489 Title: Segmentation fault in

[Bug 1002657] [NEW] dkms ldtarball has bad exit status

2012-05-21 Thread Jan J
Public bug reported: On host1 I created a tarball with the command: dkms mktarball open-vm-tools/2011.12.20 --binaries-only I then trasnfered it to host2 and ran2011.12.20 dkms ldtarball /tmp/open-vm-tools-2011.12.20-kernel3.2.0-24-generic- x86_64.dkms.tar.gz which gave the output: Loading

[Bug 921547] Re: Segmentation fault in libkrb5.so.25

2012-05-16 Thread Jan J
This problem was produced on a 64-bit machine in an ESX cluster that we no longer trust for 64-bit. We had all sorts of segfaults so we moved to our new clusters. ** Changed in: openldap (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of

[Bug 921547] Re: Segmentation fault in libkrb5.so.25

2012-05-16 Thread Jan J
This problem was produced on a 64-bit machine in an ESX cluster that we no longer trust for 64-bit. We had all sorts of segfaults so we moved to our new clusters. ** Changed in: openldap (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of

[Bug 1000189] [NEW] vim won't install from selections

2012-05-16 Thread Jan J
Public bug reported: Trying to install vim from selections fail on Precise: From a fresh install our scripts perform echo vim install | dpkg --set-selections and then apt-get dselect-upgrade which produces Reading package lists... Done Building dependency tree Reading state

[Bug 937613] [NEW] Segmentation fault in libc

2012-02-21 Thread Jan J
Public bug reported: One of our consumer servers crashed today. This time with a segmentation fault in libc. kernel: [260975.164737] slapd[1730] general protection ip:7f9ceea923a4 sp:7f9bcd5f8d98 error:0 in libc-2.11.1.so[7f9ceea0b000+17a000] Core was generated by `/usr/sbin/slapd -d 0 -h

[Bug 937613] [NEW] Segmentation fault in libc

2012-02-21 Thread Jan J
Public bug reported: One of our consumer servers crashed today. This time with a segmentation fault in libc. kernel: [260975.164737] slapd[1730] general protection ip:7f9ceea923a4 sp:7f9bcd5f8d98 error:0 in libc-2.11.1.so[7f9ceea0b000+17a000] Core was generated by `/usr/sbin/slapd -d 0 -h

[Bug 922594] [NEW] Assertion in slap_listener

2012-01-27 Thread Jan J
Public bug reported: While trying to reproduce Ubuntu Bug #921489 on a more modern release (Natty) I seem to have triggered an assertion in slap_listener. The test I am using is four threads of while true; do ldapsearch -Y GSSAPI -H ldap://ldap.example.com uid=user /dev/null ; if [ $? -ne 0 ];

[Bug 922594] [NEW] Assertion in slap_listener

2012-01-27 Thread Jan J
Public bug reported: While trying to reproduce Ubuntu Bug #921489 on a more modern release (Natty) I seem to have triggered an assertion in slap_listener. The test I am using is four threads of while true; do ldapsearch -Y GSSAPI -H ldap://ldap.example.com uid=user /dev/null ; if [ $? -ne 0 ];

[Bug 921499] Re: CRC mismatch in debug symbols

2012-01-26 Thread Jan J
I followed http://www.cyberciti.biz/faq/rebuilding-ubuntu-debian-linux- binary-package/ then I did dpkg -i *.deb -rw-r--r-- 1 root root 213784 2012-01-26 10:40 /usr/lib/libgssapi_krb5.so.2.2 -rw-r--r-- 1 root root 1214599 2012-01-26 10:40 /usr/lib/debug/usr/lib/libgssapi_krb5.so.2.2 should

[Bug 921499] Re: CRC mismatch in debug symbols

2012-01-26 Thread Jan J
I followed http://www.cyberciti.biz/faq/rebuilding-ubuntu-debian-linux- binary-package/ then I did dpkg -i *.deb -rw-r--r-- 1 root root 213784 2012-01-26 10:40 /usr/lib/libgssapi_krb5.so.2.2 -rw-r--r-- 1 root root 1214599 2012-01-26 10:40 /usr/lib/debug/usr/lib/libgssapi_krb5.so.2.2 should

[Bug 921489] [NEW] Segmentation fault in slapd (related to GSSAPI?)

2012-01-25 Thread Jan J
Public bug reported: In our installation slapd will crash with a Segmentation Fault about once a week. It has been seen on the producer while the consumers connect but also on both producer and consumers at random. It seems to be related to authentication with GSSAPI. syslog produces the

[Bug 921499] [NEW] CRC mismatch in debug symbols

2012-01-25 Thread Jan J
Public bug reported: While trying to triage Ubuntu Bug #921489 I run into some problems with debug symbols. GDB prints Reading symbols from /usr/lib/libgssapi_krb5.so.2... warning: the debug information found in /usr/lib/debug//usr/lib/libgssapi_krb5.so.2.2 does not match

[Bug 921505] [NEW] CRC mismatch in cyrus-sasl2-dbg

2012-01-25 Thread Jan J
Public bug reported: While trying to triage Ubuntu Bug #921489 I ran into a problem with debug symbols. GDB prints: Reading symbols from /usr/lib/sasl2/libgssapiv2.so.2... warning: the debug information found in /usr/lib/debug//usr/lib/sasl2/libgssapiv2.so.2.0.23 does not match

[Bug 921547] [NEW] Segmentation fault in libkrb5.so.25

2012-01-25 Thread Jan J
Public bug reported: While trying to reproduce Ubuntu Bug #921489 I can repeatedly generate a Segmentation Fault in another code path. The test I setup was one single client doing repeated searches against slapd using GSSAPI auth while true; do ldapsearch -Y GSSAPI -H ldap://server.example.com

[Bug 921499] Re: CRC mismatch in debug symbols

2012-01-25 Thread Jan J
# aptitude reinstall libgssapi-krb5-2 libkrb5-dbg Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initialising package states... Done Writing extended state information... Done The following packages will be

[Bug 921499] Re: CRC mismatch in debug symbols

2012-01-25 Thread Jan J
# aptitude reinstall libgssapi-krb5-2 libkrb5-dbg Reading package lists... Done Building dependency tree Reading state information... Done Reading extended state information Initialising package states... Done Writing extended state information... Done The following packages will be

[Bug 921489] [NEW] Segmentation fault in slapd (related to GSSAPI?)

2012-01-25 Thread Jan J
Public bug reported: In our installation slapd will crash with a Segmentation Fault about once a week. It has been seen on the producer while the consumers connect but also on both producer and consumers at random. It seems to be related to authentication with GSSAPI. syslog produces the

[Bug 921499] [NEW] CRC mismatch in debug symbols

2012-01-25 Thread Jan J
Public bug reported: While trying to triage Ubuntu Bug #921489 I run into some problems with debug symbols. GDB prints Reading symbols from /usr/lib/libgssapi_krb5.so.2... warning: the debug information found in /usr/lib/debug//usr/lib/libgssapi_krb5.so.2.2 does not match

[Bug 921505] [NEW] CRC mismatch in cyrus-sasl2-dbg

2012-01-25 Thread Jan J
Public bug reported: While trying to triage Ubuntu Bug #921489 I ran into a problem with debug symbols. GDB prints: Reading symbols from /usr/lib/sasl2/libgssapiv2.so.2... warning: the debug information found in /usr/lib/debug//usr/lib/sasl2/libgssapiv2.so.2.0.23 does not match

[Bug 921547] [NEW] Segmentation fault in libkrb5.so.25

2012-01-25 Thread Jan J
Public bug reported: While trying to reproduce Ubuntu Bug #921489 I can repeatedly generate a Segmentation Fault in another code path. The test I setup was one single client doing repeated searches against slapd using GSSAPI auth while true; do ldapsearch -Y GSSAPI -H ldap://server.example.com

[Bug 691462] Re: nssldap-update-ignoreusers overwrite symlinks

2011-05-04 Thread Jan J
** Changed in: libnss-ldap (Ubuntu) Status: Expired = In Progress -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libnss-ldap in Ubuntu. https://bugs.launchpad.net/bugs/691462 Title: nssldap-update-ignoreusers overwrite

[Bug 691462] Re: nssldap-update-ignoreusers overwrite symlinks

2011-05-04 Thread Jan J
** Changed in: libnss-ldap (Ubuntu) Status: Expired = In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/691462 Title: nssldap-update-ignoreusers overwrite symlinks -- ubuntu-bugs

Re: [Bug 691462] Re: nssldap-update-ignoreusers overwrite symlinks

2011-01-03 Thread Jan J
Chuck Short chuck.sh...@canonical.com wrote: Which version are you using? Not certain what version you are requesting but here goes. Most of our servers run Lucid Lynx (Ubuntu 10.04.1 LTS). They auto update so the nss-ldap package is at 264-2ubuntu2. On another note I believe this is a known

Re: [Bug 691462] Re: nssldap-update-ignoreusers overwrite symlinks

2011-01-03 Thread Jan J
Chuck Short chuck.sh...@canonical.com wrote: Which version are you using? Not certain what version you are requesting but here goes. Most of our servers run Lucid Lynx (Ubuntu 10.04.1 LTS). They auto update so the nss-ldap package is at 264-2ubuntu2. On another note I believe this is a known

[Bug 691462] [NEW] nssldap-update-ignoreusers overwrite symlinks

2010-12-17 Thread Jan J
Public bug reported: Binary package hint: libnss-ldap We have made adaptions to /etc/ldap.conf by adding a divert and distributing our own file. When nssldap-update-ignoreusers is run the divert symlink is replaced. This makes future updates to our ldap.conf settings impossible as dpkg will

[Bug 691462] [NEW] nssldap-update-ignoreusers overwrite symlinks

2010-12-17 Thread Jan J
Public bug reported: Binary package hint: libnss-ldap We have made adaptions to /etc/ldap.conf by adding a divert and distributing our own file. When nssldap-update-ignoreusers is run the divert symlink is replaced. This makes future updates to our ldap.conf settings impossible as dpkg will