Thank you for your reply,
If the kernel works with the Telnet session then the Kernel building is
proper.
It build the Xf86config file also . but enable to give me the Xlogin
screen.

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.

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