Your message dated Wed, 17 Jun 2009 22:20:16 +0200
with message-id <[email protected]>
and subject line Re: Bug#533453: true is not a valid command
has caused the Debian Bug report #533453,
regarding true is not a valid command
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
533453: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533453
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: grub-pc
Version: 1.96+20090603-2
Severity: normal
When I start grub, I get two errors:
error: unrecognized number
error: unknown command `true'
I am not sure where the first comes from, but the second almost
certainly comes from
if terminal_input serial ; then true ; else
and I can verify that on the command line:
sh:grub> true
error: unknown command `true'
My grub.cfg ist attached.
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30-rc5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages grub-pc depends on:
ii debconf [debconf-2.0] 1.5.26 Debian configuration management sy
ii grub-common 1.96+20090603-2 GRand Unified Bootloader, version
ii libc6 2.9-13 GNU C Library: Shared libraries
grub-pc recommends no packages.
Versions of packages grub-pc suggests:
pn desktop-base <none> (no description available)
ii genisoimage 9:1.1.9-1 Creates ISO-9660 CD-ROM filesystem
pn os-prober <none> (no description available)
-- debconf information excluded
--
.''`. martin f. krafft <[email protected]> Related projects:
: :' : proud Debian developer http://debiansystem.info
`. `'` http://people.debian.org/~madduck http://vcs-pkg.org
`- Debian - when you have better things to do than fixing systems
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
serial --unit=0 --speed=115200
if terminal_input serial ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_input
terminal serial
fi
if terminal_output serial ; then true ; else
# For backward compatibility with versions of terminal.mod that don't
# understand terminal_output
terminal serial
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Debian GNU/Linux, linux 2.6.30-1-amd64" {
insmod raid mdraid
set root=(md0)
search --fs-uuid --set 95a97b15-4911-4281-ad19-123fdb522bd5
linux /boot/vmlinuz-2.6.30-1-amd64 root=/dev/md0 ro console=tty0
console=ttyS0,115200n8
initrd /boot/initrd.img-2.6.30-1-amd64
}
menuentry "Debian GNU/Linux, linux 2.6.30-1-amd64 (recovery mode)" {
insmod raid mdraid
set root=(md0)
search --fs-uuid --set 95a97b15-4911-4281-ad19-123fdb522bd5
linux /boot/vmlinuz-2.6.30-1-amd64 root=/dev/md0 ro single
console=tty0 console=ttyS0,115200n8
initrd /boot/initrd.img-2.6.30-1-amd64
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###
### BEGIN /etc/grub.d/40_custom ###
menuentry "Debian GNU/Linux, latest kernel, off (md1,1)" {
insmod raid mdraid
set root=(md1,1)
linux /vmlinuz root=/dev/md0 ro console=tty0 console=ttyS0,115200n8
initrd /initrd.img
}
menuentry "Debian GNU/Linux, latest kernel, off (vg0-boot)" {
insmod lvm
set root=(vg0-boot)
linux /vmlinuz root=/dev/md0 ro console=tty0 console=ttyS0,115200n8
initrd /initrd.img
}
menuentry "Debian GNU/Linux, previous kernel, off (md1,1)" {
insmod raid mdraid
set root=(md1,1)
linux /vmlinuz.old root=/dev/md0 ro console=tty0
console=ttyS0,115200n8
initrd /initrd.img.old
}
menuentry "Debian GNU/Linux, previous kernel, off (vg0-boot)" {
insmod lvm
set root=(vg0-boot)
linux /vmlinuz.old root=/dev/md0 ro console=tty0
console=ttyS0,115200n8
initrd /initrd.img.old
}
### END /etc/grub.d/40_custom ###
digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)
--- End Message ---
--- Begin Message ---
Version: 1.96+20090611-1
also sprach Felix Zielcke <[email protected]> [2009.06.17.2107 +0200]:
> the missing true command is already fixed in the experimental version.
> But I can't reproduce the `unrecognized number' neither with current sid
> nor with the experimental version.
Experimental fixes both errors. Thanks.
--
.''`. martin f. krafft <[email protected]> Related projects:
: :' : proud Debian developer http://debiansystem.info
`. `'` http://people.debian.org/~madduck http://vcs-pkg.org
`- Debian - when you have better things to do than fixing systems
"not the truth in whose possession any man is, or thinks he is, but
the honest effort he has made to find out the truth, is what
constitutes the worth of man."
-- gotthold lessing
digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)
--- End Message ---