<?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: Error while opening the files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-opening-the-files/m-p/2608740#M35607</link>
    <description>First off, what are the permissions on the file?  What user created the file and what user is trying to access it?&lt;BR /&gt;&lt;BR /&gt;The problem is a permissions problems, but without knowing the above information, we can't help you.</description>
    <pubDate>Wed, 07 Nov 2001 02:51:12 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2001-11-07T02:51:12Z</dc:date>
    <item>
      <title>Error while opening the files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-opening-the-files/m-p/2608738#M35605</link>
      <description>Hai All&lt;BR /&gt;&lt;BR /&gt;I am facing a problem while opening the files which i have created in my normal user login..&lt;BR /&gt;&lt;BR /&gt;Error:&lt;BR /&gt;-------&lt;BR /&gt;"/var/tmp/Ex03871" Permission denied&lt;BR /&gt;&lt;BR /&gt;What might be the problem and how to rectify it...&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Raj&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Nov 2001 02:44:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-opening-the-files/m-p/2608738#M35605</guid>
      <dc:creator>Rajkumar_3</dc:creator>
      <dc:date>2001-11-07T02:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error while opening the files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-opening-the-files/m-p/2608739#M35606</link>
      <description>Good question, what is that file? Is it supposed to be an executable?&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 07 Nov 2001 02:48:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-opening-the-files/m-p/2608739#M35606</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2001-11-07T02:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error while opening the files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-opening-the-files/m-p/2608740#M35607</link>
      <description>First off, what are the permissions on the file?  What user created the file and what user is trying to access it?&lt;BR /&gt;&lt;BR /&gt;The problem is a permissions problems, but without knowing the above information, we can't help you.</description>
      <pubDate>Wed, 07 Nov 2001 02:51:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-opening-the-files/m-p/2608740#M35607</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-11-07T02:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error while opening the files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-opening-the-files/m-p/2608741#M35608</link>
      <description>Hi Raj,&lt;BR /&gt;&lt;BR /&gt;You need the write and execute permission in /var/tmp. Check the permissions on /var/tmp. Set it to 777 if it is not a security risk for you.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Nov 2001 02:56:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-opening-the-files/m-p/2608741#M35608</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2001-11-07T02:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error while opening the files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-opening-the-files/m-p/2608742#M35609</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Change the permissions on the /var/tmp directory&lt;BR /&gt;   from the terminal like this:&lt;BR /&gt;   chmod a+rw /var/tmp&lt;BR /&gt;   You need root permission to use chmod in the /var/tmp&lt;BR /&gt;   directory.&lt;BR /&gt;Also check the permissions of the /var/tmp directory &lt;BR /&gt;drwxrwxrwxt------&amp;gt;with sticky bit.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 07 Nov 2001 02:59:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-opening-the-files/m-p/2608742#M35609</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2001-11-07T02:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error while opening the files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-opening-the-files/m-p/2608743#M35610</link>
      <description>/var/tmp is a scratch directory, where many processes create temporary files (which they should delete once they have no more need for). &lt;BR /&gt;Occasionally, a process exits without cleaning up - maybe a crash or core dump - and the temp file is left behind.&lt;BR /&gt;Now if another process (or indeed the same process started by a different user) tries to create a temp file with the same name, you'll see this error.&lt;BR /&gt;&lt;BR /&gt;Check the timestamp on this file. If its an old file, you can probably delete it without event.&lt;BR /&gt;Else, check if the owner of the file is logged in, or any of his processes are running - they may be using this file.</description>
      <pubDate>Wed, 07 Nov 2001 03:08:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-opening-the-files/m-p/2608743#M35610</guid>
      <dc:creator>Deepak Extross</dc:creator>
      <dc:date>2001-11-07T03:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error while opening the files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-opening-the-files/m-p/2608744#M35611</link>
      <description>Hi Raj,&lt;BR /&gt;&lt;BR /&gt;I think you are opening the file from vi editor. You know how vi works? vi first opens a copy of the file /var/tmp/E****** and then display the file to you. &lt;BR /&gt;&lt;BR /&gt;Say, vi crashes while eidting a file a copy fo the file will be stored in /var/tmp/E***** and it will send a mail to the user saying a copy fo the file is available in /var/tmp.&lt;BR /&gt;&lt;BR /&gt;As a solution what i will sugggest to this problem is &lt;BR /&gt;1)sync the permissions of /var/tmp with your other HP-UX systems.&lt;BR /&gt;2) Remove all the files starting with "E" (to be in the safer side)&lt;BR /&gt;&lt;BR /&gt;It should clear your problem. Moreover you can try opening the file with less editor or with more mode.&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Ramesh</description>
      <pubDate>Wed, 07 Nov 2001 03:25:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-opening-the-files/m-p/2608744#M35611</guid>
      <dc:creator>ramesh_6</dc:creator>
      <dc:date>2001-11-07T03:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error while opening the files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-opening-the-files/m-p/2608745#M35612</link>
      <description>Hi,&lt;BR /&gt;Problem Text&lt;BR /&gt;&lt;BR /&gt;Problem:  If a file is being edited on a c-node and that node goes down,&lt;BR /&gt;no copy is saved in /usr/preserve.  No email messages are sent&lt;BR /&gt;indicating a problem, and the file is not recoverable using "vi -r".&lt;BR /&gt;&lt;BR /&gt;Cause Text&lt;BR /&gt;&lt;BR /&gt;When a system crashes, vi does not have time to save the&lt;BR /&gt;temporary files out to /usr/preserve so they can be recovered.  However,&lt;BR /&gt;if a standalone or cluster server was the system that crashed, then on&lt;BR /&gt;bootup, it executes /usr/lib/expreserve to preserve Ex***** files that&lt;BR /&gt;were in the /tmp directory when the system crashed.&lt;BR /&gt;&lt;BR /&gt;When a cnode crashes and boots up, it does not execute expreserve on&lt;BR /&gt;/tmp because others may have a current vi session in progress in which&lt;BR /&gt;temporary files are being kept in /tmp.  Expreserve would preserve a&lt;BR /&gt;copy of the files being edited, and destroy the temporary files for the&lt;BR /&gt;current vi sessions.&lt;BR /&gt;******************&lt;BR /&gt;The clean_ex startup script is the process to recover editor files.&lt;BR /&gt;This editor file recovery process sends an email to the user whose file is&lt;BR /&gt;recovered. If the process can't send the email, the process can hang.&lt;BR /&gt; During startup, at the point in time that the expreserve command is run from&lt;BR /&gt;the clean_ex startup script, if TCP/IP and sendmail aren't up and running, the&lt;BR /&gt;expreserve command may hang.&lt;BR /&gt; The workaround is to move the clean_ex script to a later time in the&lt;BR /&gt;startup sequence.  This can be done by changing the name&lt;BR /&gt;/sbin/rc2.d/S200clean_ex to a name with a higher start number, such as&lt;BR /&gt;/sbin/rc2.d/S400clean_ex. The script should run before the tmp&lt;BR /&gt;directories are cleaned out, however.&lt;BR /&gt;&lt;BR /&gt;Run /usr/lbin/expreserve -a is run interactively (as root)&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Animesh&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Nov 2001 03:32:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-opening-the-files/m-p/2608745#M35612</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2001-11-07T03:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error while opening the files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-opening-the-files/m-p/2608746#M35613</link>
      <description>Hai,&lt;BR /&gt;&lt;BR /&gt;My problem was solved after recieving the help from you all..Thank you very much...&lt;BR /&gt;&lt;BR /&gt;Have a nice day..&lt;BR /&gt;&lt;BR /&gt;Raj</description>
      <pubDate>Mon, 12 Nov 2001 03:19:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-opening-the-files/m-p/2608746#M35613</guid>
      <dc:creator>Rajkumar_3</dc:creator>
      <dc:date>2001-11-12T03:19:52Z</dc:date>
    </item>
  </channel>
</rss>

