Changes between Version 4 and Version 5 of TroubleShooting


Ignore:
Timestamp:
Apr 25, 2007, 12:17:21 AM (18 years ago)
Author:
Bruno Cornec
Comment:

sh => bash (because of dash on Ubuntu

Legend:

Unmodified
Added
Removed
Modified
  • TroubleShooting

    v4 v5  
    33Launch mindi using the verbose option of the shell:
    44{{{
    5 sh -x /usr/sbin/mindi 2>&1 | tee /tmp/mindi.log
     5bash -x /usr/sbin/mindi 2>&1 | tee /tmp/mindi.log
    66}}}
    77