Changeset 1988 in ProjectBuilder
- Timestamp:
- Aug 30, 2015, 5:28:32 PM (10 years ago)
- Location:
- projects/mondorescue/pbconf/branches/3.2
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/mondorescue/pbconf/branches/3.2/MondoRescue/pbcl
r1950 r1988 3 3 MONDORESCUE CHANGES 4 4 5 3.2.1 (2015-03-08) 6 - TBD 5 3.2.1 (2015-08-29) 6 - Adds a mr-device-mounted binary to MondoRescue (replace code of the C function is_this_device_mounted) and the corresponding perl function (mr_device_mounted) to handle cases where a mounted device has a different name than the one seen on mount (e.g. /dev/rhel/root and /dev/mapper/rhel-root) (Bruno Cornec) 7 - Adds perl function mr_file_copy_and_erase_hash to empty the hash generated in mr_file_read_all_link and thus avoid filling the hash it generates, which is useful for a recursive function, but not when called multiple times from another perl script. (Bruno Cornec) 8 - Fix podchecker warnings (Bruno Cornec) 9 - Adds a Disk.pm module to centralize all disk related functions for MondoRescue (Bruno Cornec) 10 - mr-kernel-get-modules now uses Getopt for parameter management, allowing verbosity increase (Bruno Cornec) 11 - Fix mr_kernel_get_modules to support depmod version providing relative paths such as on RHEL5 (Bruno Cornec) 12 - Fix mr_kernel_get_modules to support modinfo version without -k option support, using module full path instead (Bruno Cornec) 13 - The modlist hash is now having keys being full path module names as a consequence (Bruno Cornec) 14 - Adds a new Version.pm module to get version management a la pb in MondoRescue (Bruno Cornec) 7 15 8 16 3.2.0 (2014-12-23) -
projects/mondorescue/pbconf/branches/3.2/mindi/pbcl
r1950 r1988 3 3 MINDI CHANGES 4 4 5 3.0.1 (2015-03-08) 6 - TBD 5 3.0.1 (2015-08-29) 6 - Fix #717 by adding UEFI support to mindi. Cf README.uefi. Only tested with RHEL6 for now. boot conf files now generated in PrepareDataDiskImages and used in PrepareBootDiskImage (Bruno Cornec) 7 - Refactor into PrepareBootDiskImage the 2 previously separated functions to create the boot image, now also supporting UEFI and grub (USB key not reviewed for now) (Bruno Cornec) 8 - new parameter boot-type passed to mindi from mondoarchive (Bruno Cornec) 9 - Fix some useless error messages from appearing at boot time when changing pivot (Bruno Cornec) 10 - Creates cache directories for rpcbind (RHEL6 & 7) in start-netfs before launching the daemon (Bruno Cornec) 11 - Adds module rpcsec_gss_krb5 which may be needed for RHEL7 NFS (Bruno Cornec) 12 - Adds libnss_compat_ossi in minimal.dep for ssh dlopen hidden deps on RHEL 7 ! (Bruno Cornec) 13 - Review network startup in start-netfs when cloning (should fix #716) - Trust ipconf first, and then use mondorestore.cfg content (Bruno Cornec) 14 - Adds an ipmode configuration parameter at boot time to typically force start-netfs to make a DHCP request, despite the conf file doesn't precise it (param can be DHCP or STATIC) (Bruno Cornec) 15 - Change analyze-my-lvm in order to generate percentage of Extents of a VG to use to create the LV instead of a fixed size (Bruno Cornec) 16 - Adds support for enic network driver needed for Cisco UCS systems (Dimitri Bellini) 17 - mindi and mondo use systematically mindi-bootroot.img as the name of the bootable image used to make CD (Bruno Cornec) 18 - log the content of mondorestore.cfg, perl modules list in mindi (Bruno Cornec) 19 - Fix mindi-get-perl-modules by using scan_deps. This implies a new dep for mindi on Module::ScanDeps (Bruno Cornec) 20 - Add support for mpt2sas driver - DELL T320 (Jean Michel openagilex.fr) 21 - Rename mindi/parted2fdisk.pl into mindi/mr-parted2fdisk and make all adaptations required for consistency with all other new mr-* commands- mr-parted2fdisk now uses pb_* functions and used only if UEFI/EFI (Bruno Cornec) 22 - Add support for ksplice (which is creating its own version of modprobe which needs to be part of minimal.conf to be picked up early enough) (Mark Plummer) 23 - Fix mindi for RHEL5 support (and other old distros) by not using non portable -n option of cp, creating a /bin subdir in case it's needed, creating a link for /sbin/init if needed (Bruno Cornec) 24 - Fix installation of mr-parted2fdisk under rootfs by removing useless -s option of install. mindi doesn't call fdisk anymore (Bruno Cornec) 25 - Fix mr-parted2fdisk for RHEL5 support with regex for fdisk version adapted. It's now the only tool for disk partitions management in MondoRescue (Bruno Cornec) 26 - mr-parted2fdisk now supports being called with -l option without device. It then calls fdisk directly for this case to be fully compatible (Bruno Cornec) 27 - Fix #748 by solving interface issues between mondoarchive and mindi (Bruno Cornec) 28 - Improve kernel 3.14+ detection for initramfs (Bruno Cornec) 29 - Fix #767 (typo in KEYDIR name proposed) (Joel Girot) 30 - Adds support for Hyper-V IDE driver (Habibija Safet) 31 - Adds support for nls_iso8859-1 and hid_generic to mindi to support some DELL machines with Ubuntu 14.04 at least (Bruno Cornec) 32 - Adds support for the hpvsa driver and its conf file (in relationship with #751) (Bruno Cornec) 7 33 8 34 3.0.0 (2014-12-23) 9 - Fix #753 by forcing LV creation which on RHEL7 now asks a question in case something was already there before .(Bruno Cornec)35 - Fix #753 by forcing LV creation which on RHEL7 now asks a question in case something was already there before (Bruno Cornec) 10 36 - Fix #741 by adapting busybox and init location for pre-fedora 18 distros (missing links) ! (Bruno Cornec) 11 37 - Fix #735 by updating isolinux.bin and ldlinux.c32 location on recent Debian distros (Bruno Cornec) … … 25 51 - Launch start-netfs when a network conf is detected in the conf file to avoid an error later on in automatic mode (Bruno Cornec) 26 52 - mindi is now a bash script (for better logging support) (Bruno Cornec) 27 - Adds lvmetad daemon to list and launch it at restore time as new LVM version seems to need it .(Bruno Cornec)53 - Adds lvmetad daemon to list and launch it at restore time as new LVM version seems to need it (Bruno Cornec) 28 54 - Rename the conf file mondo-restore.cfg into mondorestore.cfg for homogeneity (Bruno Cornec) 29 - Remove EXTRA_MODS variable leading to modules missing at restore time. Now part of CDROM_MODS and were anyway loaded 99% of the time .(Bruno Cornec)55 - Remove EXTRA_MODS variable leading to modules missing at restore time. Now part of CDROM_MODS and were anyway loaded 99% of the time (Bruno Cornec) 30 56 - Remove usage of KEYMAP-LIVES-HERE, and USING-* not used anymore (Bruno Cornec) 31 57 - Remove support for FAILSAFE kernels not maintained - use branch 3.0 if you still need it (Bruno Cornec) … … 74 100 75 101 2.1.5 (2013-05-03) 76 - Fix #681 by reintroducing code from mindi 2.0.6 in order to support detection of initrd tyep support deep in kernel with some black magic .(Bruno Cornec/Victor Gattegno/Didier Diaz)102 - Fix #681 by reintroducing code from mindi 2.0.6 in order to support detection of initrd tyep support deep in kernel with some black magic (Bruno Cornec/Victor Gattegno/Didier Diaz) 77 103 - Fix ReadAllLink by supporting multi-level of ../.. in link names (Bruno Cornec) 78 104 - Add cifs support for #208 with first modifications to add cifs support as an external FS - will need mondo 3.0.4 (Bruno Cornec) 79 - Force the addition of the RESTORE keyword in the boot line to avoid interaction at restore time .(Bruno Cornec)105 - Force the addition of the RESTORE keyword in the boot line to avoid interaction at restore time (Bruno Cornec) 80 106 - Fix #677 by adding a missing parameter to modinfo (Victor Gattegno) 81 107 - Update ProLiant support with hp-rcu and hp-fm (Gen8 and following) (Bruno Cornec) … … 106 132 107 133 2.1.3 (2012-07-08) 108 - Fix #621 by avoiding to handle iso9660 FS type from fstab as well as bind mounted FS .(Bruno Cornec)134 - Fix #621 by avoiding to handle iso9660 FS type from fstab as well as bind mounted FS (Bruno Cornec) 109 135 - Fix a bug in mindi where regular expressions were used with grep without the -E option (Jeffery Kalchik) 110 136 - Fix #614 SLES kbd issue (removing double quotes was not done for all of them) (Victor Gattegno) … … 115 141 2.1.2 (2012-06-03) 116 142 - Fix a bug on RHEL 5 where lvdisplay doesn't support redirection. Adds a | cat in between, as was done for vgdisplay (Bruno Cornec) 117 - Fix #617 and #615: Only non directtory are transferred to the rootfs by tar, in order to avoid linked dirs such as /lib to finish fully on it .(Bruno Cornec)143 - Fix #617 and #615: Only non directtory are transferred to the rootfs by tar, in order to avoid linked dirs such as /lib to finish fully on it (Bruno Cornec) 118 144 - Adding pata_acpi support (Bruno Cornec) 119 145 - Fix #607 by including kernel modules symlinked to modules out of tree (hpsa case from HP PSP) (Sanjeev V Kumar) … … 123 149 - Avoids useless warning by using the right regexp for 2.4.x kernel detection (Bruno Cornec) 124 150 - Fix #609 by using option -L of stat in order to get the correct value for major and minor numbers of mapper links (bzium) 125 - Fix #600 by linking /bin/sh to /bin/bash when it's in the initrd as the default shell used. Adds support for pushd/popd at least .(Bruno Cornec)151 - Fix #600 by linking /bin/sh to /bin/bash when it's in the initrd as the default shell used. Adds support for pushd/popd at least (Bruno Cornec) 126 152 - Fix #614 to add correct keyboard support on SLES 10 (Bruno Cornec) 127 - Solve #610 by adding a --nolog option to mindi, which needs to be the first one, and used in analyze-my-lvm with a redirection of errors to /dev/null .(Bruno Cornec)153 - Solve #610 by adding a --nolog option to mindi, which needs to be the first one, and used in analyze-my-lvm with a redirection of errors to /dev/null (Bruno Cornec) 128 154 - Fix #598 by increasing again boot sizes (Bruno Cornec) 129 155 - Adds support for upstart (RHEL 6.2) to try having CTRL-ALT-DEL work again (Bruno Cornec) … … 133 159 - mv udev.files to udev.conf under deplist.d to be more coherent (Bruno Cornec) 134 160 - Use LogFile everywhere possible as a echo replacement (Bruno Cornec) 135 - Fix #590 by adding a warning in case of McAfee detection, and checking tar files before their copy .(Bruno Cornec)161 - Fix #590 by adding a warning in case of McAfee detection, and checking tar files before their copy (Bruno Cornec) 136 162 137 163 2.1.1 (2012-02-24) 138 - Adds rpcbind support. Fixes RHEL6.2 NFS restore, and hopefully Debian as well .(Bruno Cornec)164 - Adds rpcbind support. Fixes RHEL6.2 NFS restore, and hopefully Debian as well (Bruno Cornec) 139 165 - Force inclusion all files mentioned in minimal.conf (Bruno Cornec) 140 166 - Fix #576 by truncating the mesage text created with cut (Bruno Cornec) … … 152 178 - Force activation of first partition which should not be optional as everything is destroyed before (Bruno Cornec) 153 179 - Exclude sysfs devpts and tmpfs partitions found in RHEL 6.2 from analyze by mindi (made error messages) (Bruno Cornec) 154 - Fix a bug in mindi when having multiple swap partiions with same starting string (/dev/dm-1 and /dev/dm-16) .(Bruno Cornec)180 - Fix a bug in mindi when having multiple swap partiions with same starting string (/dev/dm-1 and /dev/dm-16) (Bruno Cornec) 155 181 - Exclude /run similarly to /sys and /proc (Bruno Cornec) 156 182 - Fix #525 and improve printing when no /etc/raidtab, but still md devices (Bruno Cornec) 157 183 - Adds support for a new pata_atiixp, bnx2i, virtio drivers (Bruno Cornec) 158 184 - Force block size back to 32768 in OBDR mode after skipping the 2 tape marks, to read the additional rootfs data corerctly (Bruno Cornec) 159 - Fix #498 by using an external program (hpsa_obdr_mode) which can set the mode of the tape to CD-ROM or Sequential at will .(Bruno Cornec)185 - Fix #498 by using an external program (hpsa_obdr_mode) which can set the mode of the tape to CD-ROM or Sequential at will (Bruno Cornec) 160 186 - Simplify the function engaging SCSI for Smart Array controllers, and support as many controller as we have (Bruno Cornec) 161 187 - Attempt to solve #503 by handling /lib64 separately for udev and only if not a link (to /lib) for Ubuntu 64 (Bruno Cornec) 162 - Fix #499 by using a real init from busybox and moving our init script to etc/init.d/rcS. We also now call the reboot from busybox to exit, which indeed reset the system correctly (in a VM at least which wasn't the case before). Requires a new mindi-busybox as well .(Bruno Cornec)188 - Fix #499 by using a real init from busybox and moving our init script to etc/init.d/rcS. We also now call the reboot from busybox to exit, which indeed reset the system correctly (in a VM at least which wasn't the case before). Requires a new mindi-busybox as well (Bruno Cornec) 163 189 - Improve mindi support for kernel 3.x (Bruno Cornec) 164 - Improve again ProLiant HW support, by adding references to the yet to come SSSTK rpm so that conrep is called at its future right place .(Bruno Cornec)190 - Improve again ProLiant HW support, by adding references to the yet to come SSSTK rpm so that conrep is called at its future right place (Bruno Cornec) 165 191 - Fix #491 by correctly checking Xen kernel used for a dom0 env (Bruno Cornec) 166 192 - Adds support for hwaddr (MAC addresses) at restore time, and map to the correct NIC if it's found at restore time (Stefan Heijmans/Bruno Cornec) 167 193 - Fix an issue on udevadm call (Bruno Cornec) 168 194 - Fix #501 by pushing BOOT_SIZE to 36864 for certain Ubuntu cases (Bruno Cornec) 169 - Add compatibility with the latest SSSTK + PSP content for HP ProLiant + branding homogeneous now. Using hpacuscripting now .(Bruno Cornec)195 - Add compatibility with the latest SSSTK + PSP content for HP ProLiant + branding homogeneous now. Using hpacuscripting now (Bruno Cornec) 170 196 - Fix bugs in the kernel detection routine of mindi related to echo badly captured (Bruno Cornec) 171 197 - Uses the -d option of the mount command to avoid leaving loop devices in use. Should fix the problems reported on the ML with NFS and more than 8 ISO images (Bruno Cornec) 172 - Copy everything under .ssh of root account to allow for sshfs mount without passwd at restore time .(Bruno Cornec)198 - Copy everything under .ssh of root account to allow for sshfs mount without passwd at restore time (Bruno Cornec) 173 199 - Improve msgs printed during kbd analysis (Bruno Cornec) 174 200 - Fix an error when dmidecode reports comments before system name (Bruno Cornec) … … 185 211 2.0.7.8 (2011-06-27) 186 212 - Fix mindi-get-perl-modules when perl dirs in @INC are symlinks (case on Ubuntu 11.04) (Bruno Cornec) 187 - Fix option --findkernel in case of Xen kernel so that mondoarchive get a correct answer instead of an empty one .(Bruno Cornec)213 - Fix option --findkernel in case of Xen kernel so that mondoarchive get a correct answer instead of an empty one (Bruno Cornec) 188 214 - Fix #484 by adding support for the arcmsr driver (to support the Areca ARC-1220 RAID Controller) (Bruno Cornec) 189 215 - Avoids error msgs if no mondo-restore.cfg file exists (when mindi used stdalone) (Bruno Cornec) 190 - Attempt to fix Xen kernel support by avoiding to remove xen kernel fro; the possible_kernels list too early, whereas it's used afterwards to get them .(Bruno Cornec)216 - Attempt to fix Xen kernel support by avoiding to remove xen kernel fro; the possible_kernels list too early, whereas it's used afterwards to get them (Bruno Cornec) 191 217 - Fix #481 by supporting the new kbd file in latest Ubuntu 10.10+ (Victor Gattegno) 192 218 - Propose more variables in the mindi.conf example (Bruno Cornec) … … 206 232 - Adds functions and /bin/loadkeys (new location) to minimal set of commands to have (Bruno Cornec) 207 233 - provides a makemessage option to mindi and this function now works with pbdistrocheck (Bruno Cornec) 208 - Latest lvdisplay on RHEL6 prints MiB instead of MB. Impact on analyze-my-lvm fixed .(Bruno Cornec)209 - With mindi-busybox 1.18.3 the syntax of openvt changed. Mindi is now compatible with this as well as the older one .(Bruno Cornec)234 - Latest lvdisplay on RHEL6 prints MiB instead of MB. Impact on analyze-my-lvm fixed (Bruno Cornec) 235 - With mindi-busybox 1.18.3 the syntax of openvt changed. Mindi is now compatible with this as well as the older one (Bruno Cornec) 210 236 - Adds a restore quiet option (Bruno Cornec) 211 237 - Fixes for RHEL6 support with additional modules (Bruno Cornec) 212 238 - Fix #462 (removes temp dir if analyze-my-lvm launched in stand alone mode) (Bruno Cornec) 213 239 - Fix issue with mindi when launched from a dir containing spaces (Bruno Cornec) 214 - Fix #459 by correcting an old README containing info on the edit-mountlist binary which doesn't exist .(Bruno Cornec)240 - Fix #459 by correcting an old README containing info on the edit-mountlist binary which doesn't exist (Bruno Cornec) 215 241 - Adds support for hpsa (new HP Smart Array driver), r8169, xhci, virtio, mega_sr, ide_gd_mod, pata_jmicron, cp210x, dca, raid6_pq, xor async_tx, async_memcpy, async_xor, pata_sil680 drivers (Bruno Cornec) 216 242 - Replace usage of pvs with pvscan for speed reasons in analyze-my-lvm (Bruno Cornec) 217 - Workaround problems met on RHEL 5.2 and 5.4 around pvs command generating a list of \n separated pvs with back quotes in an unexpected way .(Bruno Cornec)243 - Workaround problems met on RHEL 5.2 and 5.4 around pvs command generating a list of \n separated pvs with back quotes in an unexpected way (Bruno Cornec) 218 244 - Adds /etc/rpc and /etc/netconfig as minimal deps for mindi for latest NFS support (Bruno Cornec) 219 245 - Boot size and extra size pushed to 24MB and 70MB to support correctly Fedora 14 and Debian 6.0 (Bruno Cornec) … … 458 484 - /var/cache/mindi now useed by default for mindi images (Bruno Cornec) 459 485 - Add support for LSI SAS1064E (Brandon Poyner/Bruno Cornec) 460 - Fix a bug on the MODULE variable and grep -F usage with spaces .(Bruno Cornec)486 - Fix a bug on the MODULE variable and grep -F usage with spaces (Bruno Cornec) 461 487 - Fix Virtual media usage (Patrick Albert) 462 488 - Improve VMWare ESX support (Bruno Cornec) … … 475 501 - Fix a bug where mondorestore.log was truncated (Bruno Cornec) 476 502 - Fix a Debian packaging bug for good (#142 and #126) 477 - Removes some now unnecessary commands concerning /root/images/mindi .(Andree Leidenfrost)503 - Removes some now unnecessary commands concerning /root/images/mindi (Andree Leidenfrost) 478 504 - Support of Debian optimised libraries in /lib/i686/cmov (Andree Leidenfrost) 479 505 - lsmod usage replaced by /proc/modules and a MODULES variable (Andree Leidenfrost/Bruno Cornec) … … 701 727 - added multi-function CD support to mindi and sbin/post-init 702 728 - re-mount root as rw just in case 703 - ask user to remove last data (floppy) disk if nec .(Tom Mortell)729 - ask user to remove last data (floppy) disk if nec (Tom Mortell) 704 730 - added support for 5th column in mountlist.txt for labels 705 731 - added symlinks.tgz -
projects/mondorescue/pbconf/branches/3.2/mondo-doc/pbcl
r1950 r1988 3 3 MONDO-DOC CHANGES 4 4 5 3.2.1 (2015-03-08) 6 - TBD 5 3.2.1 (2015-08-29) 6 - Fix the doc to use systematically mindi-bootroot.img as the name of the bootable image used to make CD (Bruno Cornec) 7 - Fix the doc to only use MBR when dealing with a BIOS type of boot env (Bruno Cornec) 8 - Rename mindi/parted2fdisk.pl into mindi/mr-parted2fdisk (Bruno Cornec) 7 9 8 10 3.2.0 (2014-12-23) -
projects/mondorescue/pbconf/branches/3.2/mondo/pbcl
r1950 r1988 3 3 MONDO CHANGES 4 4 5 3.2.1 (2015-03-08) 6 - TBD 5 3.2.1 (2015-08-29) 6 - Function is_this_device_mounted now calls mr-device-mounted (a perl rewrite and improvement of this function) (Bruno Cornec) 7 - Prints the result of mount at the end of the umount of all FS to see in log whether something is still not OK (Bruno Cornec) 8 - Adds option -f to mkswap to force creation in all cases (also done in previous rev for label-partitions-as-necessary) (Bruno Cornec) 9 - Use now mkfs.vfat directly for formating VFAT type of partitions and remove the usage of format-and-kludge-vfat completely buggy ! (Bruno Cornec) 10 - Fix #717 by adding UEFI support to mondoarchive (for now always return grub for UEFI boot mode) (Bruno Cornec) 11 - Systematically creates a UEFI compatible boot media (Bruno Cornec) 12 - Improve bootstrap (missing is now recreated, Autoconf 2.63 is sufficient to build mondo which allows to build on CentOS 6 natively with pb, Fix all autoconf/automake warnings) (Bruno Cornec) 13 - use systematically mindi-bootroot.img as the name of the bootable image used to make CD (Bruno Cornec) 14 - Fix report of percentage progress of mindi (Use now MINDI_RUNFILE to store mindi execution traces) (Bruno Cornec) 15 - Create a new mr_boot_type function and boot_type mondo struct entry to manage BIOS/EFI/UEFI types. The boot-type config option is passed to mindi (Bruno Cornec) 16 - Exclude /selinux from analysis (Bruno Cornec) 17 - Adds functions mr_center_string and mr_popup_and_get_string with dynamic allocation to solve a memory allocation issue reported on the ML (Bruno Cornec) 18 - Change the bkpinfo->boot_device from statically allocated to dynamically allocated (Bruno Cornec) 19 - Rename parted2fdisk.pl into mr-parted2fdisk (Bruno Cornec) 20 - Fix #748 by solving interface issues between mondoarchive and mindi (Bruno Cornec) 21 - Remove a usage of a full path for parted2fdisk, making it distribution neutral (Philippe Lefevre) 22 - Fix #768 by canceling changes done in the loop computing number of slices, back to long instead of a new int (Bruno Cornec) 23 - Fix #769 by asking in newt mode whether the kernel found by mindi is the one the sysadmin want's to use (Bruno Cornec) 24 - Fix a bug in is_this_a_valid_disk_format where a string was freed up before usage (Bruno Cornec) 25 - Fix a bug with -I usage where mondoarchive was core dumping (Philippe Lefevre) 26 - Go into the scratch dir in order to move to the USB device the file sets to avoid reaching a shell limit on the paramter length (Bruno Cornec) 27 - Avoid using size_of_all_biggiefiles() at each use, but creates an intermediate variable for that (Bruno Cornec) 28 - Fix some memory allocation which were not freed correctly (valgrind) 29 - Fix #764 by checking the value of bkpinfo->include_paths before using it if -I is used (Bruno Cornec) 30 - Fix a mondoarchive crash with option -v (Do not use finish before bkpinfo has been allocated but exit) (Philippe Lefevre) 7 31 8 32 3.2.0 (2014-12-23) … … 53 77 - Fix most compilation warnings (Bruno Cornec) 54 78 - Adds a warning msg at restore time so that LVM modifications are done in /tmp/i-want-my-lvm and not in the mountlist (Bruno Cornec) 55 - Expand the exclude list to 16 times 512 (MAX_STR_LEN) instead of 8 to support a larger exclude list .(Bruno Cornec)79 - Expand the exclude list to 16 times 512 (MAX_STR_LEN) instead of 8 to support a larger exclude list (Bruno Cornec) 56 80 - Fix #611 by changing make-me-bootable to first desactivate all active partitions on the given disk, and then reactivate only the one needed (Bruno Cornec) 57 81 - Add option -sparse to all star calls to add support of sparse file in case of star usage, as afio sparse file support seems broken (Bruno Cornec) 58 82 - Fix #652 by sending errors messages from fdisk to /dev/null to avoid LVM error messages on latest versions (Joel Kociolek) 59 - Fix #650 as pvdisplay output format changed in SLES 11 which returns a dm not the mapper .(Victor Gattegno)83 - Fix #650 as pvdisplay output format changed in SLES 11 which returns a dm not the mapper (Victor Gattegno) 60 84 - Fix partially #611 and #412 by calling the new OpenSUSE/SELS grub-install when detecting that a /usr/sbin/grub-install.unsupported is present (Victor Gattegno/Bruno Cornec) 61 85 - Add support for missing mkdtemp such as Red Hat 6.2 (Bruno Cornec) … … 71 95 - Fix #618 by adding support for new command tune4fs for labelling ext4 FS (needed on RHEL 5.6 at least) (Bruno Cornec) 72 96 - Improve error messages for handling better #611 (Bruno Cornec) 73 - Fix #596 for good as well as #473 and #500: now mondorestore will recreate correctly md devices with their original UUIDs and original metadata format .(Bruno Cornec)97 - Fix #596 for good as well as #473 and #500: now mondorestore will recreate correctly md devices with their original UUIDs and original metadata format (Bruno Cornec) 74 98 - Fix #595 (MD core dump issue) by removing an abusive mr_free (Bruno Cornec) 75 99 - Manages grub version at backup time and in the conf file (Bruno Cornec) … … 86 110 - Fix #579 by checking with pipes on both sides of the string (Bruno Cornec) 87 111 - Fix #578 by improving the regexp used for CD/DVD detection with -scanbus option (Victor Gattegno/Bruno Cornec) 88 - Adds more verbosity when LVM creation fails .(Bruno Cornec)89 - Fix #577 by having factor back as a float (not a long ! it's a decimal value) and making the appropriate cast .(Bruno Cornec)112 - Adds more verbosity when LVM creation fails (Bruno Cornec) 113 - Fix #577 by having factor back as a float (not a long ! it's a decimal value) and making the appropriate cast (Bruno Cornec) 90 114 - Really never inject or eject when the -e option is passed or device is inappropriate (USB, Net, ...) (Bruno Cornec) 91 115 … … 101 125 - Fix a bug where on OBDR mode compression was turned off to create the OBDR content but not back on (Bruno Cornec) 102 126 - Adds support for hwaddr (MAC addresses) at restore time, and map to the correct NIC if it's found at restore time (Bruno Cornec/Stefan Heijmans) 103 - Mindi progression still not good, but showing now 3% when calling mindi .(Bruno Cornec)104 - Fix #436 by adding some newtDrawForm where appropriate .(Bruno Cornec)127 - Mindi progression still not good, but showing now 3% when calling mindi (Bruno Cornec) 128 - Fix #436 by adding some newtDrawForm where appropriate (Bruno Cornec) 105 129 - Uses the -d option of the mount command to avoid leaving loop devices in use. Should fix the problems reported on the ML with NFS and more than 8 ISO images (8 being the default number of loop devices available) (Bruno Cornec) 106 130 - Fix #496 by supporting the protocol in the output of the mount command (sshfs#...) (Bruno Cornec) … … 119 143 - Free memory for mountdir which was forgotten (backport from 2.2.10) (Bruno Cornec) 120 144 - Better loging of labeling in mondo when in nuke mode (Bruno Cornec) 121 - Fix #468 by adding support of ext attr and compression type through the GUI .(Bruno Cornec)145 - Fix #468 by adding support of ext attr and compression type through the GUI (Bruno Cornec) 122 146 - Fix #433 by introducing a new bkpinfo member (subdir) to support storing the subdir under which ISO images are stored on an external HDD (Bruno Cornec) 123 147 - Fix #432 with a better message at a start (Bruno Cornec) … … 133 157 2.2.9.5 (2011-02-27) 134 158 - Do not create an error when a phys device has 0 size and is a /dev/dm-* device (Bruno Cornec) 135 - Excluding vmhgfs FS for VMWare guests mounting areas of the host .(Bruno Cornec)136 - Fix #444. mondoarchive now supports inclusion/exclusion of dirs with spaces in their name. this required a syntax change for the -E/-I options where the list of dirs needs to be separated by '|' now instead of ' ' .(Bruno Cornec)159 - Excluding vmhgfs FS for VMWare guests mounting areas of the host (Bruno Cornec) 160 - Fix #444. mondoarchive now supports inclusion/exclusion of dirs with spaces in their name. this required a syntax change for the -E/-I options where the list of dirs needs to be separated by '|' now instead of ' ' (Bruno Cornec) 137 161 - Fix a bug when no -E option is given on CLI (null) string generated (Bruno Cornec) 138 162 - Backport from 2.2.10 the support of a dynamic exclude_path variable. Should help fix #366, #421, #368, #371, #443 (Bruno Cornec) 139 163 - Exits if the protocol used is not recognized (error with -n fs:// typo) (Bruno Cornec) 140 164 - Fix a bug on exclusion of path with common content (/home and /path/home e.g.) which was handled correctly only in a certain order (John Pearson) 141 - mount-media function is now placed in libmondo-devices.c as used by more programs .(Bruno Cornec)165 - mount-media function is now placed in libmondo-devices.c as used by more programs (Bruno Cornec) 142 166 - Avoids calling mount_media when it's not mandatory (change the way mondorestore was working up to now but could solve some bugs reported) (Bruno Cornec) 143 167 - Fix #412 by using grub.unsupported correctly before grub-install as both exist on opensuse 11.2 (Bruno Cornec) … … 190 214 - Change NFS support into a generic NetFS support. keyword changed from nfs... to netfs... and proto added (Bruno Cornec) 191 215 - star only supports ACL when used with exustar mode. Fix #356 (Bruno Cornec) 192 - Modify getfattr call to have all extended attributes, including non user ones. Fix #357 .(Kevin Ritzenthaler)216 - Modify getfattr call to have all extended attributes, including non user ones. Fix #357 (Kevin Ritzenthaler) 193 217 - Avoid asking the Prefix name in NFS mode twice (Bruno Cornec) 194 218 - Fix a case where the NFS dir in restore mode was mounted rw (linked to bug #291) (Bruno Cornec) 195 - Solve tmp dir creation which sometimes was trying to create /%xx dirs. Fix #293 .(Bruno Cornec)219 - Solve tmp dir creation which sometimes was trying to create /%xx dirs. Fix #293 (Bruno Cornec) 196 220 - Removes some memory leaks with valgrind usage (Bruno Cornec) 197 221 - Improve dynamic memory allocation with mr_asprintf (Bruno Cornec) … … 205 229 - mount the NFS dir in mondoarchive, if not already mounted, but present in fstab and fixes #304 (Bruno Cornec) 206 230 - Usage of partprobe at restore time if possible (Bruno Cornec) 207 - Allow the possibility to enter temp and scratch dir in the newt interface. Fixes #326 .(Bruno Cornec)231 - Allow the possibility to enter temp and scratch dir in the newt interface. Fixes #326 (Bruno Cornec) 208 232 - Protection of chains (file names) passed to system with mr_stresc which may contain strange chars (Bruno Cornec) 209 233 - Improve autoconf cuild process (Bruno Cornec) … … 216 240 - Remove the maxdepth param in find to take in account deeply mounted proc file systems (Bruno Cornec) 217 241 - Fix bugs on array size reported by SuSE build system (Stephan Lauffer) 218 - Fix a very old bug for partiion labelling after restoration where a fstab with empty lines was causing the script to abort .(Ward Mundy/Bruno Cornec)242 - Fix a very old bug for partiion labelling after restoration where a fstab with empty lines was causing the script to abort (Ward Mundy/Bruno Cornec) 219 243 - Deliver again the format-and-kludge-vfat script (Bruno Cornec) 220 244 - Fix NTFS support at restore time (Conor Daly) … … 476 500 - Add the actual format to messages after calls to function is_this_a_valid_disk_format() about unsupported formats. (Andree Leidenfrost) 477 501 - Abort|Warn when one of the include|exclude dirs (-I|-E) does not exist (Bruno Cornec/Jeffs) 478 - Replaced partimagehack with ntfsclone from ntfsprogs package .(Andree Leidenfrost)502 - Replaced partimagehack with ntfsclone from ntfsprogs package (Andree Leidenfrost) 479 503 - use df -P everywhere (Bruno Cornec) 480 504 - Paypal incitations removed (Andree Leidenfrost)
Note:
See TracChangeset
for help on using the changeset viewer.