Hello, I tried to use the PARSEC benchmark but i got this error message : kernel panic not syncing no init found try passing init option to kernel how to init
So please support as i am blocked. Thank you so much in advance. Best Regards Wael AMR On Wed, Jun 13, 2012 at 9:53 PM, wael Amr <[email protected]> wrote: > Hello, > > I used m5trem instead of telnet. > > So i opened two terminals > > In the first terminal i typed the command: > sudo build/x86/gem5.opt configs/example/fs.py > --kernel=/home/wael/Mac/gem5/binaries/x86_64-vmlinux-2.6.22.9 > --script=configs/boot/ammp.rcS > > The obtained output: > > ======== > warning: add_child('terminal'): child 'terminal' already has parent > Global frequency set at 1000000000000 ticks per second > info: kernel located at: > /home/wael/Mac/gem5/binaries/x86_64-vmlinux-2.6.22.9 > 0: rtc: Real-time clock set to Sun Jan 1 00:00:00 2012 > Listening for com_1 connection on port 3456 > > warn: Reading current count from inactive timer. > 0: system.remote_gdb.listener: listening for remote gdb #0 on port 7000 > > **** REAL SIMULATION **** > info: Entering event queue @ 0. Starting simulation... > warn: Don't know what interrupt to clear for console. > 327303500: system.pc.com_1.terminal: attach terminal 0 > > warn: instruction 'fxsave' unimplemented > warn: Tried to clear PCI interrupt 14 > warn: Unknown mouse command 0xe1. > warn: instruction 'wbinvd' unimplemented > hack: be nice to actually delete the event here > Writing checkpoint > info: Entering event queue @ 5113199987500. Starting simulation... > Exiting @ tick 5116066034000 because m5_exit instruction encountered > > ======== > > In the second terminal i typed the command: > m5term localhost 3456 > > The obtained output: > ======== > ...... > ...... > INIT: version 2.86 booting > mounting filesystems... > loading script... > /tmp/script: line 3: cd: /benchmarks/spec/ammp00/: No such file or > directory > usage: /sbin/m5 exit [delay] > /sbin/m5 resetstats [delay [period]] > /sbin/m5 dumpstats [delay [period]] > /sbin/m5 dumpresetstats [delay [period]] > /sbin/m5 readfile [filename] > /sbin/m5 execfile <filename> > /sbin/m5 checkpoint [delay [period]] > /sbin/m5 loadsymbol <address> <symbol> > /sbin/m5 initparam > /sbin/m5 sw99param > /sbin/m5 pin <cpu> <program> [args ...] > > All times in nanoseconds! > /tmp/script: line 11: input/mdred.in: No such file or directory > > ======== > > So There are missing files, > Are there any other downloads i should use? > > Really Thanks a lot for this time and support. > Best Regards > Wael Amr > > > On Wed, Jun 13, 2012 at 10:45 AM, Jack Harvard <[email protected]>wrote: > >> X86 does say com_1, my mistake. You probably need to use m5term, >> rather than telnet. >> >> Jack Harvard >> >> >> On Wed, Jun 13, 2012 at 9:25 AM, Jack Harvard <[email protected]> >> wrote: >> > I notice something unusual in your log >> > >> > "Listening for com_1 connection on port 3458" >> > >> > usually it says "Listening for system connection on port x" >> > >> > The message is from >> > >> > http://grok.m5sim.org/xref/gem5/src/dev/terminal.cc >> > >> > 146 int p1, p2; >> > 147 p2 = name().rfind('.') - 1; >> > 148 p1 = name().rfind('.', p2); >> > 149 ccprintf(cerr, "Listening for %s connection on port %d\n", >> > 150 name().substr(p1+1,p2-p1), port); >> > >> > It seems your port 3458 is engaged with something else, com_1 sounds >> > like a serial port. >> > >> > Jack Harvard >> > >> > >> > On Tue, Jun 12, 2012 at 7:40 PM, wael Amr <[email protected]> >> wrote: >> >> Hello , >> >> >> >> I made telnet to localhost but i got this message : >> >> === >> >> Trying 127.0.0.1... >> >> telnet: Unable to connect to remote host: Connection refused >> >> === >> >> >> >> So Please advice and support. >> >> >> >> >> >> Thank you so much in advance >> >> Best Regards >> >> Wael AMR >> >> >> >> >> >> >> >> >> >> On Tue, Jun 12, 2012 at 8:11 AM, Mahesh Jethanandani >> >> <[email protected]> wrote: >> >>> >> >>> At this time you should telnet to localhost port 3458 to confirm if >> you >> >>> have a login prompt. >> >>> >> >>> >> >>> >> >>> On Jun 11, 2012, at 9:40 PM, wael Amr <[email protected]> >> wrote: >> >>> >> >>> Hello Eng.Xuxin, >> >>> >> >>> Really Thanks a lot for your support in this blocking issue. >> >>> Actually i downloaded the fullSystem for ALPHA ,then i copied >> >>> linux-bigswap2.img to the folder disks that contains the >> linux-x86.img ,then >> >>> i typed the command: >> >>> command line: build/x86/gem5.opt configs/example/fs.py >> >>> --kernel=/home/wael/gem5/binaries/x86_64-vmlinux-2.6.22.9 >> >>> --script=configs/boot/art.rcS >> >>> The OUTPUT: >> >>> ================= >> >>> warning: add_child('terminal'): child 'terminal' already has parent >> >>> Global frequency set at 1000000000000 ticks per second >> >>> info: kernel located at: >> >>> /home/wael/Mac/gem5/binaries/x86_64-vmlinux-2.6.22.9 >> >>> 0: rtc: Real-time clock set to Sun Jan 1 00:00:00 2012 >> >>> Listening for com_1 connection on port 3458 >> >>> warn: Reading current count from inactive timer. >> >>> 0: system.remote_gdb.listener: listening for remote gdb #0 on port >> 7002 >> >>> **** REAL SIMULATION **** >> >>> info: Entering event queue @ 0. Starting simulation... >> >>> warn: Don't know what interrupt to clear for console. >> >>> warn: instruction 'fxsave' unimplemented >> >>> warn: Tried to clear PCI interrupt 14 >> >>> warn: Unknown mouse command 0xe1. >> >>> warn: instruction 'wbinvd' unimplemented >> >>> hack: be nice to actually delete the event here >> >>> Exiting @ tick 5114312903000 because m5_exit instruction encountered >> >>> =================== >> >>> >> >>> So Does this mean that the full system is installed successfully ?? >> >>> >> >>> So Are these warnings affect the simulation results ? >> >>> >> >>> Really again Thanks a lot for this support. >> >>> Best Regards >> >>> Wael Amr >> >>> >> >>> >> >>> On Mon, Jun 11, 2012 at 9:58 AM, xuxin <[email protected]> wrote: >> >>>> >> >>>> >> >>>> >> >>>> ________________________________ >> >>>> From: [email protected] >> >>>> Date: Sun, 10 Jun 2012 21:58:25 -0700 >> >>>> To: [email protected] >> >>>> Subject: Re: [gem5-users] Main Steps For FULL System Mode >> >>>> >> >>>> Where did you get the image from? What is the command? >> >>>> >> >>>> >> >>>> >> >>>> you can directly download it from >> >>>> "http://www.m5sim.org/dist/current/m5_system_2.0b3.tar.bz2". >> >>>> >> >>>> _______________________________________________ >> >>>> gem5-users mailing list >> >>>> [email protected] >> >>>> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >> >>> >> >>> >> >>> _______________________________________________ >> >>> gem5-users mailing list >> >>> [email protected] >> >>> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >> >>> >> >>> >> >>> _______________________________________________ >> >>> gem5-users mailing list >> >>> [email protected] >> >>> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >> >> >> >> >> >> >> >> _______________________________________________ >> >> gem5-users mailing list >> >> [email protected] >> >> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >> _______________________________________________ >> gem5-users mailing list >> [email protected] >> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >> > >
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
