<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: tftpd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tftpd/m-p/2596358#M593111</link>
    <description>Check the permissions of your /opt/ignite/&lt;BR /&gt;/var/opt/ignite to make sure that they have read permissions atleast. Also files like INDEX should also have read permissions for others so that tftp can download the files.&lt;BR /&gt;&lt;BR /&gt;Access violation tells that the files are not readable by tftp.&lt;BR /&gt;&lt;BR /&gt;Try setting the permissions and see if it works.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
    <pubDate>Wed, 17 Oct 2001 16:01:43 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2001-10-17T16:01:43Z</dc:date>
    <item>
      <title>tftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftpd/m-p/2596351#M593104</link>
      <description>/etc/inetd.conf is configured with ignite/ux tftpd with following:&lt;BR /&gt;tftp dgram udp wait root/usr/lbin/tftpd tftpd /opt/ignite /var/opt/ignite&lt;BR /&gt;syslog logs tftpd running and timing out &lt;HOSTNAME&gt; tftpd: timeout (no requests in 10 minutes)&lt;BR /&gt;I have turned on inetd logging and syslog logs following:&lt;BR /&gt;&lt;SERVER1&gt; tftpd registrar/tfp : connection from &lt;SERVER1&gt; at Wed Oct 17 &lt;TIME&gt;.&lt;BR /&gt;It looks that the &lt;SERVER1&gt; is probing it's own port 69!&lt;/SERVER1&gt;&lt;/TIME&gt;&lt;/SERVER1&gt;&lt;/SERVER1&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Wed, 17 Oct 2001 11:51:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftpd/m-p/2596351#M593104</guid>
      <dc:creator>lastgreatone</dc:creator>
      <dc:date>2001-10-17T11:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: tftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftpd/m-p/2596352#M593105</link>
      <description>What have you got in /etc/services     for tftp?</description>
      <pubDate>Wed, 17 Oct 2001 12:49:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftpd/m-p/2596352#M593105</guid>
      <dc:creator>paul courry</dc:creator>
      <dc:date>2001-10-17T12:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: tftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftpd/m-p/2596353#M593106</link>
      <description>tftp 69/udp</description>
      <pubDate>Wed, 17 Oct 2001 13:04:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftpd/m-p/2596353#M593106</guid>
      <dc:creator>lastgreatone</dc:creator>
      <dc:date>2001-10-17T13:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: tftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftpd/m-p/2596354#M593107</link>
      <description>Hello Franie,&lt;BR /&gt;&lt;BR /&gt;is your &lt;SERVER1&gt; a BOOTP-helper?&lt;BR /&gt;&lt;BR /&gt;Just my $0.02,&lt;BR /&gt;Wodisch&lt;/SERVER1&gt;</description>
      <pubDate>Wed, 17 Oct 2001 14:23:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftpd/m-p/2596354#M593107</guid>
      <dc:creator>Wodisch</dc:creator>
      <dc:date>2001-10-17T14:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: tftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftpd/m-p/2596355#M593108</link>
      <description>wrong answer.....but nice try&lt;BR /&gt;no it is not a bootp server&lt;BR /&gt;&lt;BR /&gt;...interestingly enough I now notice (with inetd -l) a 'connection from unknown' ip address in syslog and am checking this out, may be the culprit!&lt;BR /&gt;&lt;BR /&gt;could it be a dns bootp server probing this server? but the ip address is not in our segment!!! I welcome any other clues.</description>
      <pubDate>Wed, 17 Oct 2001 14:38:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftpd/m-p/2596355#M593108</guid>
      <dc:creator>lastgreatone</dc:creator>
      <dc:date>2001-10-17T14:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: tftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftpd/m-p/2596356#M593109</link>
      <description>Frankie,&lt;BR /&gt;&lt;BR /&gt;Try manuall doing a tftp from another system.&lt;BR /&gt;&lt;BR /&gt;tftp your_ignite_server&lt;BR /&gt;&lt;BR /&gt;tftp&amp;gt;get &lt;BR /&gt;INDEX test_file&lt;BR /&gt;&lt;BR /&gt;See if this works. tftp should pickup the INDEX file from /var/opt/ignite as specified in your /etc/inetd.conf.&lt;BR /&gt;&lt;BR /&gt;Also check your /var/adm/inetd.sec to see if you are blocking tftp for some systems.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Oct 2001 14:44:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftpd/m-p/2596356#M593109</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-17T14:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: tftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftpd/m-p/2596357#M593110</link>
      <description>I ran from &lt;SERVER2&gt; tftp &lt;SERVER1&gt; &lt;BR /&gt;get&lt;BR /&gt;INDEX test_file&lt;BR /&gt;&lt;BR /&gt;and it returned&lt;BR /&gt;Error code 2:  Access violation !!&lt;/SERVER1&gt;&lt;/SERVER2&gt;</description>
      <pubDate>Wed, 17 Oct 2001 15:48:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftpd/m-p/2596357#M593110</guid>
      <dc:creator>lastgreatone</dc:creator>
      <dc:date>2001-10-17T15:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: tftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftpd/m-p/2596358#M593111</link>
      <description>Check the permissions of your /opt/ignite/&lt;BR /&gt;/var/opt/ignite to make sure that they have read permissions atleast. Also files like INDEX should also have read permissions for others so that tftp can download the files.&lt;BR /&gt;&lt;BR /&gt;Access violation tells that the files are not readable by tftp.&lt;BR /&gt;&lt;BR /&gt;Try setting the permissions and see if it works.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 17 Oct 2001 16:01:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftpd/m-p/2596358#M593111</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2001-10-17T16:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: tftpd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftpd/m-p/2596359#M593112</link>
      <description>all permissions are set at minimum, read.  &lt;BR /&gt;&lt;BR /&gt;Maybe I should simply disable tftpd on the oracle db servers.  Should I need to ignite one of these servers, due to system failure, a push boot from the ignite server should resolve itself, correct? As for creating a network system recovery, that should not be a problem either.</description>
      <pubDate>Wed, 17 Oct 2001 16:51:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftpd/m-p/2596359#M593112</guid>
      <dc:creator>lastgreatone</dc:creator>
      <dc:date>2001-10-17T16:51:12Z</dc:date>
    </item>
  </channel>
</rss>

