<?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 Problem with vi in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vi/m-p/3034887#M910763</link>
    <description>I am unable to vi any file on the system, whether I am trying to edit an existing file or trying to create a new file.&lt;BR /&gt;&lt;BR /&gt;Example:  vi /etc/resolv.conf   &lt;BR /&gt;&lt;BR /&gt;"/dba_wrk31/tmp"  No such file or directory.&lt;BR /&gt;&lt;BR /&gt;This is a brand new server that was just Ignited.  There is no problem with vi on the server where the tape was made.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Mon, 28 Jul 2003 11:38:31 GMT</pubDate>
    <dc:creator>William Pribble</dc:creator>
    <dc:date>2003-07-28T11:38:31Z</dc:date>
    <item>
      <title>Problem with vi</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vi/m-p/3034887#M910763</link>
      <description>I am unable to vi any file on the system, whether I am trying to edit an existing file or trying to create a new file.&lt;BR /&gt;&lt;BR /&gt;Example:  vi /etc/resolv.conf   &lt;BR /&gt;&lt;BR /&gt;"/dba_wrk31/tmp"  No such file or directory.&lt;BR /&gt;&lt;BR /&gt;This is a brand new server that was just Ignited.  There is no problem with vi on the server where the tape was made.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 28 Jul 2003 11:38:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vi/m-p/3034887#M910763</guid>
      <dc:creator>William Pribble</dc:creator>
      <dc:date>2003-07-28T11:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with vi</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vi/m-p/3034888#M910764</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;create a tmp directory under /dba_wrk31 file system</description>
      <pubDate>Mon, 28 Jul 2003 11:41:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vi/m-p/3034888#M910764</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-07-28T11:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with vi</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vi/m-p/3034889#M910765</link>
      <description>Is this limited to just one user? or do all users have this issue? and root?&lt;BR /&gt;&lt;BR /&gt;Vi needs space in a tmp file system to be able to work properly, and your error does say there is no such file or directory so maybe there is a prob;em wiht your tmp space?&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jul 2003 11:41:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vi/m-p/3034889#M910765</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2003-07-28T11:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with vi</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vi/m-p/3034890#M910766</link>
      <description>Hi,&lt;BR /&gt;vi uses the /tmp to create file for editing.&lt;BR /&gt;&lt;BR /&gt;It looks like you have some strange settings that redirects /tmp -&amp;gt; /dba_wrk31/tmp&lt;BR /&gt;&lt;BR /&gt;Is uppose that this directory does exists on the source server, but not here, is it true ?&lt;BR /&gt;&lt;BR /&gt;Maybe creating it will fix everything.&lt;BR /&gt;&lt;BR /&gt;First check could be:&lt;BR /&gt;- alias&lt;BR /&gt;- environtment variables&lt;BR /&gt;&lt;BR /&gt;    Massimo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Jul 2003 11:43:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vi/m-p/3034890#M910766</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-07-28T11:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with vi</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vi/m-p/3034891#M910767</link>
      <description>/tmp or /var/tmp is full.&lt;BR /&gt;&lt;BR /&gt;Clear some space and try again.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 28 Jul 2003 11:44:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vi/m-p/3034891#M910767</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-28T11:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with vi</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vi/m-p/3034892#M910768</link>
      <description>Hi Elaine,&lt;BR /&gt;&lt;BR /&gt;Check the value of your TMPDIR environment variable.&lt;BR /&gt;&lt;BR /&gt;echo $TMPDIR&lt;BR /&gt;&lt;BR /&gt;I bet it is set to the directory you specify in your post.&lt;BR /&gt;&lt;BR /&gt;If it is, either unset it or set it to something that exists.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Cheers!!!</description>
      <pubDate>Mon, 28 Jul 2003 11:45:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vi/m-p/3034892#M910768</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-07-28T11:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with vi</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vi/m-p/3034893#M910769</link>
      <description>Hi Elaine:&lt;BR /&gt;&lt;BR /&gt;One way to create this error is to have the environmental variable TMPDIR set to '/dba_wrk31/tmp' (in this case).  To verify, examine your environment with:&lt;BR /&gt;&lt;BR /&gt;# env|grep TMPDIR&lt;BR /&gt;&lt;BR /&gt;If set, it'r probably done in your $HOME/.profile.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 28 Jul 2003 11:48:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-vi/m-p/3034893#M910769</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-07-28T11:48:21Z</dc:date>
    </item>
  </channel>
</rss>

