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 <jack.harv...@gmail.com> 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 <wael.amrhos...@gmail.com> 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
>> <mjethanand...@gmail.com> 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 <wael.amrhos...@gmail.com> 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 <xx_001...@hotmail.com> wrote:
>>>>
>>>>
>>>>
>>>> ________________________________
>>>> From: mjethanand...@gmail.com
>>>> Date: Sun, 10 Jun 2012 21:58:25 -0700
>>>> To: gem5-users@gem5.org
>>>> 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
>>>> 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
>>>
>>>
>>> _______________________________________________
>>> 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
_______________________________________________
gem5-users mailing list
gem5-users@gem5.org
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to