Re: [Bug 219527] Re: Username completion crashes with libnss-ldap

2009-02-23 Thread Jakob Østergaard
. -- Best regards, Jakob Østergaard Hegelund Evalesco A/S -- Username completion crashes with libnss-ldap https://bugs.launchpad.net/bugs/219527 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in ubuntu. -- Ubuntu

Re: [Bug 219527] Re: Username completion crashes with libnss-ldap

2009-02-23 Thread Jakob Østergaard
. -- Best regards, Jakob Østergaard Hegelund Evalesco A/S -- Username completion crashes with libnss-ldap https://bugs.launchpad.net/bugs/219527 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu

Re: [Bug 219527] Re: Username completion crashes with libnss-ldap

2008-10-17 Thread Jakob Østergaard
updated systems (including some of mine). Apparently networking is not a priority for ubuntu. -- Best regards, Jakob Østergaard Hegelund Evalesco A/S -- Username completion crashes with libnss-ldap https://bugs.launchpad.net/bugs/219527 You received this bug notification because you

Re: [Bug 227675] Re: libnss-ldapd nslcd crashes regularly

2008-06-16 Thread Jakob Østergaard
wait with that until they make it the official recommended solution ;) Thanks for providing feedback - I hope it helps draw a little bit of attention to this problem. -- Best regards, Jakob Østergaard Hegelund Evalesco A/S -- libnss-ldapd nslcd crashes regularly https

Re: [Bug 219527] Re: Username completion crashes with libnss-ldap

2008-05-21 Thread Jakob Østergaard
configuration file is compatible with libnss- ldapd? Can I replace that NSS library safety? The answers are right above your post... However, I suggest you consider #227675 before switching. -- Best regards, Jakob Østergaard Hegelund Evalesco A/S -- Username completion crashes

[Bug 227675] Re: libnss-ldapd nslcd crashes regularly

2008-05-13 Thread Jakob Østergaard
Mixing and matching packages from various sources is no way to administer any number of servers. I could try out 0.6.2, but if it works, it won't help me because 1) Ubuntu won't jump from 0.5.0 to 0.6.2 and can't support the version 2) I won't automatically get security patches to my 0.6.2 So,

[Bug 228900] Re: Disconnects and segfault against Open Directory

2008-05-13 Thread Jakob Østergaard
I assume this is a dupe of #227675 -- Disconnects and segfault against Open Directory https://bugs.launchpad.net/bugs/228900 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 219527] Re: Username completion crashes with libnss-ldap

2008-05-07 Thread Jakob Østergaard
Follow one of the HOWTOs on setting up LDAP distribution of user accounts. In my setup I use kerberos for the authentication whereas most online articles describe how to shovel the authentication into LDAP too, but this doesn't seem to matter. You'll see the problems either way. -- Username

[Bug 227675] [NEW] libnss-ldapd nslcd crashes regularly

2008-05-07 Thread Jakob Østergaard
Public bug reported: Binary package hint: libnss-ldapd See 219527 for the story of how I ended up doing what I'm doing I migrated a server from nss-ldap to nss-ldapd, because of a bug in nss- ldapd which caused bash and tcsh to crash on username auto-completion. Now, the nslcd daemon which

[Bug 227675] Re: libnss-ldapd nslcd crashes regularly

2008-05-07 Thread Jakob Østergaard
About the crashes: I see the following in the dmesg: [30378.320041] nslcd[4943]: segfault at 2c0008c0 rip 40b94b rsp 43231610 error 4 [118920.022667] nslcd[6481]: segfault at d8000cb0 rip 4042c6 rsp 41c285f0 error 4 There's no description of the crash in /var/log/daemon - only startup

[Bug 219527] Re: Username completion crashes with libnss-ldap

2008-04-30 Thread Jakob Østergaard
I can confirm that changing to libnss-ldapd seems to solve the problem here. One configuration quirk: To control authorization per-host via LDAP, I had the following in my old libnss-ldap /etc/ldap.conf: nss_base_passwd ou=People,dc=evalesco,dc=com?sub?|(host=eagle.rd)(host=\*.rd)(host=\*)

[Bug 219527] Re: Username completion crashes with libnss-ldap

2008-04-29 Thread Jakob Østergaard
Actually, tcsh shows this problem as well! $ tcsh puffin:~ ls ~ ...[snipped]... puffin:~ ls ~ free(5b3608) bad block. (memtop = 6a5000 membot = 5b3000) ...[snipped]... puffin:~ ls ~ ...[snipped]... It doesn't crash, but the free error is definitely not to be expected... The way I see this,

[Bug 223828] [NEW] Bash malloc assertion

2008-04-28 Thread Jakob Østergaard
Public bug reported: Binary package hint: bash On a system with kerberos authentication and LDAP authorization, bash writes the following when trying to tab-complete '~': $ ls ~ malloc: unknown:0: assertion botched free: start and end chunk sizes differ This does not happen on a non-LDAP

[Bug 223828] Re: Bash malloc assertion

2008-04-28 Thread Jakob Østergaard
Ok, this is a dupe of 219527 -- Bash malloc assertion https://bugs.launchpad.net/bugs/223828 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 85033] Re: Spamprobe segfaults on bad mime input

2007-04-01 Thread Jakob Østergaard
Thank you for the reply! I think you misunderstood my intentions. I guess I confused matters by pointing to the broken fix in 1.4. Let's forget everything about 1.4, Edgy and Feisty, and start over :) This is the problem: Version 1.2a currently shipped with Dapper will segfault on bad mime

[Bug 85033] Spamprobe segfaults on bad mime input

2007-02-14 Thread Jakob Østergaard
Public bug reported: Binary package hint: spamprobe In version 1.2a-1 from Ubuntu (and vanilla 1.2a) spamprobe can segfault on certain Mime input. The bug is in MimeDecoder.cc, around line 88: unsigned int index = (unsigned)ch; if (BASE64_CHARS[index] = 0) { ch is a signed char. If ch is