testing fai4 on wheezy

2013-12-10 Thread Michał Dwużnik
Hi, setting up wheezy FAI4 I found the following problem - tftpd-hpa, even after pointing it's config in /etc/default to /srv/tftp/fai does not work - probably because the files in /srv/tftp/fai iare owned by root.root. Changing that to root.tftpd (default user for tftp is tftp) does not change m

Re: testing fai4 on wheezy

2013-12-10 Thread Thomas Lange
> On Tue, 10 Dec 2013 21:19:13 +0100, Michał Dwużnik > said: > tftpd-hpa, even after pointing it's config in /etc/default to /srv/tftp/fai > does not work - probably because the files in /srv/tftp/fai Do not change the settings in /etc/default/tftp-hpa. Instead use filename "fai

Re: testing fai4 on wheezy

2013-12-10 Thread Michał Dwużnik
Well... root@fai4:~# /etc/init.d/tftpd-hpa restart [ ok ] Restarting HPA's tftpd: in.tftpd. root@fai4:~# ps aux |grep tftp root 3026 0.0 0.0 14856 152 ?Ss 22:38 0:00 /usr/sbin/in.tftpd --listen --user tftp --address 0.0.0.0:69 - --secure /srv/tftp/ root@fai4:~# ls -ltra /

Re: testing fai4 on wheezy

2013-12-10 Thread Michał Dwużnik
http://imgur.com/mqwCgfQ shows the error when trying to boot the test virtual machine -> the options from dhcp look ok. Michal On Tue, Dec 10, 2013 at 10:51 PM, Michał Dwużnik wrote: > Well... > > root@fai4:~# /etc/init.d/tftpd-hpa restart > [ ok ] Restarting HPA's tftpd: in.tftpd. > root@fai4:~

Re: testing fai4 on wheezy

2013-12-10 Thread Michał Dwużnik
Sorry for the fuss, turning off ipv6 seems to do the trick for the time being... I do not know _why_ it helps, but there's a workaround... cat /etc/sysctl.d/disableipv6.conf net.ipv6.conf.all.disable_ipv6=1 I hope that will be helpful for someone, despite the ugly nature. Michal On Tue, Dec

Re: testing fai4 on wheezy

2013-12-10 Thread Michał Dwużnik
Hi again, it looks to me like I have a fai 4 instance ready to accept 'clients' my config for a private network looks like: /etc/fai# grep -v ^$ * | grep -v :# fai.conf:FAI_CONFIG_SRC=nfs://172.20.50.50/srv/fai/config live.conf:export BUILD_SYSTEM="Debian" live.conf:export UNIONTYPE="aufs" live.c

Re: testing fai4 on wheezy

2013-12-11 Thread Thomas Lange
> On Wed, 11 Dec 2013 02:29:08 +0100, Michał Dwużnik > said: > NFSROOT:dracut-network live-boot- live-boot-initramfs-tools- You are using dracut inside the nfsroot. That's fine. I guess you are running into this problem: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731244 With

Re: testing fai4 on wheezy

2013-12-11 Thread Michał Dwużnik
On Wed, Dec 11, 2013 at 10:59 AM, Thomas Lange wrote: >> On Wed, 11 Dec 2013 02:29:08 +0100, Michał Dwużnik >> said: > > > NFSROOT:dracut-network live-boot- live-boot-initramfs-tools- > You are using dracut inside the nfsroot. That's fine. > > I guess you are running into this proble