Your message dated Tue, 19 Dec 2006 12:17:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#402588: fixed in fai 3.1.3 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: fai-client Tags: patch partly, option parsing for this is there now, but it doesn't yet work. One thing, I get "command line parsing errors", and looking into it showed that a shift was forgotten on hostname parsing, and the long option wasn't handled by getopt. Added these - see patch - remove the debug lines... I am still not getting an installed system the same way as I get when using -c to define the classes, but some errors - looking deeper into it now... Index: bin/fai =================================================================== --- bin/fai (revision 4193) +++ bin/fai (working copy) @@ -27,6 +27,7 @@ #********************************************************************* #set -xv # for full debugging +debug=true export PATH=/usr/local/sbin:/usr/local/bin:/usr/lib/fai:/bin:/sbin:/usr/bin:/usr/sbin: # some variables @@ -157,8 +158,13 @@ # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # Main routine +[ X$debug == "Xtrue" ] && echo "before getopt" + # Parse commandline options -TEMP=$(getopt -o u:Nhvc:C: --long new,help,verbose,class:,cfdir: -n "$0" -- "$@") +TEMP=$(getopt -o u:Nhvc:C: --long hostname:,new,help,verbose,class:,cfdir: -n "$0" -- "$@") + +[ X$debug == "Xtrue" ] && echo "after getopt" + if [ $? != 0 ] ; then echo "Terminating..." >&2 ; exit 1 ; fi # Note the quotes around `$TEMP': they are essential! eval set -- "$TEMP" @@ -197,6 +203,7 @@ -u|--hostname) shift export newhostname=$1 + shift ;; --) shift @@ -204,6 +211,7 @@ ;; *) echo "$0: command line parsing error ! $@" + [ X$debug == "Xtrue" ] && echo "problem with $1" exit 1 ;; esac
--- End Message ---
--- Begin Message ---Source: fai Source-Version: 3.1.3 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.1.3_all.deb to pool/main/f/fai/fai-client_3.1.3_all.deb fai-doc_3.1.3_all.deb to pool/main/f/fai/fai-doc_3.1.3_all.deb fai-nfsroot_3.1.3_all.deb to pool/main/f/fai/fai-nfsroot_3.1.3_all.deb fai-quickstart_3.1.3_all.deb to pool/main/f/fai/fai-quickstart_3.1.3_all.deb fai-server_3.1.3_all.deb to pool/main/f/fai/fai-server_3.1.3_all.deb fai_3.1.3.dsc to pool/main/f/fai/fai_3.1.3.dsc fai_3.1.3.tar.gz to pool/main/f/fai/fai_3.1.3.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. Thomas Lange <[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.7 Date: Sun, 17 Dec 2006 17:40:54 +0100 Source: fai Binary: fai-client fai-server fai-doc fai-quickstart fai-nfsroot Architecture: source all Version: 3.1.3 Distribution: unstable Urgency: medium Maintainer: Thomas Lange <[EMAIL PROTECTED]> Changed-By: Thomas Lange <[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 Closes: 402294 402588 402644 Changes: fai (3.1.3) unstable; urgency=medium . * fai-savelog: fix a security tagged bug, make local copy of LOGDIR only readable for root and group adm (closes: #402644) * fai: add missing shift command (closes: #402588) * fai.8: improve dirinstall info (closes: #402294) * package_config/FAIBASE: add packages, this is only a documentation change Files: 95accfc87e1956290b917fe54fbd199e 639 admin extra fai_3.1.3.dsc 422ad99cc65074aedb32fd51aafab61b 193728 admin extra fai_3.1.3.tar.gz 44c04bf0282796afe57dd569209bd48a 98672 admin extra fai-client_3.1.3_all.deb c4123354a610bf1ec060e0897b82d5f8 561800 doc extra fai-doc_3.1.3_all.deb 6785b04988a718c30feba31a9ef8c9e7 35830 admin extra fai-server_3.1.3_all.deb 53138d656f838433520d9cd80139fa14 1876 admin extra fai-quickstart_3.1.3_all.deb 3a0c3ece1f65515a680c1fc71975aa53 45048 admin extra fai-nfsroot_3.1.3_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFFhXQG3BPlTqubZv0RAjHtAJ9PnGOgIkkgfETCZRxoG/TJLOxduQCgtBFA w0BBiTYRfbb8v5vM3q85zfI= =JaI3 -----END PGP SIGNATURE-----
--- End Message ---

