<?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: SIGSERV on rm /var/tmp/* in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sigserv-on-rm-var-tmp/m-p/4891263#M402376</link>
    <description>Thank you for your help.&lt;BR /&gt;Increasing maxssiz fixed the problem.</description>
    <pubDate>Thu, 17 Mar 2005 14:18:19 GMT</pubDate>
    <dc:creator>Asya</dc:creator>
    <dc:date>2005-03-17T14:18:19Z</dc:date>
    <item>
      <title>SIGSERV on rm /var/tmp/*</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigserv-on-rm-var-tmp/m-p/4891259#M402372</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm getting the following weird error:&lt;BR /&gt;&lt;BR /&gt;# rm /var/tmp/*&lt;BR /&gt;&lt;BR /&gt;Pid 20421 received a SIGSEGV for stack growth failure.&lt;BR /&gt;Possible causes: insufficient memory or swap space,&lt;BR /&gt;or stack size exceeded maxssiz.&lt;BR /&gt;Memory fault&lt;BR /&gt;&lt;BR /&gt;and it kicks me out of the shell.&lt;BR /&gt;&lt;BR /&gt;# kmtune |grep maxssiz&lt;BR /&gt;maxssiz              0x00800000&lt;BR /&gt;maxssiz_64bit        0x00800000&lt;BR /&gt;# swapinfo&lt;BR /&gt;             Kb      Kb      Kb   PCT  START/      Kb&lt;BR /&gt;TYPE      AVAIL    USED    FREE  USED   LIMIT RESERVE  PRI  NAME&lt;BR /&gt;dev     8388608       0 8388608    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;reserve       - 1027092 -1027092&lt;BR /&gt;memory  13201768 8898592 4303176   67%&lt;BR /&gt;&lt;BR /&gt;Memory: 124336K (10408K) real, 935368K (9928K) virtual, 6101180K free  Page# 1/4&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;everything seems in place.  What could be causing it?  I can rm single files and even a batch of them using regular expressions.  Why can't remove all of them at once?&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;Asya&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Mar 2005 17:43:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigserv-on-rm-var-tmp/m-p/4891259#M402372</guid>
      <dc:creator>Asya</dc:creator>
      <dc:date>2005-03-15T17:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSERV on rm /var/tmp/*</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigserv-on-rm-var-tmp/m-p/4891260#M402373</link>
      <description>Your maxssiz is only 8MB (the default); this is considered too small. Increase it to about 32MB or 64MB (very generous); you also need to increse it's 64-bit cousin to at least as large as the 32-bit maxssiz because the maxssiz cannot be greater than maxssiz_64bit.&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Mar 2005 18:13:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigserv-on-rm-var-tmp/m-p/4891260#M402373</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-03-15T18:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSERV on rm /var/tmp/*</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigserv-on-rm-var-tmp/m-p/4891261#M402374</link>
      <description>You can also work around the size of the argument list supplied to the rm command by doing something like &lt;BR /&gt;rm /var/tmp/[a-f]*&lt;BR /&gt;rm /var/tmp/[g-l]*&lt;BR /&gt;...&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Mar 2005 18:17:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigserv-on-rm-var-tmp/m-p/4891261#M402374</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-03-15T18:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSERV on rm /var/tmp/*</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigserv-on-rm-var-tmp/m-p/4891262#M402375</link>
      <description>Just curious, how many files are there in /var/tmp&lt;BR /&gt;directory?&lt;BR /&gt;&lt;BR /&gt;- Biswajit&lt;BR /&gt;</description>
      <pubDate>Tue, 15 Mar 2005 18:31:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigserv-on-rm-var-tmp/m-p/4891262#M402375</guid>
      <dc:creator>Biswajit Tripathy</dc:creator>
      <dc:date>2005-03-15T18:31:16Z</dc:date>
    </item>
    <item>
      <title>Re: SIGSERV on rm /var/tmp/*</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigserv-on-rm-var-tmp/m-p/4891263#M402376</link>
      <description>Thank you for your help.&lt;BR /&gt;Increasing maxssiz fixed the problem.</description>
      <pubDate>Thu, 17 Mar 2005 14:18:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigserv-on-rm-var-tmp/m-p/4891263#M402376</guid>
      <dc:creator>Asya</dc:creator>
      <dc:date>2005-03-17T14:18:19Z</dc:date>
    </item>
  </channel>
</rss>

