<?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 several ftp sessions concurrent whith de same user in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/several-ftp-sessions-concurrent-whith-de-same-user/m-p/3313664#M567922</link>
    <description>Hi All.&lt;BR /&gt;&lt;BR /&gt;I have a problem when execute several ftp sessions (same shell started via cron using .netrc file).&lt;BR /&gt;&lt;BR /&gt;From systemB, i am executing the 20 lines with the ftp shell at the same time (with different parameter in order to get different files), But into the systemA (a trusted system), some times in the syslog, shows:&lt;BR /&gt;&lt;BR /&gt;pam_acct_mgmt:No account present for user. 0&lt;BR /&gt;ftpd: User user1: Login Incorrect&lt;BR /&gt;ftpd: pam_open_session: General Commercial Security error.&lt;BR /&gt;&lt;BR /&gt;The failed sessions number is variable in each test.&lt;BR /&gt;&lt;BR /&gt;But without trusted system all is right.&lt;BR /&gt;--------&lt;BR /&gt;the content of the shell execute_ftp:&lt;BR /&gt;&lt;BR /&gt;echo "get /tmp/file.$1 ." &amp;gt;&amp;gt; file_in.$1&lt;BR /&gt;ftp -i hostname &amp;lt; file_in.$1 &amp;gt; file_out.$1 2&amp;gt;err_file.$1&lt;BR /&gt;&lt;BR /&gt;the cron line:&lt;BR /&gt;&lt;BR /&gt;05 * * * * /tmp/execute_ftp 1&lt;BR /&gt;05 * * * * /tmp/execute_ftp 2&lt;BR /&gt;05 * * * * /tmp/execute_ftp 3&lt;BR /&gt;:&lt;BR /&gt;:&lt;BR /&gt;05 * * * * /tmp/execute_ftp 20&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I hope someone can help me!!!&lt;BR /&gt;Thanks</description>
    <pubDate>Wed, 23 Jun 2004 18:31:14 GMT</pubDate>
    <dc:creator>Jose Fernando Arzate</dc:creator>
    <dc:date>2004-06-23T18:31:14Z</dc:date>
    <item>
      <title>several ftp sessions concurrent whith de same user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/several-ftp-sessions-concurrent-whith-de-same-user/m-p/3313664#M567922</link>
      <description>Hi All.&lt;BR /&gt;&lt;BR /&gt;I have a problem when execute several ftp sessions (same shell started via cron using .netrc file).&lt;BR /&gt;&lt;BR /&gt;From systemB, i am executing the 20 lines with the ftp shell at the same time (with different parameter in order to get different files), But into the systemA (a trusted system), some times in the syslog, shows:&lt;BR /&gt;&lt;BR /&gt;pam_acct_mgmt:No account present for user. 0&lt;BR /&gt;ftpd: User user1: Login Incorrect&lt;BR /&gt;ftpd: pam_open_session: General Commercial Security error.&lt;BR /&gt;&lt;BR /&gt;The failed sessions number is variable in each test.&lt;BR /&gt;&lt;BR /&gt;But without trusted system all is right.&lt;BR /&gt;--------&lt;BR /&gt;the content of the shell execute_ftp:&lt;BR /&gt;&lt;BR /&gt;echo "get /tmp/file.$1 ." &amp;gt;&amp;gt; file_in.$1&lt;BR /&gt;ftp -i hostname &amp;lt; file_in.$1 &amp;gt; file_out.$1 2&amp;gt;err_file.$1&lt;BR /&gt;&lt;BR /&gt;the cron line:&lt;BR /&gt;&lt;BR /&gt;05 * * * * /tmp/execute_ftp 1&lt;BR /&gt;05 * * * * /tmp/execute_ftp 2&lt;BR /&gt;05 * * * * /tmp/execute_ftp 3&lt;BR /&gt;:&lt;BR /&gt;:&lt;BR /&gt;05 * * * * /tmp/execute_ftp 20&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I hope someone can help me!!!&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 23 Jun 2004 18:31:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/several-ftp-sessions-concurrent-whith-de-same-user/m-p/3313664#M567922</guid>
      <dc:creator>Jose Fernando Arzate</dc:creator>
      <dc:date>2004-06-23T18:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: several ftp sessions concurrent whith de same user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/several-ftp-sessions-concurrent-whith-de-same-user/m-p/3313665#M567923</link>
      <description>Omniback / Data Protector is certainly not the right forum... lets try networking!</description>
      <pubDate>Thu, 24 Jun 2004 20:01:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/several-ftp-sessions-concurrent-whith-de-same-user/m-p/3313665#M567923</guid>
      <dc:creator>Joseph T. Wyckoff</dc:creator>
      <dc:date>2004-06-24T20:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: several ftp sessions concurrent whith de same user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/several-ftp-sessions-concurrent-whith-de-same-user/m-p/3313666#M567924</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you are using ftpaccess (-a flag in inetd.conf and /etc/ftpd/ftpaccess file), then look for the clause 'limit'. That will limit the number of concurrent sessions. &lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Thu, 24 Jun 2004 20:15:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/several-ftp-sessions-concurrent-whith-de-same-user/m-p/3313666#M567924</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-06-24T20:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: several ftp sessions concurrent whith de same user</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/several-ftp-sessions-concurrent-whith-de-same-user/m-p/3313667#M567925</link>
      <description>Thaks Sri.&lt;BR /&gt;&lt;BR /&gt;But some guy gave me a patch phco_22928. &lt;BR /&gt;Aparently this patch fix it&lt;BR /&gt;&lt;BR /&gt;Thanks!!!</description>
      <pubDate>Thu, 01 Jul 2004 13:52:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/several-ftp-sessions-concurrent-whith-de-same-user/m-p/3313667#M567925</guid>
      <dc:creator>Jose Fernando Arzate</dc:creator>
      <dc:date>2004-07-01T13:52:14Z</dc:date>
    </item>
  </channel>
</rss>

