Re: Problem with encrypted /boot

2025-06-05 Diskussionsfäden Robert Markula
Am 05.06.25 um 09:02 schrieb Diego Zuccato: It's now on the wiki: https://wiki.fai-project.org/index.php/FullDiskEncryption Tks for all the support! Great, thanks for your write-up! OpenPGP_0x7D6C604A57E37237.asc Description: OpenPGP public key OpenPGP_signature.asc Description: OpenPGP di

Re: Problem with encrypted /boot

2025-06-04 Diskussionsfäden Robert Markula
Hi Diego, Am 04.06.25 um 14:19 schrieb Diego Zuccato: Wiki is OK for me, but I'm not (yet) registered. I could format it as a howto. I have wiki r/w access. If you'd like, I can upload your how-to to the wiki under your name. Just drop me a pm. Best regards, Robert OpenPGP_0x7D6C604A57E3

Re: 30.000 FAIme jobs created in 7 years

2024-10-28 Diskussionsfäden Robert Markula
Am 28.10.24 um 12:59 schrieb Thomas Lange: Here's a blog post about the FAIme service that created its 30.000th job. Great job Thomas! Nice to see the increasing usage numbers. Robert OpenPGP_0x7D6C604A57E37237.asc Description: OpenPGP public key OpenPGP_signature.asc Description: OpenPGP d

Re: Single FAI server, multiple Debian versions?

2024-01-16 Diskussionsfäden Robert Markula
Am 16.01.24 um 16:13 schrieb Diego Zuccato: But now the install is saying that it's downloading bullseye packages even if I specified class BOOKWORM64. Surely I've messed up something. Work for tomorrow :) Have a look at your class/DEBIAN file in your FAI config space. There should be a lin

Re: Single FAI server, multiple Debian versions?

2024-01-16 Diskussionsfäden Robert Markula
Am 16.01.24 um 10:59 schrieb Andrew Ruthven: It is much faster if you use basefiles, and have one per release you install. See https://fai-project.org/fai-guide/ and search for basefiles. Using basefiles you can not only install different versions of Debian, but different distributions altogethe

Re: FAI wiki online again

2023-08-29 Diskussionsfäden Robert Markula
Great, thanks for your work! Am 28.08.23 um 17:36 schrieb Thomas Lange: Hi folks, the FAI wiki is back online. OpenPGP_0x7D6C604A57E37237.asc Description: OpenPGP public key OpenPGP_signature Description: OpenPGP digital signature

Re: Secure deploy of keys

2022-12-15 Diskussionsfäden Robert Markula
Am 15.12.22 um 18:15 schrieb Toomas Tamm via linux-fai: This message was wrapped to be DMARC compliant. The actual message text is therefore in an attachment. Hi Toom, unforunately I can't quote you directly, but regarding a rogue attacker mimicking the MAC of an install client: You have to ma

Re: Secure deploy of keys

2022-12-14 Diskussionsfäden Robert Markula
Am 13.12.22 um 14:47 schrieb Diego Zuccato: Hello all. What's the recommended way to deploy (or re-deploy) security-sensitive objects (just to say one: private ssh key to avoid client warnings when redeploying a server)? You could use RedHat's Latchset framework [1] with Clevis (on the clie

Re: btrfs with multiple subvolumes in one partition

2022-12-06 Diskussionsfäden Robert Markula
Am 06.12.22 um 15:48 schrieb Christoph Pleger: The log in short: It is a really a race condition; setup-storage tries to create @root/usr before @root exists. And like described in the link, sometimes the order is correct. You can use a "mountdisks"-hook and manually create all subvolumes your

Re: ubuntu basefiles and machine uuid

2022-07-18 Diskussionsfäden Robert Markula
Am 19.07.22 um 03:00 schrieb andrew bezella: hello - a few months ago i noticed that most of the ubuntu focal/20.04 machines that we had deployed were reporting the same machine id (stored in /etc/machine-id). i finally circled back and it appears the issue is that, for an ubuntu basefile, debo

Re: Transient secrets

2022-07-12 Diskussionsfäden Robert Markula
We distribute secrets via configuration management (in our case, via Cfengine). During the first reboot after FAI the Cfengine client registers itself to the Cfengine server and pulls its credentials from a dedicated part of the repository. In Cfengine, it is possible to restrict the allowed

Re: mke2fs hung

2022-06-01 Diskussionsfäden Robert Markula
I switched to a second console to look at the issue and found that stderr tmpfile for mke2fs contains "Found a dos partition table in /dev/sda2" and stdio tmpfile "prompts" with "Proceed anyway? (n/Y)". Giving a 'y' in the main console lets it proceed, but it shouldn't have stopped. It see

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

Re: Send notification at the end of a deployment

2022-03-24 Diskussionsfäden Robert Markula
Hi Romain, take a look at the chapter "Saving log files" in the FAI guide [1]. If configured, FAI can save all logs to a remote log server via SSH. That being said, I find it difficult to define when a host install process has actually failed. There are often situations where an install comp

Re: Running kernel does not match the kernel modules inside the nfsroot

2022-03-24 Diskussionsfäden Robert Markula
Hi Romain, are you sure about that? As long as you don't change the TFTP config file itself, a daemon restart shouldn't be necessary. From my experience, problems with TFTP are often related to directory/file permissions. Cheers, Robert Am 24.03.22 um 14:43 schrieb Romain Pelissier: Hi

Re: LUKS, "no device found"

2022-01-29 Diskussionsfäden Robert Markula
Am 29.01.22 um 01:45 schrieb Ian Eure: After wiping the partition table, FAI is able to install without errors and I get a bootable system at the end. For sustained wiping of disks you could use something along these lines: mdadm --stop /dev/md0 mdadm --zero-superblock --force /dev/sda sgdisk

Re: Cryptsetup not found in PATH

2021-09-08 Diskussionsfäden Robert Markula
Hey Bruno, you have to add the 'cryptsetup' package to the NFSroot. To do so, open your /etc/fai/NFSROOT and add these lines: PACKAGES install-norec cryptsetup Recreate the NFSroot via: fai-make-nfsroot -fv and you should be good to go. Cheers, Robert Am 08.09.21 um 14:08 schrieb bruno

Re: Remove a defined class

2020-12-11 Diskussionsfäden Robert Markula
Am 11.12.20 um 09:32 schrieb Markus Rexhepi-Lindberg: > > This worked out well. I now use the following hook to append _EFI to a > disk class which was defined during task_defclass. Nice, thanks for sharing! Robert

Re: Zuordnung von Profilen zu Hosts nicht klar...

2020-07-12 Diskussionsfäden Robert Markula
Hi Ulli, Am 12.07.20 um 16:24 schrieb Ulrich Kalloch: > Ok aus der Info verstehe ich das "client*" das Wildcard definiert mit > dem Stern und alle Hostnamen mit client am Anfang des Hostnamens > inkludiert ? Richtig, in deinem Beispiel würde die Konfiguration auch die Hosts 'client01', 'client02',

Re: Zuordnung von Profilen zu Hosts nicht klar...

2020-07-11 Diskussionsfäden Robert Markula
Wie von Thomas erwähnt, stellst du das über die class/50-host-classes ein. Du kannst dort in Hostnamen übrigens auch Wildcards verwenden, was sehr praktisch ist. Eine 50-hosts-classes könnte bspw. so aussehen:     webserver)     echo "FAIBASE OS_UBUNTU_BIONIC64 BC_CFENGINE DISK_ZFS LOCALE_GE

Re: FAI 5.9.4, new ISO images, FAIme service supports testing release

2020-04-28 Diskussionsfäden Robert Markula
Am 28.04.20 um 15:21 schrieb Thomas Lange: > Hi folks, > > the new FAI version 5.9.4 is now available. This release adds support > for Ubuntu 20.04 (focal). That was quick! Thanks!

Re: Mount point is shadowed by stacked devices

2019-05-13 Diskussionsfäden Robert Markula
Am 13.05.19 um 11:09 schrieb Schulz, Reiner: > This is your disk_config file: > # example of new config file for setup-storage > # > # > > disk_config sda align-at:1024K disklabel:msdos bootable:1 fstabkey:device > primary /boot 1000 xfsrw,noatime createopts="-L >

Re: FAI create NFS root for Ubuntu Bionic

2019-04-02 Diskussionsfäden Robert Markula
Am 02.04.19 um 18:40 schrieb Thomas Lange: > It's possible when using a Debian nfsroot. Using a Ubuntu nfsroot > always had problems. When using a Debian nfsroot you need a Ubuntu > base file. Have a look at http://fai-project.org/download/basefiles > > You can build a Debian nfsroot by changing

Re: Installing dracut on the install client

2019-02-04 Diskussionsfäden Robert Markula
Am 29.01.19 um 15:11 schrieb Thomas Lange: > Solved! > > > Btw, the last entry right before the kernel panic is: > > > > /init: error while loading shared libraries > > > > This line in your disk_config causes the error: > > vgmain-vartmp/var/tmp1GiBext4 defaults

Re: Installing dracut on the install client

2019-01-28 Diskussionsfäden Robert Markula
Am 28.01.19 um 09:28 schrieb Thomas Lange: > > Am 23.01.19 um 08:07 schrieb Thomas Lange: > >> > anyone succeeded in installing dracut on a Debian stretch client > using FAI? > >> I'm installing all my machines using dracut. I have this line in my > >> package_config file: > >>

Re: Installing dracut on the install client

2019-01-27 Diskussionsfäden Robert Markula
Am 23.01.19 um 08:07 schrieb Thomas Lange: > > anyone succeeded in installing dracut on a Debian stretch client using > FAI? > I'm installing all my machines using dracut. I have this line in my > package_config file: > > dracut initramfs-tools- It seems that LVM is the culprit. Using dracut,

Installing dracut on the install client

2019-01-22 Diskussionsfäden Robert Markula
Howdy, anyone succeeded in installing dracut on a Debian stretch client using FAI? I can switch to dracut on a conventional (non-FAI) install just fine using these commands: apt-get --no-install-recommends install dracut-core cp -p /boot/vmlinuz-4.9.0-8-amd64 /boot/vmlinuz-4.9.0-8-amd64~dracut d

Re: Yes, it can be done - Re: Install ZFS root with FAI?

2018-12-18 Diskussionsfäden Robert Markula
Hi Steffen, great to hear! Maybe you could write it up in the FAI wiki when you're ready so things don't get lost in the mailman archive? Cheers, Robert Am 18.12.18 um 10:22 schrieb Steffen Grunewald: > Finally, I succeeded. > > Boot mode set to Legacy, PXE boot into FAI, with classes, hooks

Re: Install ZFS root with FAI?

2018-11-08 Diskussionsfäden Robert Markula
Am 05.11.18 um 11:24 schrieb Steffen Grunewald: > On Sun, 2018-11-04 at 12:35:12 +0100, Robert Markula wrote: >> how do you ensure the ZFS kernel module is present on the Debian >> NFSroot? Adding >> >> PACKAGES install >> zfs-dkms >> zfsutils-linux >

Re: /target/boot not getting mounted correctly during install

2018-11-06 Diskussionsfäden Robert Markula
Am 05.11.18 um 21:19 schrieb Robert Markula: > What is keeping FAI from correctly mounting /dev/vda1 to /target/boot > during install? To answer my own question: There seems to be a race condition in task_mountdisks for this specific situation: Calling task_mountdisks Mounting UUID=5f

/target/boot not getting mounted correctly during install

2018-11-05 Diskussionsfäden Robert Markula
The following hook should create an enrypted LVM partition which provides two logical volumes: / and swap. / is formatted as btrfs with various subvolumes. It all works so far, but during install /dev/vda1 - which acts as an unencrypted ext4 partition - does not get mounted to /target/boot, so GRUB

Re: Install ZFS root with FAI?

2018-11-04 Diskussionsfäden Robert Markula
Hi Remy, how do you ensure the ZFS kernel module is present on the Debian NFSroot? Adding PACKAGES install zfs-dkms zfsutils-linux to /etc/fai/NFSROOT does not seem to build the ZFS kernel module. Robert Am 05.10.18 um 10:33 schrieb Rémy Dernat: > Hi, > > I am not doing this, but I think it s

Re: Ubuntu 18.04: netplan support

2018-10-19 Diskussionsfäden Robert Markula
Am 17.10.18 um 18:51 schrieb Thomas Lange: >>>>>> On Wed, 17 Oct 2018 15:05:18 +0200, Robert Markula >>>>>> said: > > Two questions arose so far: > > > 1. Is the 'UBUNTU' class intended to be complementing the 'DE

Ubuntu 18.04: netplan support

2018-10-17 Diskussionsfäden Robert Markula
Hi, I'm currently in the process of updating tried-and-trusted FAI 4.2.5 to 5.7.2 and completely reworking the config space in the process, starting with the examples provided by fai-doc (which, btw, has been quite a surprisingly pleasant experience so far, as fewer customization is necessary in o

Re: [External] Re: GRUB EFI blues - Debian 9/FAI 5.3.6

2018-04-25 Diskussionsfäden Robert Markula
Am 25.04.2018 um 09:18 schrieb Thomas Lange: >> On Tue, 24 Apr 2018 17:55:13 +, Bob Apodaca >> said: > > if test -d /sys/firmware/efi ; then > > echo GRUB_EFI > > fi > I've added this now to class/60-misc. Great, thank you!

Re: Use of /dev/disk/by-path/... in disk_config?

2018-01-22 Diskussionsfäden Robert Markula
Am 19.01.2018 um 16:34 schrieb Steffen Grunewald: > On Thu, 2018-01-18 at 18:21:03 +0100, Robert Markula wrote: >> Am 18.01.2018 um 14:19 schrieb Thomas Lange: >>> I guess it would be fine if you could publish your zfs hooks here on >>> the list. Others may be inter

Re: Use of /dev/disk/by-path/... in disk_config?

2018-01-18 Diskussionsfäden Robert Markula
Am 18.01.2018 um 14:19 schrieb Thomas Lange: > I guess it would be fine if you could publish your zfs hooks here on > the list. Others may be interested in them. Yes, that would be nice. My impression is that nextgen fault tolerant filesystems like btrfs and ZFS are gaining popularity, last but no

Re: Ubuntu Artful

2017-12-28 Diskussionsfäden Robert Markula
On 27.12.2017 at 21:33, Thomas Lange wrote: > > # apt-get -y install pbuilder debootstrap > > Then you create the basefile: > > # pbuilder create | tee /root/pbuilder.log > IMO this is too complicated. Why using pbuilder when debootstrap is > sufficient? > Simplicity of use. No need t

Re: Ubuntu Artful

2017-12-27 Diskussionsfäden Robert Markula
On 27.12.2017 um 19:59 John G Heim wrote: > All I remember is that it suggested booting from a live Ubuntu ISO and > then running pbuilder. It doesn't look as if mk-basefile uses pbuilder > though which confuses me. Creating a basefile using a live ISO is really easy. First you install the require

Re: French version of the FAI guide, HTTPS

2017-04-04 Diskussionsfäden Robert Markula
Am 04.04.2017 um 16:48 schrieb Thomas Lange: > Salut, > > thanks to the work of Jean-Baptiste we now have an up-to-date version > of the FAI guide in french! The html and PDF version can be found here: Extraordinary work! Thanks Jean-Baptiste!

Re: iso cd not bootable

2017-03-29 Diskussionsfäden Robert Markula
Am 29.03.2017 um 21:39 schrieb Robert Markula: > > You may try another flash drive. Maybe your particular type of flash > drive doesn't get along with your particular flavour of BIOS. On rare > occasions I've experienced BIOSes that would refuse booting from certain > fla

Re: iso cd not bootable

2017-03-29 Diskussionsfäden Robert Markula
Am 29.03.2017 um 18:12 schrieb Николич Роберт: > One time boot selection menu lets me choose between hard drive and > flash drive, but no matter what i choose it still boots from hard drive. > > When i remove hard drive and turn on computer i get "No bootable > device -- insert boot disk" message.

Re: More beginner questions

2017-03-08 Diskussionsfäden Robert Markula
Am 08.03.2017 um 10:05 schrieb Bill MacAllister: > I have a minimal FAI server up to the point where it will install > stretch on a client system. I now need to be able to install other > distributions. I understand that I need to create or download > basefiles. That is straight forward to me. W

Re: Recommended specs for a FAI server

2016-08-18 Diskussionsfäden Robert Markula
The server doesn't need to be a powerhorse. As the FAI server in normal operation hardly doesn't do more than serving the files via TFTP and NFS, maybe additionally serving software packages if you are using the FAI server as a package mirror, it basically depends on how many clients you attempt to

Re: No pxe boot on virtual box guests

2016-01-26 Diskussionsfäden Robert Markula
The other way works as well: Having FAI on a dedicated server (in our case as a KVM host) and the FAI client in VirtualBox. Using FAI 4.2.5 here. Never tried having both server and Client in VirtualBox though. Cheers, Robert Am 26.01.2016 um 16:36 schrieb Frank Thommen: > Hi Chris, > >> Thomas

Re: Latest full cd

2016-01-16 Diskussionsfäden Robert Markula
Hi Kendrick, never used FAI-CD, but usually the root password is 'fai' (without the quotes). With standard configuration there is also an account called 'demo' with password 'fai'. Cheers, Robert Am 16.01.2016 um 22:56 schrieb Kendrick .: > I have tried to install the server portion from the c

Re: slightly OT: lightdm problem with ubuntu 15.10

2015-12-22 Diskussionsfäden Robert Markula
Hi John, that's probably due to a missing package. You could do a standard Ubuntu install (from CD or USB drive that is) on the machine in question, print the installed packages and then, on the same machine, run a FAI-based install, print the installed packages again and compare/diff both package

Re: FAI initramfs-tools breaks console-setup

2014-11-18 Diskussionsfäden Robert Markula
Am 13.11.2014 um 10:11 schrieb Thomas Lange: > > Hello, > > have there been changes to initramfs-tools in the FAI wheezy > > repositories lately? > Yes. I put a newer version into the fai-project.org > repository. because we hab problems when using the 3.16 bpo kernel. > > > > Bt

Re: FAI initramfs-tools breaks console-setup

2014-11-13 Diskussionsfäden Robert Markula
Quoting Thomas Lange : On Thu, 13 Nov 2014 21:38:48 +0100, Robert Markula said: > Is the breakage of initramfs-tools something that can/will > be fixed with a later release? > Is there an archive of old FAI releases somewhere that one can use in > the meantime?

Re: FAI initramfs-tools breaks console-setup

2014-11-13 Diskussionsfäden Robert Markula
Quoting Thomas Lange : On Thu, 13 Nov 2014 09:36:51 +0100, Robert Markula said: > Hello, > have there been changes to initramfs-tools in the FAI wheezy > repositories lately? Yes. I put a newer version into the fai-project.org repository. because we hab problems when

FAI initramfs-tools breaks console-setup

2014-11-13 Diskussionsfäden Robert Markula
Hello, have there been changes to initramfs-tools in the FAI wheezy repositories lately? Yesterday I noticed that apt fails on some Ubuntu 14.04 clients with this error message: The following packages have unmet dependencies: initramfs-tools : Breaks: console-setup (< 1.72) but 1.70ubun

Re: Updated installation instructions for Ubuntu

2014-09-28 Diskussionsfäden Robert Markula
Hi René, thanks for the tip with NFS! I tested it thoroughly - also in production - and it works, as you described. The Wiki has been updated to contain this new information. Cheers, Robert Am 23.09.2014 um 08:55 schrieb René Bleisch: > Hi Robert, > thanks a lot! > I just went over your new wi

Re: Updated installation instructions for Ubuntu

2014-09-22 Diskussionsfäden Robert Markula
The Wiki is now updated [1]. My question about 'updating the Wiki page' was more meant towards 'what to do with the current page?'. Initially I wanted to overwrite the current page describing Ubuntu 12.04 and FAI 3.4.8, but now I've moved this information to a separate page so the information is n

Re: use encryption+authentication during configuring clients?

2014-09-19 Diskussionsfäden Robert Markula
Hi Jan, > Thanks a lot. So the actual command is secured. In order to secure > the NFS mount one can use NFS 4 which supports Kerberos for > encryption and authentication. Theoretically yes. In practice, I'm not sure if 'fai -N softupdate' does support the 'sec=krb5p' option or if it allows fallba

Updated installation instructions for Ubuntu

2014-09-19 Diskussionsfäden Robert Markula
Hey guys, I would like to update the Wiki page on Ubuntu [1] with instructions on how to install and run FAI 4.2.4 on Ubuntu 14.04 using a Ubuntu 14.04 NFSroot and installing Ubuntu 14.04 on the clients. The current information about Ubuntu 12.04 is deprecated (12.04 is still supported but the cur

Re: Ubuntu 14.04 host: kernel panic

2014-07-02 Diskussionsfäden Robert Markula
Am 16.06.2014 11:14, schrieb Thomas Lange: > >> Please fill out http://fai-project.org/questionnaire > > Already done that a few years ago, although the envirtonment has changed > > significantly since. Should I fill it out again? > Yes, please. > > > If there is anything I can do

Re: Ubuntu 14.04 host: kernel panic

2014-06-19 Diskussionsfäden Robert Markula
Am 16.06.2014 11:14, schrieb Thomas Lange: > >> Please fill out http://fai-project.org/questionnaire > > Already done that a few years ago, although the envirtonment has changed > > significantly since. Should I fill it out again? > Yes, please. > > > If there is anything I can do t

Re: Ubuntu 14.04 host: kernel panic

2014-06-19 Diskussionsfäden Robert Markula
Hi, Am 16.06.2014 11:04, schrieb Thomas Lange: > What are you using pbuilder for? For building the base file or for > building the FAI packages? In fai-doc there's the script mk-basefile > which shows how to buid base files for different distributions. I'm > using debootstrap for Debian based dist

Ubuntu 14.04 host: kernel panic

2014-06-14 Diskussionsfäden Robert Markula
Hi Thomas, On Fri, 2014-06-13 at 10:14 +0200, Thomas Lange wrote: > That sounds interesting. Did you ever fill out the FAI questionnaire? > I'm always very interested in user experiences with FAI. > Please fill out http://fai-project.org/questionnaire Already done that a few years ago, although th

Ubuntu 14.04 host: kernel panic

2014-06-14 Diskussionsfäden Robert Markula
Hi Toomas, Thomas, On Fri, 2014-06-13 at 09:33 +0200, Toomas Tamm wrote: > Try adding "rdshell rdinitdebug rd.debug" to the kernel command line. > Makes the booting slow and produces enormous amount of output (at least > under Debian) but may help to pinpoint the part of booting process where > th

Ubuntu 14.04 host: kernel panic

2014-06-12 Diskussionsfäden Robert Markula
Hi list, after a few days of unsuccessful troubleshooting I'm afraid I have to ask for your help :-) I'm using FAI quite a lot mainly installing Ubuntu 10.04 and Ubuntu 12.04-based servers and hosts. The FAI server itself is currently an Ubuntu 12.04-based machine. Basefiles are used to install d

Re: debmirror option

2010-09-08 Diskussionsfäden Robert Markula
Toomas Tamm wrote: > Another little-advertised alternative, which has worked here for ages, > is apt-cacher . > > deb http://apt-cacher.yki.ttu.ee/apt-cacher/ftp.ee.debian.org/debian lenny > main contrib > > This is pointing at an Estonian mirror. Adapt for your situation. The > host apt-cacher.

Re: FAI 3.4 for Ubuntu Maverick (10.10.10)

2010-08-31 Diskussionsfäden Robert Markula
Stephan Hermann wrote: > Dear Colleagues, > > I'm happy to announce that we got a freeze exception for FAI 3.4 in Ubuntu > Maverick (which will become 10.10.10 ;)). > > Today I uploaded the packages to the maverick archives, and now it waits for > some archive admin to be pushed > out of the N

Re: fai-setup always problem

2010-08-30 Diskussionsfäden Robert Markula
Hi Mamadou, I've just recently managed to get FAI working on Ubuntu 10.4 "Lucid Lynx" with the packages from the FAI PPA [1]. Check the list, on august 23rd I've written a short description on how it can be done (it's easy!). For Ubuntu 9.04 (Jaunty) there is a lengthy article on the FAI WIKI [2]

Re: Ubuntu FAI PPA and Maverick Meerkat

2010-08-25 Diskussionsfäden Robert Markula
Hi everyone, so far I've been unsuccessful in trying to get FAI 3.4.0ubuntu0~maverick1 from the Ubuntu PPA to work on Maverick Meerkat Alpha3. The NFSROOT could not be successfully built. The first issue is that apt goes suicidal by trying to remove itself: The following packages have unmet depe

Re: Ubuntu FAI PPA and Lucid Lynx - Lucid Host

2010-08-23 Diskussionsfäden Robert Markula
Hi everyone, Robert Markula wrote: > This works "basically" (in the sense that FAI does it's job) and the > host gets installed. However, I'm currently stuck with the host booting > straight into Memtest86+. Upon looking through the fai-setup.log [1], > I'm

Re: my fai-setup.log

2010-08-22 Diskussionsfäden Robert Markula
Hi, mamadou diop wrote: > Thnk you Robert. The contents of my 'make-fai-nfsroot' are: [...] > FAI_DEBOOTSTRAP = "hardy http://10.10.1.200/debmirror"; [...] FAI_DEBOOTSTRAP tells FAI not only where to get the packages for building the NFSROOT, but also which release to use. The above line tells

Re: Ubuntu FAI PPA and Lucid Lynx - Lucid Host

2010-08-22 Diskussionsfäden Robert Markula
On to the task of installing Ubuntu 10.04 (instead of Debian Lenny) on the target host. I've once again used the vanilla PPA packages (3.3.5ubuntu3) without any modifications except the following: # First, I've edited the /etc/fai/make-fai-nfsroot.conf to set the following option: FAI_DEBOOTSTR

Re: my fai-setup.log

2010-08-22 Diskussionsfäden Robert Markula
mamadou diop wrote: > Thank you Robert. Before giving you the output of 'apt-get update', i just > tell you that the distribution name of my ubuntu server > is jaunty and after creating the mirror whith 'fai-mirror', the only > distribution present in /files/scratch/debmirror/dists is hardy. > The

Ubuntu FAI PPA and Lucid Lynx

2010-08-22 Diskussionsfäden Robert Markula
Hey, in preparation for testing the Ubuntu FAI packages for Maverick I've been testing the packages for Lucid extensively in the past few weeks. As starting point I used the examples provided in /usr/share/doc/fai-doc/examples/simple/. It's all about fai (3.3.5ubuntu3) from the Ubuntu FAI PPA [1]

Re: bad udp checksums

2010-08-22 Diskussionsfäden Robert Markula
Hi Michael, Michael Tautschnig wrote: > If I get your message right you have actually been setting up such (virtual) > demo clients on this very same machine for quite some time already? When was > your last successful setup done? What have you changed since? If it wasn't > you, > which packages

Re: my fai-setup.log

2010-08-21 Diskussionsfäden Robert Markula
Hi mamadou, mamadou diop wrote: > Thank you. I have tried but i don't know what is the cause of this problem. > May be it's a problem of fai-mirror. First and foremost you should check and make sure that your fai-mirror works. Otherwise troubleshooting will be like the search for a needle in a ha

Re: fai-setup problem

2010-08-19 Diskussionsfäden Robert Markula
Hi, Michael Tautschnig wrote: >> Hello, I have the following error during fai-setup: >> >> ERROR: live-initramfs was not installed inside the nfsroot. >> >> who can help me? > > Most probably your mirror isn't working properly. But using > > fai-setup -v > > should give a lot more output, which

Re: bad udp checksums

2010-08-17 Diskussionsfäden Robert Markula
Hi Michael, Michael Tautschnig wrote: > If I get your message right you have actually been setting up such (virtual) > demo clients on this very same machine for quite some time already? When was > your last successful setup done? What have you changed since? If it wasn't > you, > which packages

Re: fai apt sources.list

2010-08-17 Diskussionsfäden Robert Markula
Hi Mamadou, mamadou diop wrote: > Hello, I have create my local debian mirror with fai-mirror. After that, I > have added these two lines in /etc/fai/apt/sources.list: > > *deb http://192.168.1.250/debmirror/ubuntu jaunty main restricted universe > multiverse** > deb http://192.168.1.250/debmir

Re: /etc/fai/apt/sources.list needs update

2010-08-17 Diskussionsfäden Robert Markula
Hi Mika, Michael Prokop wrote: > This has been fixed in the 3.4.0 release already: Ah, good to know, that complete slipped by. Cheers, Robert

Re: bad udp checksums

2010-08-16 Diskussionsfäden Robert Markula
Hi Michael, Michael Tautschnig wrote: > I think I have seen such error messages (although these have not been fatal > over > here) when using DHCP relays. Which network devices do you have > interconnecting > the virtual client and your FAI server? Does the same server work for other > hosts? W

Re: bad udp checksums

2010-08-16 Diskussionsfäden Robert Markula
Hi Michael, oops, sorry, I've been to quick to hit the "reply" button. I'll re-send the message to the list in a second. Thanks for asking! Michael Tautschnig schrieb: > Hi Robert, > > just a quick question: May I reply on-list (you sent the message below > exclusively to me)? > > Thanks, > Mi

bad udp checksums

2010-08-16 Diskussionsfäden Robert Markula
Hi, not sure it's a FAI-related problem (seems to me rather connected with DHCP), but I've never encountered this without FAI... I'm trying to bootstrap a demo client in VirtualBox (Bridged Networking) with FAI (3.3.5ubuntu3 from the Ubuntu PPA). It gets the TFTP image and boots up just fine, unti

/etc/fai/apt/sources.list needs update

2010-08-15 Diskussionsfäden Robert Markula
Howdy, in /etc/fai/apt/sources.list there is a reference to security.geo.debian.org. According to [1], this DNS zone has been dropped, and security.debian.org should be used instead (Stephan, you might also want to change this in the Ubuntu FAI PPA). Cheers, Robert [1] http://dsa.debian.org/dsabl

Re: FAI 3.3.5 for Ubuntu Lucid

2010-07-18 Diskussionsfäden Robert Markula
Stephan Hermann wrote: >> Hmm... since Maverick is not a rock solid release anyway, wouldn't it be >> a good testbed to include FAI in the universe repositories? > > I could try to make some packages for maverick in the ubuntu fai > ppa...and then pushing it to universe is no problem. > Sadly I do

Re: FAI 3.3.5 for Ubuntu Lucid

2010-07-18 Diskussionsfäden Robert Markula
Hi! Thomas Lange wrote: > Works perfectly. Only 71 lines of diff! If I only cound the real diffs, > it's only 21 lines including 6 lines of comments. > Great to see that FAI on Ubuntu only needs that tiny changes. Yay! Looking at the diff, do you think it would be realistic to be able to merge th

Re: FAI 3.3.5 for Ubuntu Lucid

2010-07-15 Diskussionsfäden Robert Markula
Hi Stephan, Stephan Hermann wrote > Yes, right. In the past we had a lot of changes to do in the packages, > but thanks to Waldemar and Thomas, this is gone. Great! > For maverick, this could be a way to go (but I dare that's a good idea, > because Maverick will be not a rock solid release). I t

Re: FAI 3.3.5 for Ubuntu Lucid

2010-07-12 Diskussionsfäden Robert Markula
>> I'm curious; what are the main differences to "stock" FAI? > actually nothing special. > > I adjusted some binary deps (syslinux-common to syslinux | > syslinux-common) then some NFS root packages which are not in ubuntu ... So most things are already there in stock FAI? That's good news, bec

Re: FAI 3.3.5 for Ubuntu Lucid

2010-07-11 Diskussionsfäden Robert Markula
Hi Stephan, hey great, I was just about to ask something regarding FAI and Lucid. I'm curious; what are the main differences to "stock" FAI? Cheers, Robert linux-fai-requ...@uni-koeln.de wrote: > I'm happy to announce the very first iteration of FAI 3.3.5 on Ubuntu Lucid. > > As FAI right now i

Latest initramfs-tools from FAI repo breaks Ubuntu

2010-04-05 Diskussionsfäden Robert Markula
Hey guys, since the end of this week (I can't tell the exact date/time, since I've not been working on the network here; must have been somewhere around the 1st of april) I suddenly couldn't boot my Ubuntu 9.10 karmic machines anymore. Grub2 would hang with the error message: /scripts/init-top/br

Re: Launch of new FAI project website

2009-12-06 Diskussionsfäden Robert Markula
Thomas Lange wrote: > I'm very happy to announce the new website design for the FAI project. > After several weeks of research and hard work (I'm not a html/css > programmer, I prefer shell and Perl) I found a nice and easy to use > css style. I did some changes to it, and reorganizied the old^Wver

Re: FAI 3.3.1 released

2009-11-17 Diskussionsfäden Robert Markula
Hi, Thomas Lange wrote: > This will be needed for > using FAI with Ubuntu karmic. does this mean FAI 3.3.1 fully supports Ubuntu Karmic? Or is this a work in progress? Cheers, Robert

Re: fai3.3 + karmic

2009-11-11 Diskussionsfäden Robert Markula
Thomas Lange wrote: > Today, I saw an Ubuntu karmic system booting from a Ubuntu nfsroot > with FAI 3.3 and some minor changes. Thanks to Waldemar for taking > notes and posting them immediately to linux-fai-devel. > > https://lists.uni-koeln.de/pipermail/linux-fai-devel/2009q4/000693.html > >

Re: fai3.3 + karmic

2009-11-10 Diskussionsfäden Robert Markula
Hey Bent and Stephan, Stephan Hermann wrote: > Would you like to add some instructions about your work on the FAI > wiki... > We removed FAI from Karmic, because of the state of the package, and we > would like to re-add it in Lucid (the next LTS of Ubuntu)... > > When you had it running on Ubunt

Re: fai3.3 + karmic

2009-11-09 Diskussionsfäden Robert Markula
Hi Bent, Bent Meyer wrote: > I need to work out a bit more. I just discovered that root's password is > not set to its standard value and sshd is not running. That makes it > hard to examine the result of installation. :-) How did you install GRUB2? I'm currently having a hard time installing it.

Re: fai3.3 + karmic

2009-11-09 Diskussionsfäden Robert Markula
Hi Bent, since we are just on the topic, did you install GRUB2 on the Karmic clients or GRUB Legacy? What server platform do you run the fai server on? Is this Karmic as well? Cheers, Robert Bent Meyer wrote: > Hello! > > I have upgrade from fai-3.2.20 to fai-3.3 and from Ubuntu Jaunty to > Ka

GRUB2

2009-11-08 Diskussionsfäden Robert Markula
Hi there, since GRUB2 is the future of GRUB, the question is how well is it supported in FAI yet? Cheers, Robert

Re: FAI 3.3 released

2009-11-04 Diskussionsfäden Robert Markula
Thomas Lange wrote: > after several month of work, the new release of FAI version 3.3 is now > available. Wooh! :-) Great, thanks for your hard work Thomas and Michael! Cheers, Robert

Re: Mixed Etch and Lenny? How to...

2009-09-25 Diskussionsfäden Robert Markula
Thomas Lange wrote: > In the next version of FAI the suffix .tgz will be supported.\ > Currently, fai will give you a warning that this suffix is not > supported. Perfect, Thomas, thank you very much! Cheers, Robert

Re: Mixed Etch and Lenny? How to...

2009-09-17 Diskussionsfäden Robert Markula
Holger Parplies wrote: >> say, you have your configspace in /srv/fai/config/, then you'd copy your >> base.tar.gz to /srv/fai/config/basefiles/MYCLASS.tar.gz, where MYCLASS >^^ >> obviously is the name of the class that will use this custom ba

Re: Mixed Etch and Lenny? How to...

2009-09-17 Diskussionsfäden Robert Markula
Leen Smit wrote: > Michael, > > > Thats the confusing part, since I dont have a basefiles dir anywhere.. > If I understand everything correctly, I can simply create this, and place > (eg.) > LENNY.tgz in there. Then the Class LENNY will pick up this file? > What happens to Etch in this case, mu

Re: Fai on Ubuntu 9.10 status?

2009-09-06 Diskussionsfäden Robert Markula
Hi again! Henning Sprang wrote: > With the removal decision FAI gives away the potential for larger > adoption - despite it is perfectly useable for config management on many > distributions - even when installation functionality does not work (and > even therefore there was a good workaround docu

Re: Fai on Ubuntu 9.10 status?

2009-09-06 Diskussionsfäden Robert Markula
Hi Henning, Henning Sprang wrote: > It's not very helpful to the cause of spreading FAI usage to send > them another way if FAI can do the same - in many aspects better, and by > far mnore flexible, because it can incorporate all the other tools and > programming language you like. Well, I'm not

Re: Fai on Ubuntu 9.10 status?

2009-09-06 Diskussionsfäden Robert Markula
> Message: 3 > Date: Sat, 05 Sep 2009 12:43:22 +0200 > From: Per Foreby > Subject: Re: Fai on Ubuntu 9.10 status? > To: linux-fai > Message-ID: <4aa240ca.1020...@ddg.lth.se> > Content-Type: text/plain; charset=ISO-8859-1 > Softupdate would do for me. You can always install the base in some > oth

  1   2   >