Monthly Status Updates/June 2007: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
(more updates)
(current through 6/11)
Line 1: Line 1:
<div style="float: right;">__TOC__</div>''This page is in progress: wiki changes are up to date; remainder is current through 6/7.''
<div style="float: right;">__TOC__</div>''This page is in progress: wiki changes are up to date; remainder is current through 6/11.''


June saw the release of Amanda 2.5.2p1 on June 6, a patch release which was thoroughly tested with the help of the [[Platform Experts]] and many users from the mailing lists and forums.  This patch release has proven quite stable, and development has shifted to feature development for the next release.
June saw the release of Amanda 2.5.2p1 on June 6, a patch release which was thoroughly tested with the help of the [[Platform Experts]] and many users from the mailing lists and forums.  This patch release has proven quite stable, and development has shifted to feature development for the next release.
Line 26: Line 26:
* Alan Jedlow {{marc.info thread|118100357400002|discovered a bug in ''chg-zd-mtx''}}, which was fixed by Dustin J. Mitchell.
* Alan Jedlow {{marc.info thread|118100357400002|discovered a bug in ''chg-zd-mtx''}}, which was fixed by Dustin J. Mitchell.
* Jordan Desroches {{marc.info thread|118118128700001|had errors backing up a subdirectory of an NFS mount}}.  Paul Bijnens, Dustin J. Mitchell, Olivier Nicole, and Jean-Louis Martineau contributed advice, eventually determining that the ''amanda'' user did not have adequate permissions on the subdirectory.
* Jordan Desroches {{marc.info thread|118118128700001|had errors backing up a subdirectory of an NFS mount}}.  Paul Bijnens, Dustin J. Mitchell, Olivier Nicole, and Jean-Louis Martineau contributed advice, eventually determining that the ''amanda'' user did not have adequate permissions on the subdirectory.
* "fedora" {{marc.info thread|96126087700021|saw "file changed as we read it" in his backup report for MySQL data files}}.  This triggered a lengthy discussion:
** Oliver Nicole pointed out that this is just a "STRANGE" warning, not an error, and that it is caused by ''tar'' being unable to back up a large file while that file is changing.
** Marc Muehlfeld, Bruce Thompson and Linda Pahdoco offered pointers to scripts for backing up MySQL databases via ''mysqldump'' or ''mysqlhotcopy''.
** Dustin J. Mitchell pointed out that [http://mysqlbackup.zmanda.com/ ZRM for MySQL] is designed to back up MySQL databases without making textual dumps.
* Jean-Francois Malouin {{marc.info thread|118156730500004|had trouble with estimates timing out after 6 hours}}.  Jean-Louis Martineau provided a patch to reset this limit for each estimate.
* Sebastian Marten {{marc.info thread|118164061200008|asked about the relationship of ''runtapes'' to ''tape_splitsize''}}.  Marc Muehlfeld replied to say that splitting dumps across tapes is impossible with only one tape (''runtapes''=1).  Sebastian does not have a changer, but nightly backups are larger than his media (DVD-RAM), so Marc suggested using multiple DVD drives, spooling some dumps to holding and flushing between dumps, or using ''chg-manual'' to use two DVD-RAMs per dump.
* Charlie Reitsma {{marc.info thread|118168200900002|asked if any work had been done on migrating dumps from vtapes to real tapes}}.  Dustin Mitchell, Gene Heskett, and Jon LaBadie replied with some pointers, and Charlie started work on an implementation to suit his needs.


=== [http://marc.info/?l=amanda-hackers&r=1&b=200706&w=2 amanda-hackers] ===
=== [http://marc.info/?l=amanda-hackers&r=1&b=200706&w=2 amanda-hackers] ===
* Ladislav Michnovic {{marc.info thread|118156318300011|alerted amanda-hackers}} to a [https://bugzilla.novell.com/show_bug.cgi?id=233098 regression in SUSE Linux], reported by Matthias Andree, relating to multihomed machines.  The issue has stalled without any feedback from Matthias.


== Code Development ==
== Code Development ==
* [mailto:[email protected] Dustin J. Mitchell] committed a number of bugfixes
* [mailto:[email protected] Dustin J. Mitchell] committed a number of bugfixes, including:
* [mailto:[email protected] Jean-Louis Martineau] committed a number of bugfixes and
** a fix for broken file-locking support on Solaris, as reported by Paul Crittenden (r422)
** fixed a bug, discovered by Marc Muehlfeld, where hosts running in a mixed IPv4/IPv6 environment would encounter errors
* [mailto:[email protected] Jean-Louis Martineau] fixed a number of bugs, including:
** a bug discovered by Marc Muehlfeld where hosts running in a mixed IPv4/IPv6 environment would encounter errors (r397)
** a bug discovered by Christopher McCrory where amfetchdump sent messages to stdout, corrupting the resulting tarfiles (r410)
* Franz Fischer submitted a patch to make amtapetype close the tape device after rewinding, to work around a hardware/OS bug on his system.  The patch was modified and committed by [mailto:[email protected] Jean-Louis Martineau] (r416)

Revision as of 17:01, 28 June 2007

This page is in progress: wiki changes are up to date; remainder is current through 6/11.

June saw the release of Amanda 2.5.2p1 on June 6, a patch release which was thoroughly tested with the help of the Platform Experts and many users from the mailing lists and forums. This patch release has proven quite stable, and development has shifted to feature development for the next release.

Wiki Changes

Forums Discussions

Mailing List Discussions

amanda-users

amanda-hackers

Code Development

  • Dustin J. Mitchell committed a number of bugfixes, including:
    • a fix for broken file-locking support on Solaris, as reported by Paul Crittenden (r422)
  • Jean-Louis Martineau fixed a number of bugs, including:
    • a bug discovered by Marc Muehlfeld where hosts running in a mixed IPv4/IPv6 environment would encounter errors (r397)
    • a bug discovered by Christopher McCrory where amfetchdump sent messages to stdout, corrupting the resulting tarfiles (r410)
  • Franz Fischer submitted a patch to make amtapetype close the tape device after rewinding, to work around a hardware/OS bug on his system. The patch was modified and committed by Jean-Louis Martineau (r416)