On Thu, Jan 27, 2005 at 03:59:36PM -0800, Dave Hansen wrote: > On Thu, 2005-01-27 at 15:54 -0800, Mark Wong wrote: > > Ok now it's: > > > > ./run.sh 5 ./aioalloc > > online 8 (0x40000000) > > waiting for memory8 to appear... > > ... (over and over again) ... > > That's likely a problem with the script. The SECTION_SIZE changed with > the new sparsemem patches, and the script had that value hard-coded. > > What do these two commands look like on your system before and after you > run the run.sh? > > ls -l /sys/devices/system/memory/ > grep . /sys/devices/system/memory/*/state > Yeah, that makes sense. So I take it that it wants memory8 to exist? cl007 tests # ls -l /sys/devices/system/memory/ total 0 -r--r--r-- 1 root root 4096 Jan 27 15:44 block_size_bytes drwxr-xr-x 2 root root 0 Jan 27 15:42 memory0 drwxr-xr-x 2 root root 0 Jan 27 15:42 memory1 drwxr-xr-x 2 root root 0 Jan 27 15:44 memory4 -rwx------ 1 root root 4096 Jan 27 16:00 online -rwx------ 1 root root 0 Jan 27 15:44 probe cl007 tests # grep . /sys/devices/system/memory/*/state /sys/devices/system/memory/memory0/state:online /sys/devices/system/memory/memory1/state:online /sys/devices/system/memory/memory4/state:offline