Jon a écrit :

> your configuration file looks good and I dont see anything that could messed
> up your configuration. The fact that the boot process stacks in the tftp
> stage is an indication that tftp is not properly installed or no tftp
> running on the server. Is there any sign n the /var/log/messages that tftp
> accepts request?

Changed /etc/xinetd.d/tftp to make tftpd more verbose and here is what i got:
Dec 19 13:52:01 X in.tftpd[5886]: RRQ from 10.2.2.200 filename
lts/vmlinuz-2.4.9-ltsp-5
Dec 19 13:52:45 X in.tftpd[5887]: RRQ from 10.2.2.200 filename
lts/vmlinuz-2.4.9-ltsp-lpp-5

>
>
> ----- Original Message -----
> From: "Fathi Ben Nasr" <[EMAIL PROTECTED]>
> To: "Jon" <[EMAIL PROTECTED]>
> Sent: Wednesday, December 19, 2001 5:23 PM
> Subject: Re: [Ltsp-discuss] problem with ltsp 3.0
>
> > Jon a écrit :
> >
> > > I would assume that you've checked your hosts.allow and exports file,
> >
> > I can mount nfs partitions on the nfs server and  transfer the two initial
> ram
> > disks from the tftp server.
> > My hsost.allow contains:
> > ## LTS-begin ##
> >
> > #
> > # The lines between the 'LTS-begin' and the 'LTS-end' were added
> > # on: mar déc 18 11:31:09 CET 2001 by the ltsp installation script.
> > # For more information, visit the ltsp homepage
> > # at http://www.ltsp.org
> > #
> >
> > bootpd:0.0.0.0
> > in.tftpd:10.2.
> > portmap:10.2.
> >
> > ## LTS-end ##
> >
> > > if
> > > not, try to examine those but it would be helpful if you can provide
> here
> > > your lts.conf and dhcpd.conf file
> > >
> >
> > My dhcpd.conf contains :
> > ddns-update-style             ad-hoc;
> > server-identifier server.sfa.sncft.com.tn;
> > default-lease-time 43200;
> > max-lease-time 86400;
> > option domain-name      "sfa.sncft.com.tn";
> > option domain-name-servers      10.2.172.168,   10.2.2.200,
> > 193.95.75.10,   193.95.75.13;
> > option lpr-servers      10.2.2.200;
> > option netbios-name-servers     10.2.172.168,   10.2.2.200,
> 10.2.2.100;
> > option netbios-node-type        0x1;
> > option routers          10.2.1.1,       10.2.172.168,   10.2.2.200;
> > option subnet-mask      255.255.0.0;
> > option time-offset      3600;
> > option time-servers     10.2.2.200;
> > option x-display-manager 10.2.2.100;
> > option font-servers     10.2.2.100;
> > option domain-name "sfa.sncft.com.tn";
> > option root-path              "10.2.2.100:/opt/ltsp/i386";
> > filename                "/lts/vmlinuz-2.4.9-ltsp-5";
> > next-server             10.2.2.100;
> > option option-128 code 128 = string;
> > option option-129 code 129 = text;
> >
> > subnet 10.2.0.0 netmask 255.255.0.0 {
> >         filename "/lts/vmlinuz-2.4.9-ltsp-5";
> >         next-server 10.2.2.100;
> >         range dynamic-bootp 10.2.8.11 10.2.8.44;
> >         default-lease-time 43200;
> >         max-lease-time 86400;
> >         option domain-name "sfa.sncft.com.tn";
> >         option domain-name-servers 10.2.172.168, 10.2.2.200, 193.95.75.10,
> > 193.95.75.13;
> >         option netbios-node-type 0x2;
> >         option netbios-name-servers 10.2.172.168, 10.2.2.200, 10.2.2.100;
> >         option routers 10.2.1.1, 10.2.172.168, 10.2.2.200;
> >         option subnet-mask 255.255.0.0;
> >         option time-offset 3600;
> >         option time-servers 10.2.2.200;
> >         option x-display-manager 10.2.2.100;
> >         option font-servers 10.2.2.100;
> >         option root-path "10.2.2.100:/opt/ltsp/i386";
> >         }
> >
> > My lts.conf contains :
> > #
> > # Config file for the Linux Terminal Server Project (www.ltsp.org)
> > #
> >
> > [Default]
> >         SERVER             = 10.2.2.100
> >         XSERVER            = auto
> >         X_MOUSE_PROTOCOL   = "PS/2"
> >         X_MOUSE_DEVICE     = "/dev/psaux"
> >         X_MOUSE_RESOLUTION = 400
> >         X_MOUSE_BUTTONS    = 3
> >         USE_XFS            = Y
> >         LOCAL_APPS         = N
> >         RUNLEVEL           = 5
> >
> >
> #---------------------------------------------------------------------------
> ---
> >
> > #
> > # Example of specifying X settings for a workstation
> > #
> > [fathi]
> >         XSERVER            = auto
> >         LOCAL_APPS         = N
> >         USE_NFS_SWAP       = N
> >         SWAPFILE_SIZE      = 48m
> >         RUNLEVEL           = 5
> >
> > >
> > > ----- Original Message -----
> > > From: "Fathi Ben Nasr" <[EMAIL PROTECTED]>
> > > To: "LTSP Mailing List" <[EMAIL PROTECTED]>
> > > Sent: Wednesday, December 19, 2001 3:42 PM
> > > Subject: [Ltsp-discuss] problem with ltsp 3.0
> > >
> > > > Hello,
> > > >
> > > >     I am new to ltsp (tried unsuccessfully xtermkit before) and have
> > > > some problem(s) to get it working.
> > > >
> > > > Servers:
> > > > dhcp server: RedHat 7.1 with all latest patches (status: running as
> > > > supposed to do and managing 40+ win worksations but netstat -ant |
> grep
> > > > :67  gives no result)
> > > > X, tftp and nfs server: Mandrake 8.1 with all latest patchs (status:
> > > > kdm/gdm and xdmcp working, nfs working)
> > > >
> > > > Clients:
> > > > For now I have tested with two different clients.
> > > > x86 with dlink nic and the appropriate bootrom from etherboot.
> > > > x86 with 3com nic and its oem bootrom.
> > > > In the first case, the system seems to be unable to get information
> from
> > > >
> > > > the dhcp server while the dhcp server log indicates that the client
> got,
> > > >
> > > > instantly, an ip address with all the necessary staff.
> > > > In the second case, the client passes the dhcp server stage without
> any
> > > > indication about the ip address obtained and stacks in the tftp stage.
> > > >
> > > > Can someone tell me what is my problem and how can I solve it.
> > > >
> > > > By the way I have tried to setup everything on the same server (dhcp +
> x
> > > >
> > > > +x nfs +tftp) instead of what I want to have (dhcp) +(x+nfs+tftp) with
> > > > always the same result.
> > > > I use the latest ltsp packages.
> > > >
> > > > Thank You in advance.
> > > > Fathi Ben Nasr.
> > > >
> > > >
> > > > _____________________________________________________________________
> > > > 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

Reply via email to