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
(https://github.com/cyrusimap/cyrus-imapd/blob/add814e90cb2cb5804e5e9c87faca7af253ded4e/imap/mb
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
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,
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 xorg-server-
expertise ends.
For my use I've modified ProcGetImage() 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
ct VPN
prevents 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
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
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
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
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, s
client.c && ./a.out
$gcc-4.9 -W -Wall -O1 client.c && ./a.out
$
Petr
On Mon, Aug 11, 2014 at 12:15 PM, Steve Langasek 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 optimiz
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
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 full.
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
'libpython3
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 -ur
ately even in this config cyrus still uses libdb for something...
Petr
O.
On Thu, May 12, 2011 at 23:18, Petr Vandrovec wrote:
Hello,
most of crashes in -4 are gone, but still it seems that
lmtpd/lmtpunix is dying:
May 12 12:
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 7f
crashes are gone, and I
can read my emails again.
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
rt 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
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 seen/not
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 believe
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 a
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", id=
s dpkg...)
Maybe severity should be grave, as now dpkg is hosed here, dunno.
Thanks,
Petr Vandrovec
i386 (line 9692xx):
Package: ia32-libmagick9
Architecture: amd64
Version: 7:6.2.4.5.dfsg1-0.14~18
Conflicts: ia32-l
Hideki Yamane wrote:
Hi,
On Sat, 20 Jun 2009 11:52:26 +0200
Petr Vandrovec 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 unless "dpkg --conf
ILE
fi
# End automatically added section
And -x defoma-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,
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
/usr/shar
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 (w
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 eventually
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 /usr/bin/apt-
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 li
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, changing
kid decides to use
/dev/.static/dev/X entries instead of /dev/X :-(
It would be great if mounting by label could work again... (mount is
2.13.1-1, but to me it looks like libblkid's problem)
Thanks,
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
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.
eem doable 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
st hope 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-
...
Thanks,
Petr Vandrovec
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
.
Thanks,
Petr Vandrovec
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
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 t
haps spawning
dpkg --compare-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:5
hanks,
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 b
Thanks,
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
@@ -4
t
fancy name at all...
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 +020
n
option error.
Maybe it could be default for tar's POSIX mode, but I have 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]
ian: Not found in archive", 49) = 49
12530 write(2, "\n", 1) = 1
...
Please, if you must introduce some new options, make '--wildcards' default so
you do not change behavior in backward incompatible way. Or, if you are
absolutely sure that no other program on the world besides apt-listchanges
depends on this behavior, feel free to reassign this to apt-listchanges. But
I'm absolutely sure that apt-listchanges is not only program which depends on
this behavior (as I've written couple of tools which depend on this as well)...
Thanks,
Petr Vandrovec
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
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 har
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 PRO
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
s Herbert is upstream maintainer
for both dash and apt-move, it probably does not matter a lot, as it
ends up in his mailbox this way or another.
For Debian I would apply patch below, which removes dash/ash detection and
forces dash through #!.
ity.
See bug 339024 for apt-move's half of story.
Thanks,
Petr Vandrovec
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
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 generat
or last half
of year...
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:3
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 downloa
Thanks,
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; ur
Thanks,
Petr Vandrovec
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
sion of Windows.
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=f
Content
E: Failed 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]
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
--
aining about invalid md5sums. So it would be great if that patch could be
applied 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 Va
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
Las
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
es created 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]
wi
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
tional
effect). Maybe someone 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,
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
Thanks,
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/
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, with
warn users that
slapadd can take days, maybe weeks.
/*
%.so: %.c
gcc -W -Wall -O2 -shared -o $@ $< -ldl
*/
#define _GNU_SOURCE
#include
int sched_yield(void) {
return 0;
}
Thanks,
Petr Vandrovec
--
T
L configuration (even after I split incorrectly
merged lines).
Thanks,
Petr Vandrovec
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
70 matches
Mail list logo