On Sat, 20 Jan 2007, Andrea Righi wrote: > Ted Arden wrote: > > top posting.. sorry. > > > > the out of memory (if anyone cares) seemed to be solved > > by manually editing the last partition size in the config > > to give it a true block count (instead of end of the disk > > geometry).. dunno if this is busted, but finally found > > the work around. > > So, with out of memory do you mean disk space?
well, the error message that was given in the formating stage was 'out of memory'.. what we ended up doing is reducing the size of the last partition and cranking up the ramdisk size to something like a couple of gigs. what i find odd is that the machines are *identical* re: formatted space on the raid5 array, procs, etc. first we thought the out of memory was due to ramdisk size so we played a lot with the sizes. then we went into the .master script and started changing the last partition size to smaller and smaller increments until we found one that worked. basically i have a couple of gigs of unused space on my array, but at least it works. > > second and quicker question.. is there any place in this > > .master file that i cna just set a flag to turn on the 'listing' > > feature???? > > Remove "NO_LISTING=yes", on top of the script: > > . /tmp/variables.txt > > # Load functions and other variables > . /etc/init.d/functions > > get_arch > > NO_LISTING=yes # <---- here! > if [ -z $NO_LISTING ]; then > VERBOSE_OPT="v" > else > VERBOSE_OPT="" > fi > > Otherwise why don't you simply run si_mkautoinstallscript again, without > --no-listing? the only problem is that we have found something that kind of works, and re-running si_mkautoinstallscript will kill the mods i already made to the master (i think) script. =ted= ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
