Hello
 
Well inetd is not running....
If I type netstat -a|grep tftp then I get this result:
udp        0      0 *:tftp                  *:*
hmmmm, is this not strange? I mean should it not be listening? I have
done a port-scan of my server and nothing is listen on port 69 (I think
tftp is running on port 69, but I'm not sure.) Where can I see my tftp
log files? 
I need your help!
 
By the way how do I reply to a message on this board so it will be in
the same thread?
 
Asbjørn Morell
 

        -----Original Message----- 
        From: Jim McQuillan 
        Sent: Wed 11/21/2001 3:17 PM 
        To: Asbjørn Morell 
        Cc: [EMAIL PROTECTED] 
        Subject: Re: SV: [Ltsp-discuss] tftp access violation error on
redhat 7.1
        
        

        Asbjorn,
        
        It looks like you have both inetd and xinetd configured on your
system.
        
        Which one is running ?  Maybe both!
        
        It's entirely possible that you have both of them running, but
only one
        of them can be configured for tftp at any given time.
        
        Do a ps -ef | grep inetd
        and see if they are both running.  If they are, then I suggest
        configuring inetd to NOT run tftp, and leave it upto xinetd.
        
        Then, take a look in your /tftpboot/lts directory, and make sure
that
        vmlinuz.tulip
        actually exists there.
        
        Jim McQuillan
        [EMAIL PROTECTED]
        
        
        
        Asbjørn Morell wrote:
        
        >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";
        >
        >    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;
        >        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
        >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
        >}
        >
        >Hope this help!
        >
        >Asbjørn Morell
        >
        >
        >
        >
        >>Hi
        >>
        >>>I have installed LTSP 2.08 on my Redhat 7.1 by the book!
Everything
        >>>
        >looks
        >
        >>>good, and I have no errors in /var/log/messages. Tftp is
running and
        >>>working. I have succesfully testet my DHCP server! My client
has a
        >>>
        >3com
        >
        >>>3c905c networkcard. I have set it to TCP/IP => DHCP in the
"network
        >>>
        >boot
        >
        >>>bios". When I try to boot the client I get a "tftp access
violation
        >>>error".... I have 0777 on tftpboot, lts, and vmlinuz.3c90x. I
have
        >>>
        >removed >the
        >
        >>>-s in /etc/inetd.conf, and I use the full path in my DHCP
conf file.
        >>>I would be gratefull if you can help me! I am totally stuck!
>
        >>>
        >>You can't remove -s on this system. You must change the file
path.
        >>The redhat tftpd is compiled such
        >>James
        >>
        >
        
>_____________________________________________________________________
        >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
        >
        
        
        

.)v+&j)b   
b{.n+Z삋hilqzlX)ߣmbˬZ+ib*'jRH^k[lZwxr^-w


Reply via email to