Custom Query (684 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (34 - 36 of 684)

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Resolution Summary Owner Reporter
#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.
#70 fixed Problem with mondoarchive Bruno Cornec Dende
Description

When mondoarchive begin to make catalog at 40% i receive the following error message:

* glibc detected * realloc(): invalid next size SIGABRT signal received from OS Abort - probably failed assertion. I'm sleeping for a few seconds

This error ocurred with gui and without gui

My system specs:

Debian Stable Intel Pentium XEON server Using and external hard disk to make the backup Versions: ii mondo 2.04-4 powerful disaster recovery suite ii mindi 1.04-4 creates boot/root disks based on your system ii mindi-busybox 1.00-4 Collection of shell utilities in a single ex ii mindi-kernel 2.4.27-2sarge2 failsafe Linux kernel for Mindi/Mondo ii mindi-partimag 0.6.2-4 disk partition imaging utility for Mindi/Mon ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries ii libnewt0.51 0.51.6-20 Not Erik's Windowing Toolkit - text mode win ii python-newt 0.51.6-20 A NEWT module for Python

2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.