Package: fai
Version: 2.6.5
Severity: normal

Hello Thomas,

thanks a lot for providing the great FAI!

fai-chboot -L fails in line 92 if host lookup is not possible.

Please change the following line from

     $host  = gethostbyaddr($iaddr, AF_INET)->name || 'currently unknown';

to

     if ($h = gethostbyaddr($iaddr, AF_INET)) {
         $host = $h->name;
     } else {
         $host = "Unknown name: $ip";
     }


The above effect is not fixed in CVS for the next version 2.6.6.

Thanks
Christian


-- System Information: Debian Release: 3.1 APT prefers testing APT policy: (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.4.27-1-686 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages fai depends on:
ii  debootstrap                  0.2.45      Bootstrap a basic Debian system
ii  nfs-kernel-server [nfs-serve 1:1.0.6-3.1 Kernel NFS server support
ii  perl                         5.8.4-5     Larry Wall's Practical Extraction

-- no debconf information



--
Dr.-Ing. Christian Leutloff
Lösungs- und Anwendungsentwickler

Q1 Deutschland AG, Speditionstr. 13a, 40221 Düsseldorf
http://www.q1ag.de

Tel (0211) 179 21 - 924, Fax (0211) 179 21 - 929
[EMAIL PROTECTED]



Reply via email to