Bug#603391: [Pkg-xen-devel] Bug#603391: Workaround PyGrub issue

2013-10-09 Thread Tril
got it, added underscore, my mistake. Patch works. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#603391: [Pkg-xen-devel] Bug#603391: Workaround PyGrub issue

2013-10-07 Thread Tril
I double-checked, I edited the file correctly. I don't know python much, but it seems the lower stack traces are deeper than the upper ones, which means somehow your calling "self.disk =" inside a set_disk method seems to have re-entered itself as if set_disk is a handler for self.disk =... --

Bug#603391: [Pkg-xen-devel] Bug#603391: Workaround PyGrub issue

2013-10-01 Thread Tril
Sorry didn't work. Aso it will only handle this special case, not the general case of /dev/something. # python GrubConf.py grub2 /home/tehadmin/snail-grub.cfg WARNING:root:Unknown directive load_video WARNING:root:Unknown directive terminal_output WARNING:root:Unknown image directive load_video

Bug#603391: Workaround PyGrub issue

2013-09-28 Thread Tril
Confirmed this issue. To reproduce: Install a fresh Wheezy AMD64 guest under Xen 4.1 (hypervirtualized, boot from the debian-7.1.0-amd64-CD-1.iso). Use "entire disk" automatic layout for partitioning, this creates /dev/xvda1 for / and /dev/xvda5 for swap. It will create /boot/grub/grub.cfg with ma

Bug#443143: postrm fails if update-inetd not installed

2007-09-27 Thread Tril
On Wed, Sep 26, 2007 at 03:13:10PM +0100, Dave Holland wrote: > Hi, > > On Tue, Sep 18, 2007 at 09:21:05PM -0700, Tril wrote: > > I was unable to remove biff because postrm returned 1 (because > > /usr/sbin/update-inetd did not exist). I fixed this by adding > > &quo

Bug#443143: postrm fails if update-inetd not installed

2007-09-18 Thread Tril
Package: biff Version: 1:0.17pre2412-4 I was unable to remove biff because postrm returned 1 (because /usr/sbin/update-inetd did not exist). I fixed this by adding "|| true" at the end of the 4th line. cat /var/lib/dpkg/info/biff.postrm #!/bin/sh -e case "$1" in remove) [ -e /usr/sb