Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 83420 - distccmon-text instructions are bunk
Summary: distccmon-text instructions are bunk
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL: http://www.gentoo.org/doc/en/distcc.xml
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-26 16:32 UTC by Bob Bell
Modified: 2005-03-25 06:43 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bob Bell 2005-02-26 16:32:04 UTC
The instructions to monitor distcc say to run:
 DISTCC_DIR=`portageq envvar DISTCC_DIR` distccmon-text N

However, that does not work, because by default `portageq envvar DISTCC_DIR` does not return anything, so distccmon-text will look at ~root/.distcc/.  The alternative command:
 DISTCC_DIR=/var/tmp/portage/.distcc/ distccmon-text N
does indeed work.
Comment 1 Aniruddha Shankar 2005-03-10 21:48:13 UTC
I confirm this. might be offtopic but Bob, don't you think it's a bit impolite to say such and such "is bunk?" One thing I like about Gentoo is that it has always tried to maintain a civil and friendly atmosphere... it'd be a shame if that changed. thanks.
Comment 2 Sven Vermeulen (RETIRED) gentoo-dev 2005-03-25 06:43:37 UTC
Fixed in CVS. Thanks!