Lucas,

your lts.conf file likely isn't working as you expect,
because the workstations don't know their own names.

You need a line like the following in your dhcpd.conf
file:

    use-host-decl-names       on;

That will tell dhcpd to send the hostname down to the workstation.

That should do the trick,

Jim McQuillan
[EMAIL PROTECTED]


On 29 Apr 2002, Lucas Zinato Carraro wrote:

> 
> My lts.conf
> 
> [Default]
>         SERVER             = 192.168.0.1
>         XSERVER            = auto
>         SOUND              = Y
>       LOCAL_APPS         = N
>         RUNLEVEL           = 5
> 
> #------------------------------------------------------------------------------
> #
> # Example of specifying X settings for a workstation
> #
> [emaia]
>         XSERVER            = auto
>         USE_XFS            = Y
>         X_MOUSE_PROTOCOL   = "Microsoft"
>       X_MOUSE_DEVICE     = "/dev/ttyS1"
>       X_MOUSE_RESOLUTION = 400
>       X_MOUSE_BUTTONS    = 2
>         X_MOUSE_EMULATE3BTN  = Y
>         XkbRules           = "xfree86"
>         XkbModel           = "pc101"
>         XkbLayout          = "us_intl"
>         LOCAL_APPS         = N
>         USE_NFS_SWAP       = N
>         RUNLEVEL           = 5
> 
> #####################################################################################
> 
> My dhcpd.conf 
> 
> ddns-update-style             none;
> default-lease-time            600;
> max-lease-time                2400;
> option subnet-mask            255.255.255.0;
> option broadcast-address      192.168.0.255;
> option routers                192.168.0.1;
> option root-path              "192.168.0.1:/opt/ltsp/i386";
> option option-128 code 128 = string;
> option option-129 code 129 = text;
> 
> subnet 192.168.0.0 netmask 255.255.255.0 {
>         host emaia{
>                 hardware ethernet 00:E0:7D:9E:BB:0C;
>                 fixed-address 192.168.0.2;
>                 filename "lts/vmlinuz.ltsp";
>                 }
>         range 192.168.0.4 192.168.0.20;
>         }
> 
>#########################################################################################
> 
> 
> If I put a config in the section [Default] the config is LOAD.
> but if I put a config in the other section
> Ex:[emaia] 
> LTSP load the config of the section [Default] and not for the section
> [emaia].
> 
> Why ? My dhcp.conf is wrong ?
> 
> 
> 
> _____________________________________________________________________
> 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