Re: testing fai4 on wheezy

2013-12-10 Diskussionsfäden 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-10 Diskussionsfäden 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 Diskussionsfäden 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 Diskussionsfäden 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 Diskussionsfäden 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

testing fai4 on wheezy

2013-12-10 Diskussionsfäden 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