<?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: cannot ftp login...urgent!! in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cannot-ftp-login-urgent/m-p/2966343#M77136</link>
    <description>[root@ectest /root]# chkconfig --list xinetd&lt;BR /&gt;xinetd          0:off   1:off   2:off   3:on    4:on    5:on    6:off&lt;BR /&gt;&lt;BR /&gt;[root@ectest /root]# ftp&lt;BR /&gt;ftp&amp;gt; o&lt;BR /&gt;(to) 0&lt;BR /&gt;Connected to 0.&lt;BR /&gt;421 Service not available, remote server has closed connection&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;what is the problem?</description>
    <pubDate>Tue, 06 May 2003 07:40:59 GMT</pubDate>
    <dc:creator>mw_4</dc:creator>
    <dc:date>2003-05-06T07:40:59Z</dc:date>
    <item>
      <title>cannot ftp login...urgent!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-ftp-login-urgent/m-p/2966341#M77134</link>
      <description>Please help..&lt;BR /&gt;&lt;BR /&gt;I have installed RH 7.1 x86&lt;BR /&gt;[root@ectest /root]# netstat -na|grep 21&lt;BR /&gt;tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN &lt;BR /&gt;After installing RH.. and reboot I cannot ftp login&lt;BR /&gt;&lt;BR /&gt;then I execute the command &lt;BR /&gt;/etc/rc.d/init.d/xinetd restart&lt;BR /&gt;I can ftp login..&lt;BR /&gt;I don't understand.&lt;BR /&gt;Why rebooting each time&lt;BR /&gt;then I cannot ftp login&lt;BR /&gt;port 21 is enabled every time.&lt;BR /&gt;&lt;BR /&gt;[root@ectest /root]# cat /etc/xinetd.d/wu-ftpd &lt;BR /&gt;# default: on&lt;BR /&gt;# description: The wu-ftpd FTP server serves FTP connections. It uses #       normal, unencrypted usernames and passwords for authentication.&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;No firewalls</description>
      <pubDate>Tue, 06 May 2003 07:26:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-ftp-login-urgent/m-p/2966341#M77134</guid>
      <dc:creator>mw_4</dc:creator>
      <dc:date>2003-05-06T07:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: cannot ftp login...urgent!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-ftp-login-urgent/m-p/2966342#M77135</link>
      <description>Is xinetd enabled to start after boot?&lt;BR /&gt;Check with this command:&lt;BR /&gt;chkconfig --list xinetd&lt;BR /&gt;3-4-5 should be set to on&lt;BR /&gt;if they're set to off just set them to on.&lt;BR /&gt;Tarek</description>
      <pubDate>Tue, 06 May 2003 07:34:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-ftp-login-urgent/m-p/2966342#M77135</guid>
      <dc:creator>Tarek_1</dc:creator>
      <dc:date>2003-05-06T07:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: cannot ftp login...urgent!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-ftp-login-urgent/m-p/2966343#M77136</link>
      <description>[root@ectest /root]# chkconfig --list xinetd&lt;BR /&gt;xinetd          0:off   1:off   2:off   3:on    4:on    5:on    6:off&lt;BR /&gt;&lt;BR /&gt;[root@ectest /root]# ftp&lt;BR /&gt;ftp&amp;gt; o&lt;BR /&gt;(to) 0&lt;BR /&gt;Connected to 0.&lt;BR /&gt;421 Service not available, remote server has closed connection&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;what is the problem?</description>
      <pubDate>Tue, 06 May 2003 07:40:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-ftp-login-urgent/m-p/2966343#M77136</guid>
      <dc:creator>mw_4</dc:creator>
      <dc:date>2003-05-06T07:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: cannot ftp login...urgent!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-ftp-login-urgent/m-p/2966344#M77137</link>
      <description>1. Go to &lt;A href="http://updates.redhat.com/7.1/en/os/i386/" target="_blank"&gt;http://updates.redhat.com/7.1/en/os/i386/&lt;/A&gt; and try to download xinetd-2.3.7-4.7x.i386.rpm.&lt;BR /&gt;2. Install it with "rpm -Uv xinetd-2.3.7-4.7x.i386.rpm".&lt;BR /&gt;3. Re-start the machine.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sergejs</description>
      <pubDate>Tue, 06 May 2003 08:33:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-ftp-login-urgent/m-p/2966344#M77137</guid>
      <dc:creator>Sergejs Svitnevs</dc:creator>
      <dc:date>2003-05-06T08:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: cannot ftp login...urgent!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-ftp-login-urgent/m-p/2966345#M77138</link>
      <description>Hi mw,&lt;BR /&gt;You don't have to install xinetd. It is ftp telnet problem not xinetd&lt;BR /&gt;&lt;BR /&gt;1. What are the output of /var/log/messages when you try to ftp?&lt;BR /&gt;&lt;BR /&gt;2. what rpm you have &lt;BR /&gt;   #rpm -qa |grep tel&lt;BR /&gt;   #rpm -qa |grep ftp&lt;BR /&gt;&lt;BR /&gt;3. #chkconfig --list |grep telnet&lt;BR /&gt;4. #chkconfig --list |grep ftp&lt;BR /&gt;&lt;BR /&gt;telnet/ftp are prot 23 and 21.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Sachin</description>
      <pubDate>Tue, 06 May 2003 12:54:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-ftp-login-urgent/m-p/2966345#M77138</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2003-05-06T12:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: cannot ftp login...urgent!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-ftp-login-urgent/m-p/2966346#M77139</link>
      <description>[root@ectest /root]# rpm -aq|grep tel&lt;BR /&gt;telnet-server-0.17-10&lt;BR /&gt;telnet-0.17-10&lt;BR /&gt;[root@ectest /root]# rpm -aq|grep ftp&lt;BR /&gt;wu-ftpd-2.6.1-16&lt;BR /&gt;ftp-0.17-7&lt;BR /&gt;tftp-0.17-9&lt;BR /&gt;ncftp-3.0.2-2k&lt;BR /&gt;gftp-2.0.8-1&lt;BR /&gt;ftpcopy-0.3.4-1&lt;BR /&gt;tftp-server-0.17-9&lt;BR /&gt;anonftp-4.0-4&lt;BR /&gt;[root@ectest /root]# chkconfig --list telnet&lt;BR /&gt;telnet          on&lt;BR /&gt;[root@ectest /root]# chkconfig --list ftp&lt;BR /&gt;error reading information on service ftp: No such file or directory&lt;BR /&gt;[root@ectest /root]# chkconfig --list wu-ftpd&lt;BR /&gt;wu-ftpd         on&lt;BR /&gt;&lt;BR /&gt;any other tips please...</description>
      <pubDate>Tue, 06 May 2003 23:06:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-ftp-login-urgent/m-p/2966346#M77139</guid>
      <dc:creator>mw_4</dc:creator>
      <dc:date>2003-05-06T23:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: cannot ftp login...urgent!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-ftp-login-urgent/m-p/2966347#M77140</link>
      <description>&lt;A href="http://www.unixguide.net/linux/faq/09.25.shtml" target="_blank"&gt;http://www.unixguide.net/linux/faq/09.25.shtml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.landfield.com/wu-ftpd/mail-archive/wu-ftpd/1996/Feb/0130.html" target="_blank"&gt;http://www.landfield.com/wu-ftpd/mail-archive/wu-ftpd/1996/Feb/0130.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;google and have a look at the wu-ftpd mailing lists. &lt;BR /&gt;&lt;BR /&gt;btw, we use vsftpd and no issues with it. dont have a box running  wu-ftpd around to have a look.&lt;BR /&gt;-balaji</description>
      <pubDate>Wed, 07 May 2003 02:56:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-ftp-login-urgent/m-p/2966347#M77140</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-05-07T02:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: cannot ftp login...urgent!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-ftp-login-urgent/m-p/2966348#M77141</link>
      <description>You /etc/xinetd.d/telnet file should look like this&lt;BR /&gt;&lt;BR /&gt;service telnet&lt;BR /&gt;{&lt;BR /&gt;        disable = no&lt;BR /&gt;        flags           = REUSE&lt;BR /&gt;        socket_type     = stream        &lt;BR /&gt;        wait            = no&lt;BR /&gt;        user            = root&lt;BR /&gt;        server          = /usr/sbin/in.telnetd&lt;BR /&gt;        log_on_failure  += USERID&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Your services file should have following lines uncommented&lt;BR /&gt;&lt;BR /&gt;# grep telnet services &lt;BR /&gt;telnet          23/tcp&lt;BR /&gt;telnet          23/udp&lt;BR /&gt;rtelnet         107/tcp                         # Remote Telnet&lt;BR /&gt;rtelnet         107/udp&lt;BR /&gt;telnets         992/tcp&lt;BR /&gt;telnets         992/udp&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please post message from your /var/adm/messages file when you try to telnet or ftp.&lt;BR /&gt;&lt;BR /&gt;Sachin&lt;BR /&gt;</description>
      <pubDate>Wed, 07 May 2003 16:21:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-ftp-login-urgent/m-p/2966348#M77141</guid>
      <dc:creator>Sachin Patel</dc:creator>
      <dc:date>2003-05-07T16:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: cannot ftp login...urgent!!</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cannot-ftp-login-urgent/m-p/2966349#M77142</link>
      <description>Thanks Sergejs...&lt;BR /&gt;After reinstalling xinetd and restart the services&lt;BR /&gt;telnet &amp;amp; ftp are normal ...&lt;BR /&gt;Above tips that you give are very helpful&lt;BR /&gt;&lt;BR /&gt;Thanks everybody !! ^^</description>
      <pubDate>Wed, 07 May 2003 20:00:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cannot-ftp-login-urgent/m-p/2966349#M77142</guid>
      <dc:creator>mw_4</dc:creator>
      <dc:date>2003-05-07T20:00:41Z</dc:date>
    </item>
  </channel>
</rss>

