[Bug 215904] Re: (ITS#5518) Assertion error in io.c:234: ber_flush2

2008-05-22 Thread Mark Painter
Looks like my DEB_BUILD_OPTS of noopt wasn't working, I've explicitly set -O0 in my CFLAGS now, and rebuilt. I've yet to manage to reproduce the problem since, but will keep trying. -- (ITS#5518) Assertion error in io.c:234: ber_flush2 https://bugs.launchpad.net/bugs/215904 You received this bu

[Bug 215904] Re: (ITS#5518) Assertion error in io.c:234: ber_flush2

2008-05-22 Thread Paul Smith
Marked Evolution Exchange bug as a duplicate. -- (ITS#5518) Assertion error in io.c:234: ber_flush2 https://bugs.launchpad.net/bugs/215904 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap2.3 in ubuntu. -- Ubuntu-server-bugs mail

[Bug 231898] Re: evolution-exchange-storage SIGABRT

2008-05-22 Thread Paul Smith
*** This bug is a duplicate of bug 215904 *** https://bugs.launchpad.net/bugs/215904 This is really a bug in openldap which is causing lots of ldap-based apps to fail. There is more info in ubuntu bug #215904 ** This bug has been marked a duplicate of bug 215904 (ITS#5518) Assertion error

[Bug 215904] Re: (ITS#5518) Assertion error in io.c:234: ber_flush2

2008-05-22 Thread Paul Smith
I found this bug, I think. We're getting identical problems causing Evolution Exchange to crash. The problem is ldap is accessing memory after it's been freed. Here's the Gnome bug with lots of backtraces and some valgrind logs I used to figure it out: http://bugzilla.gnome.org/show_bug.cgi?id=

[Bug 234196] [NEW] dnPrettyNormal: Assertion `pretty != ((void *)0)' failed.

2008-05-22 Thread Anderson
Public bug reported: In slapo-unique(5) manpage, I read I was using deprecated directives in my LDAP configuration files: overlay unique > unique_attributes gidNumber uid uidNumber sambaSID > unique_base ou=people,dc=cefetrs,dc=tche,dc=br So, I changed to this: overlay unique > uniq

[Bug 234196] Re: dnPrettyNormal: Assertion `pretty != ((void *)0)' failed.

2008-05-22 Thread Anderson
Forgot an important information: Using slapd 2.4.7-6ubuntu4.1 from Ubuntu Hardy in a x86 system. -- dnPrettyNormal: Assertion `pretty != ((void *)0)' failed. https://bugs.launchpad.net/bugs/234196 You received this bug notification because you are a member of Ubuntu Server Team, which is subscri

[Bug 234196] Re: dnPrettyNormal: Assertion `pretty != ((void *)0)' failed.

2008-05-22 Thread Anderson
** Attachment added: "ldap-assertionfail-unique.tar.bz2" http://launchpadlibrarian.net/14666008/ldap-assertionfail-unique.tar.bz2 -- dnPrettyNormal: Assertion `pretty != ((void *)0)' failed. https://bugs.launchpad.net/bugs/234196 You received this bug notification because you are a member of

[Bug 218734] Re: slapd segfaults when using dynlist

2008-05-22 Thread Anderson
2.4.7-6ubuntu4.1 crashes with dynlists also... -- slapd segfaults when using dynlist https://bugs.launchpad.net/bugs/218734 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap2.3 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-

[Bug 227178] Re: Slave slapd crashes when doing syncrepl

2008-05-22 Thread Anderson
Are you alive? :-) -- Slave slapd crashes when doing syncrepl https://bugs.launchpad.net/bugs/227178 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap2.3 in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubunt

[Bug 42947] Re: postfix: fatal: /etc/postfix/postfix-script: No such file or directory

2008-05-22 Thread Daniel Hahler
If you have removed postfix (without purging), and then removed the /etc/postfix directory manually, this is expected to fail (=no installation of the config files again). But the situation should get handled "friendlier" probably, e.g. by checking if /etc/postfix/postfix-script exists, before c

[Bug 42947] Re: postfix: fatal: /etc/postfix/postfix-script: No such file or directory

2008-05-22 Thread Daniel Hahler
Some more information: postfix-script gets called by "postfix", not the postinst, so there's no way to check there. /etc/postfix/postfix-script gets called by the "postfix" program and therefore is not really (or at least not only) a configuration file. I still think the bug is invalid though, _

[Bug 215904] Re: (ITS#5518) Assertion error in io.c:234: ber_flush2

2008-05-22 Thread Howard Chu
Hmmm, *lc is completely bogus. 7f3a11313ab0 is clearly in the text segment of the process, and the values starting from lconn_sasl_sockctx are ASCII: 00: 6d 70 2f 6f 70 65 6e 6c 64 61 70 32 2e 34 2e 37 mp/openldap2.4.7 01: 2f 6c 69 62 72 61 72 69 65 73 2f 6c 69 62 6c 62 /libraries/liblb

[Bug 215904] Re: (ITS#5518) Assertion error in io.c:234: ber_flush2

2008-05-22 Thread Mark Painter
(gdb) f 4 #4 0x7f3a0fb07dcd in ldap_int_flush_request (ld=0x693d90, lr=0x699050) at request.c:152 152 if ( ber_flush2( lc->lconn_sb, lr->lr_ber, LBER_FLUSH_FREE_NEVER ) != 0 ) { (gdb) print *lc $4 = {lconn_sb = 0x7f3a11313ab0, lconn_sasl_authctx = 0x7f3a11313ab0, lconn_sasl_sock

[Bug 234171] Re: mysql server 5.0.22 CREATE statements not replicable

2008-05-22 Thread Ralph Janke
Thank you for taking the time to report this bug and helping to make Ubuntu better. This bug did not have a package associated with it, which is important for ensuring that it gets looked at by the proper developers. You can learn more about finding the right package at https://wiki.ubuntu.com/Bugs

[Bug 234171] [NEW] mysql server 5.0.22 CREATE statements not replicable

2008-05-22 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: CREATE statements for views, stored routines and triggers can be not replicable. There is a problem with the "comments". This bug is MySQL bug #20438 and has been fixed in 5.0.25. I would like to request that mysql be bumped to at least 5.0.25 (or the f

[Bug 215904] Re: (ITS#5518) Assertion error in io.c:234: ber_flush2

2008-05-22 Thread Howard Chu
Yes, that helps. Please also print *lc from frame 4, thanks. -- (ITS#5518) Assertion error in io.c:234: ber_flush2 https://bugs.launchpad.net/bugs/215904 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap2.3 in ubuntu. -- Ubuntu-s

[Bug 215904] Re: (ITS#5518) Assertion error in io.c:234: ber_flush2

2008-05-22 Thread Mark Painter
I've attached a bt full with *sb in frame 3, and *ld/*lr in frame 4. This is similar to backtrace #3 which Andrew Pollock provides earlier, but from a different session. I'm happy to provide more (or print different vars) if it's helpful. ** Attachment added: "openldap" http://launchpadlibrari

[Bug 227410] Re: [SRU] catalog Backup fails because .my.cnf is not read

2008-05-22 Thread Chuck Short
** Attachment added: "bacula.debdiff" http://launchpadlibrarian.net/14659894/bacula.debdiff -- [SRU] catalog Backup fails because .my.cnf is not read https://bugs.launchpad.net/bugs/227410 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed t

[Bug 227410] Re: [SRU] catalog Backup fails because .my.cnf is not read

2008-05-22 Thread Chuck Short
This is due to a typo in the script that generates the bacula databases. This debdiff fixes the issue: TEST CASE: 1. Enable the hardy-proposed repository. 2. Install bacula 3. Try creating the bacula databases 4. Make sure you dont get the bacula error message as below. There should not be any r

[Bug 228693] Re: [SRU] bacula-director-pgsql postinstall broken

2008-05-22 Thread Chuck Short
** Attachment added: "bacula.debdiff" http://launchpadlibrarian.net/14659854/bacula.debdiff -- [SRU] bacula-director-pgsql postinstall broken https://bugs.launchpad.net/bugs/228693 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bacula

[Bug 228693] Re: [SRU] bacula-director-pgsql postinstall broken

2008-05-22 Thread Chuck Short
This is due to a typo in the postinst file. I have attached the debdiff for your review. TEST CASE: 1. Enable the hardy-proposed repository. 2. Run the following command: apt-get install bacula-director-pgsql 3. Installation should finish without errors. There should not be any regressions from

[Bug 227613] Re: [SRU] SIGSEGV in bacula-fd

2008-05-22 Thread Chuck Short
** Attachment added: "Fix for strippath option." http://launchpadlibrarian.net/14659797/fix-segv-strippath.patch -- [SRU] SIGSEGV in bacula-fd https://bugs.launchpad.net/bugs/227613 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bacul

[Bug 227613] Re: [SRU] SIGSEGV in bacula-fd

2008-05-22 Thread Chuck Short
Debian currently ships a patch that we inherited that does not fix this issue. I have backported the patch (attached) to resolve this issue. TEST CASE: 1. apt-get install bacula-server bacula-client. 2. Configure and ebaled the strippath option. Note: This should be done with someone who has exp

[Bug 225661] Re: Typo in /etc/samba/smb.conf (nsuccessful)

2008-05-22 Thread Jeldert
Made a fix for the typo. ** Attachment added: "Fixes typo" http://launchpadlibrarian.net/14659223/typo-nsuccessful.patch -- Typo in /etc/samba/smb.conf (nsuccessful) https://bugs.launchpad.net/bugs/225661 You received this bug notification because you are a member of Ubuntu Server Team, which

[Bug 165184] Re: amavisd-new + spamassassin: cronjob spams root user

2008-05-22 Thread Pavel MlĨoch
Ive this problem too, but I dont have amavisd-new installed: [EMAIL PROTECTED]:~$ dpkg -l amavisd-new rc amavisd-new but cron.daily script is installed after remove this package without purge [EMAIL PROTECTED]:~$ cat /etc/cron.daily/amavisd-new #!/bin/sh # # Daily maintenance for amavisd-new

Re: [Bug 125471] Re: Booting from a degraded array could be improved

2008-05-22 Thread Dustin Kirkland
FWIW, we discussed this at UDS yesterday and hope to add a configurable option for Intrepid, such that a system administrator can specify whether or not to boot a system on a degraded RAID device. :-Dustin -- Booting from a degraded array could be improved https://bugs.launchpad.net/bugs/125471

[Bug 233983] Re: Wrong source code in repository

2008-05-22 Thread Ralph Janke
The file is debian/control -- Wrong source code in repository https://bugs.launchpad.net/bugs/233983 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in ubuntu. -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com

[Bug 233983] Re: Wrong source code in repository

2008-05-22 Thread Ralph Janke
Thanks for reporting this issue and helping to make ubuntu better. If you look at debian /control in the sources of the samba package, that this source package builds lots of binary packages, among them smbfs and cifs. Therefore this is absolute correct behaviour. Thanks again ** Changed in: sa

[Bug 233983] [NEW] Wrong source code in repository

2008-05-22 Thread Jonathan Gossage
Public bug reported: When I run apt-get build-dep smbfs andapt-get source smbfs against the 8.04 repositories, I get the source for the main Samba package when I should get the source for smbfs.mount, cifs.mount and cifs.unmount. Jonathan Gossage ** Affects: samba (Ubuntu) Impo

[Bug 210741] Re: no way to read and write files on mounted samba share on hardy

2008-05-22 Thread Hiz
I had same problem as yours. and i just changed file manager to Thunar and no problem. I believe this is a Nautilus bug. i suggest you better try to use another file manager before you messed up samba setting. see also "Nautilus bug" there must be real solution. -- no way to read and write fil

[Bug 219528] Re: [SRU] recode function segfaults

2008-05-22 Thread Martin Pitt
Copied to hardy-updates. Please get this fixed ASAP in intrepid. ** Changed in: php5 (Ubuntu Hardy) Status: Fix Committed => Fix Released ** Changed in: php5 (Ubuntu) Importance: Undecided => High Assignee: (unassigned) => Chuck Short (zulcss) Target: None => intrepid-alpha-

[Bug 193753] Re: [SRU] mod_autoindex not configured for UTF-8

2008-05-22 Thread Martin Pitt
Copied to hardy-updates. ** Changed in: apache2 (Ubuntu Hardy) Status: Fix Committed => Fix Released -- [SRU] mod_autoindex not configured for UTF-8 https://bugs.launchpad.net/bugs/193753 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribe

[Bug 224945] Re: [SRU] memory leaks in apache2 when running mod_ssl

2008-05-22 Thread Martin Pitt
Copied to hardy-updates. ** Changed in: apache2 (Ubuntu Hardy) Status: Fix Committed => Fix Released -- [SRU] memory leaks in apache2 when running mod_ssl https://bugs.launchpad.net/bugs/224945 You received this bug notification because you are a member of Ubuntu Server Team, which is sub

[Bug 185729] Re: nautilus is unable to copy folders from samba

2008-05-22 Thread T
Hello, Same problem for me on Hardy. Copying samba folders worked fine using Gutsy before update to Hardy. -- nautilus is unable to copy folders from samba https://bugs.launchpad.net/bugs/185729 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 125471] Re: Booting from a degraded array could be improved

2008-05-22 Thread Peter Funk
Natasha Polovski wrote on 2007-12-16: > It's going to prevent me from using Ubuntu on servers where I don't have > ready access to the console. > If it cannot boot unattended in degraded mode, that means my server is down, > even though it has an array to use. I support this and this is an ver