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
09-19-2001 01:07 AM
09-19-2001 01:07 AM
# catman -w
Deroff: Input buffer overflow
But the file /usr/share/lib/whatis is created...
Is this file complete ?
Is the error important ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2001 01:22 AM
09-19-2001 01:22 AM
Re: catman
If your whatis db is created and its size around 145k then I think everything is fine. Theres probably a patch to fix the error, or you can try coping over the catman binary from an 11.0 box and run it on 11.i, works fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2001 01:26 AM
09-19-2001 01:26 AM
Re: catman
please use catman -n -p and you can see what catman do
HTH Dirk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2001 05:35 AM
09-19-2001 05:35 AM
Re: catman
I used the binary files "catman' and 'deroff' from a HP-UX 11.11
(mkwhatis scripts are very similar between 11.0 and 11.11) but i still have the same message.
My file whatis is more than 600kb big.
And when i look at what is inside, it is really a mess.
So i don't worry about this little error message.
HP should rebuild its man pages, or have its commands (mkwhatis, deroff) evoluate.
example :
accumulate(3C++) becomes :
accumulate ++)
marc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2001 01:52 AM
09-20-2001 01:52 AM
SolutionAnyway, this seems to be a known problem (SR 5003448456). The quick fix is to change "cut -c1-1024|deroff | ..." in /usr/lbin/mkwhatis to "cut -c1-1023|deroff | ...". In 11.0 the "-1024" was put in to fix a similar problem, but apparently it should have been "-1023", apparently a line-feed problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2001 08:22 AM
09-24-2001 08:22 AM
Re: catman
Yes, "man -k" works since the beginning.
And the mess I'm talking about comes from the man pages which are not correctly written, in most cases, and the mkwhatis script which can't handle them. So there are some strange lines in the whatis file.