Jim,

System is RedHat 7.0.  Using ISC DHCP version 3rc12.   We are using the
bzImage from the ltsp_initrd_kit path and sending it to an i810 workstation
using PXE.    The workstation setup for PXE is as follows:

prompt 0
label linux
    kernel bzImage
    ipappend 1
    append ip=192.168.1.2 nfsroot=192.168.1.1:/opt/ltsp/i386

the /etc/dhcpd.conf file looks like this:

# Sample configuration file for ISCD dhcpd
#
# Don't forget to set run_dhcpd=1 in /etc/init.d/dhcpd
# once you adjusted this file and copied it to /etc/dhcpd.conf.
#

default-lease-time            21600;
max-lease-time                21600;
option subnet-mask            255.255.0.0;
option broadcast-address      192.168.1.1;
option routers                0.0.0.0;
option domain-name-servers    192.168.1.1;
option domain-name            "testlinux.com";
ddns-update-style             none;
use-host-decl-names           on;

subnet 192.168.1.0 netmask 255.255.0.0 {
    host ws99 {
      hardware ethernet     00:90:27:AB:7E:18;
      fixed-address         192.168.1.2;
      option root-path      "192.168.1.1:";
      filename "/tftpboot/pxelinux.0"; }
    }
}

We tried to add the "option option-128 and 129" commands but the dhcpd
server says that "option dhcp.option-128" is invalid same for 129.

----- Original Message -----
From: "Jim McQuillan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 21, 2001 4:30 PM
Subject: Re: [Ltsp-discuss] ltsp-2.09pre2-3


> James,
>
> Yes, the empty /dev directory is normal.  We are now using a feature
> called devfs, which is a
> virtual /dev filesystem.  The device nodes are created automatically by
> the kernel.
>
> Are you using the new kernel that we supply ?
>
> Send us a copy of your /etc/dhcpd.conf file, so we can see what you are
> sending to the workstation.
>
> Thanks,
>
> Jim McQuillan
> [EMAIL PROTECTED]
>
>
> James Newlin wrote:
>
> >Just downloaded the 2.09pre2-3 .tgz files.  Installed them on a test
server.
> >We have ran all the install.sh files (core, kernel, x_core, x_fonts,
initrd
> >and localapps).   We have no files in the /opt/ltsp/i386/dev path.  Is
this
> >right?   Other /opt/ltsp/i386 paths have files in them.   Sorry if this
has
> >already come up.    When booting up the workstation it stops saying
> >"Warning: unable to open an initial console".  This is the next message
> >displayed after "freeing unsed kernel memory: 52k freed".
> >
> >Thanks,
> >
> >James
> >
> >
> >_____________________________________________________________________
> >Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
> >      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> >For additional LTSP help,   try #ltsp channel on irc.openprojects.net
> >
>
>
>
> _____________________________________________________________________
> Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
>       https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
> For additional LTSP help,   try #ltsp channel on irc.openprojects.net


_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to