﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
10	Kernel bug at slab.c:815!	difdif@…	Bruno Cornec	"mondoarchive v2.06-266[[BR]]
mindi-1.0.7-r454[[BR]]
Running on Slackware 9.1[[BR]]
[[BR]]
Backup works perfectly. Restoring from CD fails during booting the first disc with error messages saying ""Kernel bug at slab.c:815!"". This is followed by several lines of numbers & codes, and the last line is about uhci.c USB Universal host controller interface.[[BR]]
[[BR]]
I have a screenshot of all this if it helps. The bug looks like one mentioned on Source forge, for which a solution was to restrict the modules being archived. This patch was given as a fix, but I have not investigated further. The current code of verson 1.07 appears to be the same here as the 1.04 code before the patch.[[BR]]
{{{
------------------------------------------------------------------------------
root@wdmtst:/usr/local/src/mondo/mindi-1.04_cvs_20050503# diff -u
mindi.0 mindi
--- mindi.0 2005-08-26 11:20:12.000000000 -0400
+++ mindi 2005-08-26 11:21:38.000000000 -0400
@@ -1275,7 +1275,7 @@
else
infile=""/etc/modules.conf""
fi
- for module in $list_to_echo $EXTRA_MODS ; do
+ for module in $list_to_echo ; do
params=`sed -n ""s/^options \\+$module \\+//p"" $infile`
modpaths=`FindSpecificModuleInPath $searchpath $module`
for i in $modpaths ; do
-------------------------------------------------------------------------------
}}}
[[BR]]
Using the same hardware for backup and restore, I was able to do a full restore without errors using mindi-0.87 and mondo-1.67."	defect	closed	normal		mondo	2.0.8	normal	wontfix		
