Changes between Version 13 and Version 14 of TroubleShooting


Ignore:
Timestamp:
Aug 21, 2009, 5:42:40 PM (15 years ago)
Author:
Bruno Cornec
Comment:

Start of debug recipe added

Legend:

Unmodified
Added
Removed
Modified
  • TroubleShooting

    v13 v14  
    6868
    6969Make backups of the original '''mondoarchive''' and '''mondorestore''' binaries and copy they newly created over the original ones.
     70
     71On the ftp://ftp.mondorescue.org server, you'll also find rpm packages with the debug symbol in them that you could use alongside your normal packages to add debug support to your environment.
    7072
    7173== Trouble-Shooting mondoarchive ==
     
    138140
    139141== Advanced Topics ==
     142
     143=== Troubleshoot mondorestore on RHEL via valgrind in NFS recipe ===
     144
     145If you encouter a crash of mondorestore during restoration, a way to help the dev team fix the issue is by reporting information on the crash using the debug environment.
     146
     147We suppose that you're at the prompt after the crash.
     148Prepare on your NFS server the needed conten for debugging the case:
     149{{{
     150# cd /dir/exported/to/mondo
     151#
    140152
    141153=== Attaching to Running Processes ===