onsdag 21. november 2001, 08:41 skrev Asbjørn Morell:
> I still get that "tftp access violation error"!
>
> This is my /etc/dhcpd.conf:
> default-lease-time            21600;
> max-lease-time                21600;
>
> option subnet-mask            255.255.255.0;
> option broadcast-address      192.168.0.255;
> option routers                192.168.0.254;
> option domain-name-servers    192.168.0.254;
> option domain-name            "yourdomain.com";
> option root-path              "/tftpboot/lts/ltsroot";
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This should work.

>
>     subnet 192.168.0.0 netmask 255.255.255.0 {
>     range 192.168.0.1 192.168.0.100;
>     }
>
> group   {
>     use-host-decl-names       on;
>     option log-servers        192.168.0.254;
>
>     host ws001 {
>         hardware ethernet     00-01-02-96-DF-B7;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Hmmm, is this notation allowed? (I'm showing my ignorance here ...)

>         fixed-address         192.168.0.1;
>         filename              "/lts/vmlinuz.3c90x";
>     }
>     host ws002 {
>         hardware ethernet     00:D0:09:30:6A:1C;
>         fixed-address         192.168.0.2;
>         filename              "/lts/vmlinuz.tulip";
>     }
> }
>
> this is /etc/inetd.conf
^^^^^^^^^^^^^^^^^^^^^^^^^

That should not be there. RHL 7.1 uses xinetd as a replacement for inetd. 
Rather than inetd.conf you have a separate file for each of the services. 
These files are located in /etc/xinetd.d/.

> tftp    dgram   udp     wait    root    /usr/sbin/tcpd  in.tftpd
> # ftp      stream  tcp     nowait  root    /usr/sbin/tcpd  in.proftpd
> # VMware authentification daemon
> 902 stream tcp nowait root /usr/sbin/vmware-authd vmware-authd
>
> this is /etc/xinetd.d/tftp
> service tftp
> {
>         socket_type             = dgram
>         protocol                = udp
>         wait                    = yes
>         user                    = root
>         server                  = /usr/sbin/in.tftpd
>         server_args             = -s /tftpboot
>         disable                 = no
> }

This is identical to mine, which works fine.

Sorry that I cannot pinpoint the trouble better. Both dhcpd.conf and tftp 
look OK. Problem could be your dual superserver. Turn off one of them (turn 
off inetd first - that's not part of the distro and is known to have a few 
problems as well) and try again.


-- 
Mvh
Ragnar Wisløff
----------
life is a reach. then you gybe

_____________________________________________________________________
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