-
- Downloads
1. Better control net detection.
No longer rely on looking at kernel boot time messages and extracting a hardware signature to determine the nodetype to then determine the control net. Now we just DHCP on all interfaces and decree that the interface that answers is our control net interface. An extraordinary number of sleezy tricks were needed to get FBSD4, FBSD5, and RHL to DHCP on all interfaces without changing any standard scripts. For now, the nodetype/cpuspeed/chipset scripts still exist for the benefit of healthd, which uses the output of nodetype to determine what kernel module to load. We should fix this. Side-effect: pump, the old RHL DHCP client, is history! For older RHL releases, you will need a version of dhclient. Side-effect: in Linux, all non-control net interfaces are left up but without a legit IP address. This is a consequence of dhclient. In FBSD, it was trivial to clean this up, RHL will take a little more work. Up or down, it shouldn't matter. 2. Add an mfs-install make target, a scaled-down version of the client install. Added a mandatory DESTDIR check so you don't accidentally install in the wrong place on boss.
Showing
- tmcd/GNUmakefile.in 5 additions, 0 deletionstmcd/GNUmakefile.in
- tmcd/freebsd/GNUmakefile.in 11 additions, 14 deletionstmcd/freebsd/GNUmakefile.in
- tmcd/freebsd/control_interface 3 additions, 26 deletionstmcd/freebsd/control_interface
- tmcd/freebsd/dhclient 11 additions, 0 deletionstmcd/freebsd/dhclient
- tmcd/freebsd/dhclient-exit-hooks 1 addition, 1 deletiontmcd/freebsd/dhclient-exit-hooks
- tmcd/freebsd/mfs-rc.conf 11 additions, 1 deletiontmcd/freebsd/mfs-rc.conf
- tmcd/freebsd/prepare 1 addition, 0 deletionstmcd/freebsd/prepare
- tmcd/freebsd/rc.conf 11 additions, 4 deletionstmcd/freebsd/rc.conf
- tmcd/freebsd/start_if.em0 0 additions, 7 deletionstmcd/freebsd/start_if.em0
- tmcd/freebsd/start_if.fxp0 0 additions, 7 deletionstmcd/freebsd/start_if.fxp0
- tmcd/freebsd/start_if.fxp1 0 additions, 7 deletionstmcd/freebsd/start_if.fxp1
- tmcd/freebsd/start_if.fxp4 0 additions, 7 deletionstmcd/freebsd/start_if.fxp4
- tmcd/freebsd/start_if.xl0 0 additions, 7 deletionstmcd/freebsd/start_if.xl0
- tmcd/linux/GNUmakefile.in 12 additions, 20 deletionstmcd/linux/GNUmakefile.in
- tmcd/linux/control_interface 3 additions, 20 deletionstmcd/linux/control_interface
- tmcd/linux/dhclient-exit-hooks 1 addition, 1 deletiontmcd/linux/dhclient-exit-hooks
- tmcd/linux/ifcfg-eth1 0 additions, 25 deletionstmcd/linux/ifcfg-eth1
- tmcd/linux/ifcfg-eth2 0 additions, 25 deletionstmcd/linux/ifcfg-eth2
- tmcd/linux/ifcfg-eth3 0 additions, 25 deletionstmcd/linux/ifcfg-eth3
- tmcd/linux/ifcfg-eth4 0 additions, 25 deletionstmcd/linux/ifcfg-eth4
Loading
Please register or sign in to comment