<?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: *Some* manpages hiding? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942292#M113863</link>
    <description>$ export MANPATH=/usr/contrib/man/%L:/usr/contrib/man:$MANPATH&lt;BR /&gt;$ man 1 traceroute&lt;BR /&gt;No entry for traceroute in section 1 of the manual.&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Wed, 02 Apr 2003 19:35:16 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2003-04-02T19:35:16Z</dc:date>
    <item>
      <title>*Some* manpages hiding?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942280#M113851</link>
      <description>I've just done a clean 11i install, without problems.  I do not have manpages for "traceroute" or "whence", yet most other commands are there. I've run 'catman'.  The only place I can find a traceroute file is a .cat file under /usr/lib/nls... &lt;BR /&gt;It's not traceroute that's a problem - it's that I want all the manpages to work, if they exist.&lt;BR /&gt;I'm also adding some utilities (sudo, tcp_wrappers, apache, etc).  I need to connect the manpages for those. Can I just insert symlinks into /usr/share/man, or do I need to actually copy files over?&lt;BR /&gt;&lt;BR /&gt;Thanks for any suggestions.</description>
      <pubDate>Wed, 02 Apr 2003 18:36:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942280#M113851</guid>
      <dc:creator>jmb</dc:creator>
      <dc:date>2003-04-02T18:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: *Some* manpages hiding?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942281#M113852</link>
      <description>Check the PATH.&lt;BR /&gt;&lt;BR /&gt;You should not hae to take special actions for man pages, if you install them from depot.  Maybe if you did compile off source though, though you should not have an issue.&lt;BR /&gt;&lt;BR /&gt;Try this command and see if it generates an error.  It enhances man functionality.&lt;BR /&gt;&lt;BR /&gt;catman -w&lt;BR /&gt;then man -k &lt;KEYWORD&gt;&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/KEYWORD&gt;</description>
      <pubDate>Wed, 02 Apr 2003 18:41:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942281#M113852</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-04-02T18:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: *Some* manpages hiding?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942282#M113853</link>
      <description>$ man traceroute&lt;BR /&gt;No manual entry for traceroute.&lt;BR /&gt;$ man whence&lt;BR /&gt;No manual entry for whence.&lt;BR /&gt;$ uname -a&lt;BR /&gt;HP-UX tsws1 B.11.11 U 9000/785 2006482480 unlimited-user license&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Me, too!  Curious.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 02 Apr 2003 18:45:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942282#M113853</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-04-02T18:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: *Some* manpages hiding?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942283#M113854</link>
      <description>You just have to update MANPATH variable in /etc/profile to make any additional man pages available globally. For example I have a unix utility called "checkuids" which sits in /usr/apps/local/bin and the man pages for that sits in /usr/apps/man/man8.Z/checkuids.8, so I just add the path /usr/apps/man to the list of other man paths in the var MANPATH. I think that's all you need to do really.</description>
      <pubDate>Wed, 02 Apr 2003 18:47:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942283#M113854</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-04-02T18:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: *Some* manpages hiding?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942284#M113855</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;'whence' is a shell built-in.  You can do a 'man sh-posix' to find out more about it.&lt;BR /&gt;&lt;BR /&gt;As for 'traceroute', look in '/usr/contrib/bin' and '/usr/contrib/man' for the binary and man pages respectively.&lt;BR /&gt;&lt;BR /&gt;Check 'echo $MANPATH' to see if your MANPATH includes '/usr/contrib'.  It should.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 02 Apr 2003 18:55:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942284#M113855</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-04-02T18:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: *Some* manpages hiding?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942285#M113856</link>
      <description>My PATH and MANPATH are fine.  MANPATH is too long already, I don't want to add more to it, which is why I wanted to use symlinks.  I just tried that out, and it worked. (In /usr/local/man/man1, I set up " md5.1 -&amp;gt; /opt/md5/man/man1/md5.1", and that works, after a "catman -w".&lt;BR /&gt;&lt;BR /&gt;As far as traceroute, if Pete is also missing the pages, I'm guessing HP just hasn't done them (unlike some other Unix vendors!).  So what's the .cat file under /usr/lib...?</description>
      <pubDate>Wed, 02 Apr 2003 18:56:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942285#M113856</guid>
      <dc:creator>jmb</dc:creator>
      <dc:date>2003-04-02T18:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: *Some* manpages hiding?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942286#M113857</link>
      <description>I figured it was because traceroute was "contributed", as JRF pointed out, but there is still no man page for it anywhere on my system.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 02 Apr 2003 19:00:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942286#M113857</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-04-02T19:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: *Some* manpages hiding?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942287#M113858</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;In answer to your question of what is the "cat" file under '/usr/lib/nls':  The file is a "cat"alog file of messages.  Do:&lt;BR /&gt;&lt;BR /&gt;# dumpmsg &lt;FILENAME&gt;&lt;BR /&gt;&lt;BR /&gt;to see the contents.  Do a 'man dumpmsg' for more information.&lt;BR /&gt;&lt;BR /&gt;For instance, if you want to see the possible messages produced by 'fbackup', do:&lt;BR /&gt;&lt;BR /&gt;# dumpmsg /usr/lib/nls/C/fbackup.cat&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;/FILENAME&gt;</description>
      <pubDate>Wed, 02 Apr 2003 19:06:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942287#M113858</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2003-04-02T19:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: *Some* manpages hiding?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942288#M113859</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;traceroute is not an HP developed util - it's a contributed util.&lt;BR /&gt;That's why it loads into /usr/contrib/bin &amp;amp; the man pgs into /usr/contrib/man&lt;BR /&gt;&lt;BR /&gt;Funny thing is that it's a section 1 man pg &amp;amp; if you search thusly&lt;BR /&gt;&lt;BR /&gt;man 1 traceroute&lt;BR /&gt;&lt;BR /&gt;You'll get the page. If you don't specify the section, you won't.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 02 Apr 2003 19:09:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942288#M113859</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-04-02T19:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: *Some* manpages hiding?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942289#M113860</link>
      <description>$ man 1 traceroute&lt;BR /&gt;No entry for traceroute in section 1 of the manual.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 02 Apr 2003 19:15:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942289#M113860</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-04-02T19:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: *Some* manpages hiding?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942290#M113861</link>
      <description>Yeah, me neither.  I do have man pages for a lot of the other processes in /usr/contrib/bin, but not traceroute.  The answer for whence (see above) worked.</description>
      <pubDate>Wed, 02 Apr 2003 19:18:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942290#M113861</guid>
      <dc:creator>jmb</dc:creator>
      <dc:date>2003-04-02T19:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: *Some* manpages hiding?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942291#M113862</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You need to have the following in MANPATH&lt;BR /&gt;&lt;BR /&gt;..../usr/contrib/man/%L:/usr/contrib/man:....&lt;BR /&gt;&lt;BR /&gt;Then &lt;BR /&gt;man 1 traceroute will work.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 02 Apr 2003 19:28:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942291#M113862</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-04-02T19:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: *Some* manpages hiding?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942292#M113863</link>
      <description>$ export MANPATH=/usr/contrib/man/%L:/usr/contrib/man:$MANPATH&lt;BR /&gt;$ man 1 traceroute&lt;BR /&gt;No entry for traceroute in section 1 of the manual.&lt;BR /&gt;$&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 02 Apr 2003 19:35:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942292#M113863</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-04-02T19:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: *Some* manpages hiding?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942293#M113864</link>
      <description>Pete,&lt;BR /&gt;&lt;BR /&gt;Do you have the traceroute.1 file in /usr/contrib/man/man1.Z ?&lt;BR /&gt;&lt;BR /&gt;If not - there's your problem.&lt;BR /&gt;Mines an 11i system patched to Dec '02. The file's dated May 21 '02. I *think* this is when the "new" traceroute came in - you know the one that forces you to use -i lanX to force the traceroute out the proper NIC, else it goes out the first NIC found.&lt;BR /&gt;I suspect the traceroute man page came in then as well.&lt;BR /&gt;&lt;BR /&gt;I've checked older 11 &amp;amp; 11i systems that are NOT patched to Dec '02 &amp;amp; they don't have the man page file.&lt;BR /&gt;&lt;BR /&gt;So to get the man page it appears you need to patch up to Dec '02, but be advised of the new "features" of traceroute &amp;amp; YES, I've complained to HP about this. It's caused several wild-goose chases when unknowing SAs try to track down nonexistent routing issues.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 02 Apr 2003 20:10:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942293#M113864</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-04-02T20:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: *Some* manpages hiding?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942294#M113865</link>
      <description>Unfortunately, not many packages put the man pages in the traditional /usr/share/man location. An extremely long MANPATH value is normal and not a problem (like PATH which is not used for the man command). While you can use symlinks to put these wayward paths into the man command, keeping track of the links can be a problem. Another solution is to use something like /usr/contrib/man as a store for odd man page locations. A lot of apps will install into /opt and have a separate /opt/app_name/man directory...just copy the man pages to the appropriate locations in /usr/contrib/man.</description>
      <pubDate>Wed, 02 Apr 2003 21:28:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942294#M113865</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-04-02T21:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: *Some* manpages hiding?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942295#M113866</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;Thanks, I'll check in the morning, seeing as I'm home now.  I couldn't understand why I was seeing nothing and you were.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 02 Apr 2003 22:43:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942295#M113866</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-04-02T22:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: *Some* manpages hiding?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942296#M113867</link>
      <description>Bill, I'll follow your advice and copy in the file.  Whatever works...&lt;BR /&gt;&lt;BR /&gt;Jeff, I've got the GOLDAPPS11i and GOLDBASE11i from Dec. 2002, installed over the base OS dated Sept. 2002.  I have the FEATURE11-11 which is dated Sep, 2002.&lt;BR /&gt;&lt;BR /&gt;Which patch package is missing, with the updated version of traceroute?  Thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Apr 2003 23:06:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942296#M113867</guid>
      <dc:creator>jmb</dc:creator>
      <dc:date>2003-04-02T23:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: *Some* manpages hiding?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942297#M113868</link>
      <description>Hi Guys,&lt;BR /&gt;&lt;BR /&gt;Did a little digging &amp;amp; this is what I found.&lt;BR /&gt;&lt;BR /&gt;Appears the new binary AND the man page come in the &lt;BR /&gt;&lt;BR /&gt;Networking.NET-RUN fileset in 11i&lt;BR /&gt;&lt;BR /&gt;Then my systems also show a patch that supersedes that&lt;BR /&gt;&lt;BR /&gt;PHNE_27063&lt;BR /&gt;&lt;BR /&gt;It also contains a new binary &amp;amp; man page.&lt;BR /&gt;&lt;BR /&gt;So do at least a &lt;BR /&gt;&lt;BR /&gt;swlist -l fileset Networking.NET-RUN &lt;BR /&gt;&lt;BR /&gt;and also look for PHNE_27063&lt;BR /&gt;&lt;BR /&gt;swlist -l patch PHNE_27063&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 03 Apr 2003 00:08:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942297#M113868</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-04-03T00:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: *Some* manpages hiding?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942298#M113869</link>
      <description>Jeff,&lt;BR /&gt;&lt;BR /&gt;That worked.  That particular patch is now superceded by another rec: PHNE_28089.  I installed that, and I now have mapages for traceroute!  &lt;BR /&gt;&lt;BR /&gt;Thanks again.</description>
      <pubDate>Thu, 03 Apr 2003 19:45:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/some-manpages-hiding/m-p/2942298#M113869</guid>
      <dc:creator>jmb</dc:creator>
      <dc:date>2003-04-03T19:45:13Z</dc:date>
    </item>
  </channel>
</rss>

