1. Is there a monitoring tool (GUI or console based) for diskless clients (load, usage, etc). Is there a way to remotely poweroff the clients WITHOUT using ssh or telnet?
2. Is there a reason why distcc settings in diskless/etc/rc.conf fail to start and need to be started manually?
3. lagg setup: Instructions describe modifying /etc/rc.conf for lagg device. This seems an odd solution to me in diskless environment. Is it possible to pass the lagg parameter for the second NIC through the dhcp server? Target mode is loadbalance. This setting in diskless/etc/rc.conf freezes the system (re0 is already up). I suppose the nfs-mounted root on diskless becomes confused by the re0 -> lagg0 switch and looses the mountpoint. Why do I want lagg on a diskless client? the mobo-embedded NIC is 10/100, wile the second NIC card is Gbit. My switch is unmanaged.
4. A diskless node which has no gpu fails to boot (does not respond to ping) but boots fine when I place a gpu card in the PCIe slot. What should I disable (xorg?) in rc.conf for this? I can't get to error logs as /var is mounted as md0.
2. Is there a reason why distcc settings in diskless/etc/rc.conf fail to start and need to be started manually?
Code:
distccd_enable="YES"
distccd_flags="--daemon --allow 192.168.2.1"
Code:
ifconfig_re1="up"
cloned_interfaces="lagg0"
ifconfig_lagg0="laggproto loadbalance laggport re0 laggport re1 192.168.2.2 netmask 255.255.255.0"