Your message dated Tue, 10 May 2011 17:02:13 +0000
with message-id <[email protected]>
and subject line Bug#620798: fixed in fai 3.4.8
has caused the Debian Bug report #620798,
regarding fai-server: fai-cd provides wrong memtest boot option for grub2
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.)
--
620798: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=620798
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: fai-server
Version: 3.4.7
Severity: normal
Tags: upstream patch
The provide_memtest_boot_option in fai-cd inserts a wrong boot option
for memtest86 when using grub2. It tries to load /boot/memtest86+
instead of /boot/memtest86+.bin
Patch attached
-- System Information:
Debian Release: 6.0.1
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash
Versions of packages fai-server depends on:
ii debootstrap 1.0.26+squeeze1 Bootstrap a basic Debian system
ii fai-client 3.4.7 Fully Automatic Installation clien
Versions of packages fai-server recommends:
ii dhcp3-server 4.1.1-P1-15+squeeze1 ISC DHCP server (transitional pack
ii fai-setup-storage 3.4.7 automatically prepare storage devi
ii isc-dhcp-server [dh 4.1.1-P1-15+squeeze1 ISC DHCP server for automatic IP a
ii libproc-daemon-perl 0.03-2 Run Perl program as a daemon proce
ii nfs-kernel-server 1:1.2.2-4 support for NFS kernel server
ii openbsd-inetd [inet 0.20080125-6 The OpenBSD Internet Superserver
ii openssh-client 1:5.5p1-6 secure shell (SSH) client, for sec
ii openssh-server 1:5.5p1-6 secure shell (SSH) server, for sec
ii syslinux-common 2:4.02+dfsg-7 collection of boot loaders (common
ii tftpd-hpa 5.0-18 HPA's tftp server
Versions of packages fai-server suggests:
ii apt-move 4.2.27-1+b8 Maintain Debian packages in a pack
ii aptitude 0.6.3-3.2 terminal-based package manager (te
ii debmirror 1:2.4.5 Debian partial mirror script, with
ii genisoimage 9:1.1.11-1 Creates ISO-9660 CD-ROM filesystem
ii grub 0.97-64 GRand Unified Bootloader (dummy pa
pn perl-tk <none> (no description available)
-- Configuration Files:
/etc/fai/NFSROOT changed [not included]
/etc/fai/apt/sources.list changed [not included]
/etc/fai/make-fai-nfsroot.conf changed [not included]
/etc/fai/menu.lst changed [not included]
-- no debconf information
--- fai-cd.orig 2011-02-04 16:01:03.000000000 +0100
+++ fai-cd 2011-04-04 11:10:04.000000000 +0200
@@ -181,7 +182,7 @@
cat >> $tmp/boot/grub/grub.cfg <<EOF
menuentry "Memory test (memtest86+)" {
- linux16 /boot/memtest86+
+ linux16 /boot/memtest86+.bin
}
EOF
fi
--- End Message ---
--- Begin Message ---
Source: fai
Source-Version: 3.4.8
We believe that the bug you reported is fixed in the latest version of
fai, which is due to be installed in the Debian FTP archive:
fai-client_3.4.8_all.deb
to main/f/fai/fai-client_3.4.8_all.deb
fai-doc_3.4.8_all.deb
to main/f/fai/fai-doc_3.4.8_all.deb
fai-nfsroot_3.4.8_all.deb
to main/f/fai/fai-nfsroot_3.4.8_all.deb
fai-quickstart_3.4.8_all.deb
to main/f/fai/fai-quickstart_3.4.8_all.deb
fai-server_3.4.8_all.deb
to main/f/fai/fai-server_3.4.8_all.deb
fai-setup-storage_3.4.8_all.deb
to main/f/fai/fai-setup-storage_3.4.8_all.deb
fai_3.4.8.dsc
to main/f/fai/fai_3.4.8.dsc
fai_3.4.8.tar.gz
to main/f/fai/fai_3.4.8.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Prokop <[email protected]> (supplier of updated fai package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Tue, 10 May 2011 12:39:55 +0200
Source: fai
Binary: fai-client fai-doc fai-server fai-quickstart fai-nfsroot
fai-setup-storage
Architecture: source all
Version: 3.4.8
Distribution: unstable
Urgency: low
Maintainer: Thomas Lange <[email protected]>
Changed-By: Michael Prokop <[email protected]>
Description:
fai-client - Fully Automatic Installation client package
fai-doc - Documentation for FAI
fai-nfsroot - Fully Automatic Installation nfsroot package
fai-quickstart - Fully Automatic Installation quickstart package
fai-server - Fully Automatic Installation server package
fai-setup-storage - automatically prepare storage devices
Closes: 609568 611728 612481 617720 619136 620798
Changes:
fai (3.4.8) unstable; urgency=low
.
[ Michael Goetze ]
* [eeae848] package_config/FAISERVER: remove mkisofs
* [af1d1de] simple-examples: in squeeze, the GRUB 1 package is called
"grub-legacy".
* [f895526] Document http method for $FAI_CONFIG_SRC in fai-guide
* [f3574fb] Use $ROOTCMD grub-install for grub1
* [248edd7] menu.lst/postinst: Use grub device name for $ROOTCMD grub-
install
* [b264ac0] Make device2grub use grub-mkdevicemap rather than stuff in
target
.
[ Michael Prokop ]
* [cffdba6] debian/changelog: update git commit IDs - thanks to
Michael Tautschnig for helping
* [81085f7] bin/fai-do-scripts: also ignore files with suffix .dpkg-
dist and .dpkg-tmp
* [8893351] FAIBASE/30-interface: bugfix so fai softupdate runs
without error on a fresh installation with simple-examples -
backported patch by Michael Goetze
* [07b42af] fai-guide: adjusting quoting of variables like
FAI_CONFIG_SRC for proper output
* [8e201f9] Move get-config-dir-http to according space for stable-
branch.
* [a9c1065] Remove 99-discover-bug script, deprecated since lenny.
* [e21417e] Bump Standards-Version to 3.9.2.
.
[ Michael Tautschnig ]
* [b261425] setup-storage/Sizes.pm: Properly handle extended
partitions that aren't the last primary partition.
* [d939b6d] setup-storage/Sizes.pm: gpt-bios must be sector-wise first
partition.
* [cf1d068] setup-storage, setup-storage/Parser.pm: sanity checks.
* [e014096] setup-storage.8: Clarify that partition/volume sizes are
integers.
* [a801de8] setup-storage/{Parser,Volumes,Init}.pm: Improved error
reporting. (Closes: #617720, #611728) - thanks to Toomas Tamm
* [7715da4] setup-storage, setup-storage/{Volumes,Commands,Exec,
Init,Parser}.pm: Software RAID bugfixes
* [282e36a] setup-storage/{Parser,Commands}.pm: Make on-disk LV order
consistent with disk_config
* [01002aa] setup-storage: Revert incomplete $FAI::DATADIR use to
$ENV{LOGDIR}
* [01865ee] make-fai-nfsroot: Remove Ubuntu-specific
lib/udev/rules.d/85-lvm2.rules to avoid LVM auto-start
* [bbfb13b] setup-storage/Sizes.pm: Make 100% a valid partition size.
(Closes: #619136)
* [6e47075] setup-storage/Parser.pm: Support k and K for kilobytes
* [bdfc127] setup-storage: Added align-at option for user-defined
alignment - thanks to Mathieu Alorent
* [37b2520] setup-storage/Parser.pm: Fixed mis-merge of align-at
parsing and made it more robust.
* [d9f96fe] setup-storage/Sizes.pm: Apply alignment constraints to start
of first partition.
* [1a904b3] setup-storage/Parser.pm: Finally fix align-at parser bug.
* [cee3610] setup-storage.8: Document alignment strategy of setup-storage.
* [91ab2d0] get-config-dir-svn: really fix broken SVN URL comparison
* [2b7475d] get-config-dir-svn: Fix broken-pipe error in SVN URL check
.
[ Thomas Lange ]
* [d7099c5] add initramfs-tools, workaround for fai-mirror problem
* [012e755] diverting nis not needed any more, tested with lenny and
squeeze (Closes: #612481)
* [225c726] use new command names for cdrecord and mkisofs
(Closes: #609568)
* [a8b5849] get-config-dir-http: new script to get a tarball of the
config space - thanks to Waldemar Brodkorb for the initial patch
* [bf6b52d] fix comment in get-config-dir-http
* [b196fb4] get-config-dir-http: minor change in messages
* [4a8422a] fix wrong file name for memtest boot option
(Closes: #620798)
* [bfa7406] year++
* [84a367d] use same linux-image package names as in NFSROOT
* [aba26b4] replace transitional package name for dhcp-client
* [64edc5e] call genisoimage with -R instead of -r, thanks to
Syd Alsobrook for report and suggestion
Checksums-Sha1:
6f9648cea16201c412bb99de86926dbd225786e1 1057 fai_3.4.8.dsc
53546bb0f1c0a700cd0588bc21ee25472890a011 303030 fai_3.4.8.tar.gz
181bea66ddf090eac15b7d11e7cdbcb220dfbd16 129694 fai-client_3.4.8_all.deb
4e5ef31e4b3c6ea710442beaee72ba2d28be9407 640792 fai-doc_3.4.8_all.deb
75a6290b308805ced847bab2d476354806614454 59536 fai-server_3.4.8_all.deb
4d06932e58f4609ea2527d9167248cf607e73878 2040 fai-quickstart_3.4.8_all.deb
20ec60c8f428e7f1fa09b87308027baec85ac299 69390 fai-nfsroot_3.4.8_all.deb
2a2a420c9ccf78be6c302203e5623ede2715e82f 109622 fai-setup-storage_3.4.8_all.deb
Checksums-Sha256:
d34994c619b2fa7fb5ed9b46a51bc2908fb4c611782f828cefd54785bb890f58 1057
fai_3.4.8.dsc
1850fd6b608e29dd2d9e38ca09c438865659b9b5138ad32dc841b9601d1cd5d2 303030
fai_3.4.8.tar.gz
8f211aac5f6d6be8659e21b91c5617844612cb9a19d8d2574390a8b230f97bea 129694
fai-client_3.4.8_all.deb
d48af471baaf974081c546fb3b71b7100153aa0353df6f172f08c36c720ea3ec 640792
fai-doc_3.4.8_all.deb
640e69dd2237d9e47922851b69d8e51da6192236b63213a7132308f5750756c0 59536
fai-server_3.4.8_all.deb
ab9b59b97b8de90883ab0040a2fb75f8221da8245b46eaf5d1df686af1900139 2040
fai-quickstart_3.4.8_all.deb
89180bcc29edf7591af532445ae35068268ffa3813099187a9c00a2630cdc1bb 69390
fai-nfsroot_3.4.8_all.deb
df8ea16b7bfe34fddd9f3306729b4c81d5ba7b97067c5ab8012a4c06127f6659 109622
fai-setup-storage_3.4.8_all.deb
Files:
1468621c20280fca74c7ac2d260aae74 1057 admin extra fai_3.4.8.dsc
5981b7bc1f4b7b2b209691015eb0efbb 303030 admin extra fai_3.4.8.tar.gz
7e01d27b2519fc6ad53a27f0e168603c 129694 admin extra fai-client_3.4.8_all.deb
b2abd288c2abde9299353bbfff3993c3 640792 doc extra fai-doc_3.4.8_all.deb
9cf3d99f4c7ee25bff1e1d2186e660be 59536 admin extra fai-server_3.4.8_all.deb
494912b840063e9825669a0388483828 2040 admin extra fai-quickstart_3.4.8_all.deb
2584aeadfd0c8b50ee2cbd7dc00a0db9 69390 admin extra fai-nfsroot_3.4.8_all.deb
049577609eb4548fbabdd88c6896add2 109622 admin extra
fai-setup-storage_3.4.8_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk3JbSwACgkQ2N9T+zficujVbQCeIO/VMBLtnXBkP9GYAN79yJvo
HtgAmgJC7cBtXYfH1/u6HzVdvS+/3g3k
=nBW0
-----END PGP SIGNATURE-----
--- End Message ---