Your message dated Thu, 23 Dec 2010 13:02:22 +0000
with message-id <e1pvkoi-0000pw...@franck.debian.org>
and subject line Bug#605947: fixed in fai 3.4.6
has caused the Debian Bug report #605947,
regarding fai-mirror is broken due to fix of #600715
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 ow...@bugs.debian.org
immediately.)
--
605947: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=605947
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: fai-server
Version: 3.4.5
Severity: important
Calling fai-mirror is broken. This is because of the fix for #600715.
Attached is a detailed description.
--- Begin Message ---
(explicitly CC'ed Thomas to alert him.)
Hi all,
> after update to 3.4.5 I get an error when running fai-mirror (system is a
> current debian lenny).
>
> The following command was entered ("/fai/etc"-config files are stored in a
> different location, but this should
> IMHO not cause the problem).
[...]
Indeed, IMHO this problem will occur in all cases. It's caused by the recent
bugfix of #600715. With this bugfix install_packages does:
print "$0: reading config files from directory $classpath\n";
Before it was a warn instead of the print, sending the result to stderr. This
nicely fixed #600715, but it interferes with make-fai-nfsroot, which uses the
output of install_packages:
install_packages -l -p$cfdir > $NFSROOT/var/tmp/packages.nfsroot
AFAIK this is the only use of this kind, hence it would be ok to keep the bugfix
of #600715, but we need a fix of make-fai-nfsroot (which would be a grep -v).
Thomas, here's where your input is needed: Would something like
install_packages -l -p$cfdir | grep -v "install_packages: reading config files
from" > $NFSROOT/var/tmp/packages.nfsroot
be fine with you? I guess we'll need a 3.4.6, however, as fai-mirror is probably
broken in all cases with the current situation. Yet I am not quite happy with
the above grep-solution as a change of install_packages' output will again break
things.
Best regards,
Michael
pgpiAwBMP82ZV.pgp
Description: PGP signature
--- End Message ---
--
regards Thomas
--- End Message ---
--- Begin Message ---
Source: fai
Source-Version: 3.4.6
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.6_all.deb
to main/f/fai/fai-client_3.4.6_all.deb
fai-doc_3.4.6_all.deb
to main/f/fai/fai-doc_3.4.6_all.deb
fai-nfsroot_3.4.6_all.deb
to main/f/fai/fai-nfsroot_3.4.6_all.deb
fai-quickstart_3.4.6_all.deb
to main/f/fai/fai-quickstart_3.4.6_all.deb
fai-server_3.4.6_all.deb
to main/f/fai/fai-server_3.4.6_all.deb
fai-setup-storage_3.4.6_all.deb
to main/f/fai/fai-setup-storage_3.4.6_all.deb
fai_3.4.6.dsc
to main/f/fai/fai_3.4.6.dsc
fai_3.4.6.tar.gz
to main/f/fai/fai_3.4.6.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 605...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Prokop <m...@grml.org> (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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Thu, 23 Dec 2010 12:04:36 +0100
Source: fai
Binary: fai-client fai-doc fai-server fai-quickstart fai-nfsroot
fai-setup-storage
Architecture: source all
Version: 3.4.6
Distribution: unstable
Urgency: low
Maintainer: Thomas Lange <la...@debian.org>
Changed-By: Michael Prokop <m...@grml.org>
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: 605947 606113 606485
Changes:
fai (3.4.6) unstable; urgency=low
.
[ Thomas Lange ]
* [370cf6a] print message to stderr (closes: #605947)
.
[ Michael Tautschnig ]
* [ae1e965] setup-storage/{Fstab.pm,Parser.pm}: Cleanup code for
defining BOOT_DEVICE; setup-storage.8: Properly document
semantics of BOOT_DEVICE and disk_var.sh - thanks to
Julien Blache <jbla...@debian.org>
* [a7130ae] simple/scripts/GRUB_PC/10-setup: No need to deal with
multiple devices anymore, BOOT_DEVICE will always a be single value
- thanks to alekibango, David Dreezer
* [4ff0276] setup-storage/Commands.pm: Use proper dependencies when
entire disks are used as part of a RAID or LVM volume - thanks
to Peter Kruse
* [6b2956f] setup-storage/Commands.pm: Always run vgchange -a -n, even
if no prior LVM was detected; run pvcreate with -ff -y.
(closes: #606485) - thanks to Mathieu Alorent <malor...@echo.fr>
* [20e21b3] setup-storage/Commands.pm: Fix dependencies between disk
and LVM commands. (closes: #606113) - thanks to Mathieu Alorent
<malor...@echo.fr>, Nicolas Courtel <cour...@cena.fr>
.
[ Michael Prokop ]
* [691bc38] task_mountdisks(): catch every exit code != 0 from mount2dir.
Checksums-Sha1:
03597a34a42ead38e6e803a459e5282e3588c70f 1059 fai_3.4.6.dsc
2de5c615516c6ea3476c71c3b4b398009567bea3 298264 fai_3.4.6.tar.gz
ee7ac066adc5898e7b5e4010fd0efa1f19471a7b 127924 fai-client_3.4.6_all.deb
5c9bbd5b4fd908218248a132adbdbdcc23874f34 639434 fai-doc_3.4.6_all.deb
6d6670b85168247e8d1c4e7cac843e25e4143bfe 59506 fai-server_3.4.6_all.deb
7547f0007e1326bcee01c9d054786132028f9ad3 2042 fai-quickstart_3.4.6_all.deb
5eb35ebe3a702b9d4dca5dd7b2ba5706d7e1054d 68022 fai-nfsroot_3.4.6_all.deb
689bf6a4397862a7c1f3b82b59c5ba1a9d0ea0e8 105570 fai-setup-storage_3.4.6_all.deb
Checksums-Sha256:
afa73d4043d0352ec0c45d6b4809b93325b5a2097d7fb874019316238f3f9328 1059
fai_3.4.6.dsc
99f38f49a50f3e2816666f6bca05605345b6b3f12d7f2854b53f64c0b15b3689 298264
fai_3.4.6.tar.gz
68fc00943fbd53f0b02f8704fdf648d8edb027f32683c47d7db3885b32a744ab 127924
fai-client_3.4.6_all.deb
890690d272428a4e6d80d14f9f3731a482e65778139c8d7a203391b9ec67488f 639434
fai-doc_3.4.6_all.deb
fc6096b92c5236b75769be083f124f7277bc80305ce13119989fa4b73679da25 59506
fai-server_3.4.6_all.deb
558b9acf3335879ce921a3c7a536a660250e72398e80d47dfd66f7184b28390a 2042
fai-quickstart_3.4.6_all.deb
1cde3ba61214a1a83eb13ba2650b80e6895ed2e3108dde8050c13824fd328aca 68022
fai-nfsroot_3.4.6_all.deb
04a88b7a1139319765fb28f2f294e9ea7231b770e7670ad3175fe4e9a6596a18 105570
fai-setup-storage_3.4.6_all.deb
Files:
552505a555cc8ca00a05296dc829be4f 1059 admin extra fai_3.4.6.dsc
a24c1b6e40cb229452960f04a71cb7b4 298264 admin extra fai_3.4.6.tar.gz
f1d4f30c1e43616deeaaf8ad6dd43ecd 127924 admin extra fai-client_3.4.6_all.deb
291cc0bbc27eb34fe01c607d595903e9 639434 doc extra fai-doc_3.4.6_all.deb
e709283d047811ee9510f1c1ec5b94cf 59506 admin extra fai-server_3.4.6_all.deb
8390277446c0818d462425d36c53c584 2042 admin extra fai-quickstart_3.4.6_all.deb
ec0e7636144640733a0e57b8961e3acb 68022 admin extra fai-nfsroot_3.4.6_all.deb
394311edf81b88439400cc2c71465d87 105570 admin extra
fai-setup-storage_3.4.6_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk0TRSsACgkQ2N9T+zficujuOQCdFAXTs//B3JUcQkaUBkuexpBM
bKAAniuKN7UtyF22StBf+1m7Q/QKDY5G
=Oa4J
-----END PGP SIGNATURE-----
--- End Message ---