> It creates start_ws file also.
> and passes init runlevel 5
> The terminal doesn't hang but doesn't go ahead .
> Once it tried to set the Xwindows also, but gave me a blank screen.

Switch to runlevel 3 in lts.conf, and then start X manually when the terminal 
boots to a prompt.  "/tmp/start_ws"  That should give you a better picture of 
why X isn't starting.  There will be an error message like "No screens found" 
when X gives up, and puts you back at a prompt.  (In runlevel 5, it doesn't 
give up as easily, and behaves like how you are describing).  Once you have a 
good idea of why X failed, check the log /var/log/XFree86.log for more 
detailed information.

I was in a similar situation as you describe, and needed to swap video cards 
to get X to start properly.  You can check to see if your video card is 
supported in X 4.0 at www.xfree86.org.  Your problem may also be your 
monitor, but I would start with the video card.

Other reasons X fails -
Mouse
Fontpath

Hope that helps,
mattc

>
> Regards
> DK
> Here is my DHCPD.CONF file
> server-identifier proex-india.com;
> subnet 192.168.1.0 netmask 255.255.255.0 {
>   default-lease-time            72000;
>   max-lease-time                144000;
>   option subnet-mask            255.255.255.0;
>   option broadcast-address      192.168.1.255;
>   option routers                192.168.1.1;
>   option domain-name-servers    192.168.0.254;
>   option domain-name            "proex-india.com";
>   option root-path              "/tftpboot/lts/ltsroot";
>   filename        "/tftpboot/proexnew.nb";
> group {
>       use-host-decl-names       on;
>       option log-servers        192.168.0.254;
> #dax card
>      host ws004 {
>               hardware ethernet     00:C1:26:01:E8:47;
>                fixed-address         192.168.1.101;
>                filename        "proexnew.nb";     }
>  host ws002 {
>           hardware ethernet     00:D0:09:30:6A:1C;
>           fixed-address         192.168.0.2;
>           filename  "/tftpboot/lts/vmlinuz.tulip";    }
> }
> }

_____________________________________________________________________
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