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
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
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:~
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 /
> 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
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