make-fai-bootfloppy

Thomas Lange lange at informatik.Uni-Koeln.DE
Thu Jul 31 13:57:49 CEST 2003


>>>>> On Wed, 30 Jul 2003 16:26:36 -0700, Dale Harris <rodmur at maybe.org> said:


    >====================================
    >Starting internet superserver: inetd
    >Warning: Fake start-stop-daemon called, doing nothing
It's ok.

    >Automatically converting /etc/network/interfaces succeeded.
    >Old interfaces file saved as interfaces.dpkg-old.
    >hostname: Unknown host
Also ok, if you have no DNS connection.

    >Adding additional packages to /usr/lib/fai/nfsroot:
    >dhcp3-client ssh portmap file rdate cfengine cvs bootpc rsync wget
    >rsh-client less dump reiserfsprogs dpkg-dev ext2resize strace hdparm
    >parted
    >dnsutils grub ntpdate dosfstools sysutils dialog libdetect0 discover
    >mdetect
    >read-edid kudzu hwtools
    >E: Package cfengine has no installation candidate
Your Debian mirror may be faulty. Try 

# chroot /usr/lib/fai/nfsroot apt-cache show cfengine

It must show you information about the package cfengine.
kueppers[/usr/local]# chroot $NFSROOT/ apt-cache show cfengine
Package: cfengine
Priority: optional
Section: admin
Installed-Size: 896
Maintainer: Tollef Fog Heen <tfheen at debian.org>
Architecture: i386
.
.
.



    > NFSROOT_ETC_HOSTS="192.168.2.1 node1 192.168.2.2 node2 192.168.2.3 node3"
You should write this as a multi line definition.

   NFSROOT_ETC_HOSTS="192.168.2.1 node1
   192.168.2.2 node2
   192.168.2.3 node3"

But then in make-fai-nfsroot you have to fix one line (if not using
fai2.5beta)

<    echo $NFSROOT_ETC_HOSTS >> etc/hosts
>    echo "$NFSROOT_ETC_HOSTS" >> etc/hosts


-- 
regards Thomas




More information about the linux-fai mailing list