Bug#408247: fai-chboot: should read make-fai-nfsroot.conf to get NFSROOT

2007-03-20 Thread Holger Mense
Hi,

 fai-chboot still looks in fai.conf for $NFSROOT but this has moved
 to make-fai-nfsroot.conf.
 Since NFSROOT is not defined in fai.conf, fai-chboot uses the default
 path of /srv/fai/nfsroot. So fai-chboot is not broken for most
 users. Puuh. I though this could be another grave bug, but it's not
 that critical.

I am currently in the process of migrating our Sarge FAI-System to Etch. 
Yesterday I stumbled over this one, because my NFSROOT is not at the default
location.

This should be really fixed for Etch even if it is not a real critical one. At 
least it is annoying.

Holger Mense

-- 
Holger Mense
Rechnerbetrieb Mathematik  Tel.: 0 52 51 / 60 34 94
Universität Paderborn  http://www.math.uni-paderborn.de


signature.asc
Description: Digital signature


Bug#408247: fai-chboot: should read make-fai-nfsroot.conf to get NFSROOT

2007-01-24 Thread Raoul Borenius
Package: fai-server
Version: 3.1.5
Severity: normal


fai-chboot still looks in fai.conf for $NFSROOT but this has moved
to make-fai-nfsroot.conf.

Here is the patch:

--- fai-chboot.orig 2007-01-12 14:58:23.0 +0100
+++ fai-chboot  2007-01-24 14:03:55.0 +0100
@@ -407,7 +407,7 @@
 }
 
 # read the nfsroot variable; a little bit ugly, but it works
-$nfsroot = `. /etc/fai/fai.conf 2/dev/null; echo \$NFSROOT`;
+$nfsroot = `. /etc/fai/make-fai-nfsroot.conf 2/dev/null; echo \$NFSROOT`;
 chomp $nfsroot;
 $nfsroot = '/srv/fai/nfsroot' unless $nfsroot;


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages fai-server depends on:
ii  debootstrap   0.3.3.1Bootstrap a basic Debian system
ii  fai-client3.1.5  Fully Automatic Installation clien

Versions of packages fai-server recommends:
ii  dhcp3-server  3.0.4-12   DHCP server for automatic IP addre
ii  fai-kernels   1.15   special kernels for FAI (Fully Aut
ii  nfs-kernel-server [nfs-server 1:1.0.10-4 Kernel NFS server support
pn  rsh-servernone (no description available)
ii  syslinux  3.31-1 Bootloader for Linux/i386 using MS
ii  tftpd-hpa [tftpd] 0.43-1 HPA's tftp server
ii  wget  1.10.2-2   retrieves files from the web

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#408247: fai-chboot: should read make-fai-nfsroot.conf to get NFSROOT

2007-01-24 Thread Thomas Lange
 On Wed, 24 Jan 2007 14:28:49 +0100, Raoul Borenius [EMAIL PROTECTED] 
 said:

 fai-chboot still looks in fai.conf for $NFSROOT but this has moved
 to make-fai-nfsroot.conf.
Since NFSROOT is not defined in fai.conf, fai-chboot uses the default
path of /srv/fai/nfsroot. So fai-chboot is not broken for most
users. Puuh. I though this could be another grave bug, but it's not
that critical.
-- 
regards Thomas


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]