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 \ file=win7.qco

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] k

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 file=win7.qcow2,if=ide,index=0,media=d

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 -e

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 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". Trouble

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 run

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

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

2015-05-25 Thread Andrew Buckeridge
Package: maildrop Version: 2.7.1-3 Severity: important Dear Maintainer, Wanted to use script /usr/local/bin/mimetidy.sh to check email is readable: #!/bin/sh exec 3>&1 [ $(reformime -r8 | tee /dev/fd/3 | wc -L) -le 80 ] Also tried processessing email with reformime -r8

Bug#718366: I get same with the "R" flat panel modes

2013-10-04 Thread Andrew Buckeridge
Package: arandr Version: 0.1.6-1 I can't replace built in "XxY" modes so use additional "R" ones calculated with: cvt -r 1440 900 60 cvt -r 1400 1050 60 This is labelled 1440x900R as previous 1440x900 in use can not be changed. Integer conversion (int()) stops on 'R' with error. Need to match o

Bug#712659: mkvmlinuz missing xxd from vim-common

2013-06-18 Thread Andrew Buckeridge
Package: mkvmlinuz Version: 36 > Depends: bash (>= 3), binutils, debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.4) I got hit with this on my Pegasos2 when upgrading to wheezy because I run nvi and did not have vim-common installed. There is also hexdump or hd command from bsdmainutils. Now have 3.2

Bug#606168: Bug #606168 - Parted complains about MBR modified by gptsync

2013-01-12 Thread Andrew Buckeridge
On Tue, 08 Jan 2013 13:27:09 -0500 Phillip Susi wrote: > tags 606168 + moreinfo > thanks > > Is there a problem with the original disk, or only on the truncated image? Whole disk. Parted expects protective MBR to have a single entry for GPT (the GPT itself contains the partitions). However, gpt

Bug#692796: stunnel.conf: options = SSL_OP_CIPHER_SERVER_PREFERENCE: Illegal SSL option

2012-11-08 Thread Andrew Buckeridge
Package: stunnel4 Version: 3:4.29-1 I have not tagged severity. Is it a real security issue? In my stunnel.conf I tried:-- options = SSL_OP_CIPHER_SERVER_PREFERENCE It gave "Illegal SSL option" and did not start. Trying to set SSL_CTX_set_options(3ssl) SSL_OP_CIPHER_SERVER_PREFERENCE.

Bug#692186: pnmtofiasco can't read valid PNM files created by netpbm

2012-11-02 Thread Andrew Buckeridge
Package: netpbm Version: 2:10.0-12.2+b1 pnmtofiasco: bad magic number - not a ppm, pgm, or pbm file with output of pnmnorm, but this same output was accepted by pnmtojpeg Steps to reproduce: # pngtopnm file.png | pnmnorm -bpercent 1 -wpercent 1 | pnmtojpeg --quality=70 --dct=float --progressive

Bug#660627: Serious if you change config

2012-07-27 Thread Andrew Buckeridge
Quite easy to reproduce with ksh script attached. HTTP Host is not checked in the DNS to see if it matches socket. This would be expensive. Checking Host against glob would be faster. If config could match /** or **..** in domains then it would be okay, but it did not seem to match. "**" should m

Bug#673989: Timestamps can be fixed to solve #353744 and #174038 of sysklogd

2012-05-22 Thread Andrew Buckeridge
Package: syslog-ng Version: 3.1.3-3 Severity: wishlist See also #353744 and #174038 of sysklogd. A small change to syslog-ng could make logs useful. Could then use as default to solve #353744 and #174038. /etc/syslog-ng/syslog-ng.conf:-- # First, set some global options. options { ...

Bug#649467: LPD timeout is harmful

2011-11-21 Thread Andrew Buckeridge
Direct socket printing (such as HP JetDirect on 9100/tcp) by accepting only one TCP connection on the socket exploits the rate adaptation and logical end of file inherent in TCP. With this scheme it can start processing the input as soon as it starts to receive it. The RFC 1179 Line Printer Daemon

Bug#649467: Sets 25 s timeout without option and -1 does not work

2011-11-21 Thread Andrew Buckeridge
Package: rlpr Version: 2.05-4 The man page says that --timeout= defaults to 3 s, but it defaults to 25 s in the program. Even 25 s is way too short and causes a timeout. A more logical default would be -1 which according to the man page means never. However, a value of -1 as documented also cause

Bug#644130: openssh-server: Sets DISPLAY to wrong value

2011-10-02 Thread Andrew Buckeridge
Package: openssh-server Version: 1:5.5p1-6 Severity: normal If I ssh -X into my machine chrp from n50.bgcaus.com DISPLAY is bogus. However, if I change DISPLAY X client will run. > andrewb@chrp:~$ echo $DISPLAY > n50.bgcaus.com:0.0 > andrewb@chrp:~$ xclock > Error: Can't open display: n50.bgcaus

Bug#641698: xpdf: Hangs with blank screen when used as iceape helper

2011-09-15 Thread Andrew Buckeridge
Package: xpdf Version: 3.02-12 Severity: normal It does not consume CPU like #231208, but just looks like its dealocked. If I clean the environment the problem goes away. #!/bin/sh #/usr/local/bin/xpdf wrapper for /usr/bin/xpdf exec env -i "DISPLAY=$DISPLAY" "XAUTHORITY=$XAUTHORITY" /usr/bin/xp

Bug#641247: dovecot-imapd: Get IMAP Error: fchown

2011-09-12 Thread Andrew Buckeridge
On Mon, 12 Sep 2011 10:08:58 +0300 Timo Sirainen wrote: > On 12.9.2011, at 7.34, Andrew Buckeridge wrote: > > > 2011-09-12 11:37:03 IMAP(???): Error: > > fchown(/var/lib/dovecot/control/9998/.INBOX/dovecot-uidlist.tmp, -1, > > 9111(mailusers)) failed: Operation

Bug#641247: dovecot-imapd: Get IMAP Error: fchown

2011-09-11 Thread Andrew Buckeridge
Package: dovecot-imapd Version: 1:1.2.15-7 Severity: important User can not create folders or save email. http://www.dovecot.org/list/dovecot/2006-May/013083.html http://www.dovecot.org/list/dovecot/2009-August/042431.html The umask option to mitigate this problem has been removed. -- System In

Bug#397856: groff -ms -Tlatin1 | less -R only works on vt100

2011-08-21 Thread Andrew Buckeridge
Package: less Version: 436-1 Severity: wishlist The less options -R or --RAW-CONTROL-CHARS do not work on non-vt100 terminals. http://www.greenwoodsoftware.com/less/news.346.html Consider: ... | groff -ms -Tlatin1 | less -R There groff -man uses overstrike which is emulated by less using terminf

Bug#627585: Only depth 8bpp works with XGI Volari Z9s

2011-06-28 Thread Andrew Buckeridge
Package: linux-image-3.0.0-rc4-amd64 Version: 3.0.0~rc4-1~experimental.1 Architecture: i386 Package: linux-image-2.6.32-5-amd64 Version: 2.6.32-31 Architecture: i386 PCA-5612 XGI Volari Z9s works fine on x86 with above and Xorg sis driver shipped by Debian. Is it endian? /etc/modules: -- sisfb m

Bug#630845: linux-image-2.6.39-2-powerpc: CHRP Pegasos2 boot failure

2011-06-23 Thread Andrew Buckeridge
Package: linux-image-3.0.0-rc3-powerpc Version: 3.0.0~rc3-1~experimental.1 Firmware boot command line is: -- vmlinuz-3.0.0-rc3-powerpc video=radeonfb:1400x1050-8@60 panic=60 \ root=UUID=39c3b58f-8331-4c14-828b-77eb1c2132df I get this warning. Is it important? Is it related? > +---+ Con

Bug#630845: linux-image-2.6.39-2-powerpc: CHRP Pegasos2 boot failure

2011-06-23 Thread Andrew Buckeridge
Package: linux-image-3.0.0-rc3-powerpc Version: 3.0.0~rc3-1~experimental.1 On Wed, 22 Jun 2011 04:01:38 +0100 Ben Hutchings wrote: > > linux-image-2.6.36-trunk-powerpc_2.6.36-1~experimental.1_powerpc.deb > > linux-image-2.6.37-1-powerpc_2.6.37-1_powerpc.deb > > linux-image-2.6.37-2-powerpc_2.6.3

Bug#627585: Can not test xgi volari z9s with 2.6.39

2011-06-17 Thread Andrew Buckeridge
I can't run linux-image-2.6.39-2-powerpc 2.6.39-2, linux-image-2.6.39-1-powerpc 2.6.39-1 or linux-image-2.6.38-2-powerpc 2.6.38-5 as a result I am not able to confirm if bug 627585 has been fixed on this arch. These displays are sometimes found on x86 servers. http://ubuntuforums.org/showthread.ph

Bug#630845: linux-image-2.6.39-2-powerpc: CHRP Pegasos2 boot failure

2011-06-17 Thread Andrew Buckeridge
Package: linux-2.6 Version: 2.6.39-2 Severity: normal Binary packages that have failed to boot on my Pegasos2 are linux-image-2.6.39-2-powerpc_2.6.39-2, linux-image-2.6.39-1-powerpc_2.6.39-1 and linux-image-2.6.38-2-powerpc_2.6.38-5. There is nothing interesting on the screen. After loading fro

Bug#630778: xdm does not just work

2011-06-17 Thread Andrew Buckeridge
Package: xdm Version: 1:1.1.10-3 Remote display is actually 10.253.0.200 00:80:64:32:01:70 (Wyse Technology) The ps command just displayed: -- > 5027 ?Ss 0:00 /usr/bin/xdm > 5308 ?Ss 0:00 \_ -10.253.0.20 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debi

Bug#630778: xdm does not just work

2011-06-17 Thread Andrew Buckeridge
Package: xdm Version: 1:1.1.10-3 See bug #76929 in particular PAM. Trying a Wyse Winterm with XDMCP direct. I see the login widget then it dies. (The Wyse Winterm then starts up and can then RDP login to xrdp package I have running on system. Really should do X to a Linux box. Wyse Winterm can no

Bug#627585: /boot/vmlinux-2.6.32-5-powerpc: Only depth 8bpp works with XGI Volari Z9s card PCA-5612 when using sisfb

2011-05-22 Thread Andrew Buckeridge
Package: linux-2.6 Version: 2.6.32-31 Severity: normal File: /boot/vmlinux-2.6.32-5-powerpc If a depth other than 8 bit is chosen colours are not mapped properly. The text on the virtual console is not white. The same happens when X.org is started. The virtual console is functional at 8 bpp (app

Bug#619467: ***SPAM*** Does not convert from HTML to Word

2011-03-24 Thread Andrew Buckeridge
Package: unoconv Version: 0.4-1 I only mentioned the images in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518938 however it can not layout HTML to page. If I use: -- unoconv -v -d document -f doc Public_BD58_AS3999_ACIMA.html This CSS is honored: --