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
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 =...
--
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
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
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
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
6 matches
Mail list logo