<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 06/12/2014 11:37 AM,
      <a class="moz-txt-link-abbreviated" href="mailto:wcstaff@webcoast.com">wcstaff@webcoast.com</a> wrote:<br>
    </div>
    <blockquote cite="mid:005901cf865c$9a398d90$ceaca8b0$@webcoast.com"
      type="cite">
      <blockquote type="cite">
        <pre wrap="">Hi Tom,

</pre>
        <blockquote type="cite">
          <pre wrap="">Should I uninstall it?
</pre>
        </blockquote>
        <pre wrap="">
No. Like Gerald said: ProFTPd can either be run "Standalone" or via
"XINETd". BlueOnyx starts/stops ProFTPd via XINETd. The benefit of that
is that XINETd allows us to throttle the amount of FTP connections
that's allowed.

So you do NOT start ProFTPd via "/sbin/service proftpd start". Instead
it's started via "/sbin/service xinetd start".

If ProFTPd is set up to run via XINETd and you try to start it via
"/sbin/service proftpd start", then it naturally complains that it's
already running, because XINETd has started it already.

So of you really need to restart ProFTPd, you just do it this way:

/sbin/service xinetd restart

--
With best regards

Michael Stauber
</pre>
      </blockquote>
      <pre wrap="">
What bothered me is <b>when the system boots up and/or I "/sbin/service xinetd
start",</b> it shows ProFTPd fails to start. 
But "/sbin/service xinetd restart" works fine.
I understand now.
Thanks

</pre>
    </blockquote>
    <tt>At this point it should be already running.</tt><tt><br>
    </tt><tt>You can't start a running process.<br>
      <br>
      --<br>
      Gerald<br>
    </tt><tt></tt><br>
    <br>
  </body>
</html>