( ! ) Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /var/www/docs.paulororke.net/dhcp/linuxdhcpd.php:2) in /var/www/docs.paulororke.net/dhcp/linuxdhcpd.php on line 3
Call Stack
#TimeMemoryFunctionLocation
10.000644864{main}( )../linuxdhcpd.php:0
20.000644952session_start ( )../linuxdhcpd.php:3

( ! ) Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /var/www/docs.paulororke.net/dhcp/linuxdhcpd.php:2) in /var/www/docs.paulororke.net/dhcp/linuxdhcpd.php on line 3
Call Stack
#TimeMemoryFunctionLocation
10.000644864{main}( )../linuxdhcpd.php:0
20.000644952session_start ( )../linuxdhcpd.php:3
Aviawest Golden Masters

DHCP

Set up Linux and W2K3 DHCP servers on the same subnet.

Basics

Setup dhcpd was already done.  The object of this exercise is to migrate all existing thin clients currently recieving IPs and boot images from the existing LTSP server to a W2K3 DHCP and TFTP server facilitating the decommissioning of the LTSP server. This needs to be done incrementally so as to limit any unexpected side effects of the migration thus maintaining maximum availability to users. In my test case ao my office I am actually using 3 dhcp servers, Linux dhcpd (FC4), dhcp service on W2K3 and dhcp through my D-Link router. By defining an IP range on each server and employing reservations based on MAC I hope to avoid any conflict.
    • Use 'Disk Druid' to create seperate partitions for /var and /home. This helps reduce vulnerability from log files or users filling up the / directory
    • Basic Installation has only minimal packages, Web, Mail and Office will be installed from latest stable versions from vendor sites.
  1. yum update

    This will bring the box up to date with all the latest packages for this distrobution. Expect this to takke some time.

Basic FC4 Virtual Machine with Free NX Server

Take a 'Basic FC4 Golden Master' as created above and install the Free NX Server packages.   Some usefull links for this:
The following commands were straight from the above Fedora howto and worked without modification:
yum update
yum install expect nc
wget http://fedoranews.org/contributors/rick_stout/freenx/freenx-0.4.4-1.fdr.0.noarch.rpm
wget http://fedoranews.org/contributors/rick_stout/freenx/nx-1.5.0-0.FC4.1.i386.rpm
rpm -Uvh nx-1.5.0-0.FC4.1.i386.rpm
rpm -Uvh freenx-0.4.4-1.fdr.0.noarch.rpm

Setup Preceedure for FC4 with Web, Mail, Office and remote access.