Bug#1007965: Cyrus IMAP 3.6 Migration Failure

2022-04-01 Thread Petr Vandrovec
Hi, I'm on the same boat. But it seems that upgrade failure is not caused by missing utilities, but rather by mailboxes created more than 7 years ago (probably in cyrus 2.x). Code to upgrade mailboxes

Bug#948396: New glibc broke existing app due to historic stack alignment

2020-01-08 Thread Petr Vandrovec
Florian Weimer wrote on 1/7/2020 9:31 PM: * Petr Vandrovec: As far as I can tell, while x86-64 ABI requires stack to be aligned on entry to the functions, x86 ABI does not have any such requirement, and so glibc should align stack itself if it wants to use XMM instructions that require aligned

Bug#948396: New glibc broke existing app due to historic stack alignment

2020-01-07 Thread Petr Vandrovec
Package: libc6-i386 Version: 2.29-8 Since updating my system today our build system binaries started crashing. Upon further investigation problem is that __mktime_internal code in libc6-i386 now started using 'movaps' instruction without aligning stack on 16 byte boundary. As far as I can tell,

Bug#941863: Patch to collect image body before transmitting it

2019-10-07 Thread Petr Vandrovec
Patch I'm using as workaround to postpone all sending data to client until all GetImage() invocations are complete. This way XDamage events arrive before GetImage reply header, rather than between GetImage reply header and image data. diff -u xorg-server-1.20.4-pristine/dix/dispatch.c

Bug#941863: XDamage events are intermingled with GetImage response

2019-10-06 Thread Petr Vandrovec
() to first collect all image data, and then send them together with header in one go, so events are sent before GetImage response header. But I don't think that's optimal solution, as it increases memory needed to complete full-screen GetImage call quite a bit. In my setup reproducibility is simple - start X with xfce, start vino-server, and try to connect. Thanks, Petr Vandrovec

Bug#908556: IPQoS change in 7.8p1 broke network access via Palo Alto Networks Global Protect

2018-09-11 Thread Petr Vandrovec
wireshark from starting, so I do not have packet trace from client side. I'm not sure if there is anything that can be done on Debian/OpenSSH side, but maybe it will help someone else who suffers from same problem. Thanks, Petr Vandrovec

Bug#903153: nasm does not handle rdf2 output correctly due to incorrect use of pure_func

2018-07-07 Thread Petr Vandrovec
n that all three would be zeroes. Except that seg_alloc() is marked as pure_func, and so new gcc figures out that seg_alloc() returns constant, and so it can call it just once, and then assign returned value to all three variables :-( Simple fix below solves the problem. Petr Signed-off-by: Petr

Bug#814287: Recent security fix for symlinks renders root filesystem exports unusable

2016-02-09 Thread Petr Vandrovec
Package: samba Version: 2:4.3.3+dfsg-1+b1 Severity: important Since I updated samba package to latest version, I cannot access my exports: == > net use w: \\petr-dev3\rootfs\bhavesh\home\petr /user:petr System error 5 has occurred. Access is denied. == It seems to me that there is a thinko in

Bug#787489: Bug#787490: curl: VMWare doesn't start anymore

2015-06-11 Thread Petr Vandrovec
Hi Daniel, as workaround you can do LD_PRELOAD=/usr/lib/x86_64_linux-gnu/libssl.so.1.0.0 vmware to force use of system's openssl upon VMware Workstation. Workstation does not use libssl's APIs that changed binary compatibility between those two releases, so it should work reasonably until

Bug#739721: Unable to use NFS with systemd...

2014-10-14 Thread Petr Vandrovec
Hi, here too... Problem is not with mount/rpc.statd dependency - mount seems to start rpc.statd now whenever it needs. Problem is that systemd tries to mount NFS filesystems before portmap is started. portmap's init.d says that it needs $local_fs, and unfortunately as far as I can tell,

Bug#757835: nfs-kernel-server: after update 1.2.8-6-1.2.8-8 rpc.mountd starts crashing

2014-08-11 Thread Petr Vandrovec
Hi, it seems to be gcc bug. For inexplicable reason compiler optimized 'if (cp *cp)' to just 'if (*cp)' :-( Changing 'char *cp' to 'char * volatile cp' at line 468 in support/export/client.c is enough to explain to gcc that it has no idea what it is doing, and fixes the crash. I think that

Bug#757835: nfs-kernel-server: after update 1.2.8-6-1.2.8-8 rpc.mountd starts crashing

2014-08-11 Thread Petr Vandrovec
$gcc-4.9 -W -Wall -O1 client.c ./a.out $ Petr On Mon, Aug 11, 2014 at 12:15 PM, Steve Langasek vor...@debian.org wrote: On Mon, Aug 11, 2014 at 11:49:16AM -0700, Petr Vandrovec wrote: Hi, it seems to be gcc bug. For inexplicable reason compiler optimized 'if (cp *cp)' to just 'if (*cp

Bug#756047: Switch to systemd causes my cron scripts to fail, filling all available disk space, rendering system unusable

2014-07-25 Thread Petr Vandrovec
Package: cron Version: 3.0pl1-124.1 systemd was forced on me yesterday - and while it took me 4 hours to get system back to boot (that's another story), I thought it is reasonably stable to survive during night. But today when I came to work, I found that my system crashed due to /tmp being

Bug#754914: python3.4-minimal/python cannot be installed when multiple libpython3.4 packages are present

2014-07-15 Thread Petr Vandrovec
Package: python3.4-minimal Version: 3.4.1-7 Severity: important Attempt to update python3.4-minimal package fails with failure: Setting up python3.4-minimal (3.4.1-7) ... # Empty sitecustomize.py to avoid a dangling symlink dpkg-query: error: --listfiles needs a valid package name but

Bug#614018: PIE support for ltrace...

2012-09-23 Thread Petr Vandrovec
Hello, attached is patch for ltrace 0.5.3 (from unstable) to add PIE support. Just in case somebody is interested - upstream's current git still does not grok PIE executables either. Thanks, Petr diff

Bug#626418: Fwd: Re: Bug#626418 closed by Ondřej Surý ond...@debian.org (Bug#626418: fixed in cyrus-imapd-2.4 2.4.8-4)

2011-05-13 Thread Petr Vandrovec
Ondřej Surý wrote: I've dug somewhat deeper into the cyrus code and I'm going to remove the patch, because the Cyrus IMAPD bdb code is constantly opening/closing the database, so it would cause performance problems anyway. Thanks. Sorry for the regression. I will fix that as soon as perl has

Bug#626418: Fwd: Re: Bug#626418 closed by Ondřej Surý ond...@debian.org (Bug#626418: fixed in cyrus-imapd-2.4 2.4.8-4)

2011-05-12 Thread Petr Vandrovec
Hello, most of crashes in -4 are gone, but still it seems that lmtpd/lmtpunix is dying: May 12 12:47:59 petr-dev3 cyrus/lmtpunix[2883]: DBERROR db5: DB_ENV-get_home: method not permitted before handle's open method May 12 12:47:59 petr-dev3 kernel: [ 7228.269495] lmtpd[2883]: segfault at

Bug#626418: All cyrus-imapd tools crash on exit

2011-05-11 Thread Petr Vandrovec
. Thanks, Petr Vandrovec -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#550153: /proc/kallsyms does not contain init_nfsd on 2.6.32-rc3

2009-10-07 Thread Petr Vandrovec
in current kernel. exit 0 fi Thanks, Petr Vandrovec -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#545366: dselect 1.15.4 does not distinguish between new and old packages

2009-09-08 Thread Petr Vandrovec
Guillem Jover napsal(a): Hi! This increases the status file, the parsing and processing time when doing dependency resolutions and package iterations for everyone, and just to be able to show new packages on dselect. The correct solution here is not to revert the change, but to store the

Bug#545366: dselect 1.15.4 does not distinguish between new and old packages

2009-09-07 Thread Petr Vandrovec
Raphael Hertzog napsal(a): On Sun, 06 Sep 2009, Petr Vandrovec wrote: You can use git bisect to isolate the problem more precisely. My bet would be on the code that auto-cleans up the status database, maybe it applies by error on the available file as well and thus it believes that all packages

Bug#545366: dselect 1.15.4 does not distinguish between new and old packages

2009-09-06 Thread Petr Vandrovec
Package: dselect Version: 1.15.4 Since today's update run dselect is completely confused and does not remember which packages are new and which are old - it lists all available and not installed packages as new, again and again. And not only that, it also marks some of them for installation

Bug#541171: smbd SIGSEGV when breaking oplocks

2009-08-11 Thread Petr Vandrovec
Package: samba Version: 2:3.4.0-2+b1 Hello, whenever I try to access same file from both Linux locally and from XP remotely (for example building software from same tree, once on Linux, once on Windows), samba commits suicide in oplocks code: push_file_id_24 (buf=0x7fffdacbf2c0 \22\b,

Bug#534903: ia32-apt-get+libmagick9 breaks dpkg

2009-06-27 Thread Petr Vandrovec
. Thanks, Petr Vandrovec i386 (line 9692xx): Package: ia32-libmagick9 Architecture: amd64 Version: 7:6.2.4.5.dfsg1-0.14~18 Conflicts: ia32-libmagick, ia32-libmagick-lzw, ia32-libmagick5g, imagemagick (= 5:6.0.1.2-1

Bug#533636: defoma: remove /usr/bin PATH from debhelper scripts

2009-06-25 Thread Petr Vandrovec
Hideki Yamane wrote: Hi, On Sat, 20 Jun 2009 11:52:26 +0200 Petr Vandrovec p...@vandrovec.name wrote: please do not apply these patches. Apparently Hideki built recently uploaded ttf-kiloji, ttf-sawarabi-gothic, and ttf-dejima-mincho with these patches, and so they are not installable

Bug#533636: defoma: remove /usr/bin PATH from debhelper scripts

2009-06-20 Thread Petr Vandrovec
-font will fail if defoma-font is not in current directory. Also as test is written now it causes breakage when defoma-font is not installed. I'm not sure that this is intentional. Thanks, Petr Vandrovec

Bug#533067: libc6-dev-i386 broken?

2009-06-15 Thread Petr Vandrovec
Aurelien Jarno wrote: There is no bug in libc6-dev-i386. In that case where are i386 libraries? libc6-dev-i386 contains only headers, so all attempts to build anything fail due to missing libc_nonshared.a, libc.so, libm.so, and others: gwy:/# dpkg -L libc6-dev-i386 /. /usr /usr/share

Bug#507659: sysstat: dies after HW upgrade

2009-06-02 Thread Petr Vandrovec
Hello, so after digging around I've found a culprit. It is reallocation code in open_ofile - when number of items in the file does not match one collected, code goes and reallocates _buf0 with new size. But! act[x]-nr value is shared with multiple activites, so all must be reallocated

Bug#519774: libc6: causes many programs not to be able to resolve dns addresses

2009-03-15 Thread Petr Vandrovec
Hello, it seems that DNS resolver is grossly confused, and sends two DNS requests on same socket back to back (strace below is from 'lynx http://www.jeep.com'). In first one DNS server responded only to second packet sent by resolver, and resolve failed (after that mdns was tried, and

Bug#515229: New dash has serious problems with waiting for spawned processes

2009-02-14 Thread Petr Vandrovec
Package: dash Version: 0.5.5.1-1 Severity: critical Hello, new dash has some serious problems with waiting on spawned processes, which completely breaks apt-move - at the end apt-move spawns pipe as shown below: p...@gwy:~$ cat /tmp/err 20768 tty4 S+ 0:00 \_ dash

Bug#492691: Does libopenusb-dev package actually work?

2008-07-28 Thread Petr Vandrovec
Package: libopenusb-dev Version: 1.0.1-3 Hello, I just tried to build some code against libopenusb-dev package, and as far as I can tell, that's not going to work. (1) openusb-config reports that I should link with -lusb. But if I do that, I'm getting libusb 0.1, not openusb library, so

Bug#463787: /etc/blkid.tab negates purpose of label-based mounts

2008-02-03 Thread Petr Vandrovec
, Petr Vandrovec -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#463787: /etc/blkid.tab negates purpose of label-based mounts

2008-02-03 Thread Petr Vandrovec
Theodore Tso wrote: OK, can you try the following? Right after you boot, can you try running this command, and let me know whether it returns the correct information? blkid -t LABEL=vms6 Or you don't have to reboot; try changing the device name at the end of the line for vmm6,

Bug#429619: openssh-server: password based authentication not working following upgrade

2007-06-21 Thread Petr Vandrovec
Hello, it is still not quite right. To work around 4.6p1-1 bug I enabled 'PasswordAuthenticaion yes' in sshd config file, and it worked great. But for 4.6p1-2 I'm prompted for password, and then thing crashes (Works fine with key based authentication): petr-dev3:/var/log# ssh localhost -l

Bug#428937: ncpfs: FTBFS: ncpm_common.c:1229: error: expected expression before 'struct'

2007-06-15 Thread Petr Vandrovec
Lucas Nussbaum wrote: During a rebuild of all packages in sid, your package failed to build on i386. Fix below should fix problem. Probably time to release ncpfs-2.2.7, it looks really bad that there is 2000+ warnings in the build.

Bug#423600: gphoto 2.3.1 kills Olympus C-3000 ZOOM

2007-05-13 Thread Petr Vandrovec
with current libgphoto infrastructure. Thanks, Petr Vandrovec diff -urN libgphoto2-2.3.1/libgphoto2_port/usb/libusb.c libgphoto2-2.3.1.fixed/libgphoto2_port/usb/libusb.c --- libgphoto2-2.3.1/libgphoto2_port/usb/libusb.c 2006-11-25 06

Bug#393530: [PATCH] Use dpkg --compare-versions for version compare

2006-11-05 Thread Petr Vandrovec
that there is no special quoting needed around a/b arguments to dpkg. If there is, then I'm sorry, but I have no clue how it should look like. Thanks, Petr Vandrovec diff -urN apt-move-4.2.26.post-sign/apt-move apt

Bug#320827: No archive signing since last apt-move update...

2006-11-03 Thread Petr Vandrovec
it... Thanks, Petr Vandrovec -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#327867: Bug 327867: apt-move sync downloads *.tar.gz which I already have on CD-ROM

2006-10-21 Thread Petr Vandrovec
Hi Richard, I've finally looked at your apt-move.conf co. Can you replace security.debian.org with '/all/' ? Also you are using accessing CD by their label. I do not believe that in batch mode apt-move uses you can do that. You should copy all CDs somewhere and then tell to apt-get

Bug#394600: apt-move has new upstream version for almost year

2006-10-21 Thread Petr Vandrovec
. Thanks, Petr Vandrovec -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#393530: Openoffice versioning breaks apt-move

2006-10-16 Thread Petr Vandrovec
-versions is right thing to do. Hack below is definitely not OK for world wide use, it may eat your repository... Thanks, Petr Vandrovec --- cmpversion.awk 2002-10-28 23:59:41.0 -0800 +++ /usr/share

Bug#392724: dselect 1.13.23 crash on strlen(NULL)

2006-10-12 Thread Petr Vandrovec
, Petr Vandrovec dselect[3737]: segfault at rip f7d382b3 rsp ff9f352c error 4 debian:~# gdb /usr/bin/dselect core GNU gdb 6.4.90-debian Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered

Bug#383194: fbtv does not work correctly on radeonfb

2006-08-15 Thread Petr Vandrovec
, Petr Vandrovec diff -urN xawtv-3.95.dist/console/fbtools.c xawtv-3.95/console/fbtools.c --- xawtv-3.95.dist/console/fbtools.c 2003-02-14 15:14:04.0 +0100 +++ xawtv-3.95/console/fbtools.c2006-08-15 16:07:29.0 +0200 @@ -447,7 +447,7

Bug#382490: Add support for Seagate 7200.10 drives

2006-08-11 Thread Petr Vandrovec
... Thanks, Petr Vandrovec P.S.: A=PATA, AS=SATA, 6=16MB cache, 8=8MB cache. --- /etc/hddtemp.db.dpkg-dist 2006-08-10 23:23:59.0 +0200 +++ /etc/hddtemp.db 2006-08-11 15:16:15.0 +0200 @@ -297,16 +297,22

Bug#375300: new tar behavior and --wildcards

2006-06-26 Thread Petr Vandrovec
no idea why GNU mode behavior should be changed in any way. Petr Vandrovec -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#375300: tar 1.15.91 breaks at least apt-listchanges

2006-06-24 Thread Petr Vandrovec
, Petr Vandrovec -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#311815: powerpc matroxfb?

2006-01-11 Thread Petr Vandrovec
Are there some details available about hardware in question? For some time matroxfb drives accelerator in little endian mode. Unfortunately there is no screenshot nor dmesg log, nor used font size, so I can only guess what problem is. To track problem further I need to know what happens with

Bug#311815: matrox support on ppc64

2006-01-11 Thread Petr Vandrovec
Tom Gall wrote: Hi Petr, I was just talking to sven luther about matrox graphics on ppc64. It would seem we have somewhat similiar experiences tho somewhat different as well. Currently I'm running 2.6.11.6 on my power3 box with a matrox g200. I do pass to the kernel : video=matroxfb:[EMAIL

Bug#311815: matrox support on ppc64

2006-01-11 Thread Petr Vandrovec
Sven Luther wrote: On Wed, Jan 11, 2006 at 11:26:35PM +0100, Petr Vandrovec wrote: Anyway when I have two reports, one saying that matroxfb does not work on 2.6.11 and another that it does work, I'm lost. As since 2.6.9 or so matroxfb uses only readl()/writel() to access all hardware

Bug#341234: New dash 0.5.3-1 breaks apt-move

2005-11-29 Thread Petr Vandrovec
in his mailbox this way or another. For Debian I would apply patch below, which removes dash/ash detection and forces dash through #!. Thanks, Petr Vandrovec diff -urN apt-move

Bug#339024: apt-move complains about EOF on /tmp/MOVE_xxx/movefiles-fifo1

2005-11-14 Thread Petr Vandrovec
It is caused by recent coreutils upgrade (IMHO coreutils bug). stat -c %s . .. / printed 4096 4096 4096 before upgrade while it prints 409640964096 after upgrade. And as 'stat' does not provide any way to put \n to the format, it is actually impossible to create format older stat

Bug#339136: Changes in stat package output break apt-move

2005-11-14 Thread Petr Vandrovec
. Thanks, Petr Vandrovec -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#327867: Bug 327867: Patch to get apt-get sync working for sources

2005-10-24 Thread Petr Vandrovec
... Best regards, Petr Vandrovec diff -urN apt-move-4.2.24/apt-move apt-move-4.2.24/apt-move --- apt-move-4.2.24/apt-move2005-10-24 17:35:26.0 +0200 +++ apt-move-4.2.24/apt-move2005-10-24 17:35:09.0 +0200

Bug#280844: Another patch to fix downloaded files corruption

2005-10-23 Thread Petr Vandrovec
Michael Vogt wrote: On Sat, Oct 22, 2005 at 06:00:04PM +0200, Petr Vandrovec wrote: I have no idea what I'm doing wrong. So I wrote something what looks more reasonable than original Geller's patch to me. Am I really only one who cares that apt is corrupting package it downloads

Bug#280844: Another patch to fix downloaded files corruption

2005-10-22 Thread Petr Vandrovec
, Petr Vandrovec diff -urN apt-0.6.42/debian/changelog apt-0.6.42.fix/debian/changelog --- apt-0.6.42/debian/changelog 2005-10-20 11:33:43.0 +0200 +++ apt-0.6.42.fix/debian/changelog 2005-10-22 16:59:15.0 +0200 @@ -1,3 +1,9 @@ +apt (0.6.42.1) unstable; urgency=low + + * Fix

Bug#334943: apt knows nothing about backward compatibility: please rebuild apt-move

2005-10-20 Thread Petr Vandrovec
, Petr Vandrovec -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#332693: Any intent to package libldap-2.2-7-dev ?

2005-10-07 Thread Petr Vandrovec
. Thanks, Petr Vandrovec usermap:/usr/local/bin# ./ldapsearch-old -H ldaps://dc2.fa.cvut.cz -D 'cn=Petr Vandrovec,ou=CIT,ou=Zamestnanci,ou=uzivatele,dc=fa,dc=cvut,dc=cz' -W -x -b dc=fa,dc=cvut,dc=cz '(cn=Petr

Bug#290694: apt-move broken due to inability of apt-get to correctly handle HTTP

2005-09-29 Thread Petr Vandrovec
to fetch some archives. Unknown error: runsync: 123. # Thanks, Petr Vandrovec -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#328568: ssh 4.2p1-3 crash

2005-09-16 Thread Petr Vandrovec
Hello, due to pure luck (new ssh crashed on all my systems except one) I've found workaround - default_realm in [libdefaults] in /etc/krb5.conf must not be empty. default_realm = crashes, default_realm = x works... Petr -- To

Bug#290694: apt-move broken due to inability of apt-get to handle chunked encoding...

2005-09-09 Thread Petr Vandrovec
to the apt. Or some other equivalent to unbreak apt-get when it meets \r or \n at the beginning of the data payload. Thanks, Petr Vandrovec -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#324939: ncpfs: while we mount novell volumes in debian linux they are mounted in uppercase.

2005-08-25 Thread Petr Vandrovec
Anand wrote: Package: ncpfs Version: 2.2.6-1 Severity: important Dear Petr Vandrovec even after using the below suggested option we get the same problem. Here i am attaching the screenshot of the process for your reference. i have mounted the novell volume and created a directory with name

Bug#324939: ncpfs: while we mount novell volumes in debian linux they are mounted in uppercase.

2005-08-25 Thread Petr Vandrovec
Anand wrote: 'nwdir -v DISKHOG.EXE' /mnt/test# nwdir -v diskhog.exe Directory DATA:DISKHOG.EXE File: DOS: DISKHOG.EXE Rights: Inherited: [SRWCEMFA] Effective: [SRWCEMFA] Owning namespace: DOS Miscellaneous NetWare Information: Last update:Thursday 01 March 2000 11:03:00 GMT

Bug#324939: ncpfs: while we mount novell volumes in debian linux they are mounted in uppercase.

2005-08-24 Thread Petr Vandrovec
from DOS namespace, so if Windows app insist on using capital letters, you'll still get them, but if DOS app creates file, it will be lowercased. Petr Vandrovec -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

Bug#320827: apt-move should sign local archive...

2005-08-07 Thread Petr Vandrovec
Hello, please apply this patch on the top of patch above. As apt-move uses 'set -e', it was failing with exit code == 1 when no SIGNINGKEY was defined :-( Thanks, Petr Vandrovec --- apt

Bug#320827: apt-move should sign local archive...

2005-08-01 Thread Petr Vandrovec
else will need additional options passed to the gpg (like removing --batch), but this is just what sufficed to me. Patch applies to both 4.2.23 in unstable and to Herbert's upstream 4.2.24. Thanks, Petr Vandrovec diff -urN

Bug#311209: Default DB_CONFIG should be created

2005-05-29 Thread Petr Vandrovec
Package: slapd Version: 2.2.23-6 Hello Torsten, thanks for switching to bdb, I did that few days ago as 'sub' indexes do not work quite reliably in 2.2's ldbm. There is one problem, that DB_CONFIG is put (should be put...) in /var/lib/ldap, not into backends which were switched from ldbm

Bug#310907: fp-compiler uninstallable if gpc is installed

2005-05-26 Thread Petr Vandrovec
, Petr Vandrovec --- /tmp/fp-compiler.postinst.bad 2005-05-26 22:57:15.0 +0200 +++ /var/lib/dpkg/info/fp-compiler.postinst 2005-05-26 22:53:50.0 +0200 @@ -7,7 +7,7 @@ # add alternative update-alternatives \ --install /usr/bin/pc pc /usr/bin/fpc 20

Bug#304812: slapadd takes days due to its sched_yield use

2005-04-16 Thread Petr Vandrovec
Torsten Landschoff wrote: Hi Peter, On Fri, Apr 15, 2005 at 05:58:17PM +0200, Petr Vandrovec wrote: slapd/slapadd use sched_yield on places where it really should not be idling. Due to this upgrade from 2.1.30 to 2.2.23 takes more than 1 day on our 10 objects tree Erm. Wow! we have

Bug#304812: slapadd takes days due to its sched_yield use

2005-04-15 Thread Petr Vandrovec
that slapadd can take days, maybe weeks. /* %.so: %.c gcc -W -Wall -O2 -shared -o $@ $ -ldl */ #define _GNU_SOURCE #include dlfcn.h int sched_yield(void) { return 0; } Thanks, Petr Vandrovec