Re: [Qemu-discuss] qemu dhcp issue

2015-01-25 Thread Donald R Laster Jr
inside the VM and edit appropriate files. -vlad -- =============== Donald R. Laster Jr. 25 Heidl Ave West Long Branch, NJ 07764 Email : las...@dlaster.com dlas...@vzw.blackberry.net Phone : (732) 263-9235 (Home Evening) (732) 263-9236 (Home Office) (978)

Re: [Qemu-discuss] mysql and kvm

2015-03-01 Thread Donald R Laster Jr
Thomas, Take a look at the memory allocation for the VM. That would be one thing that might be an issue. Maybe in the compute intensive periods unexpected paging is going on. Maybe take a look at the processing with top. Don Thomas Manninger wrote on 02/21/2015 07:02 AM: Hi, i have a

Re: [Qemu-discuss] Install multiple forks of QEMU

2016-09-08 Thread Donald R Laster Jr
Stephen, When building the various software packages use the following configuration --prefix like this: --prefix=/opt/qemu/qemu-${VARIANT} When you do the "make install" you will get the software installed in a directory structure like this (where VARIANT has values of RISC-V, NVMe, e

Re: [Qemu-discuss] PintOS on QEMU

2016-10-02 Thread Donald R Laster Jr
Peter Maydell wrote on 10/01/2016 03:24 PM: > On 1 October 2016 at 01:06, Amogh Mannekote wrote: >> I'm trying to run Pint OS on QEMU, and the qemu command gets executed from a >> Perl file. At this point., it refuses to take ANY command line options >> whatsoever by displaying the error: >> qem

Re: [Qemu-discuss] VNC port conflict

2017-01-22 Thread Donald R Laster Jr
This is how I addressed the need to try and select unique ports for the VNC and Spice environments. This is from a Bash script used to start each VM. #=# # Spice and VNC Settings

Re: [Qemu-discuss] windows guest became unactivated when qemu upgrade

2017-05-11 Thread Donald R Laster Jr
Richard Zhang, win2k8 might have detected that the "hardware" environment it is running under has changed. When Microsoft Windows products execute the registration process they apparently lock themselves down to the hardware they are being executed upon. So if the CPU information changed t

Re: [Qemu-discuss] [Qemu-devel] How to stop `qemu-system-x86_64 ...` instead of `kill -9`?

2017-07-13 Thread Donald R Laster Jr
Sam, I make use of QMP to do the shutdown of the QEMU VMs on Linux. The RC script is what I use to start and stop the VMs I run when starting and stopping the systems running the VMs. Look at the function stop_one_qemu_vm in the attached RC script and see if that would help do what you want

Re: [Qemu-discuss] virt-install and bridged interfaces

2017-11-29 Thread Donald R Laster Jr
Dan MacDonald wrote on 11/28/2017 01:57 PM: Hi qemu list I have a CentOS 6 disk image I created with Packer which I would like to use with a network manager bridged network interface (virbr0) under libvirt/KVW/qemu. I can run the image under qemu/KVM with working bridged networking using a com

Re: [Qemu-discuss] virt-install and bridged interfaces

2017-11-29 Thread Donald R Laster Jr
never gets assigned an address after importing into virt but it works fine under qemu. Thanks Dan On Wed, Nov 29, 2017 at 12:14 PM, Donald R Laster Jr wrote: Dan MacDonald wrote on 11/28/2017 01:57 PM: Hi qemu list I have a CentOS 6 disk image I created with Packer which I would like to use

Re: [Qemu-discuss] Windows 10 vm's reboot only after issuing the command twice

2018-03-02 Thread Donald R Laster Jr
Sebastian, Could you be dealing with a locked screen where the first reboot command is sending a "ctl-alt-del" that unlocks the screen and the second reboot command send a second "ctl-alt-del" that is actually telling Windows-10 to reboot? One way that might be useful to see if that is th

Re: [Qemu-discuss] Windows 10 vm's reboot only after issuing the command twice -- typo fix

2018-03-02 Thread Donald R Laster Jr
Sebastian, Could you be dealing with a locked screen where the first reboot command is sending a "ctl-alt-del" that unlocks the screen and the second reboot command send a second "ctl-alt-del" that is actually telling Windows-10 to reboot? One way that might be useful to see if that is th

Re: [Qemu-discuss] Windows 10 vm's reboot only after issuing the command twice

2018-03-04 Thread Donald R Laster Jr
Sebastian Arcus wrote on 03/04/2018 09:57 AM: > > On 03/03/18 01:36, Donald R Laster Jr wrote: >> Sebastian, >> >>    Could you be dealing with a locked screen where the first reboot command >> is sending a "ctl-alt-del" that unlocks the screen and the

Re: [Qemu-discuss] Guest to Guest networking

2018-04-28 Thread Donald R Laster Jr
Lars, I am using an older version of QEMU and all of the VMs can talk to each other. I set up the networking based upon this: #=# # Ethernet Devices (Both lines are required for the interface)# #

Re: [Qemu-discuss] FreeDOS in qemu: no internet-connection

2018-09-16 Thread Donald R Laster Jr
Christian, Try this (1.4.x): -net nic,macaddr=52:54:00:10:01:1F,vlan=0,model=e1000 -net tap,vlan=0,helper=/usr/libexec/qemu-bridge-helper or this (2.12.x/3.0.x): -nic tap,mac=52:54:00:10:02:02,model=e1000,helper=/opt/vms/qemu/qemu_2.12.0/libexec/qemu-bridge-helper or a vari

Re: [Qemu-discuss] issues on slackware64 with latest

2013-09-03 Thread Donald R Laster Jr
splay curses > > it takes me all the way into the failing to boot, then pxe boot, etc. > I've tried this on 2 systems, one with nvidia driver, the other with > open source ati drivers. qemu works fine on a separate ubuntu install > but its using 1.4.x. i also found the using vnc works fine too

Re: my simple OS won't boot in QEMU

2021-04-03 Thread Donald R Laster Jr
Bill, The first question to consider is how did you remove /dev/sda4? Did you use [c]fdisk, or an appropriate W95/DOS disk partition tool, to delete the /dev/sda4 partition, or was some other manual method used (i.e. a short cut copy process). It is possible the loader is expecting specifi