Your lts.conf file is specifying "runlevel 3" in the [default] and ws
sections. This will not result in a graphical login for your
workstations. You can either remove the "runlevel" entry completely or
change it to "runlevel 5".
rob
>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
On 1/4/02, 5:25:59 AM, maheshwar kanitkar <[EMAIL PROTECTED]> wrote
regarding [Ltsp-discuss] help mandrake 8.1 with i810 ltsp 3.0 rpms problem:
> Hi all,
> I am not able to see kde login screen from client
> The env I have,
> 1) Both server & client having same hadware
> a)intel 815EEA desktop motherboard
> b) onboard lan,sound,display of i810
> c) ram : 256 MB
> d) video ram 4 MB
> e) both machines are connected with each other on
> cross cable.
> f)OS : mandrake 8.1
> g) client is booting by floppy.
> my workstation ip is 192.168.1.185
> & server ip: 192.168.1.153
> I have entry of host in /etc/hosts
> I have dhcpd.conf as follow
> # 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.
> #
> ddns-update-style ad-hoc;
> default-lease-time 21600;
> max-lease-time 21600;
> subnet 192.168.1.0 netmask 255.255.255.0 {
> #option subnet-mask 255.255.255.0;
> option broadcast-address 192.168.1.255;
> option routers 192.168.1.153;
> option domain-name-servers 192.168.1.153;
> option domain-name
> "mandrakeserver.softcell.co.in";
> option root-path
> "192.168.1.153:/opt/ltsp/i386";
> #option root-path
> "192.168.1.153:/tftpboot/lts/ltsroot";
> option font-servers 192.168.1.153;
> option x-display-manager 192.168.1.153;
> #option option-129 "console=/dev/tty2";
> #shared-network WORKSTATIONS {
> # subnet 192.168.0.0 netmask 255.255.255.0 {
> # }
> #}
> #group {
> # use-host-decl-names on;
> option log-servers 192.168.1.153;
> host ws001 {
> # hardware ethernet 00:03:47:40:0C:17;
> hardware ethernet 00:03:47:43:9E:46;
> fixed-address 192.168.1.185;
>
> # root-path
> "192.168.1.153:/opt/ltsp/i386";
> # filename
> "/lts/vmlinuz.eepro100";
> filename "lts/vmlinuz-2.4.9-ltsp-5";
> # option option-128 e4:45:74:68:00:00;
> #option option-129 " console=/dev/tty2";
> # option option-129 "NIC=eepro100";
> }
> range dynamic-bootp 192.168.1.181 192.168.1.220;
> # host ws002 {
> # hardware ethernet 00:03:47:43:9E:46;
> # fixed-address 192.168.1.180;
> # filename "/lts/vmlinuz.eepro100";
> #filename "/lts/vmlinuz-2.4.9-ltsp-5";
> # option option-128 e4:45:74:68:00:00;
> ## option option-129 "NIC=tulip";
> # }
> }
> This is my /etc/exports
> #
> ## LTS-begin ##
> #
> # The lines between the 'LTS-begin' and the 'LTS-end'
> were added
> # on: Wed Dec 5 09:21:43 IST 2001 by the ltsp
> installation script.
> # For more information, visit the ltsp homepage
> # at http://www.ltsp.org
> #
> #/lts/ltsroot
> 192.168.0.0/255.255.255.0(ro,no_root_squash)
> /opt/ltsp/i386
> 192.168.1.185/255.255.255.0(ro,no_root_squash)
> /var/opt/ltsp/swapfiles
> 192.168.0.0/255.255.255.0(rw,no_root_squash)
> #/tftpboot/lts/ltsroot
> 192.168.1.185/255.255.255.0(rw,no_root_squash)
> #tftpboot/lts/ltsroot
> 192.168.0.0/255.255.255.0(ro,no_root_squash)
> #
> # The following entries need to be uncommented if you
> want
> # Local App support in ltsp
> #
> #/home
> 192.168.0.0/255.255.255.0(rw,no_root_squash)
> ## LTS-end ##
> this is my lts.conf
> #
> # Config file for the Linux Terminal Server Project
> (www.ltsp.org)
> #
> [Default]
> SERVER = 192.168.1.153
> 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 = 3
>
#------------------------------------------------------------------------------
> #
> # Example of specifying X settings for a workstation
> #
> [ws001]
> XSERVER = auto
> LOCAL_APPS = N
> USE_NFS_SWAP = N
> SWAPFILE_SIZE = 48m
> RUNLEVEL = 3
> [ws002]
> XSERVER = XF86_SVGA
> LOCAL_APPS = N
> USE_NFS_SWAP = N
> SWAPFILE_SIZE = 64m
> RUNLEVEL = 3
> #
> # 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)
> when my client boot from floopy
> it goes in run level 3
> then i run command
> /tmp/start_ws
> Then
> it tried to start the display
> & suddenly screen went blank
> & all LEDS of monitor started blinking.
> I am using monitor make: LGStudioworks 452V for both
> client & server end.
> My /var/log/messages is as follows
> Jan 4 15:22:10 mandrakeserver dhcpd: DHCPDISCOVER
> from 00:03:47:43:9e:46 via eth0
> Jan 4 15:22:10 mandrakeserver dhcpd: DHCPOFFER on
> 192.168.1.185 to 00:03:47:43:9e:46 via eth0
> Jan 4 15:22:10 mandrakeserver dhcpd: Dynamic and
> static leases present for 192.168.1.185.
> Jan 4 15:22:10 mandrakeserver dhcpd: Remove host
> declaration ws001 or remove 192.168.1.185
> Jan 4 15:22:10 mandrakeserver dhcpd: from the dynamic
> address pool for 192.168.1.0/24
> Jan 4 15:22:10 mandrakeserver dhcpd: DHCPREQUEST for
> 192.168.1.185 (192.168.1.153) from 00:03:47:43:9e:46
> via eth0
> Jan 4 15:22:10 mandrakeserver dhcpd: DHCPACK on
> 192.168.1.185 to 00:03:47:43:9e:46 via eth0
> Jan 4 15:22:11 mandrakeserver dhcpd: DHCPDISCOVER
> from 00:03:47:43:9e:46 via eth0
> Jan 4 15:22:11 mandrakeserver dhcpd: DHCPOFFER on
> 192.168.1.185 to 00:03:47:43:9e:46 via eth0
> Jan 4 15:22:13 mandrakeserver dhcpd: Dynamic and
> static leases present for 192.168.1.185.
> Jan 4 15:22:13 mandrakeserver dhcpd: Remove host
> declaration ws001 or remove 192.168.1.185
> Jan 4 15:22:13 mandrakeserver dhcpd: from the dynamic
> address pool for 192.168.1.0/24
> Jan 4 15:22:13 mandrakeserver dhcpd: DHCPREQUEST for
> 192.168.1.185 (192.168.1.153) from 00:03:47:43:9e:46
> via eth0
> Jan 4 15:22:13 mandrakeserver dhcpd: DHCPACK on
> 192.168.1.185 to 00:03:47:43:9e:46 via eth0
> Jan 4 15:22:13 mandrakeserver rpc.mountd:
> authenticated mount request from 192.168.1.185:687 for
> /opt/ltsp/i386 (/opt/ltsp/i386)
> Jan 4 15:22:15 ws001 syslogd started: BusyBox v0.60.1
> (2001.09.28-01:12+0000)
> Jan 4 15:22:15 ws001 devfsd[107]: Caught SIGHUP
> Jan 4 15:22:15 ws001 devfsd[107]: read config file:
> "/etc/devfsd.conf"
> Jan 4 15:22:15 ws001 init: Entering runlevel: 2
> Jan 4 15:22:16 ws001 init: Switching to runlevel: 3
> Jan 4 15:22:23 mandrakeserver kdm[4360]: Greeter
> returned non-zero exit code 256
> Jan 4 15:22:23 mandrakeserver kdm[4360]: fatal IO
> error 104 (Connection reset by peer)
> On client end the leds of monitor keep blinking after
> 1hrs also.
> Pl. let me know what could be problem?
> I have installed ltsp version rpms.
> Thanks in advance.
> warm regards,
> maheshwar
> __________________________________________________
> Do You Yahoo!?
> Send your FREE holiday greetings online!
> http://greetings.yahoo.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.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