<?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: tftp in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp/m-p/4874610#M399403</link>
    <description>The first entry is only needed/added only on an Ignite server.  If your machine is NOT an Ignite server, you do not need it.</description>
    <pubDate>Wed, 08 Dec 2004 15:28:58 GMT</pubDate>
    <dc:creator>Scot Bean</dc:creator>
    <dc:date>2004-12-08T15:28:58Z</dc:date>
    <item>
      <title>tftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp/m-p/4874608#M399401</link>
      <description>I have two lines with tftp configured in my inetd.conf , like :&lt;BR /&gt;&lt;BR /&gt;tftp dgram udp wait root /usr/lbin/tftpd    tftpd     /opt/ignite     /var/opt/ignite&lt;BR /&gt;&lt;BR /&gt;tftp dgram udp wait root /RJOP1/dos/bsg/tftp/tftpd32 tftpd32 -p2121 -l100 /RJOP1/dos/bsg&lt;BR /&gt;&lt;BR /&gt;but , only the second one is working. How can I join it ?</description>
      <pubDate>Wed, 08 Dec 2004 14:08:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp/m-p/4874608#M399401</guid>
      <dc:creator>Cleverson A. Ferla</dc:creator>
      <dc:date>2004-12-08T14:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: tftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp/m-p/4874609#M399402</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Short answer - You can't.&lt;BR /&gt;IF the services have the same name, socket type &amp;amp; protocol then only one will be executed.&lt;BR /&gt;So you have to either:&lt;BR /&gt;1) Setup a new service name on another port.&lt;BR /&gt;2) Use a different socket type like stream&lt;BR /&gt;or&lt;BR /&gt;3) Use another protocol  - tcp in this case&lt;BR /&gt;&lt;BR /&gt;Unfortunately none of these would be a trivial change. So what you might do is comment out the one least used &amp;amp; then juggle the commenting when necessary.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 08 Dec 2004 14:45:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp/m-p/4874609#M399402</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-12-08T14:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: tftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp/m-p/4874610#M399403</link>
      <description>The first entry is only needed/added only on an Ignite server.  If your machine is NOT an Ignite server, you do not need it.</description>
      <pubDate>Wed, 08 Dec 2004 15:28:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp/m-p/4874610#M399403</guid>
      <dc:creator>Scot Bean</dc:creator>
      <dc:date>2004-12-08T15:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: tftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp/m-p/4874611#M399404</link>
      <description>My machine is a ignite server. This is my problem, my ignite server does not work.&lt;BR /&gt;The other line is used for application, and I can't change.</description>
      <pubDate>Thu, 09 Dec 2004 05:38:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp/m-p/4874611#M399404</guid>
      <dc:creator>Cleverson A. Ferla</dc:creator>
      <dc:date>2004-12-09T05:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: tftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp/m-p/4874612#M399405</link>
      <description>I am not familiar with the application that needs the second entry.&lt;BR /&gt;&lt;BR /&gt;However, wondering if the application can really use HPUX tftp instead of the one listed.  May be worth a try:&lt;BR /&gt;&lt;BR /&gt;tftp dgram udp wait root /usr/lbin/tftpd tftpd /opt/ignite /var/opt/ignite /RJOP1/dos/bsg&lt;BR /&gt;&lt;BR /&gt;(Append the application's path to the end of the original line, comment out the second line, run inetd -c, see if application still works.)</description>
      <pubDate>Thu, 09 Dec 2004 13:16:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp/m-p/4874612#M399405</guid>
      <dc:creator>Scot Bean</dc:creator>
      <dc:date>2004-12-09T13:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: tftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp/m-p/4874613#M399406</link>
      <description>I think that is not possible to join the lines, because the daemon is tftpd in one line and tftpd32 on the other one. I already try to put the path of ignite in the end of "tftpd32" line. Doesn't work.&lt;BR /&gt;Well, my problem is with ignite, that needs the first line with tftpd , then I will try other solution, or make other ignite server.</description>
      <pubDate>Thu, 09 Dec 2004 13:30:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp/m-p/4874613#M399406</guid>
      <dc:creator>Cleverson A. Ferla</dc:creator>
      <dc:date>2004-12-09T13:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: tftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp/m-p/4874614#M399407</link>
      <description>I am curious what you use tftp for?</description>
      <pubDate>Thu, 09 Dec 2004 16:03:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp/m-p/4874614#M399407</guid>
      <dc:creator>Jie Li</dc:creator>
      <dc:date>2004-12-09T16:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: tftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp/m-p/4874615#M399408</link>
      <description>for a Software distributor application.&lt;BR /&gt;&lt;BR /&gt;Ok, people, thanks for help, I will change my ignite server .</description>
      <pubDate>Fri, 10 Dec 2004 05:39:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp/m-p/4874615#M399408</guid>
      <dc:creator>Cleverson A. Ferla</dc:creator>
      <dc:date>2004-12-10T05:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: tftp</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/tftp/m-p/4874616#M399409</link>
      <description>.</description>
      <pubDate>Fri, 10 Dec 2004 05:40:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/tftp/m-p/4874616#M399409</guid>
      <dc:creator>Cleverson A. Ferla</dc:creator>
      <dc:date>2004-12-10T05:40:34Z</dc:date>
    </item>
  </channel>
</rss>

