Bug#860947: [Pkg-openldap-devel] Bug#860947: Bug#860947: slapd: Slapd fails to stop sometimes

2017-05-02 Thread GALAMBOS Daniel
Last week we didn't experience the problem. I was thinking about create a clone of our prod system, and try to reproduce the problem. (synthetic reads and writes while restarting the slapd) If I have enough time, I'll do that, and test your patch. We have a sbuild environment so i can apply your

Bug#860947: [Pkg-openldap-devel] Bug#860947: slapd: Slapd fails to stop sometimes

2017-04-25 Thread GALAMBOS Daniel
On 2017-04-23 21:21, Ryan Tandy wrote: > On Sun, Apr 23, 2017 at 09:34:00AM +0200, GALAMBOS Daniel wrote: >> Which I forgot to mention is that the slapd process uses one CPU core to >> 100 percent when this happens. > > Noted. But you don't observe that CPU usage during

Bug#860947: [Pkg-openldap-devel] Bug#860947: slapd: Slapd fails to stop sometimes

2017-04-23 Thread GALAMBOS Daniel
and slapd source, so it may be okay. Attached backtrace with the missing symbols and bt full with some strings censored. Dancsa On 2017-04-22 19:58, Ryan Tandy wrote: > Control: tag -1 moreinfo > > Hi, > > On Sat, Apr 22, 2017 at 12:47:19PM +0200, GALAMBOS Daniel wrote: >>

Bug#860947: slapd: Slapd fails to stop sometimes

2017-04-22 Thread GALAMBOS Daniel
file from the stuck process. GDB backtrace attached as separate files. Galambos Daniel/Dancsa -- System Information: Debian Release: 8.7 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores

Bug#801831: php5-fpm reload fails if there are "too many" pools

2015-10-14 Thread GALAMBOS Daniel
file after reload. The bug is found in Wheezy, but Jessie should be affected, too. root@php05:~# uname -a Linux php05 3.2.0-4-amd64 #1 SMP Debian 3.2.68-1+deb7u4 x86_64 GNU/Linux root@php05:~# lsb_release -d Description:Debian GNU/Linux 7.9 (wheezy) -- GALAMBOS Daniel

Bug#784179: slapd: libnet-ldap-perl fails to communicate with slapd using start_tls for TLSCipherSuite SECURE256

2015-05-03 Thread GALAMBOS Daniel
I also tried debug it a little. Dumping the network connection I noticed that if start_tls used from Net::Ldap, the Client Hello packet cipher suit list does not contain anything with SHA2 MD, only SHA1. # gnutls-cli --priority SECURE256 -l command doesn't list anything with sha1. After receiving

Bug#784179: slapd: libnet-ldap-perl fails to communicate with slapd using start_tls for TLSCipherSuite SECURE256

2015-05-03 Thread GALAMBOS Daniel
:1103 restricts the TLS version to 1.0 unless otherwise specified. This restriction doesn't apply if you connect over LDAPS, if you don't specify the sslversion there, the IO::Socket::SSL default 'SSLv23:!SSLv3:!SSLv2' is used, so TLSv1_2 enabled too. Dancsa On 05/04/2015 01:39 AM, GALAMBOS Daniel

Bug#777681: slapd deleting attributes fills mdb backend

2015-02-14 Thread GALAMBOS Daniel
is usually use the lastest stable. Dancsa On 02/11/2015 11:03 PM, GALAMBOS Daniel wrote: I done some more testing, built from upstream git branch OPENLDAP_REL_ENG_2_4 tag OPENLDAP_REL_ENG_2_4_40 with config options: ./configure --with-tls=gnutls --enable-ppolicy=yes --enable-overlays=yes I could

Bug#777681: slapd deleting attributes fills mdb backend

2015-02-11 Thread GALAMBOS Daniel
I done some more testing, built from upstream git branch OPENLDAP_REL_ENG_2_4 tag OPENLDAP_REL_ENG_2_4_40 with config options: ./configure --with-tls=gnutls --enable-ppolicy=yes --enable-overlays=yes I could not reproduce the problem with these. 2.4.39 reproducibly has the problem (we recompiled

Bug#777681: slapd deleting attributes fills mdb backend

2015-02-11 Thread GALAMBOS Daniel
Free pages: 192324 Status of Main DB Tree depth: 1 Branch pages: 0 Leaf pages: 1 Overflow pages: 0 Entries: 30 --- As mdb_stat states 750 MB of the 1GB is free, so I believe this is not the expected behavior. Any idea? Galambos Daniel / Dancsa -- To UNSUBSCRIBE, email

Bug#776139: mailbox annotations loss when moving mailbox

2015-01-24 Thread GALAMBOS Daniel
Package: cyrus-imapd-2.4 Cyrus imapd loses annotations like expiration data, if the given mailbox moved to another partition. Moving and renaming mailbox uses the same command, if no moving just renaming happens, the annotations are kept. Transcription from cyradm is attached. Annotations are

Bug#764225: slapd: fails to flush the cache if the system is shut down

2014-10-07 Thread GALAMBOS Daniel
Do you have olcDbNoSync (or some equivalent setting in the bdb config if you use that) set to true? If olcDbNoSync is set, then it could result in dataloss, else the commited data should remain intact. What backend do you use? -- To UNSUBSCRIBE, email to

Bug#762424: consider addig gssapi package to recommends/suggest

2014-09-22 Thread GALAMBOS Daniel
management, and other kerberized ldap enviroments) Thanks, GALAMBOS Daniel/ Dancsa -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#714086: heimdal-kdc: ipropd-master writes to random filenames in the root directory

2014-08-26 Thread GALAMBOS Daniel
Control: tags -1 + patch Hi, Thanks for the workaround, we also needed it. I studied the releated source files, it is caused by a use-after-free in ipropd_master.c Upstream fixed it in https://github.com/heimdal/heimdal/commit/eface6d31f8fd7c02eb0c6bc7e9d76efc0247b9c . I patched the wheezy

Bug#714086: heimdal-kdc: ipropd-master writes to random filenames in the root directory

2014-08-26 Thread GALAMBOS Daniel
Sorry, forgot to attach. On 2014-08-26 13:37, GALAMBOS Daniel wrote: . I patched the wheezy source package with this, it solves the problem, Description: use-after-free error causes random file under / ipropd-master creates files with random filenames under the root if the slave-status file's

Bug#746486: heimdal-kdc leaks memory.

2014-08-24 Thread GALAMBOS Daniel
Control: tags -1 + patch Heimdal upstream commited a fix to this problem as https://github.com/heimdal/heimdal/commit/4b0121f5458e6696e87bd2a263affe33d926e1b4 I've tested the patch on wheezy, RSS has not increased after 20k requests. -- Dancsa Description: Fix memory leak in Heimdal-KDC It has

Bug#757378: openafs-fileserver: bosserver segfault when removing admin

2014-08-07 Thread GALAMBOS Daniel
Subject: openafs-fileserver: bosserver segfault when removing admin Package: openafs-fileserver Version: 1.6.9-1~bpo70+1 Severity: important Removing bos administrative user causes bosserver crash Command issued on remote client (not as the user to be deleted): bos removeu -server afsd1 -user

Bug#757378: openafs-fileserver: bosserver segfault when removing admin

2014-08-07 Thread GALAMBOS Daniel
retitle -1 openafs-fileserver: bosserver crashes when removing admin thanks fixed title, as the program not segmentation faulted but aborted -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#749337: spamassassin: false DKIM invalid signal on signed letters

2014-05-26 Thread GALAMBOS Daniel
Package: spamassassin Version: 3.3.2-5+deb7u1 Severity: important Case 1 MUA sending the same letter (changing only Message-ID and Date) to Exim MTA (server A) Server A adds some headers (the same headers except the recieved: ) then signs it and gives it to server B's Exim via SMTP. Server B's

Bug#746486: heimdal-kdc leaks memory.

2014-04-30 Thread GALAMBOS Daniel
Package: heimdal-kdc Version: 1.6~git20120403+dfsg1-2+iig3 Severity: important -- System Information: Debian Release: 7.4 APT prefers stable APT policy: (600, 'stable'), (500, 'testing') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8,