Unexpected field value in snapshot file: Difference between revisions

From wiki.zmanda.com
Jump to navigation Jump to search
(Coalesced from forums, mailing list, etc.)
 
m (typo)
Line 16: Line 16:
* http://forums.zmanda.com/archive/index.php/t-299.html
* http://forums.zmanda.com/archive/index.php/t-299.html
* http://savannah.gnu.org/bugs/?18487 (possible source of snapshot corruption)
* http://savannah.gnu.org/bugs/?18487 (possible source of snapshot corruption)
[[Category:Error Message|{{PAGENAME}}]]
[[Category:Error Messages|{{PAGENAME}}]]
[[Category:Amdump|{{PAGENAME}}]]
[[Category:Amdump|{{PAGENAME}}]]

Revision as of 15:01, 19 April 2007

Template:Troubleshooting Problem amdump fails with e.g.,

planner: disk HOSTNAME:/path, estimate of level NNN failed: -1.

and an examination of the relevant sendsize log reveals

tar: Unexpected field value in snapshot file

yet the estimate of the level 0 succeeded. Template:Troubleshooting Solution There are two possible causes for this problem.

If you are using a version of Amanda prior to 2.5.0p2 with GNU tar 1.15.91 or later, then this is due to a format change in tar that is not recognized by Amanda. Either upgrade Amanda to 2.5.0p2 or later, or downgrade tar.

This error may also be caused by corrupt tar incremental snapshot files; in this case, removing the suspect file (without the .new suffix) will correct the error.

Links