<?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: man error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/man-error/m-p/2536136#M899449</link>
    <description>Take a look at this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x6f09a24d9abcd4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x6f09a24d9abcd4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;Rita</description>
    <pubDate>Mon, 04 Jun 2001 19:02:08 GMT</pubDate>
    <dc:creator>Rita C Workman</dc:creator>
    <dc:date>2001-06-04T19:02:08Z</dc:date>
    <item>
      <title>man error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/man-error/m-p/2536135#M899448</link>
      <description>Occasionally I get the following error when trying to do a man for a topic:&lt;BR /&gt;stdin: not in compressed format&lt;BR /&gt;&lt;BR /&gt;Would someone explain to this rookie what this means and how to avoid it?&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 04 Jun 2001 18:46:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/man-error/m-p/2536135#M899448</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2001-06-04T18:46:55Z</dc:date>
    </item>
    <item>
      <title>Re: man error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/man-error/m-p/2536136#M899449</link>
      <description>Take a look at this thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x6f09a24d9abcd4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x6f09a24d9abcd4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;Rita</description>
      <pubDate>Mon, 04 Jun 2001 19:02:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/man-error/m-p/2536136#M899449</guid>
      <dc:creator>Rita C Workman</dc:creator>
      <dc:date>2001-06-04T19:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: man error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/man-error/m-p/2536137#M899450</link>
      <description>Actually this message means pretty much exactly what it says.  The man command was expecting something that was comressed, but it wasn't.&lt;BR /&gt;&lt;BR /&gt;To understand what causes this, however, involves a little more background...&lt;BR /&gt;&lt;BR /&gt;The man command understands files in various formats - pre-formatted (cat-format), pre-formatted and compressed (cat.Z), un-formatted (man-format), and unformatted and compressed (man.Z).&lt;BR /&gt;&lt;BR /&gt;However, instead of giving each file a different extension or something, it looks in different directories for the different file formats.&lt;BR /&gt;&lt;BR /&gt;So, for example, if you placed an uncompressed file in /usr/man/man1.Z/fubar.1, and then did a 'man fubar', you'd get the error you described.  Similarly for /usr/man/cat1.Z/fubar.1, /usr/man/man2.Z/fubar.2, &lt;SOMETHING-IN-&gt;/man2.Z/fubar.2, etc.&lt;/SOMETHING-IN-&gt;</description>
      <pubDate>Mon, 04 Jun 2001 19:04:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/man-error/m-p/2536137#M899450</guid>
      <dc:creator>Chris Calabrese</dc:creator>
      <dc:date>2001-06-04T19:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: man error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/man-error/m-p/2536138#M899451</link>
      <description>Hi Dave,&lt;BR /&gt;&lt;BR /&gt;A quick way to fix this is to runf " catman -w" commanc as root. This could take a while, and this creates formatted versions of the online manuals, examining all manual entries at the same time.  Before running catman, remove any existing cat* directories.&lt;BR /&gt;&lt;BR /&gt;Regards, &lt;BR /&gt;KS</description>
      <pubDate>Mon, 04 Jun 2001 19:11:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/man-error/m-p/2536138#M899451</guid>
      <dc:creator>Kamlesh Shete</dc:creator>
      <dc:date>2001-06-04T19:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: man error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/man-error/m-p/2536139#M899452</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;The Knowledge Base (#A3948869) suggests that you delete the troublesome man pages from its 'catX.Z' directory.  For example, if you get "not in a compressed format" for:&lt;BR /&gt;&lt;BR /&gt;# man uname&lt;BR /&gt;&lt;BR /&gt;then:&lt;BR /&gt;&lt;BR /&gt;# rm /usr/share/man/cat1.Z/uname.1&lt;BR /&gt;# man uname&lt;BR /&gt;&lt;BR /&gt;You can find the proper file to remove by issuing:&lt;BR /&gt;&lt;BR /&gt;# whereis -m &lt;NAME&gt;&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/NAME&gt;</description>
      <pubDate>Mon, 04 Jun 2001 19:14:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/man-error/m-p/2536139#M899452</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-06-04T19:14:58Z</dc:date>
    </item>
    <item>
      <title>Re: man error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/man-error/m-p/2536140#M899453</link>
      <description>Dave,&lt;BR /&gt;&lt;BR /&gt;I read your message and started playing with 'man' on one of our machines, and I found a man page (man 2 rename) that has the same problem.  I used James' method and removed the offending file from the /usr/share/man/cat2.Z directory, did 'man rename', and it worked.  &lt;BR /&gt;&lt;BR /&gt;No wonder that guy has so many points!   :)&lt;BR /&gt;&lt;BR /&gt;JP&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jun 2001 19:35:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/man-error/m-p/2536140#M899453</guid>
      <dc:creator>John Poff</dc:creator>
      <dc:date>2001-06-04T19:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: man error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/man-error/m-p/2536141#M899454</link>
      <description>Here is another way according to Knowledge Base(#A1860658):&lt;BR /&gt;&lt;BR /&gt;The problem can be resolved by removing all the cat. files from the /usr/man/ directory.  The following steps have been used to resolve the problem:&lt;BR /&gt;&lt;BR /&gt;     1.  logon as root&lt;BR /&gt;     2.  cd /usr/man&lt;BR /&gt;     3.  rm -r cat*&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Jun 2001 19:45:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/man-error/m-p/2536141#M899454</guid>
      <dc:creator>Victor_5</dc:creator>
      <dc:date>2001-06-04T19:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: man error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/man-error/m-p/2536142#M899455</link>
      <description>OK people... you are talking to a real dummy here.&lt;BR /&gt;1. I edited the MANPATH as suggested ... problem remains.&lt;BR /&gt;/usr/share/man/%:/usr/share/man:/opt/gzip/man/%L:/opt/gzip/man:/usr/contrib/man/%L:/usr/contrib/man:&lt;BR /&gt;2. man mailx was one. I removed mailx frpm the directory suggested .... problem remains.&lt;BR /&gt;3. I decided to look at the knowledge base entries suggested but am not familiar with looking these up as a browse of the Technical Knowledge Base did not get a hit on A1860658 or the other suggested.&lt;BR /&gt;&lt;BR /&gt;What's this new guy missing?&lt;BR /&gt;Thanks for any and all input.&lt;BR /&gt;dl</description>
      <pubDate>Mon, 04 Jun 2001 20:11:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/man-error/m-p/2536142#M899455</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2001-06-04T20:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: man error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/man-error/m-p/2536143#M899456</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;To find documents in the TKB (Technical Knowledge Base) you should be logged-in.  Go to Maintenance and Support -&amp;gt; Search Technical Knowledge Base -&amp;gt; [Choose search by keyword OR search by DocID from the dropdown and enter a keyword(s) or a document ID].&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 04 Jun 2001 20:19:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/man-error/m-p/2536143#M899456</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-06-04T20:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: man error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/man-error/m-p/2536144#M899457</link>
      <description>Thank all of you for your input. I am new to HP-UX which is also new to our company. As I struggle to become proficient as an admin I look forward to the input this forum provides.&lt;BR /&gt;For the problem in question I folloed A1860658 as suggested. I was extremely hesitant at the recursive rm but I now get a message "No manual entry for mailx" instead of the compress error. Do you think the erro originally ocurred because there was no entry?&lt;BR /&gt;Thanks again.&lt;BR /&gt;dl</description>
      <pubDate>Tue, 05 Jun 2001 18:01:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/man-error/m-p/2536144#M899457</guid>
      <dc:creator>Dave La Mar</dc:creator>
      <dc:date>2001-06-05T18:01:05Z</dc:date>
    </item>
  </channel>
</rss>

