<?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: Cannot open ELM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-elm/m-p/2646264#M44893</link>
    <description>ulimit returns value: unlimited</description>
    <pubDate>Wed, 16 Jan 2002 16:03:18 GMT</pubDate>
    <dc:creator>krizevac</dc:creator>
    <dc:date>2002-01-16T16:03:18Z</dc:date>
    <item>
      <title>Cannot open ELM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-elm/m-p/2646254#M44883</link>
      <description>When I try to start elm the system returns: &lt;BR /&gt;&lt;BR /&gt;"Reading in /var/mail/root, message: 11975&lt;BR /&gt;&lt;BR /&gt;Couldn't allocate enough memory! Message #11975."&lt;BR /&gt;&lt;BR /&gt;HP-UX 11.00 on L2000&lt;BR /&gt;Help me please!</description>
      <pubDate>Wed, 16 Jan 2002 14:16:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-elm/m-p/2646254#M44883</guid>
      <dc:creator>krizevac</dc:creator>
      <dc:date>2002-01-16T14:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot open ELM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-elm/m-p/2646255#M44884</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Look like the program is unable to open the mail file because it is too big and you don't have enough memory/swap available. What is the size of the root file in the mail directory. &lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2002 14:34:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-elm/m-p/2646255#M44884</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-01-16T14:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot open ELM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-elm/m-p/2646256#M44885</link>
      <description>How about modifying a few parameters on you box?&lt;BR /&gt;&lt;BR /&gt;Increase the maxdize kernel param or increase swapspace. Try the kernel param first, then go to swap space.&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2002 14:43:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-elm/m-p/2646256#M44885</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-01-16T14:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot open ELM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-elm/m-p/2646257#M44886</link>
      <description>Thx for responding.&lt;BR /&gt;This is the &lt;BR /&gt;ll /var/mail/root:&lt;BR /&gt;&lt;BR /&gt;-rw-rw----   1 root       mail       106424238 Jan 15 21:29 /var/mail/root&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2002 14:45:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-elm/m-p/2646257#M44886</guid>
      <dc:creator>krizevac</dc:creator>
      <dc:date>2002-01-16T14:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot open ELM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-elm/m-p/2646258#M44887</link>
      <description>Wow, that is a big file. When was the last time that mail file was read? You may want to just chop it in half if you don't mind missing some emails. Also I spelled maxdsiz wrong. The spelling in this entry is correct.&lt;BR /&gt;&lt;BR /&gt;C</description>
      <pubDate>Wed, 16 Jan 2002 14:47:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-elm/m-p/2646258#M44887</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-01-16T14:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot open ELM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-elm/m-p/2646259#M44888</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Move /var/mail/root to another directory. &lt;BR /&gt;&lt;BR /&gt;# mv /var/mail/root /tmp/root.oldmails.txt&lt;BR /&gt;&lt;BR /&gt;Subsequently recreate /var/mail/root.&lt;BR /&gt;&lt;BR /&gt;# touch /var/mail/root&lt;BR /&gt;&lt;BR /&gt;Your elm should not encounter any more problems with /var/mail/root cleared.&lt;BR /&gt;&lt;BR /&gt;You can subsequently vi or tail the root file residing now in a separate directory to view your previous old messages.&lt;BR /&gt;&lt;BR /&gt;# vi /tmp/root.oldmails.txt&lt;BR /&gt;&lt;BR /&gt;OR &lt;BR /&gt;&lt;BR /&gt;# tail -200 /tmp/root.oldmails.txt&lt;BR /&gt;&lt;BR /&gt;Hope this helps. Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim Kok Leong</description>
      <pubDate>Wed, 16 Jan 2002 14:48:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-elm/m-p/2646259#M44888</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2002-01-16T14:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot open ELM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-elm/m-p/2646260#M44889</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Incase if you don't required  those e-mails you can delete it saftly.&lt;BR /&gt;cd /var/mail , here you will find the files with indivduals UID. Remove the one with  name root.&lt;BR /&gt;&lt;BR /&gt;Goodluck,&lt;BR /&gt;-USA..&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2002 14:48:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-elm/m-p/2646260#M44889</guid>
      <dc:creator>Uday_S_Ankolekar</dc:creator>
      <dc:date>2002-01-16T14:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot open ELM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-elm/m-p/2646261#M44890</link>
      <description>Craig is right. You may want to look at your maxdsiz kernel paramter. Look at your swapinfo -t. It shouldn't be near 100%.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 16 Jan 2002 14:49:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-elm/m-p/2646261#M44890</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-01-16T14:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot open ELM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-elm/m-p/2646262#M44891</link>
      <description>SWAPINFO -t output:&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     1048576       0 1048576    0%       0       -    1  /dev/vg00/lvol2&lt;BR /&gt;dev     4096000       0 4096000    0%       0       -    1  /dev/vg00/lvol_swap&lt;BR /&gt;dev     5120000       0 5120000    0%       0       -    1  /dev/vg00/lv_swap&lt;BR /&gt;reserve       - 2102044 -2102044&lt;BR /&gt;memory  3228656 1618508 1610148   50%&lt;BR /&gt;total   13493232 3720552 9772680   28%       -       0    -&lt;BR /&gt;&lt;BR /&gt;MAXDSIZE output:&lt;BR /&gt;maxdsiz                 128974847    128974847   Static    N/A          Max Data Segment&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Are they correct?&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2002 15:21:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-elm/m-p/2646262#M44891</guid>
      <dc:creator>krizevac</dc:creator>
      <dc:date>2002-01-16T15:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot open ELM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-elm/m-p/2646263#M44892</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;It could be due to ulimit then as your swap is looking fine as well the maxdsiz paramter. &lt;BR /&gt;Type in ulimit and look at the value. If you are using ksh, you should get the default value of 4194303 which is unlimited. If not, take out the entry from your profile that sets the ulimit value to low. Or ask your administrator if he/she is restricting ulimit for users.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Wed, 16 Jan 2002 15:40:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-elm/m-p/2646263#M44892</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2002-01-16T15:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot open ELM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-elm/m-p/2646264#M44893</link>
      <description>ulimit returns value: unlimited</description>
      <pubDate>Wed, 16 Jan 2002 16:03:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-open-elm/m-p/2646264#M44893</guid>
      <dc:creator>krizevac</dc:creator>
      <dc:date>2002-01-16T16:03:18Z</dc:date>
    </item>
  </channel>
</rss>

