Closed Bug 376125 Opened 17 years ago Closed 16 years ago

Mac OS Mail logging instructions incorrect

Categories

(www.mozilla.org :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: bugzillaPost120030in, Unassigned)

References

()

Details

Buggy Mac instructions-see comments in Bug 370451 and Bug 370690.

Probably need to instruct the user to chmod +x the script.  I'm not sure if user's default shell setting matters.

In addition, this could help:
-by you</strong></p>
+by you; be sure it's a file writeable by you - e.g. <em>/tmp/M.log</em> works 
+(while <em>/var/log/M.log</em> doesn't work for normal users on MacOS, for example)
+</strong></p>

Comments desired before I make a patch.
Actually you do not need to create an executable file.  and use the sctipt above. All you need to do in open up the application Terminal and type the following directly into the shell the following commands.

If you upgraded your MAC from an earlier version of OSX you are probably still using tcsh. If you are using a newer MAC then you most likely are using bsh.  

(for tcsh / csh):

setenv NSPR_LOG_MODULES protocol:5
setenv NSPR_LOG_FILE /Users/(**name of user)/filename.log
/Applications/Thunderbird.app/Contents/MacOS/thunderbird-bin &

If indeed their MAC is running bsh than the commands would be as follows
(for bsh):

export NSPR_LOG_MODULES protocol:5
export NSPR_LOG_FILE /Users/(**name of user)/filename.log
/Applications/Thunderbird.app/Contents/MacOS/thunderbird-bin &

Judith
Component: *.mozilla.org → www.mozilla.org
Product: Websites → mozilla.org
QA Contact: other-mozilla-org → www-mozilla-org
Version: unspecified → other
I follow you.   

setenv/export NSPR_LOG_FILE ~/filename.log
should do the trick too; it's shorthand for /Users/(**name of user)/filename.log, but I better test it to make sure.

Also, I'll bet lchiang at netscape.com hasn't been valid for years, so 
"If you have more to add to this page, please email me!" has got to go!
Maybe the "by Lisa Chiang" too.
Product: mozilla.org → Websites
This page has been recently archived.  If there's a more current version of this document, I can set up a redirect.  If this page should be returned to a production site, I'm happy to help migrate it to the appropriate place.
Closing as wontfix.  Please feel free to reopen if there's a need for a redirect or if the page should be migrated.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → WONTFIX
Component: www.mozilla.org → General
Product: Websites → www.mozilla.org
You need to log in before you can comment on or make changes to this bug.