Prolinux wrote:

> telnet-server was not running, i installed it but
> still having the same problem (workstation stop
> booting at "running dhclient"), do i need to rerun
> ltsp_initialize script?

I don't think so.

I think there are some incorrect settings as below:
You will need to stop and restart dhcpd after making changes.
See the note at the bottom of the message.

>
> /etc/dhcp.conf:
> authoritative;
> ddns-update-style             none;
> default-lease-time            21600;
> max-lease-time                51600;
>
> option subnet-mask            255.255.255.0;
> option broadcast-address      192.168.0.255;
>

I think the following  2 should be the IP address
of your LTSP Server

> option routers                192.168.0.253;
> option domain-name-servers    192.168.0.253;
>

> #option netbios-name-servers   192.168.0.253;
> #option nis-servers            192.168.0.253;
> #option time-servers           192.168.0.253;
>

Is this really the domain you have?
I believe it should match the domain your LTSP Server is on

> option domain-name            "ltsp.org";
>

Again set the IP address below to the IP address of your LTSP Server

> option root-path
> "192.168.0.253:/opt/ltsp/i386";

>
> filename              "/lts/vmlinuz-2.4.9-ltsp-5";
> #ddns-updates on;
> use-host-decl-names       on;
>

Same again

> option log-servers        192.168.0.253;

>
> option option-128 code 128 = string;
> option option-129 code 129 = text;
> option option-128  e4:45:74:68:00:00;
> option option-129  "NIC=3c509 IO=0x300";
>
> shared-network WORKSTATIONS {
>         subnet 192.168.0.0 netmask 255.255.255.0 {
>                 range 192.168.0.235 192.168.0.252;
>                 }
> }
>
> group   {
>     use-host-decl-names       on;
>     option log-servers        192.168.0.253;
>
>     host ws001 {
>         hardware ethernet     00:E0:06:E8:00:84;
>         fixed-address         192.168.0.1;
>         filename
> "/tftpboot/lts/vmlinuz.ltsp";
> ##        option option-128     e4:45:74:68:00:00;
> ##        option option-129     "NIC=eepro100";
>     }
>
> My /etc/host.config:
> order hosts,bind
> multi on
>

As you can see from the hosts file below you are
saying that the Server is
192.168.0.253 in domain localdomain
but that the workstations are in domain ltsp.org



>
> My /etc/hosts
> 127.0.0.1               localhost.localdomain localhost
> 192.168.0.253           Linux1 linux1.localdomain
> 192.168.0.252           ws01 ws01.ltsp.org
> 192.168.0.251           ws02 ws02.ltsp.org
> 192.168.0.250           ws03 ws03.ltsp.org
> 192.168.0.249           ws04 ws04.ltsp.org
> 192.168.0.248           ws05 ws05.ltsp.org
> 192.168.0.247           ws06 ws06.ltsp.org
> 192.168.0.246           ws07 ws07.ltsp.org
> 192.168.0.245           ws08 ws08.ltsp.org
> 192.168.0.244           ws09 ws09.ltsp.org
> 192.168.0.243           ws10 ws10.ltsp.org
> 192.168.0.242           ws11 ws11.ltsp.org
> 192.168.0.241           ws12 ws12.ltsp.org
> 192.168.0.240           ws13 ws13.ltsp.org
> 192.168.0.239           ws14 ws14.ltsp.org
> 192.168.0.238           ws15 ws15.ltsp.org
>
> My /etc/ltsp.conf:
> # Configuration variables for LTSP
> #
> LTSP_DIR=/opt/ltsp
>
> My /opt/ltsp/i386/etc/ltsp.conf:
> [Default]
>         SERVER             = 192.168.0.253
>         XSERVER            = auto
>         X_MOUSE_PROTOCOL   = "PS/2"
>         X_MOUSE_DEVICE     = "/dev/psaux"
>         X_MOUSE_RESOLUTION = 400
>         X_MOUSE_BUTTONS    = 2
>         USE_XFS            = N
>         LOCAL_APPS         = N
>         RUNLEVEL           = 5
>         X_MOUSE_EMULATE3BTN= Y
>         XkbSymbols         = "es(pc105)"
>         XkbModel           = "pc105"
>         XkbLayout          = "es"
>         X_COLOR_DEPTH      = 16
>         X_MODE_0           = 800x600
>         X_MODE_800x600     = 40 800 840 968 1056 600 601 605
> 628
>         USE_NFS_SWAP       = Y
>         SWAPFILE_SIZE      = 32m
>
> Note: If in /etc/dhcp.conf I change ddns-update-style
> from none to ad-hoc, dhcpd fails to start.
>

ddns-update-style ad-hoc is depracated
use none  ( or interim ).

After making changes to dhcp.conf do the following:

cat /var/run/dhcpd.pid

( you will get a value back eg 1234 )

do the following :

kill -15 1234  ( substitute the value you got from the cat command )

do :
dhcpd

If it works the it will tell you, if it doesn't then
read what the error is  and correct it.
Then re-run dhcpd again.

best wishes,
norm


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_____________________________________________________________________
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