Comment 3 for bug 159536

Revision history for this message
Achim Bohnet (allee) wrote : Re: dpkg seg-fault with fai-nfsroot

Hi Jerome,
is this a fresh FAI install or did you upgrade from earlier versions?

Can you try to chroot to the fai NFS root directory
(the default is /srv/fai/nfsroot/live/filesystem.dir) and run

   apt-get install --reinstall install fai-nfsroot

If this does not give any hint what's going wrong, try in fai NFS chroot

   edit /var/lib/dpkg/info/fai-nfsroot.postinst # add 'set -xv' as the second line
   dpkg-reconfigure fai-nfsroot

Achim