<?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 FTP does not work. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-does-not-work/m-p/5103392#M538902</link>
    <description>Hi,&lt;BR /&gt;We have HPUX server.&lt;BR /&gt;&lt;BR /&gt;The default shell for users in NIS is set to /usr/bin/csh. ., they are not able to do FTP. They can logon and continue with their work,but ftp does not work.&lt;BR /&gt;When I check at log, I see the message as 'BAD SHELL'.&lt;BR /&gt;However if I change it back to /sbin/sh., everything looks okay.&lt;BR /&gt;Do I have to make changes to make ftp work with csh.&lt;BR /&gt;&lt;BR /&gt;#cat shells&lt;BR /&gt;/sbin/sh&lt;BR /&gt;/usr/bin/sh&lt;BR /&gt;/usr/bin/rsh&lt;BR /&gt;/usr/bin/ksh&lt;BR /&gt;/usr/bin/rksh&lt;BR /&gt;/usr/bin/csh&lt;BR /&gt;/bin/tcsh&lt;BR /&gt;/usr/local/bin/tcsh&lt;BR /&gt;/opt/tcsh/bin/tcsh&lt;BR /&gt;/bin/csh&lt;BR /&gt;/bin/sh&lt;BR /&gt;/bin/ksh&lt;BR /&gt;/usr/bin/false&lt;BR /&gt;/bin/false&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Abhinesh</description>
    <pubDate>Tue, 15 Apr 2008 04:08:34 GMT</pubDate>
    <dc:creator>FTP Not working</dc:creator>
    <dc:date>2008-04-15T04:08:34Z</dc:date>
    <item>
      <title>FTP does not work.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-does-not-work/m-p/5103392#M538902</link>
      <description>Hi,&lt;BR /&gt;We have HPUX server.&lt;BR /&gt;&lt;BR /&gt;The default shell for users in NIS is set to /usr/bin/csh. ., they are not able to do FTP. They can logon and continue with their work,but ftp does not work.&lt;BR /&gt;When I check at log, I see the message as 'BAD SHELL'.&lt;BR /&gt;However if I change it back to /sbin/sh., everything looks okay.&lt;BR /&gt;Do I have to make changes to make ftp work with csh.&lt;BR /&gt;&lt;BR /&gt;#cat shells&lt;BR /&gt;/sbin/sh&lt;BR /&gt;/usr/bin/sh&lt;BR /&gt;/usr/bin/rsh&lt;BR /&gt;/usr/bin/ksh&lt;BR /&gt;/usr/bin/rksh&lt;BR /&gt;/usr/bin/csh&lt;BR /&gt;/bin/tcsh&lt;BR /&gt;/usr/local/bin/tcsh&lt;BR /&gt;/opt/tcsh/bin/tcsh&lt;BR /&gt;/bin/csh&lt;BR /&gt;/bin/sh&lt;BR /&gt;/bin/ksh&lt;BR /&gt;/usr/bin/false&lt;BR /&gt;/bin/false&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Abhinesh</description>
      <pubDate>Tue, 15 Apr 2008 04:08:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-does-not-work/m-p/5103392#M538902</guid>
      <dc:creator>FTP Not working</dc:creator>
      <dc:date>2008-04-15T04:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: FTP does not work.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-does-not-work/m-p/5103393#M538903</link>
      <description>&lt;!--!*#--&gt;"man ftpd":&lt;BR /&gt;[...]&lt;BR /&gt;        +  The user must have a standard shell returned by&lt;BR /&gt;           getusershell().&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;"man getusershell":&lt;BR /&gt;[...]&lt;BR /&gt;getusershell()           Returns a pointer to the first legal user&lt;BR /&gt;                               shell as defined in the file /etc/shells (see&lt;BR /&gt;                               shells(4)).  If /etc/shells does not exist or&lt;BR /&gt;                               is not readable, getusershell() returns the&lt;BR /&gt;                               following standard system shells:&lt;BR /&gt;&lt;BR /&gt;                                    /sbin/sh&lt;BR /&gt;                                    /usr/bin/sh&lt;BR /&gt;                                    /usr/bin/rsh&lt;BR /&gt;                                    /usr/bin/ksh&lt;BR /&gt;                                    /usr/bin/rksh&lt;BR /&gt;                                    /usr/bin/csh&lt;BR /&gt;                                    /usr/bin/keysh&lt;BR /&gt;&lt;BR /&gt;                               as if they were contained in /etc/shells.&lt;BR /&gt;                               The file is left open so that the next call&lt;BR /&gt;                               returns the next shell.  A null pointer (0)&lt;BR /&gt;                               is returned on EOF or error.&lt;BR /&gt;[...]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So, I'd look at /etc/shells.</description>
      <pubDate>Tue, 15 Apr 2008 04:59:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-does-not-work/m-p/5103393#M538903</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-04-15T04:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: FTP does not work.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-does-not-work/m-p/5103394#M538904</link>
      <description>Hello Abhinesh,&lt;BR /&gt;This problem is with all the users or with only a bunch of user.&lt;BR /&gt;&lt;BR /&gt;If it is with only some users i think ur answer lies in &lt;BR /&gt;&lt;A href="http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1208239186565+28353475&amp;amp;threadId=1055096" target="_blank"&gt;http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1208239186565+28353475&amp;amp;threadId=1055096&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;else we need more information,&lt;BR /&gt;ur user have csh as default shell , he is running ftp from csh or how???&lt;BR /&gt;BR,&lt;BR /&gt;Kapil</description>
      <pubDate>Tue, 15 Apr 2008 05:23:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-does-not-work/m-p/5103394#M538904</guid>
      <dc:creator>Kapil Jha</dc:creator>
      <dc:date>2008-04-15T05:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: FTP does not work.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-does-not-work/m-p/5103395#M538905</link>
      <description>Hi Abhinesh&lt;BR /&gt;1. is this user is listed in /etc/passwd or nis passwd file or passwd file same or nis and normal user&lt;BR /&gt;&lt;BR /&gt;what is the working shell of the user in /etc/passwd file&lt;BR /&gt;&lt;BR /&gt;please provide the out put of &lt;BR /&gt;&lt;BR /&gt;grep username /etc/passwd&lt;BR /&gt;ypcat passwd | grep username&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Safar</description>
      <pubDate>Tue, 15 Apr 2008 06:55:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-does-not-work/m-p/5103395#M538905</guid>
      <dc:creator>Safarali</dc:creator>
      <dc:date>2008-04-15T06:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: FTP does not work.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-does-not-work/m-p/5103396#M538906</link>
      <description>the user is in NIS. Output of passwd.yp file from NIS. He is able to logon to network with no issues using his NIS account.&lt;BR /&gt;&lt;BR /&gt;ypcat passwd | grep ath&lt;BR /&gt;&lt;BR /&gt;ath*:cod*:522:20:Ath*:/home1/ath*:/usr/bin/csh</description>
      <pubDate>Tue, 15 Apr 2008 08:17:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-does-not-work/m-p/5103396#M538906</guid>
      <dc:creator>FTP Not working</dc:creator>
      <dc:date>2008-04-15T08:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: FTP does not work.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-does-not-work/m-p/5103397#M538907</link>
      <description>Hi Abhinesh how about the out put of &lt;BR /&gt;grep ath /etc/passwd &lt;BR /&gt;&lt;BR /&gt;if possible create one more test user in nis with korn shell or bshell  and try the ftp &lt;BR /&gt;let me investigate this issue mean time try this option&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;safar</description>
      <pubDate>Tue, 15 Apr 2008 08:26:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-does-not-work/m-p/5103397#M538907</guid>
      <dc:creator>Safarali</dc:creator>
      <dc:date>2008-04-15T08:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: FTP does not work.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-does-not-work/m-p/5103398#M538908</link>
      <description>&amp;gt;ypcat passwd | grep ath&lt;BR /&gt;ath*:cod*:522:20:Ath*:/home1/ath*:/usr/bin/csh&lt;BR /&gt;&lt;BR /&gt;Should we ask why you have a "*" in the name and home directory fields?&lt;BR /&gt;Is this some NIS special?</description>
      <pubDate>Tue, 15 Apr 2008 08:28:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-does-not-work/m-p/5103398#M538908</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-04-15T08:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: FTP does not work.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-does-not-work/m-p/5103399#M538909</link>
      <description>&amp;gt;ypcat passwd | grep ath&lt;BR /&gt;ath*:cod*:522:20:Ath*:/home1/ath*:/usr/bin/csh&lt;BR /&gt;&lt;BR /&gt;Should we ask why you have a "*" in the name and home directory fields?&lt;BR /&gt;Is this some NIS special?&lt;BR /&gt;&lt;BR /&gt;I am sorry. &lt;BR /&gt;athor:cod*(Passwd Hash Masked):522:20:AthorBrown:/home1/athor:/usr/bin/csh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Apr 2008 08:33:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-does-not-work/m-p/5103399#M538909</guid>
      <dc:creator>FTP Not working</dc:creator>
      <dc:date>2008-04-15T08:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: FTP does not work.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-does-not-work/m-p/5103400#M538910</link>
      <description>Hi Abhinesh&lt;BR /&gt;&lt;BR /&gt;This is not nis special account is different in Nis and normal passwd, either you can remove user author from normal and user and keep only NIS, no need of two user&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;safar</description>
      <pubDate>Wed, 16 Apr 2008 02:20:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-does-not-work/m-p/5103400#M538910</guid>
      <dc:creator>Safarali</dc:creator>
      <dc:date>2008-04-16T02:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: FTP does not work.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-does-not-work/m-p/5103401#M538911</link>
      <description>Hi,&lt;BR /&gt;Adding CSH to /etc/shells to hosts worked. Before this I was making shells entry only to NIS server., When I make an entry to all the hosts it works.&lt;BR /&gt;Cheers,&lt;BR /&gt;Abhinesh</description>
      <pubDate>Wed, 16 Apr 2008 04:45:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-does-not-work/m-p/5103401#M538911</guid>
      <dc:creator>FTP Not working</dc:creator>
      <dc:date>2008-04-16T04:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: FTP does not work.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-does-not-work/m-p/5103402#M538912</link>
      <description>Hi Abhinesh&lt;BR /&gt;your out put was not clear, from your out put showing that an entry in /usr/bin/csh but you did not tell there is no entry of /usr/bin/csh in /etc/shell of the other server, nis user does not have cshell /etc/shell that is the reason it was not working&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Safar</description>
      <pubDate>Wed, 16 Apr 2008 06:00:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-does-not-work/m-p/5103402#M538912</guid>
      <dc:creator>Safarali</dc:creator>
      <dc:date>2008-04-16T06:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: FTP does not work.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-does-not-work/m-p/5103403#M538913</link>
      <description>I made an entry to /etc/shells to all hosts and the issue is resolved.,</description>
      <pubDate>Wed, 16 Apr 2008 07:50:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-does-not-work/m-p/5103403#M538913</guid>
      <dc:creator>FTP Not working</dc:creator>
      <dc:date>2008-04-16T07:50:18Z</dc:date>
    </item>
  </channel>
</rss>

