Ticket #244 (closed defect: fixed)

Opened 4 months ago

Last modified 2 months ago

mindi 2.0.0 broken for tape support called from mondo

Reported by: bruno Assigned to: bruno
Priority: highest Milestone: 2.2.6
Component: mindi Version: 2.2.5
Severity: blocker Keywords:
Cc:

Description

Error reported in logs:

Max kernel size on 16384 KB image (est'd) = 13929 K
cp: cannot stat `/u01/mondo.scratch.27808/mondo.scratch.4815/images/*.img': No such file or directory
cp: cannot stat `/u01/mondo.scratch.27808/mondo.scratch.4815/images/*.gz': No such file or directory
OfferToMakeBootableISO: Cannot copy  to /u01/mondo.tmp.IrU4Jk/iso/images
mindi_lib = /usr/lib/mindi
Created bootable ISO image at /u01/mondo.scratch.27808/mondo.scratch.4815/images/mindi.iso
FATAL ERROR. Cannot find all.tar.gz, to be written to tape

Change History

04/01/08 15:14:44 changed by bruno

  • status changed from new to assigned.

First fix needed in rev [1898] Now during restore mondorestore crashes when restoring big files

04/02/08 12:42:24 changed by bruno

text mode as well as newt mode exhibit the issue. Seems to be linked to the usage of read_file_from_stream_to_stream, used only here, which calls read_file_from_stream_FULL, which calls fwrite and receive SIGPIPE. after 3 slices processed (around)

04/07/08 12:58:01 changed by bruno

It appears that this problem occurs when using tapes and gzip as a compressor (-G option of mondoarchive). A workaround is thus to use bzip2 as a compressor in the mean time. I've been able to successfully backup and restore a RHEL4 system with USB tapes and bzip2 (no -G option) without issue.

05/07/08 11:31:55 changed by bruno

05/07/08 11:56:27 changed by bruno

Shold be fixed with rev [1932]

05/30/08 16:00:23 changed by bruno

  • status changed from assigned to closed.
  • resolution set to fixed.