Custom Query (684 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 of 684)

Ticket Resolution Summary Owner Reporter
#65 duplicate Script error in mindi from mindi-1.0.9-2.rhel4.i586.rpm Bruno Cornec michael.shapiro@…
Description

Line 1447 is:

if [ $? -eq 0]; then

and should be:

if [ $? -eq 0 ]; then

The error looks like:

# mindi --makemountlist /tmp/ml
Your mountlist will look like this:-
        DEVICE          MOUNTPOINT      FORMAT          SIZE (MB)       LABEL          
        /dev/sda2       lvm             lvm               29996                
        /dev/sdb2       lvm             lvm               29996                
        /dev/VolGroup00/LogVol00 /               ext3                lvm                
        /dev/sda1       /boot           ext3                196 /boot          
        /dev/VolGroup00/LogVol02 /home           ext3                lvm                
        /dev/VolGroup00/LogVol07 /opt            ext3                lvm                
        /dev/VolGroup00/LogVol01 /tmp            ext3                lvm                
        /dev/sda5       /bits           ext3               3137 bits           
/usr/sbin/mindi: line 1447: [: missing `]'
        /dev/mapper/VolGroup00-nwinstall /nwinstall      ext3                lvm nwinstall      
        /dev/VolGroup00/LogVol03 /usr            ext3                lvm                
        /dev/VolGroup00/LogVol05 /usr/local      ext3                lvm                
        /dev/VolGroup00/LogVol04 /var            ext3                lvm                
        /dev/sda3       swap            swap               1396 SWAP-sda3      

'

==

#66 fixed restore fails sme7 (=rhel4) 2.0.9-2 Bruno Cornec hanscees@…
Description
[Main] libmondo-filelist.c->set_EXAT_list#689: command = gzip -dc /mnt/cdrom/archives/acl_list.0.gz | setfacl --restore - 2>> /var/log/mondo-archive.log
sh: setfacl: not found
[Main] libmondo-filelist.c->set_EXAT_list#692: Returning w/ retval=32512
Errors occurred while setting access control lists
    [Main] mondo-restore.c->restore_a_tarball_from_CD#2112: Errors occurred while processing fileset #0
CDR #1, fileset #0 - restore reported errors (3 attempts) - review logs

It should be possible to restore without setfacl more over when it wasn't available during backup:

                        [Main] libmondo-files.c->find_home_of_exe#434: find_home_of_exe() --- Could not find getfacl
#68 fixed LVM log. volumes are not resized using factor which creates problems when restoring Bruno Cornec hanscees@…
Description

When mondorestore finds a new disk geometry:

[Main] libmondo-devices.c->get_phys_size_of_drive#1259: /dev/hda --> -1 or 8192 --> 8192
Expanding entries to suit drive /dev/hda (8192 MB)
[Main] mondo-prep.c->create_mountlist_for_drive#2777: Creating list of partitions for drive /dev/hda
Disk /dev/hda was 38162 MB; is now 8192 MB; factor = 0.214664
Changing /dev/hda2 from 38973690 KB to 8366240 KB
Changing /dev/hda1 from 104391 KB to 22408 KB

it computes a factor which is then applied to all physical partitions. But it's NOT applied to Logical volumes, which create a problem if disks are smaller only.

lvm vgchange -a y main --> 0
    lvcreate -L 36864m -r 0 -n root main --> 1280
    [Main] mondo-prep.c->do_my_funky_lvm_stuff#486: echo "lvm vgchange -a y main" >> /tmp/out.sh... so I'll get creative.
    lvcreate -L 36864m -r 0 -n root main --> 1
lvm lvcreate -L 960m -r 0 -n swap main --> 0
lvm vgscan --> 0
[Main] mondo-prep.c->do_my_funky_lvm_stuff#549: Closed i-want-my-lvm. Finished doing funky stuff.
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.