Dear friends,

I am having some problems in setting up a new workstation.
I have two workstations working just fine, but I am attempting to setup a
new one and am getting an error message that I never had to deal with
before.
I searched the documentation and this mailing list for a similar problem and
was unnable to find anything like it.


My NIC is rtl8139c
The system is a Pentium 75

We tried the following kernels:
vmlinuz-2.4.18-ltsp-1
vmlinuz-2.4.9-ltsp-5
vmlinuz-2.4.9-ltsp-lpp-5

Here is the error:

...
Buliding the XF86config file
Building the start_ws script
Starting Syslogd
/tmp/start_ws:  /usr/X11R6/bin/XF86_S3: No such fle or directory
/tmp/start_ws:  /usr/X11R6/bin/XF86_S3: No such fle or directory
/tmp/start_ws:  /usr/X11R6/bin/XF86_S3: No such fle or directory
 ( ad infinitum...)

Here is my DHCPD.CONF:


#Sample dhcpd.conf file for LTSP

ddns-update-style       none;
default-lease-time 21600;
max-lease-time 21600;

option subnet-mask 255.255.255.0;
option broadcast-address 192.168.13.255;
option routers 192.168.13.216;
option domain-name-servers 192.168.13.216;
option domain-name "cta.develop.com";
option root-path "192.168.13.216:/opt/ltsp/i386";
#option option-128 code 128 = string;
#option option-129 code 129 = text;


shared-network WORKSTATIONS {
        subnet 192.168.13.0 netmask 255.255.255.0 {
        filename "/lts/vmlinuz-2.4.18-ltsp-1";
                                                  }
                            }

group {
       use-host-decl-names     on;
       option log-servers      192.168.13.216;

        host ws001 {
                hardware ethernet 00:20:18:8C:39:37;
                fixed-address 192.168.13.227;
                }
        host ws002 {
                hardware ethernet 00:60:67:01:CC:3D;
                fixed-address 192.168.13.229;
                }

        host ws003 {
                filename "/lts/vmlinuz-2.4.9-ltsp-5";
                hardware ethernet 00:40:f4:44:ed:e8;
                fixed-address 192.168.13.228;
                }
        }


And here is my lts.conf

#
# Config file for the Linux Terminal Server Project (www.ltsp.org)
#

[Default]
        SERVER             = 192.168.13.216
        XSERVER            = auto
        X_MOUSE_PROTOCOL   = "Microsoft"
        X_MOUSE_DEVICE     = "/dev/ttyS0"
        X_MOUSE_RESOLUTION = 50
        X_MOUSE_BUTTONS    = 3
        USE_XFS            = N
        LOCAL_APPS         = N
        RUNLEVEL           = 5

#---------------------------------------------------------------------------
---
#
# Example of specifying X settings for a workstation
#
[ws001]
        XSERVER            = auto
        LOCAL_APPS         = N
        USE_NFS_SWAP       = N
        SWAPFILE_SIZE      = 48m
        RUNLEVEL           = 5
        X_MODE_0           = 800x600

[ws002]
        XSERVER            = auto
        LOCAL_APPS         = N
        USE_NFS_SWAP       = N
        SWAPFILE_SIZE      = 64m
        RUNLEVEL           = 5
        X_MODE_0           = 800x600

[ws003]
        XSERVER            = auto
        LOCAL_APPS         = N
        USE_NFS_SWAP       = N
        SWAPFILE_SIZE      = 48m
        RUNLEVEL           = 5
        X_MODE_0           = 800x600
#
# ws004 is my virtual workstation running in a VMware session
#
#[ws004]
#        DNS_SERVER         = 192.168.0.254
#        XSERVER            = auto
#        X4_BUSID           = "PCI:0:15:0"
#        X_MODE_0           = 800x600
#        LOCAL_APPS         = N
#        USE_NFS_SWAP       = N
#        SWAPFILE_SIZE      = 64m
#        RUNLEVEL           = 5

#---------------------------------------------------------------------------
---
#
# Example of a workstation configured to load some modules
#
#[ws001]
#    MODULE_01       = agpgart.o                # This is for i810 video
#    MODULE_02       = uart401.o
#    MODULE_03       = sb.o io=0x220 irq=5 dma=1
#    MODULE_04       = opl3.o

#---------------------------------------------------------------------------
---
#
# Example of ws001 configured for local apps
#
#[ws001]
#    LOCAL_APPS      = Y
#    LOCAL_WM        = Y
#    NIS_DOMAIN      = ltsp
#    NIS_SERVER      = 192.168.0.254

#---------------------------------------------------------------------------
---
#
# Example of a serial printer attached to /dev/ttyS1 on workstation ws001
#
#[ws001]
#    PRINTER_0_DEVICE   = /dev/ttyS1
#    PRINTER_0_TYPE     = S             # P-Parallel, S-Serial
#    PRINTER_0_PORT     = 9100          # tcp/ip port: defaults to 9100
#    PRINTER_0_SPEED    = 9600          # baud rate: defaults to 9600
#    PRINTER_0_FLOWCTRL = S             # Flow control: S-Software (XON/XOFF),
#                                       # H-Hardware (CTS/RTS)
#    PRINTER_0_PARITY   = N             # Parity: N-None, E-Even, O-Odd
#                                       # (defaults to 'N')
#    PRINTER_0_DATABITS = 8             # Databits: 5,6,7,8 (defaults to 8)



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_____________________________________________________________________
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