Ted Arden wrote:
> On Thu, 25 Jan 2007, Andrea Righi wrote:
>
>> Your autoinstallscript.conf seems ok. The same for your master script.
>> Have you tried to remove the "lba" flag from the extended partition
>> (just replace it with a "-") and re-run si_mkautoinstallscript?
>
> humm.. how do you 'remove the "lba" flag' (sorry
> for my ignorance.) are you saying remove it in
> the script or on the golden client?
You can just remove it in your autoinstallscript.conf and re-run
si_mkautoinstallscript.
Anyway, looking at the parted code, it seems that the "out of memory"
message means exactly that the *virtual* memory was out... For example
here (all the other occurrences are similar):
mem = (void*) malloc (size);
if (!mem) {
ped_exception_throw (PED_EXCEPTION_FATAL,
PED_EXCEPTION_CANCEL,
_("Out of memory."));
return NULL;
}
The out of memory message is returned if the result of the malloc() is
NULL. How much ram do you have in your clients? but, apart this, the out
of virtual memory error is a strange condition and could evidence a bug
in the software (parted in this case) or a wrong configuration of the
memory overcommitting policy (wrong for this particular case). Are you
able to check the value of /proc/sys/vm/overcommit_memory and (if your
kernel is a 2.6 /proc/sys/vm/overcommit_ratio) from the busybox prompt?
Regards,
-Andrea
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users