Lo,

I'm testing fai. I have installed my fai server in woody target. fai and fai-kernels are installed in unstable target.

I had fixed some values in fai.conf to stick with my situation and when a run fai-setup i look this :

fai:~# fai-setup
Account $LOGUSER=fai already exists.
Make sure, that all install clients can
log into this account without a password.
/home/fai/.ssh/authorized_keys created.
User account fai set up.
Creating FAI nfsroot can take a long time and will
need more than 150MB disk space in /faisrv/nfsroot.
/faisrv/nfsroot already exists. Removing /faisrv/nfsroot
dpkg: warning, architecture `i386-none' not in remapping table
E: Failed getting release file ftp://ftp.it.debian.org/debian/dists/woody/Release
chroot: cannot execute apt-get: No such file or directory
fai:~#

Any idea ? I fid nothing about this i mailling list archive or documentation. My fai.conf is as attachement.

Fabien.

--

Fabien COMBERNOUS - IT Engineer
e'process - Parc Club du Mill�naire Batiment n� 6
1025 rue Henri Becquerel - 34000 Montpellier FRANCE
http://www.eprocess.tv - +33 (0)4 67 13 84 50
# $Id: fai.conf,v 1.53 2002/05/16 12:43:18 lange Exp $

# /etc/fai/fai.conf -- configuration for FAI (Fully Automatic Installation)

#ftpserver=ftp.debian.org
ftpserver=ftp.it.debian.org
debdist=woody # distribution: potato, woody, sid

# if FAI_DEBOOTSTRAP is defined, use debootstrap, not FAI_BASETGZ
FAI_DEBOOTSTRAP="$debdist ftp://$ftpserver/debian";
#FAI_DEBOOTSTRAP="$debdist file:/files/scratch/debian"
FAI_DEBOOTSTRAP_OPTS="--exclude=pcmcia-cs,ppp,pppconfig,pppoe,pppoeconf"

# Location of the Debian mirror; this is used for creating the nfsroot
# and for installing packages on the install clients
#
# - FAI_SOURCES_LIST can contain more than one line
#   there you can use nfs, ftp or http access. If undefined, FAI will
#   use /etc/apt/sources.list instead
# - if FAI_DEBMIRROR is defined, install clients mount it to $MNTPOINT

# Access to Debian mirror via FTP or HTTP
# If FAI_SOURCES_LIST is commented, the definitions of /etc/apt/sources.list will be 
used.
FAI_SOURCES_LIST="deb ftp://$ftpserver/debian $debdist main contrib non-free
deb http://non-us.debian.org/debian-non-US $debdist/non-US main contrib non-free"

# not yet available for woody
#deb http://$ftpserver/debian dists/$debdist-proposed-updates/
#deb http://security.debian.org/ $debdist/updates main contrib non-free
#deb ftp://$ftpserver/debian dists/$debdist-proposed-updates/


#
# Access to Debian mirror via NFS mounted directory
#
# NFS remote location of mirror
#FAI_DEBMIRROR=kueppers:/files/scratch/
# mount point where the mirror will be mounted;
# must not be used by other filesystems
#MNTPOINT=/mnt2
# define both MNTPOINT and FAI_DEBMIRROR or none
#FAI_SOURCES_LIST="deb file:$MNTPOINT/debian $debdist main contrib non-free
#deb file:$MNTPOINT/debian/ dists/$debdist-proposed-updates/
#deb file:$MNTPOINT/debian-non-US $debdist/non-US main contrib non-free
#deb file:$MNTPOINT/debian-security/ $debdist/updates main contrib non-free"

# extra packages, that will be installed into nfsroot
# add lvm, raidtools2 only if needed
# woody packages
#NFSROOT_PACKAGES="ssh expect reiserfsprogs dpkg-dev"
NFSROOT_PACKAGES="ssh expect dpkg-dev"

# the encrypted root password on all install clients during
# installation process; used when log in via ssh; pw is: fai
FAI_ROOTPW="rrrrrr"

# location of a identity.pub file; this user can log in as root
# without password ; only usefull with FAI_FLAGS="sshd"
SSH_IDENTITY=/root/.ssh/identity.pub
#SSH_IDENTITY=/root/.ssh/id_rsa.pub

# this kernel package will be used when booting the install clients
#KERNELPACKAGE=/usr/lib/fai/kernel/kernel-image-2.2.20_fai1_i386.deb
KERNELPACKAGE=/usr/lib/fai/kernel/kernel-image-2.4.18_fai1_i386.deb

# Beowulf nodes can only connect to their master server - called
# atom00 for the clients - so they must know it during
# installation. This line will be added to $nfsroot/etc/hosts
#NFSROOT_ETC_HOSTS="192.168.42.250 atom00"

# LOGUSER: an account on the install server, which saves all log-files
# and which can change the kernel that is booted via
# network. Configure .rhosts for this account and PAM , so root can
# log in from all install clients without password. This account
# should have write permissions for /boot/fai. For eg. you can use
# write permissions for the group linuxadm. chgrp linuxadm
# /boot/fai;chmod g+w /boot/fai. If the variable is undefined, this
# feature is disabled
LOGUSER=fai
# use ssh or rsh for copying log files to user fai and for changing
# tftp symbolic link
#FAI_REMOTESH=rsh
#FAI_REMOTECP=rcp
FAI_REMOTECP=scp
FAI_REMOTESH=ssh
#
# following variables are read only for most users
#

# directory on the install server, where the nfsroot for FAI is
# created, approx size: 140MB, also defined in bootptab or dhcp.conf
#NFSROOT=/usr/lib/fai/nfsroot
NFSROOT=/faisrv/nfsroot

# the configuration space
#FAI_CONFIGDIR=/usr/local/share/fai
FAI_CONFIGDIR=/faisrv/confdir
# where the subroutines are
#FAI_SHAREDIR=/usr/share/fai
FAI_SHAREDIR=/faisrv/sharedir

# the local configuration directory on the install client
FAI=/fai

# the type of operating system (linux, sunos)
OS_TYPE=`uname -s |  tr '[A-Z]' '[a-z]'`

Reply via email to