I am working on configuring LTSP on a SuSE 7.3 server so that it can be put 
into production. We are planning on acquiring some new hardware as well as 
re-use some existing workstations.

My current test machine is a P100 with 48 MB RAM, a Cirrus Logic video card 
(GD5440) and a Linksys LNE100TX ethernet card with bootrom purchased from 
DisklessWorkstations.com.

The ethernet card appears to work like a charm, no problem there. The 
server install was quick and relatively smooth. I am impressed with the 
quality of documentation as well, the LTSP project has a quality appearance.

The Cirrus card is not supported by XFree 4.1, so I downloaded and 
installed the ltsp_x336_svga-3.0.0-0.i386.rpm package, then set XSERVER = 
XF86_SVGA in lts.conf.

 From /etc/inetd/conf
tftp          dgram   udp     wait    root      /usr/sbin/in.tftpd  in.tftpd -s
bootps  dgram   udp     wait    root    /usr/sbin/bootpd        bootpd -c /tftp

 From /opt/ltsp/i386/ltsp.conf:

[Default]
         SERVER             = 192.168.2.1
         XSERVER            = auto
         X_MOUSE_PROTOCOL   = "PS/2"
         X_MOUSE_DEVICE     = "/dev/psaux"
         X_MOUSE_RESOLUTION = 400
         X_MOUSE_BUTTONS    = 3
         USE_XFS            = N
         LOCAL_APPS         = N
         RUNLEVEL           = 5

#------------------------------------------------------------------------------
#
# Example of specifying X settings for a workstation
#
[ws001]
         XSERVER            = XF86_SVGA
         LOCAL_APPS         = N
         USE_NFS_SWAP       = N
         SWAPFILE_SIZE      = 64m
         RUNLEVEL           = 3
         X-MOUSE_PROTOCOL   = "Microsoft"
         X_MOUSE_RESOLUTION = 50
         X_MOUSE_DEVICE     = /dev/ttyS1"
         X_MOUSE_BUTTONS    = 2
         X_MOUSE_BAUD       = 1200


First problem I encountered is with bootpd messages. The workstation seems 
to have no problem booting to run level 3, but bootpd complains about 
missing /etc/bootptab. Based on scanning previous messages from this list 
it seems to me that the bootps  line in /etc/inetd.conf may not be necessary.


/var/log/messages,
Jul 24 09:19:56 pe01 dhcpd: DHCPACK on 192.168.0.1 to 00:04:5a:6c:51:dc via 
eth0
Jul 24 09:19:56 pe01 rpc.mountd: authenticated mount request from 
192.168.0.1:686 for /opt/ltsp/i386 opt/ltsp/i386)
Jul 24 09:37:41 pe01 dhcpd: DHCPDISCOVER from 00:04:5a:6c:51:dc via eth0
Jul 24 09:37:41 pe01 dhcpd: DHCPOFFER on 192.168.0.1 to 00:04:5a:6c:51:dc 
via eth0
Jul 24 09:37:41 pe01 dhcpd: DHCPREQUEST for 192.168.0.1 (192.168.2.1) from 
00:04:5a:6c:51:dc via eth0
Jul 24 09:37:41 pe01 dhcpd: DHCPACK on 192.168.0.1 to 00:04:5a:6c:51:dc via 
eth0
Jul 24 09:37:41 pe01 bootpd[23977]: version 2.4.3
Jul 24 09:37:41 pe01 bootpd[23977]: stat on "/etc/bootptab": No such file 
or directory
Jul 24 09:37:45 pe01 last message repeated 3 times
Jul 24 09:37:45 pe01 dhcpd: DHCPDISCOVER from 00:04:5a:6c:51:dc via eth0
Jul 24 09:37:45 pe01 dhcpd: DHCPOFFER on 192.168.0.1 to 00:04:5a:6c:51:dc 
via eth0
Jul 24 09:37:47 pe01 bootpd[23977]: stat on "/etc/bootptab": No such file 
or directory
Jul 24 09:37:47 pe01 dhcpd: DHCPREQUEST for 192.168.0.1 (192.168.2.1) from 
00:04:5a:6c:51:dc via eth0
Jul 24 09:37:47 pe01 dhcpd: DHCPACK on 192.168.0.1 to 00:04:5a:6c:51:dc via 
eth0
Jul 24 09:37:47 pe01 rpc.mountd: authenticated mount request from 
192.168.0.1:686 for /opt/ltsp/i386 (/opt/ltsp/i386)


Second problem is that after  I haven't got past the "grey screen with 
large X cursor" problem. I boot to run level 3, then do "sh /tmp/start_ws". 
Since I am getting the X screen, I assume that the video driver is working 
OK, but 
the
display manager is not connecting.

On the server I run KDM. "netstat -ap|grep kdm" produces:
unix 2 [ ] DGRAM 64337456  848/kdm
"netstat -ap|grep xdmcp" produces nothing.

In section 6.6.1.2 I found reference to kdmrc 
(/etc/opt/kde2/share/config/kdm/kdmrc) needing [Xdmcp] Enable entry set to 
true. This was set to false, so I changed it to true. Maybe this is not 
activated by KDM, I have not rebooted the server.

On workstation doing Ctrl Alt Backspace back to CLI after screen has 
blanked I see message:
        XDM: too many retransmissions

I think I am close, maybe someone can clarify this KDM issue.


View our website at <http://www.iccontrols.com>
1-519-941-8161, 1-800-265-9161,Fax: 1-519-941-8164, E-Mail: 
[EMAIL PROTECTED] 



-------------------------------------------------------
This sf.net email is sponsored by: Jabber - The world's fastest growing 
real-time communications platform! Don't just IM. Build it in! 
http://www.jabber.com/osdn/xim
_____________________________________________________________________
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