<?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: Problem with TFTP in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-tftp/m-p/4091256#M310322</link>
    <description>&amp;gt; I need to start [...]&lt;BR /&gt;&lt;BR /&gt;I'll try one more time.&lt;BR /&gt;&lt;BR /&gt;Why? What is the actual problem which you are&lt;BR /&gt;trying to solve?</description>
    <pubDate>Wed, 24 Oct 2007 10:11:47 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2007-10-24T10:11:47Z</dc:date>
    <item>
      <title>Problem with TFTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-tftp/m-p/4091250#M310316</link>
      <description>Hello everybody&lt;BR /&gt;&lt;BR /&gt;I have a problem.&lt;BR /&gt;I need to allow another user , not root, to start the TFTP service in port 69.&lt;BR /&gt;It`s possible??&lt;BR /&gt;&lt;BR /&gt;Any sugestions&lt;BR /&gt;&lt;BR /&gt;Thank you in advance&lt;BR /&gt;&lt;BR /&gt;Javi</description>
      <pubDate>Wed, 24 Oct 2007 06:11:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-tftp/m-p/4091250#M310316</guid>
      <dc:creator>muyallo1</dc:creator>
      <dc:date>2007-10-24T06:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with TFTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-tftp/m-p/4091251#M310317</link>
      <description>The TFTP service (tftpd) is normally running only when someone connects to it. The inetd process starts tftpd when needed.&lt;BR /&gt;&lt;BR /&gt;To make inetd start the tftpd process as some user other than root, edit /etc/inetd.conf.&lt;BR /&gt;&lt;BR /&gt;The line that defines tftp service looks like this:&lt;BR /&gt;tftp        dgram  udp wait   root /usr/lbin/tftpd    tftpd ...&lt;BR /&gt;&lt;BR /&gt;If you change the word "root" to some other username, then tftpd is run as that user.&lt;BR /&gt;&lt;BR /&gt;Remember to signal the inetd process to re-read its configuration after editing the /etc/inetd.conf file:&lt;BR /&gt;&lt;BR /&gt;inetd -c&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Wed, 24 Oct 2007 09:05:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-tftp/m-p/4091251#M310317</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-10-24T09:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with TFTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-tftp/m-p/4091252#M310318</link>
      <description>Hello Mati&lt;BR /&gt;&lt;BR /&gt;this case is possible??&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;tftp        dgram  udp wait   root /usr/lbin/tftpd    tftpd     /opt/ignite     /var/opt/ignite&lt;BR /&gt;tftp        dgram  udp wait   USER /usr/lbin/tftpd    tftpd     /opt/ignite     /var/opt/ignite&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 24 Oct 2007 09:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-tftp/m-p/4091252#M310318</guid>
      <dc:creator>muyallo1</dc:creator>
      <dc:date>2007-10-24T09:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with TFTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-tftp/m-p/4091253#M310319</link>
      <description>&amp;gt; I need to [...]&lt;BR /&gt;&lt;BR /&gt;Why?  What is that actual problem which you&lt;BR /&gt;are trying to solve?</description>
      <pubDate>Wed, 24 Oct 2007 10:00:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-tftp/m-p/4091253#M310319</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-10-24T10:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with TFTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-tftp/m-p/4091254#M310320</link>
      <description>I need to start a module of tftp for another user not root.&lt;BR /&gt;I have enable the tftp server in my hpux with this configuration&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;tftp        dgram  udp wait   root /usr/lbin/tftpd    tftpd     /opt/ignite     /var/opt/ignite&lt;BR /&gt;tftp        dgram  udp wait   hpsa /usr/lbin/tftpd    tftpd     /opt/ignite     /var/opt/ignite&lt;BR /&gt;&lt;BR /&gt;I need that the user root and the user USER can start the tftp module.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;Javi</description>
      <pubDate>Wed, 24 Oct 2007 10:04:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-tftp/m-p/4091254#M310320</guid>
      <dc:creator>muyallo1</dc:creator>
      <dc:date>2007-10-24T10:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with TFTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-tftp/m-p/4091255#M310321</link>
      <description>This would not be possible.&lt;BR /&gt;&lt;BR /&gt;How should the system know which user to use for starting the daemon?</description>
      <pubDate>Wed, 24 Oct 2007 10:10:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-tftp/m-p/4091255#M310321</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2007-10-24T10:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with TFTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-tftp/m-p/4091256#M310322</link>
      <description>&amp;gt; I need to start [...]&lt;BR /&gt;&lt;BR /&gt;I'll try one more time.&lt;BR /&gt;&lt;BR /&gt;Why? What is the actual problem which you are&lt;BR /&gt;trying to solve?</description>
      <pubDate>Wed, 24 Oct 2007 10:11:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-tftp/m-p/4091256#M310322</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2007-10-24T10:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with TFTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-tftp/m-p/4091257#M310323</link>
      <description>Shalom Javi,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://software.hp.com" target="_blank"&gt;http://software.hp.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;search for sudo&lt;BR /&gt;&lt;BR /&gt;Download and install the depot.&lt;BR /&gt;&lt;BR /&gt;Give the user the ability to run the inetd command.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 24 Oct 2007 10:16:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-tftp/m-p/4091257#M310323</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-10-24T10:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with TFTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-tftp/m-p/4091258#M310324</link>
      <description>Yes, you can modify the /etc/inetd.conf file as you indicated.&lt;BR /&gt;&lt;BR /&gt;HOWEVER, you must then make sure the file permissions are set up so that /opt/ignite and /var/opt/ignite directories can be accessed as the user you've chosen.&lt;BR /&gt;&lt;BR /&gt;As "man tftpd" indicates, if user "tftp" exists, tftpd attempts to chroot itself to the home directory of that user. If tftp is run as a non-root user, tftpd will not have permissions to use the chroot() system call.&lt;BR /&gt;&lt;BR /&gt;So if you're running tftpd as a non-root user, you probably need to make sure the user "tftp" does not exist on the system.&lt;BR /&gt;&lt;BR /&gt;This is *not* the recommended way to set up tftpd, but you can do it if you have a special reason to do so.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 25 Oct 2007 01:12:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-tftp/m-p/4091258#M310324</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2007-10-25T01:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with TFTP</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-tftp/m-p/4091259#M310325</link>
      <description>thanks you very much for all your request.&lt;BR /&gt;&lt;BR /&gt;Javi</description>
      <pubDate>Thu, 25 Oct 2007 02:29:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-tftp/m-p/4091259#M310325</guid>
      <dc:creator>muyallo1</dc:creator>
      <dc:date>2007-10-25T02:29:21Z</dc:date>
    </item>
  </channel>
</rss>

