Hello Ltsp users
am having a queer problem . I have installed ltsp4.1 on Fedora Core 3. Its
working fine for the diskless nodes with ps/2 mouse and supported vesa server.
I am having problems in customizing my other machines for serial mice. Thats
because when the dhclient runs on the node, it does not assign it a hostname.
it comes blank in the display as hostname:      


I am attaching my configuration files for your perusal. Kindly tell me for any
modifications needed.


Thanks
Walter


my hosts file

# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1       linuxbox.agnelganv.edu  linuxbox        localhost.localdomain   
localhost       
## LTSP-begin ##
#
# The lines between 'LTSP-begin' and 'LTSP-end' were added
# on: Mon Nov 22 15:30:04 2004, by the ltspcfg configuration tool.
# For more information, visit the LTSP homepage
# at http://www.LTSP.org
#


## LTSP-end ##


my dhcpd.conf file

ddns-update-style interim;
ignore client-updates;

subnet 172.16.0.0 netmask 255.255.0.0 {

# --- default gateway
        option routers                  172.16.40.4;
        option subnet-mask              255.255.0.0;

        option nis-domain               "agnelganv.edu";
        option domain-name              "agnelganv.edu";
        option domain-name-servers      172.16.40.4;

        option time-offset              -18000; # Eastern Standard Time
#       option ntp-servers              172.16.40.4;
#       option netbios-name-servers     172.16.40.4;
# --- Selects point-to-point node (default is hybrid). Don't change this unless
# -- you understand Netbios very well
#       option netbios-node-type 2;
        option root-path  "172.16.40.4:/opt/ltsp/i386";
#range dynamic-bootp 172.16.0.128 172.16.0.254;
        default-lease-time 21600;
        max-lease-time 43200;

        # we want the nameserver to appear at a fixed address


#CONFIGURATION OF LAB2 DISKLESS MACHINES

host LAB2-NODE1 {
                hardware ethernet 00:08:A1:6C:CF:8A;
                fixed-address   172.16.20.11;
                filename        "lts/pxelinux.0";
                }

}



my lts.conf file



#
# Copyright (c) 2002 by James A. McQuillan (McQuillan Systems, LLC)
#
# This software is licensed under the Gnu General Public License.
# The full text of which can be found at http://www.LTSP.org/license.txt
#
#
# Config file for the Linux Terminal Server Project (www.ltsp.org)
#

[Default]
        SERVER             = 172.16.40.4
        XSERVER            = vesa
        X_MOUSE_PROTOCOL   = "IMPS/2"
        X_MOUSE_DEVICE     = "/dev/psaux"
        X_MOUSE_RESOLUTION = 400
        X_MOUSE_BUTTONS    = 3
        USE_XFS            = N
        LOCAL_APPS         = N
#       LOCAL_WM           =Y
        NIS_DOMAIN         = agnelganv.edu
#       DISABLE_ACCESS_CONTROL=Y
        SCREEN_01          = startx


[LAB2-NODE1]
X_MOUSE_PROTOCOL="Microsoft"
X_MOUSE_DEVICE="/dev/ttyS1"




----------------------------------------------------------------
This message was sent using NWebmail, BSNL's Webmail Program



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_____________________________________________________________________
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.freenode.net

Reply via email to