Changes between Version 1 and Version 2 of TroubleShooting


Ignore:
Timestamp:
Jan 16, 2007, 8:45:59 AM (17 years ago)
Author:
Bruno Cornec
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TroubleShooting

    v1 v2  
    55sh -x /usr/sbin/mindi 2>&1 | tee /tmp/mindi.log
    66}}}
     7
     8If you want to have those mindi traces from mondoarchive, then change the mindi script by adding at the begining :
     9{{{
     10set -x
     11}}}