Lambert,

I'm guessing that SuSE 7.1 is fairly old, so it is
probably using a version of dhcpd that is older than 3.0,
which means it doesn't support the 'code 129 = text'
syntax.

So, just comment out that line, because it isn't required
with the older dhcpd.

Also, you MUST supply an option-128 as well.

Take a look at http://www.LTSP.org/instructions-3.0.html
for more info.

Jim McQuillan
[EMAIL PROTECTED]



lambert Bernard wrote:

> HI
> 
> I want to start ltsp.
> 
> serveur is suse 7.1 kernel 2.2.18 XF 4.10-85, Kde 2.2.1
> pci card clone realtek 8029 irq=11 
> 
> Station is compaq with 3c509 card
> 
> use for test etherboot 5.05 for card 3c509 from floppy
> 
> ltsp is 3.0
> 
> when i boot the workstation i got an scren error message after running
> /linuxrc 
> 
> "could not automatically detect network card ... the nic driver to be
> specified in a NIC = parameter"
> 
> I look at the ltsp documentation but in did'nt find how can i put in my
> file dhcp.conf option-129 command line
> 
> I found in a recent message an exemple but dhcpd stop with an error when
> It read the first line
> "option option-129 code 129 = text;"
> 
> could you tell me the syntax ?
> 
> regards
> 
> 
> ------------------------------------------------------------------------
> 
> # 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.255.0;
> option broadcast-address      192.168.0.255;
> option routers                192.168.0.99;
> option domain-name-servers    192.168.0.99;
> option domain-name            "arrow-breizh.com";
> option root-path              "/opt/ltsp/i386";
> option option-129     code 129 = text;
> 
> shared-network WORKSTATIONS {
>     subnet 192.168.0.0 netmask 255.255.255.0 {
>     }
> }
> 
> group {
>     use-host-decl-names       on;
>     option log-servers        192.168.0.99;
>    
>     host ws001 {
>         hardware ethernet     00:A0:24:50:2C:DE;
>         fixed-address         192.168.0.100;
>         filename              "/lts/vmlinuz.ltsp";
>       option option-129  "NIC=ns8390 IO=0xd000";
>     }
> 
>     host ws002 {
>         hardware ethernet     00:E0:06:E8:00:84;
>         fixed-address         192.168.0.1;
>         filename              "/tftpboot/lts/vmlinuz.eepro100";
>     }
> }
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 



_____________________________________________________________________
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