* [Qemu-devel] No Virtual Console
@ 2010-11-11 5:49 qemu
2010-11-11 17:02 ` Mulyadi Santosa
0 siblings, 1 reply; 7+ messages in thread
From: qemu @ 2010-11-11 5:49 UTC (permalink / raw)
To: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 786 bytes --]
Hi, My apologies up front for the dumb question, but ... I am running qemu (actually, qemu-system-arm), and when I launch it I do not get a new virtual console to open. I have had this in the past (older Linux install), but inside OpenSuSE 11.3, with QEMU 0.12.5 or 0.13.0 I do not get this to happen (automatically, or even with -serial vc or -monitor vc options). It's likely me doing something wrong, but ... how do I get this console? I am able to use -vnc :0 to get vnc access, but I would like a console window to open automatically on launch. Also, by default I get a vnc server on "::1:5900" ... but what does that mean (or rather, how do I access this vnc server?)? I can manually use -vnc :0 and can make it work, but not sure what the default server is really doing. Thanks!
[-- Attachment #2: Type: text/html, Size: 1026 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] No Virtual Console
2010-11-11 5:49 [Qemu-devel] No Virtual Console qemu
@ 2010-11-11 17:02 ` Mulyadi Santosa
2010-11-11 20:30 ` Russell Morris
0 siblings, 1 reply; 7+ messages in thread
From: Mulyadi Santosa @ 2010-11-11 17:02 UTC (permalink / raw)
To: qemu; +Cc: qemu-devel
On Thu, Nov 11, 2010 at 12:49, <qemu@rkmorris.us> wrote:
> Hi, My apologies up front for the dumb question, but ... I am running qemu
> (actually, qemu-system-arm), and when I launch it I do not get a new virtual
> console to open. I have had this in the past (older Linux install), but
> inside OpenSuSE 11.3, with QEMU 0.12.5 or 0.13.0 I do not get this to happen
> (automatically, or even with -serial vc or -monitor vc options).
My wild guess is, there is no "(m)getty"s prepared in tty. Thus you
only left with xdm/kdm/gdm...but that's assuming you're inside
runlevel 5 (or in some distros, runlevel 2 or 3), which boots straight
to X.
So, my advice is: kindly check /etc/inittab
PS: regarding the VNC server listening, try to connect to it using VNC
client. (hopefully I understand your statements correctly)
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] No Virtual Console
2010-11-11 17:02 ` Mulyadi Santosa
@ 2010-11-11 20:30 ` Russell Morris
2010-11-12 6:18 ` Mulyadi Santosa
0 siblings, 1 reply; 7+ messages in thread
From: Russell Morris @ 2010-11-11 20:30 UTC (permalink / raw)
To: Mulyadi Santosa; +Cc: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 1552 bytes --]
Hi,
Yes, I am in runlevel 5. I have to admit, I did check /etc/inittab, but I'm not sure what I'm looking for ... :-(. A bit lost here as to what you're saying, sorry! Can you clarify a bit?
Yes, VNC works - I was trying to say that, just not very clearly. What I'm after though is to have a separate window open when I launch qemu, which is the "target" OS ... make sense?
Thanks for you help!
On Thu, Nov 11, 2010 11:02 AM, Mulyadi Santosa <mulyadi.santosa@gmail.com> wrote:
>
On Thu, Nov 11, 2010 at 12:49, <qemu@rkmorris.us> wrote:
> > Hi, My apologies up front for the dumb question, but ... I am running qemu
> > (actually, qemu-system-arm), and when I launch it I do not get a new virtual
> > console to open. I have had this in the past (older Linux install), but
> > inside OpenSuSE 11.3, with QEMU 0.12.5 or 0.13.0 I do not get this to happen
> > (automatically, or even with -serial vc or -monitor vc options).
>
> My wild guess is, there is no "(m)getty"s prepared in tty. Thus you
> only left with xdm/kdm/gdm...but that's assuming you're inside
> runlevel 5 (or in some distros, runlevel 2 or 3), which boots straight
> to X.
>
> So, my advice is: kindly check /etc/inittab
>
> PS: regarding the VNC server listening, try to connect to it using VNC
> client. (hopefully I understand your statements correctly)
>
> --
> regards,
>
> Mulyadi Santosa
> Freelance Linux trainer and consultant
>
> blog: the-hydra.blogspot.com
> training: mulyaditraining.blogspot.com
>
[-- Attachment #2: Type: text/html, Size: 2171 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] No Virtual Console
2010-11-11 20:30 ` Russell Morris
@ 2010-11-12 6:18 ` Mulyadi Santosa
2010-11-12 9:49 ` qemu
0 siblings, 1 reply; 7+ messages in thread
From: Mulyadi Santosa @ 2010-11-12 6:18 UTC (permalink / raw)
To: Russell Morris; +Cc: qemu-devel
Hi...
On Fri, Nov 12, 2010 at 03:30, Russell Morris <rmorris@rkmorris.us> wrote:
> Hi,
>
>
>
> Yes, I am in runlevel 5. I have to admit, I did check /etc/inittab, but I'm
> not sure what I'm looking for ... :-(. A bit lost here as to what you're
> saying, sorry! Can you clarify a bit?
i mean, do you something like below in your /etc/inittab?
1:2345:respawn:/sbin/mingetty tty1
it could be tty2, tty3 and so on...it represents the console number.
So it reads "in console 1, in run level 2 up to 5, execute mingetty
and make it servicing tty1"
> Yes, VNC works - I was trying to say that, just not very clearly. What I'm
> after though is to have a separate window open when I launch qemu, which is
> the "target" OS ... make sense?
I think what you mean here is the standart graphical window, right?
the SDL one, right?
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] No Virtual Console
2010-11-12 6:18 ` Mulyadi Santosa
@ 2010-11-12 9:49 ` qemu
2010-11-12 18:03 ` Mulyadi Santosa
0 siblings, 1 reply; 7+ messages in thread
From: qemu @ 2010-11-12 9:49 UTC (permalink / raw)
To: Mulyadi Santosa; +Cc: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 1259 bytes --]
Yes - that's it! The SDL window. I can't get it to show up ... any ideas?
Thanks!
On Fri, Nov 12, 2010 00:18 AM, Mulyadi Santosa <mulyadi.santosa@gmail.com> wrote:
>
Hi...
>
> On Fri, Nov 12, 2010 at 03:30, Russell Morris <rmorris@rkmorris.us> wrote:
> > Hi,
> >
> >
> >
> > Yes, I am in runlevel 5. I have to admit, I did check /etc/inittab, but I'm
> > not sure what I'm looking for ... :-(. A bit lost here as to what you're
> > saying, sorry! Can you clarify a bit?
>
> i mean, do you something like below in your /etc/inittab?
> 1:2345:respawn:/sbin/mingetty tty1
>
> it could be tty2, tty3 and so on...it represents the console number.
> So it reads "in console 1, in run level 2 up to 5, execute mingetty
> and make it servicing tty1"
>
> > Yes, VNC works - I was trying to say that, just not very clearly. What I'm
> > after though is to have a separate window open when I launch qemu, which is
> > the "target" OS ... make sense?
>
> I think what you mean here is the standart graphical window, right?
> the SDL one, right?
>
> --
> regards,
>
> Mulyadi Santosa
> Freelance Linux trainer and consultant
>
> blog: the-hydra.blogspot.com
> training: mulyaditraining.blogspot.com
>
>
[-- Attachment #2: Type: text/html, Size: 1866 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] No Virtual Console
2010-11-12 9:49 ` qemu
@ 2010-11-12 18:03 ` Mulyadi Santosa
2010-11-13 14:30 ` qemu
0 siblings, 1 reply; 7+ messages in thread
From: Mulyadi Santosa @ 2010-11-12 18:03 UTC (permalink / raw)
To: qemu; +Cc: qemu-devel
On Fri, Nov 12, 2010 at 16:49, <qemu@rkmorris.us> wrote:
> Yes - that's it! The SDL window. I can't get it to show up ... any ideas?
make sure you have "SDL" package installed. Also, if you compile Qemu
by your own, please install "SDL-devel" package before ./configure and
make.
--
regards,
Mulyadi Santosa
Freelance Linux trainer and consultant
blog: the-hydra.blogspot.com
training: mulyaditraining.blogspot.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [Qemu-devel] No Virtual Console
2010-11-12 18:03 ` Mulyadi Santosa
@ 2010-11-13 14:30 ` qemu
0 siblings, 0 replies; 7+ messages in thread
From: qemu @ 2010-11-13 14:30 UTC (permalink / raw)
To: Mulyadi Santosa; +Cc: qemu-devel
[-- Attachment #1: Type: text/plain, Size: 720 bytes --]
That's the problem - thanks!!!
Now I just need to figure out how to log all the Linux boot info to a file.
Take care,
... Russell
On Fri, Nov 12, 2010 12:03 PM, Mulyadi Santosa <mulyadi.santosa@gmail.com> wrote:
>
On Fri, Nov 12, 2010 at 16:49, <qemu@rkmorris.us> wrote:
> > Yes - that's it! The SDL window. I can't get it to show up ... any ideas?
>
> make sure you have "SDL" package installed. Also, if you compile Qemu
> by your own, please install "SDL-devel" package before ./configure and
> make.
>
> --
> regards,
>
> Mulyadi Santosa
> Freelance Linux trainer and consultant
>
> blog: the-hydra.blogspot.com
> training: mulyaditraining.blogspot.com
>
[-- Attachment #2: Type: text/html, Size: 1327 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2010-11-13 14:30 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-11 5:49 [Qemu-devel] No Virtual Console qemu
2010-11-11 17:02 ` Mulyadi Santosa
2010-11-11 20:30 ` Russell Morris
2010-11-12 6:18 ` Mulyadi Santosa
2010-11-12 9:49 ` qemu
2010-11-12 18:03 ` Mulyadi Santosa
2010-11-13 14:30 ` qemu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).