- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- man error
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 11:46 AM
06-04-2001 11:46 AM
stdin: not in compressed format
Would someone explain to this rookie what this means and how to avoid it?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 12:02 PM
06-04-2001 12:02 PM
Re: man error
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x6f09a24d9abcd4118fef0090279cd0f9,00.html
Hope it helps,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 12:04 PM
06-04-2001 12:04 PM
Re: man error
To understand what causes this, however, involves a little more background...
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).
However, instead of giving each file a different extension or something, it looks in different directories for the different file formats.
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,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 12:11 PM
06-04-2001 12:11 PM
Re: man error
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.
Regards,
KS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 12:14 PM
06-04-2001 12:14 PM
Re: man error
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:
# man uname
then:
# rm /usr/share/man/cat1.Z/uname.1
# man uname
You can find the proper file to remove by issuing:
# whereis -m
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 12:35 PM
06-04-2001 12:35 PM
Re: man error
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.
No wonder that guy has so many points! :)
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 12:45 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 01:11 PM
06-04-2001 01:11 PM
Re: man error
1. I edited the MANPATH as suggested ... problem remains.
/usr/share/man/%:/usr/share/man:/opt/gzip/man/%L:/opt/gzip/man:/usr/contrib/man/%L:/usr/contrib/man:
2. man mailx was one. I removed mailx frpm the directory suggested .... problem remains.
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.
What's this new guy missing?
Thanks for any and all input.
dl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2001 01:19 PM
06-04-2001 01:19 PM
Re: man error
To find documents in the TKB (Technical Knowledge Base) you should be logged-in. Go to Maintenance and Support -> Search Technical Knowledge Base -> [Choose search by keyword OR search by DocID from the dropdown and enter a keyword(s) or a document ID].
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2001 11:01 AM
06-05-2001 11:01 AM
Re: man error
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?
Thanks again.
dl