Updates to Microwulf Configuration Notes
-
DHCP.
The latest dhcp version is dhcp3-server, so change the line:
sudo apt-get install dhcp
to
sudo apt-get install dhcp3-server
-
TFTP.
The tftpboot directory now has subdirectories, so change the line:
sudo chmod 777 /tftpboot
to
sudo chmod -R 777 /tftpboot
-
NFS.
The default NFS configuration has changed,
so in order for the slave nodes to mount /home,
do the following steps on each slave node:
-
install nfs-common, and
-
add the line:
iface eth0 inet manual
to the file /etc/network/interfaces.
-
Restart the NFS server using the command:
sudo /etc/init.d/nfs-kernel-server restart
instead of /etc/init.d/nfs restart.
Thanks to
ZhuanLiu
from the Kunkunguo group
of the College of Materials and Engineering at
Hunan University
for providing these updates.
Joel Adams >
Research >
Microwulf >
Sys > Updates