Re: What cpu for 60-120 vmы?

2013-02-28 Thread Paolo Pedaletti
ciao Vasiliy, Each vm have apache+mysql so huge RAM (for web and db cache) and fast storage (for db) ciao -- Paolo Pedaletti -- 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.

Re: What cpu for 60-120 vmы?

2013-02-28 Thread Paolo Pedaletti
But of course it depends on what your VM have to do... high cpu calculus? web server? mail server? multimedia streaming? . ciao -- Paolo Pedaletti -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org More

Re: qemu> help documentation

2013-02-22 Thread Paolo Pedaletti
ciao Stefan, you can put the monitor on stdio like this: $ qemu-system-x86_64 -monitor stdio ... Then you can interact from your shell and scroll back up as usual. thank you, this works perfectly! ciao -- Paolo Pedaletti -- To unsubscribe from this list: send the line "unsubscribe kv

qemu> help documentation

2013-02-14 Thread Paolo Pedaletti
) or to dump outside terminal output. I hope to find something useful in qemu help. Thank you. -- Paolo Pedaletti -- 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-info.html

problem with www.linux-kvm.com

2009-03-06 Thread Paolo Pedaletti
x27;t works (ie I enter the right word, and it says "Invalid CAPTCHA token." :-( thank you -- Paolo Pedaletti -- 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-info.html

Re: kvm-83 write performance raw

2009-03-04 Thread Paolo Pedaletti
w this alignment-problem 2) lvm is suggested as preferred/best solution instead qcow2 file-image 3) filesystem performance may not related to kvm driver 4) I still have to read those post and understand them :-) thank you... -- Paolo Pedaletti -- To unsubscribe from this list: send the line "

Re: using KVM w/o dnsmasq on CentOS 5.2 X64

2009-02-02 Thread Paolo Pedaletti
Ciao Stefan, > KVM constantly gives me headaches when it comes to networking > configuration. I have found very interesting this document: http://tjworld.net/wiki/Linux/Ubuntu/VirtualMachinesWithVDENetworking it's only one possibility, but/and it works :-) -- Paolo Pedal

Re: howto control VM from outside (shutdown...)

2009-01-20 Thread Paolo Pedaletti
ow/understand why it doesn't works for me? > I also have a PHP script that opens a socket connection to the telnet port, > sends the command, and parses the output for errors. I'll be happy to share > it. Let me know if you want it. yes, thank you. -- /* Paolo Pedaletti, * p

Re: howto control VM from outside (shutdown...)

2009-01-20 Thread paolo pedaletti
mmand line option: -monitor telnet:127.0.0.1:,server,nowait \ -serial mon:telnet:127.0.0.1:4445,server,nowait ? -- Paolo Pedaletti -- 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-info.html

howto control VM from outside (shutdown...)

2009-01-19 Thread Paolo Pedaletti
n(/migrate?) also all the VM running (without using libvirt) I could ssh to each VM and halt it, but does exist a better/cleaner solution? How can I communicate to kvm console? thank you -- /* Paolo Pedaletti, * pa...@pedaletti.it www.pedaletti.it */ -- To unsubscribe from this list: sen

Re: kvm-82 doesn't boot 64bit (?) [cpu0 unhandled wrmsr]

2009-01-16 Thread paolo pedaletti
Ciao Amit Shah, > I've sent out fixes for this; the next kvm release will let you use the > core2duo cpu type. perfect thank you. -- Paolo Pedaletti -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vger.kernel.org M

HowTo help...

2009-01-16 Thread paolo pedaletti
n but not a kernel hacker) con do to reproduce/explain/mitigate the problem. (by the way, is there an explanation of "Weekly KVM Testing Report" tests?) just my thought thank you. ciao -- Paolo Pedaletti -- To unsubscribe from this list: send the line "unsubscribe kvm" in

Re: kvm-82 doesn't boot 64bit (?) [cpu0 unhandled wrmsr]

2009-01-16 Thread paolo pedaletti
276172 0 > halt_exits55 0 the meaning of the two columns is ? thank you. -- Paolo Pedaletti -- 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-info.html

Re: how to assign partition as partition for KVM?

2009-01-15 Thread paolo pedaletti
file=/dev/mapper/vm-root,if=scsi,index=0,boot=on .. I think it should work even without LVM, for example: kvm . -drive file=/dev/sda1,if=scsi,index=0,boot=on .. -- Paolo Pedaletti -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message

kvm-82 doesn't boot 64bit (?) [cpu0 unhandled wrmsr]

2009-01-10 Thread Paolo Pedaletti
2) can I do some deeper debug to provide more useful info? (or suggest me a different command-line) 3) what does "logfile" command (should) do? CTRL-ALT-2 logfile /tmp/logfile but there is no /tmp/logfile on host thank you. -- /* Paolo Pedaletti, * pa...@pedaletti.it www.pedaletti.it */ <>

Re: Fwd: how to compile kvm 64 bit

2008-12-06 Thread Paolo Pedaletti
" platform. thanks again... -- /* Paolo Pedaletti, * [EMAIL PROTECTED] www.pedaletti.it */ -- 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: Fwd: how to compile kvm 64 bit

2008-12-05 Thread paolo pedaletti
unctions=4 -O2 -m64 >> -D__x86_64__ -MMD -MF ./.libkvm-x86.d -g -fomit-frame-pointer -Wall >> -fno-stack-protector -I /usr/src/kvm-79/kernel/include -c -o >> libkvm-x86.o libkvm-x86.c but the Makefile is wrong do I do something wrong? Is it necessary to do something different?

Re: how to compile kvm 64 bit

2008-12-05 Thread paolo pedaletti
TECTED]:/usr/src/kvm-79# uname -a Linux kvm1 2.6.27-9-server #1 SMP Thu Nov 20 22:56:07 UTC 2008 x86_64 GNU/Linux [EMAIL PROTECTED]:/usr/src/kvm-79# uname -m x86_64 it's a 64 bit kernel -- Paolo Pedaletti -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body

how to compile kvm 64 bit

2008-12-04 Thread paolo pedaletti
libkvm] Error 2 it use i686 witch command line parameter should I use? thank you. -- Paolo Pedaletti -- 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

error "could not open disk image" and snapshot=on (if off it works)

2008-12-01 Thread paolo pedaletti
message", it's not a filesystem problem but an option problem (snapshot=on doesn't work, snapshot=off works) Any suggestion? thank you. -- Paolo Pedaletti -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] M

Re: networking setup problem

2008-07-20 Thread paolo pedaletti
Ciao Lynn: I can post or email you my working config info if you really need it, but I think you are really close to getting this working. ok, let me trying few more times ... :-) thank you for the answer (David Mair too) -- Paolo Pedaletti -- To unsubscribe from this list: send the line

Re: networking setup problem

2008-07-20 Thread Paolo Pedaletti
twork eth0 while all eth1 10.0.2.0/24 internal nothing. :-( someone has tried a working setup for 2 network connections, one "public" and one "private" ? thank you. -- /* Paolo Pedaletti, * [EMAIL PROTECTED] www.pedaletti.it */ -- To unsubscribe from this list: send the

Re: networking setup problem

2008-07-20 Thread Paolo Pedaletti
the 2 VM) I obtain always the same IP even if the macaddress are different (always 10.0.2.15) Other ideas? thank you. -- /* Paolo Pedaletti, * [EMAIL PROTECTED] www.pedaletti.it */ -- 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

networking setup problem

2008-07-16 Thread paolo pedaletti
;-8<----8<-- eth0 works for all the VM, eth1 doesn't. constrain: no dhcp, all static ip any suggestion? thank you in advance. -- Paolo Pedaletti -- 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