Re: problems in fai-make-nfsroot

2023-11-14 Diskussionsfäden Thomas Lange
FAI version are you using? - Try fai-make-nfsroot -v to get more information. - We do not need fai-setup.log, parts of fai-make-nfsroot.log are fine In fai-make-nfsroot we call $ROOTCMD apt-get -yf --no-install-recommends install fai-nfsroot dracut-config-generic dracut-live dracut-network dracut-squ

problems in fai-make-nfsroot

2023-11-13 Diskussionsfäden SCHEUER Thomas
Attached are the fai-setup.log and the fai-make-nfsroot.log fai-nfsroot : Depends: fai-client (>= 5.2) but it is not going to be installed -> so setup breaks /etc/fai/apt.sources.list is as follows: deb http://ch.archive.ubuntu.com/ubuntu focal main restricted universe multiverse deb http://ch

Re: dracut fails for bookworm fai-make-nfsroot call

2023-01-28 Diskussionsfäden Thomas Lange
Yes, you are right. FAI is not yet using systemd, so it needs network-legacy. A change in the dependencies of dracut 059 now needs a simple patch for fai-make-nfsroot to make sure dracut-network gets installed. This is the change https://github.com/faiproject/fai/commit

dracut fails for bookworm fai-make-nfsroot call

2023-01-27 Diskussionsfäden Waldemar Brodkorb
Hi FAI-Developers, I have a bullseye server and want to install a bookworm system. I configured /etc/fai accordingly to debootstrap bookworm. When using fai-make-nfsroot -v I get following error when dracut is used to create the initramfs: update-initramfs: deferring update (trigger activated

Re: fai-make-nfsroot docs and missing reboot

2022-10-18 Diskussionsfäden Thomas Lange
Hi Diego, I remember I had this issue years ago, and I may not had fixed it correctly. Using the FAI flag reboot we cannot cover three different cases. In my own config space I've added a line into hooks/savelog.LAST.sh savelog.LAST.sh: . . . if [ -s $errfile ]; then echo "ERRORS found in log

Re: fai-make-nfsroot docs and missing reboot

2022-10-18 Diskussionsfäden Thomas Lange
>>>>> On Tue, 31 May 2022 10:56:50 +0200, Diego Zuccato >>>>> said: > Reading man page for fai-make-nfsroot it seems 'FULL' install is the > default. But after having troubles adding Salt repository (could not > verify server certif

Re: fai-make-nfsroot fails to download certain packages

2022-09-02 Diskussionsfäden Adam Weremczuk
Hi Thomas, The config is likely outdated as it was first tried something like 10-15 years ago. This is something I've inherited and trying to find my ways around. I've made some progress and now seeing the following when installing Debian 9 on a slave client: Begin: Running /scripts/init-pre

Re: fai-make-nfsroot fails to download certain packages

2022-08-30 Diskussionsfäden Thomas Lange
> On Tue, 30 Aug 2022 18:43:11 +0100, Adam Weremczuk > said: > wget -O fai-project.gpg > https://fai-project.org/download/2BF8D9FE074BCDE4.gpg; sudo cp > ERROR: The certificate of ‘fai-project.org’ is not trusted. > ERROR: The certificate of ‘fai-project.org’ has expir

Re: fai-make-nfsroot fails to download certain packages

2022-08-30 Diskussionsfäden Adam Weremczuk
Hi Thomas, Thank you for the hint. Taking apt-cacher out of equation has helped indeed and I no longer see package downloads failing. Some new issues running fai-make-nfsroot: *** W: GPG error: http://fai-project.org/download

Re: fai-make-nfsroot fails to download certain packages

2022-08-25 Diskussionsfäden Thomas Lange
Hi Adam, please try to write ASCII mails, yours is a HTML only mail. Concering your problem, you should use a official mirror and not a local apt-cacher and check if the problem disappears. -- regards Thomas

fai-make-nfsroot fails to download certain packages

2022-08-25 Diskussionsfäden Adam Weremczuk
/var/cache/apt-cacher /var/cache/apt-cacher/headers/acl_2.2.52-2_amd64.deb already exists: skipping (...) Done. 0 files imported -- *MY ERRORS: * *fai-make-nfsroot -v -f* Using configuration

Re: fai-make-nfsroot docs and missing reboot

2022-06-07 Diskussionsfäden Diego Zuccato
Hi Robert. Then it seems the docs are outdated. Not a big issue, even if the described behaviour would be more useful (automatic reboot if no errors, wait for confirmation in case of errors unless 'reboot' is given). :) BYtE, Diego Il 31/05/2022 12:23, Robert Markula ha scritto: Hi Diego,

Re: fai-make-nfsroot docs and missing reboot

2022-05-31 Diskussionsfäden Robert Markula
Hi Diego, Moreover, at the end of the install, after saying there were no errors, FAI asked to press ENTER to reboot, but IIUC that should me automatic, w/o manual confirmation: docs at https://fai-project.org/fai-guide/#_a_id_faiflags_a_fai_flags says that "If no errors occurred, the client

fai-make-nfsroot docs and missing reboot

2022-05-31 Diskussionsfäden Diego Zuccato
Hello all. FAI noob here, please be patient :) Reading man page for fai-make-nfsroot it seems 'FULL' install is the default. But after having troubles adding Salt repository (could not verify server certificate), I noticed that ca-certificates (installed only in FULL nfsroot) was n

RE: AW: AW: fai-make-nfsroot failing (was: AW: fai-make-nfsroot failing with dracut version 050+35-2)

2020-05-19 Diskussionsfäden Frank Morawietz
Thanks for your advice, Thomas. With the fai-project.org repos added on the install server followed by an update of fai to 5.9.4 "fai-setup -v -f" went fine and completed without errors! Regards, Frank -- Frank Morawietz This message and any attachment are confidential and may be privileged o

Re: AW: AW: fai-make-nfsroot failing (was: AW: fai-make-nfsroot failing with dracut version 050+35-2)

2020-05-18 Diskussionsfäden Thomas Lange
n the fai-project.org repositories. Your fai-make-nfsroot log show, that you are using the correct repos inside the nfsroot. -- regards Thomas

AW: AW: fai-make-nfsroot failing (was: AW: fai-make-nfsroot failing with dracut version 050+35-2)

2020-05-18 Diskussionsfäden Frank Morawietz
Hi Thomas, > Are you sure, you are using fai 5.9.4 on your fai server, where you > call fai-make-fnsroot? What's the output of this command? > $ dpkg -l |grep fai- ooops, you are right - I have version 5.8.4 installed. Sorry, my fault. ☹ There is no FAI newer than this in the Debian default re

Re: AW: fai-make-nfsroot failing (was: AW: fai-make-nfsroot failing with dracut version 050+35-2)

2020-05-18 Diskussionsfäden Thomas Lange
your fai server, where you call fai-make-fnsroot? What's the output of this command? $ dpkg -l |grep fai- fai-make-nfsroot should also install the package dracut-live which is not done in your logs. The only reason I know so far is not using FAI 5.9.4. Inside fai-make-fnsroot we call these commands

AW: fai-make-nfsroot failing (was: AW: fai-make-nfsroot failing with dracut version 050+35-2)

2020-05-18 Diskussionsfäden Frank Morawietz
Hello Thomas, thanks for you offer. >> I am currently installing a brand new FAI server on Debian buster (10.4) > with FAI 5.9.4 from the Debian repos. > >> Dracut is missing the 'livenet' module and therefor fails to create the > initrd. >

Re: fai-make-nfsroot failing (was: AW: fai-make-nfsroot failing with dracut version 050+35-2)

2020-05-15 Diskussionsfäden Thomas Lange
ils to create the initrd. > I re-ran fai-make-nfsroot , re-installed all Dracut packages and much more. Nothing helped. Did you check /etc/fai/apt/sources.list? ^^^ Do you use the fai project repos also there? > Is this a FAI topic at all or is it a Debian pr

fai-make-nfsroot failing (was: AW: fai-make-nfsroot failing with dracut version 050+35-2)

2020-05-15 Diskussionsfäden Frank Morawietz
Dear all, I am currently installing a brand new FAI server on Debian buster (10.4) with FAI 5.9.4 from the Debian repos. Following the FAI guide, currently at chapter 4.2 "Create the nfsroot". When fai-setup is calling fai-make-nfsroot , several errors are logged. I can fix most of

fai-make-nfsroot failing with dracut version 050+35-2

2020-04-17 Diskussionsfäden Thomas Lange
We saw problems when creating the nfsroot with the new dracut version 050+35-2 in the fai-project.org package repository. You need at least fai 5.9.2 which detects if the new package dracut-live exists and properly sets up the nfsroot. -- regards Thomas

Re: Resend[2]: fai-make-nfsroot fails for FAI 5.7.4 (Debian 10/Buster)

2019-02-21 Diskussionsfäden Bob A
> Thomas Lange [mailto:la...@informatik.uni-koeln.de] wrote: You are mixing buster and stretch release, because FAI 5.8.1 includes default config for stretch and I guess you have only changed it to buster in one location. Please adjust your /etc/fai/apt/sources.list to also use buster.

RE: [External] Re: Resend[2]: fai-make-nfsroot fails for FAI 5.7.4 (Debian 10/Buster)

2019-02-21 Diskussionsfäden Thomas Lange
> On Thu, 21 Feb 2019 09:58:47 -0700, Bob A > said: > Two files attached. One is using the standard Debian archive the other is > the local proxy I have set-up. >From the logs: Calling debootstrap --exclude=wget buster /srv/fai/nfsroot http://deb.debian.org/debian . . . Upgra

Re: Resend[2]: fai-make-nfsroot fails for FAI 5.7.4 (Debian 10/Buster)

2019-02-21 Diskussionsfäden Thomas Lange
Hi Bob, can you sent me the log file of fai-make-nfsroot -v? > E: Unable to correct problems, you have held broken packages. Maybe your package mirror is broken? > I tried adding dracut-core, fai-client, and fai-setup-storage to /etc/fai/NFSROOT but that did not help (in th

Resend[2]: fai-make-nfsroot fails for FAI 5.7.4 (Debian 10/Buster)

2019-02-21 Diskussionsfäden Bob A
Honeywell Internal I'm trying to build my NFSROOT for the first time and am getting a failure (Debian 10 "Buster"): Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages

Re: fai-make-nfsroot bug

2018-02-14 Diskussionsfäden Thomas Lange
>>>>> On Mon, 5 Feb 2018 12:24:41 -0800, Bill MacAllister >>>>> said: > Just hit this minor bug in fai-server 5.3.6. > --- /usr/sbin/fai-make-nfsroot2018-02-02 13:06:52.00000 + > +++ /var/tmp/fai-make-nfsroot 2018-02-05 20:23:41

fai-make-nfsroot bug

2018-02-05 Diskussionsfäden Bill MacAllister
Just hit this minor bug in fai-server 5.3.6. --- /usr/sbin/fai-make-nfsroot 2018-02-02 13:06:52.0 + +++ /var/tmp/fai-make-nfsroot 2018-02-05 20:23:41.370416545 + @@ -477,7 +477,7 @@ if [ -d $cfdir/apt/keys ]; then local f for f in `find $cfdir/apt/keys

AW: Fai-make-nfsroot setup-failure fai-server

2016-07-25 Diskussionsfäden Bosch, Fabian (BITBW)
Hey,

Re: AW: Fai-make-nfsroot setup-failure fai-server

2016-07-25 Diskussionsfäden Thomas Lange
> On Fri, 22 Jul 2016 13:42:28 +, "Bosch, Fabian (BITBW)" > said: > I did add "deb http://fai-project.org/download jessie koeln" to my sources.list updated apt and it didn't work either. You must add this to /etc/fai/apt/sources.list ^^^ ^^^ That's important! -- rega

Re: AW: Fai-make-nfsroot setup-failure fai-server

2016-07-25 Diskussionsfäden Thomas Lange
>>>>> On Mon, 25 Jul 2016 06:52:54 +, "Bosch, Fabian (BITBW)" >>>>> said: >> Please call fai-make-nfsroot -v and put the output onto paste.debian.net. Then I will have a look at it. > paste.debian.net/784794 You have two options.

AW: Fai-make-nfsroot setup-failure fai-server

2016-07-24 Diskussionsfäden Bosch, Fabian (BITBW)
> Please call fai-make-nfsroot -v and put the output onto paste.debian.net. > Then I will have a look at it. paste.debian.net/784794 Thank you very much! Regards, Fabian

Re: AW: Fai-make-nfsroot setup-failure fai-server

2016-07-22 Diskussionsfäden Thomas Lange
>>>>> On Fri, 22 Jul 2016 13:42:28 +, "Bosch, Fabian (BITBW)" >>>>> said: > I did add "deb http://fai-project.org/download jessie koeln" to my sources.list updated apt and it didn't work either. > Sorry :( Please call

AW: Fai-make-nfsroot setup-failure fai-server

2016-07-22 Diskussionsfäden Bosch, Fabian (BITBW)
15:39 An: fully automatic installation for Linux Betreff: Re: Fai-make-nfsroot setup-failure fai-server >>>>> On Fri, 22 Jul 2016 13:18:44 +, "Bosch, Fabian (BITBW)" >>>>> said: > Performing fai-setup, I still get the Error E: Unable to locate

Re: Fai-make-nfsroot setup-failure fai-server

2016-07-22 Diskussionsfäden Thomas Lange
> On Fri, 22 Jul 2016 13:18:44 +, "Bosch, Fabian (BITBW)" > said: > Performing fai-setup, I still get the Error E: Unable to locate package dracut-config-generic. I guess you are creating a jessie nfsroot. Add this to your /etc/fai/apt/sources.list

Fai-make-nfsroot setup-failure fai-server

2016-07-22 Diskussionsfäden Bosch, Fabian (BITBW)
Hi - is there a solution for the *server* setup-failure on fai-make-nfsroot yet? Found some hints in the #fai-IRC logfiles but nothing solved my problem installing fai-server manually. (http://layer-acht.org/fai-irc/fai.log.20160106) Performing fai-setup, I still get the Error E: Unable to

Re: AW: fai-make-nfsroot

2015-04-15 Diskussionsfäden Thomas Lange
> On Mon, 13 Apr 2015 22:11:12 +0200, Christian Meyer said: > Of course "real merging" isn't possible, but what about > modifying /etc/fai/nfsroot.conf to something like: > DISTRIBUTION=$(cat /etc/fai/apt/sources.list | grep -Em1 > '(.debian.|.ubuntu.)' | cut -d\ -f2')

Re: AW: fai-make-nfsroot

2015-04-13 Diskussionsfäden Christian Meyer
Hello Thomas, Am Donnerstag, den 26.03.2015, 17:55 +0100 schrieb Thomas Lange: > > On Thu, 26 Mar 2015 16:36:23 +0100, werner.pomme...@uni-hohenheim.de > > said: > > > http://paste.debian.net/hidden/a7354e4b > You are mixing jessie and wheezy packages. When calling debootstrap > (lin

Re: AW: fai-make-nfsroot

2015-03-26 Diskussionsfäden Thomas Lange
> On Thu, 26 Mar 2015 16:36:23 +0100, werner.pomme...@uni-hohenheim.de said: > http://paste.debian.net/hidden/a7354e4b You are mixing jessie and wheezy packages. When calling debootstrap (line 4) you are using jessie, but later you are using packages from wheezy. This will cause problems.

Re: AW: fai-make-nfsroot

2015-03-26 Diskussionsfäden Werner . Pommerer
http://paste.debian.net/hidden/a7354e4b Regards Werner - Nachricht von Thomas Lange - Datum: Thu, 26 Mar 2015 15:56:41 +0100 Von: Thomas Lange Antwort an: fully automatic installation for Linux Betreff: Re: AW: fai-make-nfsroot An: fully automatic

Re: AW: fai-make-nfsroot

2015-03-26 Diskussionsfäden Thomas Lange
> On Thu, 26 Mar 2015 15:49:20 +0100, werner.pomme...@uni-hohenheim.de said: > I put the log on paste.debian.net Which URL? -- regards Thomas

Re: AW: fai-make-nfsroot

2015-03-26 Diskussionsfäden Werner . Pommerer
I put the log on paste.debian.net regards Werner - Nachricht von Thomas Lange - Datum: Thu, 26 Mar 2015 14:41:29 +0100 Von: Thomas Lange Antwort an: fully automatic installation for Linux Betreff: Re: AW: fai-make-nfsroot An: fully automatic installation for

Re: AW: fai-make-nfsroot

2015-03-26 Diskussionsfäden Thomas Lange
>>>>> On Thu, 26 Mar 2015 14:13:20 +0100, "Werner Pommerer" >>>>> said: > There is no e.g. /srv/fai/nfsroot/usr/sbin/fai > nfsroot seems not to be complete. Do you need the logfile from > fai-make-nfsroot -v ? Yes, please put it o

AW: fai-make-nfsroot

2015-03-26 Diskussionsfäden Werner Pommerer
Hello, fai-make-nfsroot -v run without errors. But client-installation fails. (after booting, installation stops with a blank screen) There must be (in my case) a problem in making nfsroot. Because, when I do a "find": >find /srv/fai/nfsroot -name *fai* -print /srv/fai/nfsroo

Re: fai-make-nfsroot

2015-03-25 Diskussionsfäden Thomas Lange
>>>>> On Wed, 25 Mar 2015 13:54:27 +0100, werner.pomme...@uni-hohenheim.de said: > Hello, > root@btwp3:/tmp>fai-make-nfsroot -fv > Using configuration files from /etc/fai > Creating FAI nfsroot in /srv/fai/nfsroot > mv: cannot move `/srv/

Re: fai-make-nfsroot

2015-03-25 Diskussionsfäden Werner . Pommerer
Hello, root@btwp3:/tmp>fai-make-nfsroot -fv Using configuration files from /etc/fai Creating FAI nfsroot in /srv/fai/nfsroot mv: cannot move `/srv/fai/nfsroot' to `/srv/fai/nfsroot/../.will-now-be-deleted/nfsroot': Directory not empty Log file written to /var/log/fai/fai-mak

Re: fai-make-nfsroot

2015-03-20 Diskussionsfäden Thomas Lange
>>>>> On Fri, 20 Mar 2015 14:06:05 +0100, "Werner Pommerer" >>>>> said: > after a new fai version on the the fai-server is installed, what is the correct way, > the install-clients will use this new version. I got troubles after fai-

fai-make-nfsroot

2015-03-20 Diskussionsfäden Werner Pommerer
Hello, after a new fai version on the the fai-server is installed, what is the correct way, the install-clients will use this new version. I got troubles after fai-make-nfsroot –f. The client installation failed completely. Regards Werner Pommerer Universität Hohenheim Kommunikations

Re: fai-make-nfsroot fails

2013-02-19 Diskussionsfäden Thomas Lange
>>>>> On Thu, 14 Feb 2013 16:37:38 +0100, Michael Pfeiffer >>>>> said: > @Thomas: I don't know how to get the fai-make-nfsroot to use the dracut > package 020-2. Where would I define that? (I could chroot > /srv/fai/nfsroot aptit

Re: fai-make-nfsroot fails

2013-02-14 Diskussionsfäden Michael Pfeiffer
Hi again, thanks Wolfgang, but no, I'm afraid that didn't help. What do you mean by "different kernel versions and use dracut"? I'm not aware of where I might be screwing up with multiple kernel versions... @Thomas: I don't know how to get the fai-make-nfsroot

Re: fai-make-nfsroot fails

2013-02-06 Diskussionsfäden Thomas Lange
> On Wed, 6 Feb 2013 16:01:31 +0100, Wolfgang Walkowiak > said: > I remmember that there is an issue if you have different kernel versions > and use dracut. > +xargs modprobe -a ${_moddirname+-d ${_moddirname}/} --set-version > $kernel --ignore-install --show-

Re: fai-make-nfsroot fails

2013-02-06 Diskussionsfäden Wolfgang Walkowiak
Hi Michael, I remmember that there is an issue if you have different kernel versions and use dracut. From my notes when I came across this: * The package dracut needs a patch for /usr/lib/dracut/dracut-functions.sh, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=685004, otherwise

fai-make-nfsroot fails

2013-02-06 Diskussionsfäden Michael Pfeiffer
Hi, I am trying to set up fai (4.0.5) for Ubuntu 12.04, first of all trying to build the nfsroot... but I'm kind of stuck here. Could someone give me a hint here? I'm trying to build the nfsroot on a virtual machine, also running Ubuntu12.04. If you need further information, like my NFSROOT

Re: fai-make-nfsroot stolpert über chroot

2012-07-25 Diskussionsfäden Thomas Lange
>>>>> On Wed, 25 Jul 2012 08:00:05 +0200, j9mc0...@unibw.de said: > ich versuche FAI 4.0.3 auf einem Debian 6.0.5 x64 aufzusetzen. Jedoch > bricht fai-make-nfsroot nach "Upgrading and installing new packages into > the nfsroot" mit der Fehlermel

Re: fai-make-nfsroot stolpert über chroot

2012-07-25 Diskussionsfäden Andreas B. Mundt
Morning, On Wed, Jul 25, 2012 at 08:00:05AM +0200, j9mc0...@unibw.de wrote: > > ich versuche FAI 4.0.3 auf einem Debian 6.0.5 x64 aufzusetzen. Jedoch > bricht fai-make-nfsroot nach "Upgrading and installing new packages into > the nfsroot" mit der Fehlermeldung"ch

fai-make-nfsroot stolpert über chroot

2012-07-24 Diskussionsfäden j9mc0608
Guten Morgen, ich versuche FAI 4.0.3 auf einem Debian 6.0.5 x64 aufzusetzen. Jedoch bricht fai-make-nfsroot nach "Upgrading and installing new packages into the nfsroot" mit der Fehlermeldung"chroot: failed to run command 'apt-get': No such file or directory" ab.