Remote access question

2010-04-16 Thread Stephen Liu
Hi folks, Host - debian 5.0 Guests - ubuntu 9.04 and windows vista LAN - workstation, ubuntu 9.10 How to connect guests on the workstation and starting X ? I can ssh connect the guests on their IP address with X forward. But I can't start X of Ubuntu 9.04 (guest) on the workstation. rdeskt

Re: Question on copy & paste

2010-04-15 Thread Stephen Liu
IA B.R. Stephen L - Original Message From: Jim Paris To: Stephen Liu Cc: kvm@vger.kernel.org Sent: Thu, April 15, 2010 2:23:08 PM Subject: Re: Question on copy & paste Stephen Liu wrote: > > > - Original Message > From: Amit Shah > To: Stephen Liu > Cc: kvm@vger

Re: Question on copy & paste

2010-04-15 Thread Stephen Liu
- Original Message From: Amit Shah To: Stephen Liu Cc: kvm@vger.kernel.org Sent: Thu, April 15, 2010 9:02:53 AM Subject: Re: Question on copy & paste On (Thu) Apr 15 2010 [08:45:23], Stephen Liu wrote: > Hi folks, > > host - Debian 5.04 > > What will the

Question on copy & paste

2010-04-15 Thread Stephen Liu
Hi folks, host - Debian 5.04 What will the easy way to enable copy_and_paste function between guest and hosts? Also among guests. TIA B.R. Stephen L Send instant messages to your online friends http://uk.messenger.yahoo.com -- To unsubscribe from this list: send the line "unsubscribe kvm"

Re: how to highlight text with mouse

2009-07-23 Thread Stephen Liu
B.R. Stephen L --- On Fri, 7/24/09, Jim Paris wrote: > From: Jim Paris > Subject: Re: how to highlight text with mouse > To: "Stephen Liu" > Cc: kvm@vger.kernel.org > Date: Friday, July 24, 2009, 1:09 AM > Stephen Liu wrote: > > > > Hi folks, &

How to remove VM (client) with command line ?

2009-07-23 Thread Stephen Liu
Hi folks, Debian 5.0 KVM How to remove/delete VM (client) on command line instead of on Virt-manager. Ex. $ sudo virsh --connect qemu:///system virsh # list --all Id Name State -- - vm10 shut off - vm11 shut o

how to highlight text with mouse

2009-07-23 Thread Stephen Liu
Hi folks, Debian 5.0 KVM I need to copy the text on client's (VM) terminal. Please advise how to highlight the text with mouse pointer. TIA B.R. SL Send instant messages to your online friends http://uk.messenger.yahoo.com -- To unsubscribe from this list: send the line "unsubscribe kvm" in

Re: Fail to create disk.img (SOLVED)

2008-08-06 Thread Stephen Liu
--- Soren Hansen <[EMAIL PROTECTED]> wrote: - snip - > > On running > > $ sudo kvm-bridge -m 512 -hdb disk.img -cdrom /dev/scd0 -boot d > -smp 2 > > nohup: appending output to `nohup.out' > > > > It always appends output to `nohup.out' > > What is the problem? Hi Soren, What I have been try

Re: Fail to create disk.img (SOLVED)

2008-08-05 Thread Stephen Liu
--- Soren Hansen <[EMAIL PROTECTED]> wrote: > On Tue, Aug 05, 2008 at 06:37:09PM +0800, Stephen Liu wrote: > > # kvm -hdb ubuntu6.06_080805.img -cdrom /dev/scd0 -m 512 -boot d > -smp > > 2 -vnc :9 (starting) > > Here, you're attaching your disk image to /dev/

Re: Fail to create disk.img

2008-08-05 Thread Stephen Liu
--- Uri Lublin <[EMAIL PROTECTED]> wrote: - snip - > Look at the thread below, does it help ? > > http://www.mail-archive.com/[EMAIL PROTECTED]/msg04447.html > http://www.mail-archive.com/[EMAIL PROTECTED]/msg04449.html > http://www.mail-archive.com/[EMAIL PROTECTED]/msg04451.html Hi Uri and

Re: Fail to create disk.img

2008-08-05 Thread Stephen Liu
--- Uri Lublin <[EMAIL PROTECTED]> wrote: > Stephen Liu wrote: > > >> > # qemu-img create -f qcow2 ubuntu6.06_080805.img 10G > > Formatting 'ubuntu6.06_080805.img', fmt=qcow2, size=10485760 kB > > > > > > # kvm -hdb ubun

Fail to create disk.img

2008-08-05 Thread Stephen Liu
Hi folks, Ubuntu 8.04 server amd64 - host - headless (w/o X packages) Ubuntu 6.06 server amd64 - guest - headless (w/o X packages) KVM Previously I ran; # qemu-img create -f qcow2 disk.img 10G then # kvm -hda disk.img -cdrom /dev/scd0 -m 512 -boot d to create a working disk.img. It works

Re: Can several guests run simultaneously on KVM

2008-08-01 Thread Stephen Liu
--- David Mair <[EMAIL PROTECTED]> wrote: > Stephen Liu wrote: > > Hi folks, > > > > > > Can I run serveral guests on KVM at the same time similar to VMware > > hypervisor? > > Yes. > > -- Hi David. Thanks for your advice. Any docum

Can several guests run simultaneously on KVM

2008-08-01 Thread Stephen Liu
Hi folks, Can I run serveral guests on KVM at the same time similar to VMware hypervisor? Thanks B.R. Stephen L Send instant messages to your online friends http://uk.messenger.yahoo.com -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PRO

Re: How to connect USB enclosue to guest

2008-08-01 Thread Stephen Liu
--- Javier Guerra <[EMAIL PROTECTED]> wrote: > On Fri, Aug 1, 2008 at 10:41 AM, Stephen Liu <[EMAIL PROTECTED]> > wrote: > > Hi folks, > > > > > > Ubuntu 8.04 server amd64 - host > > Ubuntu 6.06 server amd64 - guest > > KVM 1:62+dfsq > &

How to connect USB enclosue to guest

2008-08-01 Thread Stephen Liu
Hi folks, Ubuntu 8.04 server amd64 - host Ubuntu 6.06 server amd64 - guest KVM 1:62+dfsq UBS enclosure Please advise how to mount the USB enclosure to guest. It can be mounted on host. Pointer would be appreciated. TIA B.R. Stephen L Send instant messages to your online friends http://uk.

About mailing list archives

2008-07-29 Thread Stephen Liu
Hi folks, Please advise where can I find the archives of this mailing list. I can't discover it on; http://vger.kernel.org/vger-lists.html#kvm TIA B.R. Stephen L Send instant messages to your online friends http://uk.messenger.yahoo.com -- To unsubscribe from this list: send the line "uns

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

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 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

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 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 :

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

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

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)