Opened 11 years ago

Closed 11 years ago

#746 closed defect (invalid)

ubuntu - mindi problem

Reported by: dvedadt9 Owned by: Bruno Cornec
Priority: normal Milestone: 3.0.5
Component: mindi Version: 3.0.2
Severity: major Keywords:
Cc:

Description

After latest ubuntu upgrade (12.04 LTS), problems with mindi occurred. Mondo backup stopped working.

mindi.log states following:

--- end of list of files ---
Kernel size = 4924 K
Ramdisk free = 4014 K
ERROR: Sorry, your kernel is too big for your image
FATAL ERROR. Try to increase EXTRA_SPACE and BOOT_SIZE in /etc/mindi/mindi.conf
Please e-mail a copy of /var/log/mindi.log to the mailing list.
See http://www.mondorescue.org for more information.
WE CANNOT HELP unless you enclose that file.

Mindi 2.1.2-r3018 is exiting
End date : Wed Apr 30 03:04:06 CEST 2014

Problem is present even after increasing EXTRA_SPACE and BOOT_SIZE in /etc/mindi/mindi.conf to values:

EXTRA_SPACE = 122160
BOOT_SIZE = 262144

Mondoarchive log issues these erroros:

........./etc/mindi/mindi.conf: line 12: EXTRA_SPACE: command not found
/etc/mindi/mindi.conf: line 13: BOOT_SIZE: command not found

Log files and mindi.conf are attached

Attachments (3)

mondoarchive.zip (43.0 KB ) - added by dvedadt9 11 years ago.
compressed mondoarchive.log
mindi.zip (36.2 KB ) - added by dvedadt9 11 years ago.
compressed mindi.log
mindi.conf (338 bytes ) - added by dvedadt9 11 years ago.
mindi.conf

Download all attachments as: .zip

Change History (5)

by dvedadt9, 11 years ago

Attachment: mondoarchive.zip added

compressed mondoarchive.log

by dvedadt9, 11 years ago

Attachment: mindi.zip added

compressed mindi.log

by dvedadt9, 11 years ago

Attachment: mindi.conf added

mindi.conf

comment:1 by dvedadt9, 11 years ago

Version: 3.0.43.0.2

comment:2 by Bruno Cornec, 11 years ago

Resolution: invalid
Status: newclosed

No space is allowed between variables and values. Use:

EXTRA_SPACE=122160
BOOT_SIZE=262144

THat's also the example given in the file in comment.

Note: See TracTickets for help on using tickets.