<?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 Problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2736279#M66593</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;telnet to the machine and then try to ftp from the machine to the machine.&lt;BR /&gt;&lt;BR /&gt;This will cut out networking.&lt;BR /&gt;&lt;BR /&gt;If this works then it is something else.&lt;BR /&gt;&lt;BR /&gt;grep ftpd /etc/inetd.conf&lt;BR /&gt;ftp          stream tcp nowait root /usr/lbin/ftpd      ftpd -l&lt;BR /&gt;# have one, please consult the tftpd(1M) manual entry for&lt;BR /&gt;tftp        dgram  udp wait   root /usr/lbin/tftpd    tftpd&lt;BR /&gt;Check syslog.log for errors&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                 Steve steel</description>
    <pubDate>Mon, 03 Jun 2002 13:51:47 GMT</pubDate>
    <dc:creator>Steve Steel</dc:creator>
    <dc:date>2002-06-03T13:51:47Z</dc:date>
    <item>
      <title>FTP Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2736276#M66590</link>
      <description>I replaced a hard drive on a remote server.  i am able to connect via telnet session, but am unsuccesful with a FTP session.  Is there a process that I need to start?  This is a D320 Server running Unix 10.20.</description>
      <pubDate>Mon, 03 Jun 2002 12:54:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2736276#M66590</guid>
      <dc:creator>paula hawk_2</dc:creator>
      <dc:date>2002-06-03T12:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2736277#M66591</link>
      <description>The ftp daemon is called - ftpd. This is started by the inetd and takes inputs from /etc/inetd.conf and /etc/services files.&lt;BR /&gt;&lt;BR /&gt;I don't think this has a direct relation with hard disk replacement ? Is this problem occurs only when you ftp to that specific disks ? Did you configured the disk after replacing ? Any error message in syslog.log ?</description>
      <pubDate>Mon, 03 Jun 2002 13:00:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2736277#M66591</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2002-06-03T13:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2736278#M66592</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You need to check the following :&lt;BR /&gt;&lt;BR /&gt;check the .rhots file on the remote server. It should include the node name of the server from where you are loggging in.&lt;BR /&gt;&lt;BR /&gt;Hi ....did you reinstall the OS once again ??? Then you will need to configure the ftp again.&lt;BR /&gt;&lt;BR /&gt;ftpd is the daemon used for ftp and it will be invoked once you issue a ftp command by inetd daemon. Ftp should be configured in /etc/services and should be running on port 21 of the server.&lt;BR /&gt;&lt;BR /&gt;You can try the following :&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/inetd stop&lt;BR /&gt;/sbin/init.d/inetd start&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Mon, 03 Jun 2002 13:04:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2736278#M66592</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-06-03T13:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2736279#M66593</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;telnet to the machine and then try to ftp from the machine to the machine.&lt;BR /&gt;&lt;BR /&gt;This will cut out networking.&lt;BR /&gt;&lt;BR /&gt;If this works then it is something else.&lt;BR /&gt;&lt;BR /&gt;grep ftpd /etc/inetd.conf&lt;BR /&gt;ftp          stream tcp nowait root /usr/lbin/ftpd      ftpd -l&lt;BR /&gt;# have one, please consult the tftpd(1M) manual entry for&lt;BR /&gt;tftp        dgram  udp wait   root /usr/lbin/tftpd    tftpd&lt;BR /&gt;Check syslog.log for errors&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;                 Steve steel</description>
      <pubDate>Mon, 03 Jun 2002 13:51:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2736279#M66593</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-06-03T13:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2736280#M66594</link>
      <description>Hi Paula,&lt;BR /&gt;&lt;BR /&gt;The ftp daemon is run by inetd. Check your /etc/inetd.conf file and make sure the ftp daemon is mentioned as below,&lt;BR /&gt;&lt;BR /&gt;ftp          stream tcp nowait root /usr/lbin/ftpd   ftpd -l&lt;BR /&gt;&lt;BR /&gt;If you modify the inetd.conf file, let inetd reread the conf file using "inetd -c".&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Jun 2002 13:56:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2736280#M66594</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-06-03T13:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2736281#M66595</link>
      <description>Hi Paula&lt;BR /&gt;&lt;BR /&gt;Port no 21 is used for ftp , check /etc/services to ensure that this is not used by any thing else , also check using lsof |grep 21 to ensure that the port is free&lt;BR /&gt;or you can kill the process owning it&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Mon, 03 Jun 2002 14:27:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2736281#M66595</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-06-03T14:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2736282#M66596</link>
      <description>The hard drive I replaced was built from an image copy that we have on site.  I currently have a test image system that is identical and have no problem FTPing on this server.  I have checked and tried each suggestion that everyone has made and still no luck.  When i try to FTP with an ID that is in the password file it does not ask for a password and returns an error right away............&lt;BR /&gt;530 User root access denied.&lt;BR /&gt;Login failed.&lt;BR /&gt;BUT when I just type in a bunch of nothing as an ID it prompts for a password, but also fails&lt;BR /&gt;&lt;BR /&gt;I am stumped.  Any other suggestions?</description>
      <pubDate>Mon, 03 Jun 2002 18:56:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2736282#M66596</guid>
      <dc:creator>paula hawk_2</dc:creator>
      <dc:date>2002-06-03T18:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2736283#M66597</link>
      <description>Try,&lt;BR /&gt;&lt;BR /&gt;Did you look for the  file /etc/shells ??&lt;BR /&gt;&lt;BR /&gt;If not try creating a file called shells in etc and put all the shells in it.&lt;BR /&gt;&lt;BR /&gt;for example:&lt;BR /&gt;/usr/bin/ksh&lt;BR /&gt;/usr/bin/sh&lt;BR /&gt;/sbin/sh&lt;BR /&gt;/bin/sh&lt;BR /&gt;&lt;BR /&gt;Goodluck,&lt;BR /&gt;&lt;BR /&gt;-USA..</description>
      <pubDate>Mon, 03 Jun 2002 19:14:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2736283#M66597</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-06-03T19:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2736284#M66598</link>
      <description>Hi,&lt;BR /&gt;The problem is with /etc/shells , just update /etc/shells with the all the shells users are using.&lt;BR /&gt;Nitin</description>
      <pubDate>Tue, 04 Jun 2002 08:28:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2736284#M66598</guid>
      <dc:creator>dhanish</dc:creator>
      <dc:date>2002-06-04T08:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2736285#M66599</link>
      <description>ftp is running OK. If it wasn't you would not get an FTP server prompt to login. You should try another user ID just to be sure but as mentioned, not using a standard shell will cause ftp to fail. &lt;BR /&gt;&lt;BR /&gt;NOTE: If root's shell is *NOT* /sbin/sh, you will have a *LOT* of problems later on. Some sysadmins see the sh process name and figure this is a Bourne shell (which is not).  The /sbin/sh is the only shell which runs in single user mode. If you change root's shell to /usr/bin/ksh, then root will be crippled in single user mode with no shell.&lt;BR /&gt;&lt;BR /&gt;Some sysadmins will replace /sbin/sh with /usr/bin/ksh so they can get the command recall to work. The POSIX shell (and ksh is also a POSIX shell) has this feature too but it needs an env value to enable it. Add this to /etc/profile:&lt;BR /&gt;&lt;BR /&gt;export HISTFILE=$HOME/.sh_history&lt;BR /&gt;&lt;BR /&gt;then login again and you'll be able to recall commands from the stack using ESC k.  Note: /etc/profile must be read when you login--this may not be the case if you are using Xwindows.  See other threads in the forums about profile problems with Xwindows.</description>
      <pubDate>Tue, 04 Jun 2002 11:56:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-problem/m-p/2736285#M66599</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2002-06-04T11:56:10Z</dc:date>
    </item>
  </channel>
</rss>

