Hi Rodrigo,
  I see your problem.  The disk image that you are trying to use is for the
ALPHA instruction set (all binaries on the disk are compiled for the ALPHA
ISA), but you're running gem5 using the x86 instruction set.  The loop
modprobe error indicated that you were trying to mount a disk with 32-bit
Linux configs, but you will need a disk image for 64-bit (x86_64 to be
specific).

  We've had plenty of demand for an x86 disk image, so this morning, I
cleaned one up and uploaded it to our site.  Not all of the benchmarks work
(e.g. facesim, ferret and vips are known to fail, and rtview is not on the
image).  That said, I've thoroughly tested blackscholes, bodytrack,
canneal, dedup, fluidanimate, freqmine, streamcluster, swaptions and x264,
and I can confirm that they work correctly.  If you spend any time on the
rest of the benchmarks to get them to work, we would really appreciate if
you could contribute back binaries that can be added to the disk image.

  I've updated the PARSEC on gem5 site (http://www.cs.utexas.edu/~parsec_m5/),
and you can download the new image here:
http://www.cs.utexas.edu/~parsec_m5/x86root-parsec.img.bz2

  Hope this helps. Please let me know if you have any trouble,
  Joel


On Fri, May 24, 2013 at 6:58 AM, Rodrigo Reynolds Ramírez <
rodrigo.r...@hotmail.com> wrote:

> Hello Joel,
>
> I am trying to boot the kernel x86_64-vmlinux-2.6.28.4-smp, I downloaded
> it from http://www.cs.utexas.edu/~parsec_m5 I have also tried
> with x86_64-vmlinux-2.6.22.9.smp but neither worked.
>
> I include the config.ini file.
>
> Thanks in advance
>                                  Rodrigo
>
> ------------------------------
> Date: Thu, 23 May 2013 19:02:25 -0500
>
> From: jthestn...@gmail.com
> To: gem5-users@gem5.org
> Subject: Re: [gem5-users] Parsec problem.
>
> @Rodrigo:
>   Which kernel are you trying to boot?  Can you please attach the
> config.ini file that gem5 produced when you ran this?
>
>   Thanks,
>   Joel
>
>
> On Thu, May 23, 2013 at 5:06 PM, Rodrigo Reynolds Ramírez <
> rodrigo.r...@hotmail.com> wrote:
>
> Thanks Joel, that explains why Archive Manager opened the file, I
> downloaded the file again,, I extracted it using bunzip and I get the same
> error.
>
> RPC: Registered udp transport module.
> RPC: Registered tcp transport module.
> input: PS/2 Generic Mouse as /class/input/input1
> *EXT2-fs warning: checktime reached, running e2fsck is recommended*
> VFS: Mounted root (ext2 filesystem).
> Freeing unused kernel memory: 332k freed
> serial8250: too much work for irq4
> request_module: runaway loop modprobe binfmt-464c
> request_module: runaway loop modprobe binfmt-464c
> request_module: runaway loop modprobe binfmt-464c
> request_module: runaway loop modprobe binfmt-464c
> request_module: runaway loop modprobe binfmt-464c
>
> I have been looking for these error in Internet and some people says it
> could means the filesystem is damaged. I have tried to build my own image
> but it did not work. Is there another image for parsec available for the
> users?
>
> Rodrigo
>
>
> ------------------------------
> Date: Thu, 23 May 2013 16:07:30 -0500
> From: jthestn...@gmail.com
> To: gem5-users@gem5.org
> Subject: Re: [gem5-users] Parsec problem.
>
>
> Hi Rodrigo,
>   The disk image isn't a tar archive, but instead it is bzipped to save
> space and download time. You simply need to unzip it:
>
>    % bunzip2 linux-parsec-2-1-m5-with-test-inputs.img.bz2
>
>   Hope this helps,
>   Joel
>
>
> On Thu, May 23, 2013 at 12:39 PM, Rodrigo Reynolds Ramírez <
> rodrigo.r...@hotmail.com> wrote:
>
> The problem is that the disk image is damage, when I extracted it using
> tar I receive this error:
>
> tar -xvjf linux-parsec-2-1-m5-with-test-inputs.img.bz2
> tar: This does not look like a tar archive
> tar: Skipping to next header
> tar: Exiting with failure status due to previous errors
>
> But I could extracted it with Archive Manager.
>
> I tried to boot with another image,
> http://www.m5sim.org/dist/current/x86/x86-system.tar.bz2%5D but I cannot
> make the parsec work with it.
>
> Does somebody has a working image with parsec?
>
> Thanks in advance
>                                Rodrigo
>
>
> ------------------------------
> From: rodrigo.r...@hotmail.com
> To: gem5-users@gem5.org
> Date: Thu, 23 May 2013 17:08:08 +0000
> Subject: [gem5-users] Parsec problem.
>
>
> Hello everyone,
>
> I am trying to run the parsec suite, I download the file provided here:
> http://www.cs.utexas.edu/~parsec_m5/ but I got a error when I run the
> system, I got these message:
>
> VFS: Mounted root (ext2 filesystem).
> Freeing unused kernel memory: 332k freed
> request_module: runaway loop modprobe binfmt-464c
> request_module: runaway loop modprobe binfmt-464c
> request_module: runaway loop modprobe binfmt-464c
> request_module: runaway loop modprobe binfmt-464c
> request_module: runaway loop modprobe binfmt-464c
> Connection closed by foreign host.
>
> My running command is:
>
> ./build/X86/gem5.opt ./configs/example/fs.py \
>     --kernel x86_64-vmlinux-2.6.28.4-smp \
>     --script=./configs/boot/blackscholes_2c_simdev.rcS \
>     -n 1 --caches --l2cache       \
>              --l1d_size=32kB --l1i_size=32kB --l2_size=256kB  \
>          --l1d_assoc=8 --l1i_assoc=8 --l2_assoc=8 --cpu-type=atomic
>
> I have tried changing the number of cpus and the cpu-type, I always have
> the same error. Also I tried with the hack_back_ckpt.rcS script.
>
> Thanks in advance
>
>                                  Rodrigo
>
> _______________________________________________ gem5-users mailing list
> gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>
> _______________________________________________
> gem5-users mailing list
> gem5-users@gem5.org
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>
>
>
>
> --
>   Joel Hestness
>   PhD Student, Computer Architecture
>   Dept. of Computer Science, University of Wisconsin - Madison
>   http://pages.cs.wisc.edu/~hestness/
>
> _______________________________________________ gem5-users mailing list
> gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>
> _______________________________________________
> gem5-users mailing list
> gem5-users@gem5.org
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>
>
>
>
> --
>   Joel Hestness
>   PhD Student, Computer Architecture
>   Dept. of Computer Science, University of Wisconsin - Madison
>   http://pages.cs.wisc.edu/~hestness/
>
> _______________________________________________ gem5-users mailing list
> gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>
> _______________________________________________
> gem5-users mailing list
> gem5-users@gem5.org
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>



-- 
  Joel Hestness
  PhD Student, Computer Architecture
  Dept. of Computer Science, University of Wisconsin - Madison
  http://pages.cs.wisc.edu/~hestness/
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to