Changes between Version 15 and Version 16 of TroubleShooting


Ignore:
Timestamp:
Aug 24, 2009, 5:34:39 PM (15 years ago)
Author:
Bruno Cornec
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TroubleShooting

    v15 v16  
    159159{{{
    160160# rpm2cpio mondo-debuginfo-2.2.9-0.20090729004531.rhel5.x86_64.rpm | cpio -idum
    161 # tar cfz mondo.tgz ./usr
     161# tar czf mondo.tgz ./usr
    162162# rm -rf usr
    163 # tar cfz valgrind.tgz /usr/bin/valgrind /usr/lib*/valgrind
     163# tar czf valgrind.tgz /usr/bin/valgrind /usr/lib*/valgrind
    164164}}}
    165165
     
    167167{{{
    168168# cd /
    169 # tar xfz /tmp/isodir/valgrind.tgz
    170 # tar xfz /tmp/isodir/mondo.tgz
     169# tar xzf /tmp/isodir/valgrind.tgz
     170# tar xzf /tmp/isodir/mondo.tgz
    171171# valgrind --log-file=/tmp/valg.log --show-reachable=yes --track-origins=yes --leak-check=full mondorestore -K 99 -Z interactive
    172172}}}