Re: How to run KVM on non-X environment

2008-07-29 Thread Stephen Liu
Hi Javier, Thanks for your advice. --- Javier Guerra Giraldez <[EMAIL PROTECTED]> wrote: > On Tuesday 29 July 2008, Stephen Liu wrote: > > # kvm -hda ubuntu6.06.img -cdrom /dev/scd0 -m 512 -boot d -vnc :1 > > > > It was hanging there. > > it's not a hang. it's running, but all feedback goes

Re: How to run KVM on non-X environment

2008-07-29 Thread Javier Guerra Giraldez
On Tuesday 29 July 2008, Stephen Liu wrote: > # kvm -hda ubuntu6.06.img -cdrom /dev/scd0 -m 512 -boot d -vnc :1 > > It was hanging there. it's not a hang. it's running, but all feedback goes to the VNC port. maybe you'd like it to run in the background, so you get the prompt back. just add a

Re: How to run KVM on non-X environment

2008-07-29 Thread Stephen Liu
--- Thomas Mueller <[EMAIL PROTECTED]> wrote: > on kvm-machine) kvm -hda ubuntu6.06.img -cdrom /dev/scd0 -m 512 -boot > d \ > -vnc :1 > > on another host with) vncviewer kvm-machine:1 Hi Thomas, I got it by running Knoppix 5.1-1 LiveCD which has vncviewer installed. On local desktop; $ vnc

Re: How to run KVM on non-X environment

2008-07-29 Thread Stephen Liu
Hi Alberto, Thanks for your detail advice. --- Alberto TreviƱo <[EMAIL PROTECTED]> wrote: > On Monday 28 July 2008 10:06:32 am you wrote: > > I ran above command direct on the server as root (not remotely on > > desktop) > > > > It just hangs there on Xterm. > > As it should. :-) At that poin

Re: How to run KVM on non-X environment (RESEND)

2008-07-29 Thread Stephen Liu
Hi Henrik, Henrik Holst <[EMAIL PROTECTED]> wrote: > >> # kvm -hda ubuntu6.06.img -cdrom /dev/scd0 -m 512 -boot d -vnc :0 > > > >Tried it just hangs there. I don't run X on the server. > Then it is working, since you are running it with -vnc :0 kvm/qemu > will provide all the output to the vnc

Re: How to run KVM on non-X environment

2008-07-29 Thread Stephen Liu
Hi Thomas, --- Thomas Mueller <[EMAIL PROTECTED]> wrote: - snip - > > # kvm -hda ubuntu6.06.img -cdrom /dev/scd0 -m 512 -boot d -vnc IP:1 > > on kvm-machine) kvm -hda ubuntu6.06.img -cdrom /dev/scd0 -m 512 -boot > d \ > -vnc :1 On the server running; # kvm -hda ubuntu6.06.img -cdrom /dev/scd

Re: How to run KVM on non-X environment (RESEND)

2008-07-28 Thread Thomas Mueller
> > > Thanks for your advice and URL. > > > Performed following test but failed. > > > # kvm -hda ubuntu6.06.img -cdrom /dev/scd0 -m 512 -boot d -vnc IP:0 > Could not parse VNC address > > # kvm -hda ubuntu6.06.img -cdrom /dev/scd0 -m 512 -boot d -vnc IP:1 on kvm-machine) kvm -hda ubuntu6.

Re: How to run KVM on non-X environment (RESEND)

2008-07-28 Thread Henrik Holst
>Hi Henrik, > >Thanks for your advice. > >- snip - > >> You should run it as: >> # kvm -hda ubuntu6.06.img -cdrom /dev/scd0 -m 512 -boot d -vnc :0 > >Tried it just hangs there. I don't run X on the server. Then it is working, since you are running it with -vnc :0 kvm/qemu will provide all the outp

Re: How to run KVM on non-X environment (RESEND)

2008-07-28 Thread Stephen Liu
Hi Henrik, Thanks for your advice. - snip - > You should run it as: > # kvm -hda ubuntu6.06.img -cdrom /dev/scd0 -m 512 -boot d -vnc :0 Tried it just hangs there. I don't run X on the server. > qemu contains a built in vnc-server. Thomas meant that you should > then > connect with a vncvi

Re: How to run KVM on non-X environment

2008-07-28 Thread Stephen Liu
--- Ian Kirk <[EMAIL PROTECTED]> wrote: > Stephen Liu wrote: > > > # kvm -hda ubuntu6.06.img -cdrom /dev/scd0 -m 512 -boot d -vnc IP:0 > > Could not parse VNC address > > "IP" is not a valid ip address? Sorry I don't follow. Please explain in more detail. B.R. satimis Send instant messag

Re: How to run KVM on non-X environment

2008-07-28 Thread Stephen Liu
Hi Alberto, Thanks for your advice. > On Monday 28 July 2008 08:09:58 am you wrote: > > # kvm -hda ubuntu6.06.img -cdrom /dev/scd0 -m 512 -boot d -vnc IP:0 > > Could not parse VNC address > > > > # kvm -hda ubuntu6.06.img -cdrom /dev/scd0 -m 512 -boot d -vnc IP:1 > > Could not parse VNC address

Re: How to run KVM on non-X environment (RESEND)

2008-07-28 Thread Henrik Holst
>--- Thomas Mueller chaschperli.ch> wrote: > >> On Mon, 28 Jul 2008 15:06:17 +0800, Stephen Liu wrote: >> >> >> >> >> >> >> >> > On running >> >> > # kvm -m 750 -cdrom /dev/scd0 -boot d ubuntu6.06.img >> >> >> >> add -vnc : >> >> >> >> or disable graphics completly (see kvm --help) >> > >> > >> >

Re: How to run KVM on non-X environment (RESEND)

2008-07-28 Thread Stephen Liu
--- Thomas Mueller <[EMAIL PROTECTED]> wrote: > On Mon, 28 Jul 2008 15:06:17 +0800, Stephen Liu wrote: > > > >> > >> > >> > On running > >> > # kvm -m 750 -cdrom /dev/scd0 -boot d ubuntu6.06.img > >> > >> add -vnc : > >> > >> or disable graphics completly (see kvm --help) > > > > > > Hi T

Re: How to run KVM on non-X environment

2008-07-28 Thread Ian Kirk
Stephen Liu wrote: > Please advise how to fix the problem. TIA Why not just use -vnc :0 or -curses ? -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: How to run KVM on non-X environment (RESEND)

2008-07-28 Thread Thomas Mueller
On Mon, 28 Jul 2008 15:06:17 +0800, Stephen Liu wrote: >> >> >> > On running >> > # kvm -m 750 -cdrom /dev/scd0 -boot d ubuntu6.06.img >> >> add -vnc : >> >> or disable graphics completly (see kvm --help) > > > Hi Thomas, > > > Thanks for your advice. > > > There is no graphic running o

Re: How to run KVM on non-X environment (RESEND)

2008-07-28 Thread Stephen Liu
--- Thomas Mueller <[EMAIL PROTECTED]> wrote: > On Mon, 28 Jul 2008 13:18:32 +0800, Stephen Liu wrote: > > > > > > On running > > # kvm -m 750 -cdrom /dev/scd0 -boot d ubuntu6.06.img > > add -vnc : > > or disable graphics completly (see kvm --help) Hi Thomas, Thanks for your advice. The

Re: How to run KVM on non-X environment

2008-07-28 Thread Stephen Liu
--- Ian Kirk <[EMAIL PROTECTED]> wrote: > Stephen Liu wrote: > > > Please advise how to fix the problem. TIA > > Why not just use -vnc :0 or -curses ? Hi Ian, Please explain in more detail how to make it. TIA B.R. Stephen L Send instant messages to your online friends http://uk.messeng

Re: How to run KVM on non-X environment

2008-07-27 Thread Thomas Mueller
On Mon, 28 Jul 2008 13:18:32 +0800, Stephen Liu wrote: > > On running > # kvm -m 750 -cdrom /dev/scd0 -boot d ubuntu6.06.img add -vnc : or disable graphics completly (see kvm --help) - Thomas -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAI

How to run KVM on non-X environment

2008-07-27 Thread Stephen Liu
Hi folks, Ubuntu 8.04 server amd64, headless KVM 1:62+dfsg QEMU 0.9.1 OpenSSH 1:4.7p1 On running # kvm -m 750 -cdrom /dev/scd0 -boot d ubuntu6.06.img ===| DirectFB 1.0.1 |=== (c) 2001-2007 The DirectFB Organization (directfb.org)