Custom Query (684 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (127 - 129 of 684)

Ticket Owner Reporter Resolution Summary
#158 Bruno Cornec Scott Cummings fixed restore-script edit-mountlist runs 'mondo-restore' (typo)
Description

I thought I saw mondorestore saying to run 'edit-mountlist', but I can't find it now. If it really tells you to run this script, then fixing this might save someone following the directions from stumbling here.

Proposed patch:

*** mondo-2.21~r1021/src/restore-scripts/mondo/edit-mountlist   2006-05-20 17:29:40.000000000 -0500
--- mondo-2.21~r1021/src/restore-scripts/mondo/edit-mountlist.new       2007-04-26 23:20:50.000000000 -0500
***************
*** 1,4 ****
  #!/bin/sh
  
! mondo-restore --edit-mountlist
  exit $?
--- 1,4 ----
  #!/bin/sh
  
! mondorestore --edit-mountlist
  exit $?
#159 Bruno Cornec Scott Cummings fixed stabgrub-me script needs mod for Ubuntu (/etc/grub.conf is a link to a full path name)
Description

In Ubuntu 6.10 -

$ ls -l /etc/grub.conf lrwxrwxrwx 1 root root 19 2007-04-13 15:12 /etc/grub.conf -> /boot/grub/menu.lst

I don't know how this patch will play with other distributions, but for Ubuntu it seems to work better this way -

*** stabgrub-me.orig    2007-04-15 11:07:28.000000000 -0500
--- stabgrub-me.new     2007-04-15 11:13:23.000000000 -0500
***************
*** 37,43 ****
                # which we need to resolve and prepend with /mnt/RESTORING because
                # we run this outside the chroot.
                if [ -L "$old_grubconf" ] ; then
!               old_grubconf=/mnt/RESTORING/etc/`readlink "$old_grubconf"`
                fi
                return 0
      elif [ -f "/mnt/cdrom/archives/CUCKOO" ] ; then
--- 37,43 ----
                # which we need to resolve and prepend with /mnt/RESTORING because
                # we run this outside the chroot.
                if [ -L "$old_grubconf" ] ; then
!               old_grubconf=/mnt/RESTORING`readlink "$old_grubconf"`
                fi
                return 0
      elif [ -f "/mnt/cdrom/archives/CUCKOO" ] ; then

Related problem is -

When mondorestore does 'vi /mnt/RESTORING/etc/grub.conf', busybox? doesn't follow link, so get empty file. (should I create a separate ticket for this?)

#161 Bruno Cornec Bruno Cornec wontfix mondo should handle VMFS filesystem type for ESX support
Description

mondo should handle VMFS filesystem type for ESX support (currently those FS MB are redistributed at restore time !)

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.