Bug#803909: Assertion `bm->bus->dma->aiocb == ((void *)0)' failed

2016-01-31 Thread Andrew Buckeridge - Private
Restarted VM and then allowed Windows 7 to start normally. Was able to complete defrag C: /H /U /V /X in cmd dos box. Not reproducible. Any interesting comments regarding assertion? Same command line as before: qemu-system-x86_64 -enable-kvm -cpu host -localtime -usb -boot c -drive \

Bug#803909: Assertion `bm->bus->dma->aiocb == ((void *)0)' failed

2016-01-31 Thread Andrew Buckeridge - Private
With just the C: drive. defrag C: /H /U /V /X in cmd dos box seems to upset it. Was hoping to use this to clean up raw image before making it sparse. These raw images can be placed on a USB stick. Normally defrag is just a time waster. Now using qcow2 for general use on desktop. [ 1039.091722]

Bug#803909: Assertion `bm->bus->dma->aiocb == ((void *)0)' failed

2015-11-02 Thread Andrew Buckeridge - Private
Package: qemu-system-x86 Version: 1:2.1+dfsg-12+deb8u4 qemu-system-x86_64 crashes after a while when assertion fails. Running an install of Windows 7 Enterprise. qemu-system-x86_64 -enable-kvm -cpu host -localtime -usb -boot c \ -fda fat:floppy:rw:a \ -drive

Bug#800146: Can't load x32 binaries on amd64 system

2015-09-27 Thread Andrew Buckeridge - Private
Package: linux-image-3.16.0-4-amd64 Version: 3.16.7-ckt11-1+deb8u3 Severity: normal Dear Maintainer, I am able to run i386 and i686 binaries on my amd64 system, but not x32. Steps to reproduce: # apt-get install libc6-dev-x32 ... $ gcc -Os -mx32 -o /tmp/csv2tsv /usr/local/src/csv2tsv.c $ ldd

Bug#798425: e2fsprogs ext4 man page typo says ext2 twice in list

2015-09-08 Thread Andrew Buckeridge - Private
Package: e2fsprogs Version: 1.42.12-1.1 Severity: minor Minor annoyance that probably no one notices. My fix:- --- /tmp/ext4.5.orig2015-09-09 12:27:34.0 +0800 +++ /tmp/ext4.5 2015-09-09 12:27:40.0 +0800 @@ -6,7 +6,7 @@ .SH NAME ext2 \- the second extended file system .br

Bug#563335: The crypt() in dietlibc returns des regardless of salt

2015-07-16 Thread Andrew Buckeridge - Private
The crypt() in dietlibc-dev is not the same as crypt() in glibc. In checkpassword.c inserted the lines: #define _GNU_SOURCE #include alloca.h I linked against glibc with -lcrypt and it works. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe.

Bug#785241: i386 installer works, but amd64 did not

2015-07-06 Thread Andrew Buckeridge - Private
I have an Acer C720P. When I tried the amd64 installer via USB and it just rebooted the BIOS. I was able to run the i386 installer, pull amd64 kernel image and boot it from the built in flash drive. The johnlewis.ie FAQs say try another distro or mem=some_value. The i386 Debian userland is now

Bug#786851: maildrop: reformime -r8 is supposed to convert Q-P to 8bit

2015-05-29 Thread Andrew Buckeridge - Private
I have included two samples of QP: One ending with .ms abuses QP to conceal long lines. (The .ms is for MicroSoft not groff -ms which I like.) This is not converted to 8bit. One ending with .qp uses QP to encapsulate human readable plaintext. (This encoding would only be useful where you really

Bug#786851: maildrop: reformime -r8 is supposed to convert Q-P to 8bit

2015-05-26 Thread Andrew Buckeridge - Private
The problem seems to be of the except in some situations kind. It could be failing if the line is more than 78 characters or 998 octets, but this is not what you expect when you tell it to get rid of QP by supplying the -r8 option. I have some samples that are confidential so I will try and hand