Changes between Initial Version and Version 5 of Ticket #108


Ignore:
Timestamp:
Mar 16, 2007, 1:37:07 AM (17 years ago)
Author:
Bruno Cornec
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #108

    • Property Milestone3.0.0
    • Property Status newassigned
  • Ticket #108 – Description

    initial v5  
    11I started mondoarchive from the commandline on an openSuSE 10.1 x86 system (dual core). -> NFS mount -> 4400 MB as filesize <br>
    22The progressbar showed up - but it filled up the /dev instead of my mounted nfs drive.
     3{{{
    34du -sm /dev/* | sort
    45341     /dev/mondo.scratch.27361
     
    671       /dev/shm
    78....
    8 
     9}}}
    910Following processes were running, when I tried to stop it:
     11{{{
    1012[15:47] root@ucl01121:~# ps -ef|grep mondo
    1113root     13524 11910 14 15:20 pts/2    00:04:05 mondoarchive
     
    1315root     24939 13524  0 15:45 pts/2    00:00:00 sh -c afio -o -b 131072 -M 16m -Z -P bzip2 -G 9 -T 3k -E /usr/share/mondo/do-not-compress-these /dev/tmp.mondo.8514/tmpfs/46.afio.bz2 < /dev/tmp.mondo.8514/filelist.46 2>> /var/log/mondo-archive.log
    1416root     24941 24939  0 15:45 pts/2    00:00:00 afio -o -b 131072 -M 16m -Z -P bzip2 -G 9 -T 3k -E /usr/share/mondo/do-not-compress-these /dev/tmp.mondo.8514/tmpfs/46.afio.bz2
    15 
     17}}}
    1618Cheers
    1719 Robert