<?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 problems with the find cmd in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/problems-with-the-find-cmd/m-p/3284762#M930</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In the past, I have written some scripts that use the 'find' cmd to scan a system for files owned by root and with bad file permissions.&lt;BR /&gt;This always worked fine. However, on some v5.1B systems, find is giving me trouble.&lt;BR /&gt;It complains about ' : Too many open files"&lt;BR /&gt;This seems strange. It seems that find open file it accesses, so I am not supprised that sooner or later, there no open file descriptors. &lt;BR /&gt;It does not seem logical, find should only open the current file it checks.&lt;BR /&gt;&lt;BR /&gt;Has anybody had similar problems?&lt;BR /&gt;&lt;BR /&gt;With kind regards,&lt;BR /&gt;&lt;BR /&gt;Kris</description>
    <pubDate>Mon, 24 May 2004 09:03:33 GMT</pubDate>
    <dc:creator>dom kris</dc:creator>
    <dc:date>2004-05-24T09:03:33Z</dc:date>
    <item>
      <title>problems with the find cmd</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/problems-with-the-find-cmd/m-p/3284762#M930</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;In the past, I have written some scripts that use the 'find' cmd to scan a system for files owned by root and with bad file permissions.&lt;BR /&gt;This always worked fine. However, on some v5.1B systems, find is giving me trouble.&lt;BR /&gt;It complains about ' : Too many open files"&lt;BR /&gt;This seems strange. It seems that find open file it accesses, so I am not supprised that sooner or later, there no open file descriptors. &lt;BR /&gt;It does not seem logical, find should only open the current file it checks.&lt;BR /&gt;&lt;BR /&gt;Has anybody had similar problems?&lt;BR /&gt;&lt;BR /&gt;With kind regards,&lt;BR /&gt;&lt;BR /&gt;Kris</description>
      <pubDate>Mon, 24 May 2004 09:03:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/problems-with-the-find-cmd/m-p/3284762#M930</guid>
      <dc:creator>dom kris</dc:creator>
      <dc:date>2004-05-24T09:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: problems with the find cmd</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/problems-with-the-find-cmd/m-p/3284763#M931</link>
      <description>it happens beacuse you surely use&lt;BR /&gt;a command like &lt;BR /&gt;find  *&lt;BR /&gt;&lt;BR /&gt;so the OS tries to open all the files listed in the directory.&lt;BR /&gt;You have to supply a path to find .&lt;BR /&gt;to use the meta * character you have to increase the max_open_file  with the &lt;BR /&gt;ulimit &lt;BR /&gt;or thru a c program. which runs find as a 'son' process&lt;BR /&gt;&lt;BR /&gt;Peace, R.&lt;BR /&gt;</description>
      <pubDate>Mon, 24 May 2004 10:12:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/problems-with-the-find-cmd/m-p/3284763#M931</guid>
      <dc:creator>Roberto Polli</dc:creator>
      <dc:date>2004-05-24T10:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: problems with the find cmd</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/problems-with-the-find-cmd/m-p/3284764#M932</link>
      <description>I tried increasing it with ulimit and got this error:&lt;BR /&gt;&lt;BR /&gt;# ulimit -Hn 8192&lt;BR /&gt;ksh: ulimit: exceeds allowable limit&lt;BR /&gt;&lt;BR /&gt;Vic</description>
      <pubDate>Mon, 24 May 2004 10:27:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/problems-with-the-find-cmd/m-p/3284764#M932</guid>
      <dc:creator>Victor Semaska</dc:creator>
      <dc:date>2004-05-24T10:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: problems with the find cmd</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/problems-with-the-find-cmd/m-p/3284765#M933</link>
      <description>If you have installed 5.1B patch kit 3, there is a bug with the find command. There is a patch available to correct the problem:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main" target="_blank"&gt;http://www2.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main&lt;/A&gt;|patch.breadcrumb.search|&amp;amp;patchid=T64KIT0020861-V51BB24-E-20031125&amp;amp;context=tru:tru64:5.1b&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 May 2004 11:18:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/problems-with-the-find-cmd/m-p/3284765#M933</guid>
      <dc:creator>Mathias Schmassmann</dc:creator>
      <dc:date>2004-05-24T11:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: problems with the find cmd</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/problems-with-the-find-cmd/m-p/3284766#M934</link>
      <description>I tried the patch and it works.  Although it says a reboot is necessary the patch works without a reboot.&lt;BR /&gt;&lt;BR /&gt;Thanks Mathias.&lt;BR /&gt;&lt;BR /&gt;Vic</description>
      <pubDate>Mon, 24 May 2004 12:21:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/problems-with-the-find-cmd/m-p/3284766#M934</guid>
      <dc:creator>Victor Semaska</dc:creator>
      <dc:date>2004-05-24T12:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: problems with the find cmd</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/problems-with-the-find-cmd/m-p/3284767#M935</link>
      <description>Please use the "search" option next time within the forum.&lt;BR /&gt;&lt;BR /&gt;So the answer was:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=267908" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=267908&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Due to such postings the quality within the forum will be lowered by time.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 May 2004 17:03:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/problems-with-the-find-cmd/m-p/3284767#M935</guid>
      <dc:creator>Ralf Puchner</dc:creator>
      <dc:date>2004-05-24T17:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: problems with the find cmd</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/problems-with-the-find-cmd/m-p/3284768#M936</link>
      <description>Hi Kris&lt;BR /&gt;&lt;BR /&gt;I had similar problem, after installing patchkit 3, problem has been solved.</description>
      <pubDate>Mon, 24 May 2004 23:58:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/problems-with-the-find-cmd/m-p/3284768#M936</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2004-05-24T23:58:04Z</dc:date>
    </item>
  </channel>
</rss>

