Re: Host crash

2011-04-12 Thread FinnTux
> Looks like double free or similar.  Try adding the kernel boot parameter > slub_debug=ZFPU. Will do. Meanwhile I got the same error on the other host. I was able to login via ssh though. [208817.065852] [ cut here ] [208817.066187] kernel BUG at /build/buildd-linux-2.

Host crash

2011-04-11 Thread FinnTux
Hello, I ran into a crash today while I tried to log into one of my servers. I noticed ssh didn't respond at all. All virtual machines were running ok though. I had one terminal open to the server and it was running ok except ssh didn't work. I'm not quite sure if this is kvm related but I was ho

Re: Can I simulate a virtual Dual-Head Graphiccard?

2010-04-30 Thread FinnTux
>> Is this possible with kvm? >> Either simulate a dual head mapping to one wide SDL/VNC display. Or >> having two SDL/VNC displays? > > > No. It was brought up before on the qemu list I believe. I think the gist was > that qemu didn't support more than one vga card. > Spice (www.spice-space.org)

Re: [ANNOUNCE] qemu-kvm-0.12.1

2009-12-21 Thread FinnTux
I'm also having both of these problems (booting from virtio and vgabios.bin). Debian 5, kernel 2.6.32 and qemu-kvm-0.12.1. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: KVM-87 compile failed

2009-06-26 Thread FinnTux
>  CC [M]  /tmp/kvm-87/kvm/kernel/x86/vmx.o > /tmp/kvm-87/kvm/kernel/x86/vmx.c: In function ‘ept_rsvd_mask’: > /tmp/kvm-87/kvm/kernel/x86/vmx.c:3272: error: ‘struct cpuinfo_x86’ has no > member named ‘x86_phys_bits’ > make[4]: *** [/tmp/kvm-87/kvm/kernel/x86/vmx.o] Error 1 > make[3]: *** [/tmp/kvm-

Re: 2D Graphics Performance

2009-05-28 Thread FinnTux
> No, it works on windows too, it is just (quite) a bit of a pain to > find and setup the > correct driver. Any pointers where to look for them? SR -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: CPU Limits on KVM?

2009-04-06 Thread FinnTux
> I'm interested in limiting the io bandwidth of network and disk as well. > (dm-ioband - any experience with that? other suggestions?) I tested/used normal linux traffic shaping for this (htb.init to be exact). It works at least with bridges (-net tap...). > I used top, atop and system monitoring

Re: Virtio disk drivers for windows

2009-02-27 Thread FinnTux
> them anywhere, are there some some binary drivers that i could test > out, or at least where can i get the sources to compile them myself? I > would like to give them a try. I'd be interested in testing them too. If possible. Thanks, SR -- To unsubscribe from this list: send the line "unsubscr

Re: New version of my kvmctl script

2009-01-20 Thread FinnTux
New version. Lots of small improvements and couple of new features. - Ability to change CD for virtual machine - Ability to add and remove USB devices to virtual machines - Init script (in /usr/local/share/doc/kvmctl/kvmctl.init) to start and stop virtual machines during boot/shutdown Installa

Re: kvm-82 messages

2009-01-01 Thread FinnTux
>> What's your qemu command line? Host cpu type? /usr/local/bin/qemu-system-x86_64 -name wks 2:vista -m 2048 -smp 1 -soundhw ac97 -vga cirrus -cpu qemu64 -k sv -localtime -d rive file=/home/smr/kvm/vista.img,if=ide,cache=writethrough,boot=on -net nic,mac addr=AC:DE:48:28:03:00,model=e1000 -net tap

Re: kvm-82 messages

2008-12-31 Thread FinnTux
2008/12/31 Avi Kivity : > What happens to vista? which variant? Is it a regression? Vista ultimate. Install goes fine but first boot hangs after BIOS messages in black screen and CPU usage is at 100%. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to maj

Re: kvm-82 messages

2008-12-31 Thread FinnTux
2008/12/29 Farkas Levente : > hi, > in kvm-82 among the host's messages i see such lines (which i don't see > before): > > kvm: 6413: cpu0 unhandled wrmsr: 0xc0010117 data 0 Confirmed. I've noticed them too. Everything seems to work (apart from vista guest) though. -- To unsubscribe from this list

Re: Question about limiting KVM cpu usage

2008-09-11 Thread FinnTux
2008/9/11 Steve Lorimer <[EMAIL PROTECTED]>: > Hello, all, > I have what should be a simple question concerning KVM. Is there a way to > limit cpu usage for a KVM guest? In other words, if I am running four guest > servers and something on one of them begins to use a ton of cpu, I don't > reall

Re: New version of my kvmctl script

2008-09-07 Thread FinnTux
...and of course I forgot to mention few known issues there are. - init script is not working correctly. Starts VM as root -> normal user can't control it after that - init script should also check that VM is set to use vnc for display. SDL won't work. - File/directory permissions might need fine t

Re: New version of my kvmctl script

2008-09-07 Thread FinnTux
New, much improved version available. This pretty much a total rewrite and lots of planned functions/commands are still missing but give it a try. New features - Support for multiple hard disks (see /etc/kvmctl/cfg/example.cfg) - Support for multiple NICs (see /etc/kvmctl/cfg/example.cfg) - Soundh

kvm-73 + Debian Lenny + virtio + qcow2 error

2008-08-20 Thread FinnTux
Hi, Just as kvm-73 is out of the oven, I installed debian lenny guest to check out how cache=on|off affects performance. I created qcow2 image and installed guest with if=scsi (debian installer doesn't see virtio disks). After everything was up and running with virtio, I ran bonnie. At "Writing w

Re: New version of my kvmctl script

2008-07-24 Thread FinnTux
> Let debian get out of your way, rather than using a non-intuitive name for > the script. Good stuff, keep it coming. These encouraging words made me rename it back to kvmctl and so here comes a new version. It works (for me) without root privileges now. Lot's of minor fixes and improvements too.

Re: New version of my kvmctl script

2008-06-02 Thread FinnTux N/A
After quick googling I renamed the script/product/whatever to virmactl (VIrtual MAchine ConTroL). Download: http://81.209.59.133/virmactl-0.0.1.tar.gz -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vg

Re: New version of my kvmctl script

2008-06-02 Thread FinnTux N/A
2008/6/2 Freddie Cash <[EMAIL PROTECTED]>: > You may want to rename the script. There's already a kvmctl (at least on > Debian) in the /usr/sbin directory that is used for testing. It comes with some debian kvm packages? Anyways, I was afraid of these naming issues. kvmctl is pretty generic name.

New version of my kvmctl script

2008-06-02 Thread FinnTux N/A
For some reason I couldn't reply to my previous post... But here is a new version. Now with version number! :) Changes: - includes init script /etc/initd.d/kvm which starts and stops virtual machines when booting and shutting down the host. Shutting down the guest is done by sending "system_power

Control script for kvm

2008-05-31 Thread FinnTux N/A
I think pretty much everyone has made their own so here is mine. Few features: - Can start, stop, reset etc virtual machines - Can set niceness level (I/O, CPU) and CPU affinity - Handles tap devices and VNC displays Files and what they do... kvmctl - main script. does all the work kvmvmedit -