<?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 Edit file in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/edit-file/m-p/3612927#M19310</link>
    <description>We have newly setup a RH Linux and use vi to edit files , but sometimes it will be terminated and pop the below messages , what is the problem then ? thx&lt;BR /&gt;&lt;BR /&gt;Vim: Caught deadly signal</description>
    <pubDate>Fri, 26 Aug 2005 10:40:44 GMT</pubDate>
    <dc:creator>peterchu</dc:creator>
    <dc:date>2005-08-26T10:40:44Z</dc:date>
    <item>
      <title>Edit file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/edit-file/m-p/3612927#M19310</link>
      <description>We have newly setup a RH Linux and use vi to edit files , but sometimes it will be terminated and pop the below messages , what is the problem then ? thx&lt;BR /&gt;&lt;BR /&gt;Vim: Caught deadly signal</description>
      <pubDate>Fri, 26 Aug 2005 10:40:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/edit-file/m-p/3612927#M19310</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2005-08-26T10:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Edit file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/edit-file/m-p/3612928#M19311</link>
      <description>What is the signal name??</description>
      <pubDate>Fri, 26 Aug 2005 11:06:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/edit-file/m-p/3612928#M19311</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-08-26T11:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Edit file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/edit-file/m-p/3612929#M19312</link>
      <description>"TERM"&lt;BR /&gt;&lt;BR /&gt;is it the TERM settting problem ? thx&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Aug 2005 11:31:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/edit-file/m-p/3612929#M19312</guid>
      <dc:creator>peterchu</dc:creator>
      <dc:date>2005-08-26T11:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Edit file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/edit-file/m-p/3612930#M19313</link>
      <description>Hi peterchu ,&lt;BR /&gt;&lt;BR /&gt;It seems that your terminal is not set properly , and vi is dropping.&lt;BR /&gt;&lt;BR /&gt;Check with # echo $TERM&lt;BR /&gt;&lt;BR /&gt;Also can do:&lt;BR /&gt;# set TERM=vt100&lt;BR /&gt;# export TERM&lt;BR /&gt;# vi test_file&lt;BR /&gt;&lt;BR /&gt;Any luck,&lt;BR /&gt;&lt;BR /&gt;Cheers ,&lt;BR /&gt;Raj.</description>
      <pubDate>Fri, 26 Aug 2005 12:01:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/edit-file/m-p/3612930#M19313</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-08-26T12:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Edit file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/edit-file/m-p/3612931#M19314</link>
      <description>Sorry it should be ,&lt;BR /&gt;&lt;BR /&gt;(Hope you are using bash shell )&lt;BR /&gt;# TERM=VT220 &lt;BR /&gt;# export TERM&lt;BR /&gt;&lt;BR /&gt;Then try # vi test_file&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj</description>
      <pubDate>Fri, 26 Aug 2005 12:03:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/edit-file/m-p/3612931#M19314</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-08-26T12:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Edit file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/edit-file/m-p/3612932#M19315</link>
      <description>Hi Peterchu ,&lt;BR /&gt;&lt;BR /&gt;Also try with setting &lt;BR /&gt;# TERM=linux  ; export TERM&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Raj&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Aug 2005 12:06:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/edit-file/m-p/3612932#M19315</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2005-08-26T12:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Edit file</title>
      <link>https://community.hpe.com/t5/operating-system-linux/edit-file/m-p/3612933#M19316</link>
      <description>I saw this on the Internet:&lt;BR /&gt;&lt;BR /&gt; vim 5.3 is badly broken using TERM=linux.  After starting it, if I hit&lt;BR /&gt;backspace once or twice quickly, it hangs in an infinite loop.  Sending it a&lt;BR /&gt;signal from another shell prompt causes it to report:&lt;BR /&gt;   Vim: Caught deadly signal TERM&lt;BR /&gt;   Vim: Finished.&lt;BR /&gt;after which the shell is hosed (because vim didn't reset it when it exited).&lt;BR /&gt;Trying TERM=ansi works ok except that the function keys aren't defined.&lt;BR /&gt;TERM=xterm works for function keys 5-8, but not 1-4.  I eventually made my&lt;BR /&gt;own terminal definition based on xterm which properly defines function keys&lt;BR /&gt;1-4, too.  Could it be that I'm the only one using vim which has this&lt;BR /&gt;problem (I didn't see it in the archives)?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;So, after you tried the TERM option, ensure that nobody with root privileges is issuing:&lt;BR /&gt;&lt;BR /&gt;killall vi&lt;BR /&gt;&lt;BR /&gt;Or sending kill to your vi process.</description>
      <pubDate>Fri, 26 Aug 2005 14:11:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/edit-file/m-p/3612933#M19316</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2005-08-26T14:11:50Z</dc:date>
    </item>
  </channel>
</rss>

