<?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: ftp stop / start in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-stop-start/m-p/2713515#M61174</link>
    <description>Hi Jade,&lt;BR /&gt;What kind of ftp product do you use ?&lt;BR /&gt;&lt;BR /&gt;If this is the standard one, then it's inside the inetd on xinetd (more en more common on linux boxes).&lt;BR /&gt;&lt;BR /&gt;If this is not the standard (the command ftpshut means probably it),&lt;BR /&gt;then you have another product like proftpd or something like that. the start and shut is a specific command ! See the doc of your product !!&lt;BR /&gt;&lt;BR /&gt;hope it may help .&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;benoit</description>
    <pubDate>Tue, 30 Apr 2002 06:53:49 GMT</pubDate>
    <dc:creator>benoit Bruckert</dc:creator>
    <dc:date>2002-04-30T06:53:49Z</dc:date>
    <item>
      <title>ftp stop / start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-stop-start/m-p/2713509#M61168</link>
      <description>I just issued an ftpshut on my linux server. Now I couldn't start the service anymore. How do I autostart the service upon booting? How do I stop and start the service manually also??</description>
      <pubDate>Mon, 29 Apr 2002 22:20:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-stop-start/m-p/2713509#M61168</guid>
      <dc:creator>Jade Bulante</dc:creator>
      <dc:date>2002-04-29T22:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: ftp stop / start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-stop-start/m-p/2713510#M61169</link>
      <description>&lt;BR /&gt;This question is better asked in the linux forum:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/FamilyHome/1,,118,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/FamilyHome/1,,118,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;But we will also need to know the  linux "flavor" (ie redhat, mandrake, ...) and version number.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 29 Apr 2002 22:24:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-stop-start/m-p/2713510#M61169</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-04-29T22:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: ftp stop / start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-stop-start/m-p/2713511#M61170</link>
      <description>Hi Jade:&lt;BR /&gt;&lt;BR /&gt;The 'ftpd' daemon is normally started by 'inetd' (see 'man inetd').  As such, you can restart it's services (and here, ftp) by doing:&lt;BR /&gt;&lt;BR /&gt;# inetd -c&lt;BR /&gt;&lt;BR /&gt;You should have an entry in /etc/inetd.conf that looks like:&lt;BR /&gt;&lt;BR /&gt;ftp stream tcp nowait root /usr/lbin/ftpd    ftpd -l&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 29 Apr 2002 22:27:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-stop-start/m-p/2713511#M61170</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-04-29T22:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: ftp stop / start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-stop-start/m-p/2713512#M61171</link>
      <description>Hope this is what you're looking for ..&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://linuxcommand.org/man_pages/ftprestart8.html" target="_blank"&gt;http://linuxcommand.org/man_pages/ftprestart8.html&lt;/A&gt;</description>
      <pubDate>Mon, 29 Apr 2002 22:34:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-stop-start/m-p/2713512#M61171</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-04-29T22:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: ftp stop / start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-stop-start/m-p/2713513#M61172</link>
      <description>Hi If you are using RedHat Linux 7.2 then&lt;BR /&gt;&lt;BR /&gt;1. Once you install any ftp (wu-ftpd) on this version of linux you can find an entry in&lt;BR /&gt;/etc/xinetd.d/*&lt;BR /&gt;&lt;BR /&gt;for wu-ftp the script look like as follows&lt;BR /&gt;---------------------------------&lt;BR /&gt;service ftp&lt;BR /&gt;{&lt;BR /&gt;        socket_type             = stream&lt;BR /&gt;        wait                    = no&lt;BR /&gt;        user                    = root&lt;BR /&gt;        server                  = /usr/sbin/in.ftpd&lt;BR /&gt;        server_args             = -l -a&lt;BR /&gt;        log_on_success          += DURATION USERID&lt;BR /&gt;        log_on_failure          += USERID&lt;BR /&gt;        nice                    = 10&lt;BR /&gt;        disable                 = no&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;To enable during startup set &lt;BR /&gt;"disable = no" it will automatically start. If you want to disable make this switch value to yes. and restart the xinetd service.&lt;BR /&gt;&lt;BR /&gt;Hope you get ur answer.&lt;BR /&gt;&lt;BR /&gt;-Niraj</description>
      <pubDate>Tue, 30 Apr 2002 01:35:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-stop-start/m-p/2713513#M61172</guid>
      <dc:creator>Niraj Kumar Verma</dc:creator>
      <dc:date>2002-04-30T01:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: ftp stop / start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-stop-start/m-p/2713514#M61173</link>
      <description>Hey !!&lt;BR /&gt;&lt;BR /&gt;If you have used ftpshut then it will create the two lock files&lt;BR /&gt;&lt;BR /&gt;/var/ftp/etc/shutmsg&lt;BR /&gt;/etc/shutmsg&lt;BR /&gt;&lt;BR /&gt;To restart either use the command&lt;BR /&gt;&lt;BR /&gt;# ftprestart&lt;BR /&gt;&lt;BR /&gt;or do the following&lt;BR /&gt;&lt;BR /&gt;# rm /var/ftp/etc/shutmsg&lt;BR /&gt;# rm /etc/shutmsg&lt;BR /&gt;# ps -aef |grep xinetd&lt;BR /&gt;# kill -HUP &lt;PID&gt;&lt;BR /&gt;&lt;BR /&gt;--Niraj&lt;/PID&gt;</description>
      <pubDate>Tue, 30 Apr 2002 01:42:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-stop-start/m-p/2713514#M61173</guid>
      <dc:creator>Niraj Kumar Verma</dc:creator>
      <dc:date>2002-04-30T01:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: ftp stop / start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-stop-start/m-p/2713515#M61174</link>
      <description>Hi Jade,&lt;BR /&gt;What kind of ftp product do you use ?&lt;BR /&gt;&lt;BR /&gt;If this is the standard one, then it's inside the inetd on xinetd (more en more common on linux boxes).&lt;BR /&gt;&lt;BR /&gt;If this is not the standard (the command ftpshut means probably it),&lt;BR /&gt;then you have another product like proftpd or something like that. the start and shut is a specific command ! See the doc of your product !!&lt;BR /&gt;&lt;BR /&gt;hope it may help .&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;benoit</description>
      <pubDate>Tue, 30 Apr 2002 06:53:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-stop-start/m-p/2713515#M61174</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2002-04-30T06:53:49Z</dc:date>
    </item>
  </channel>
</rss>

