Displaying 20 results from an estimated 300 matches similar to: "Unexplained shutdown of VM on upgrade of libvirt package"
2016 Apr 25
1
Please assist -- Unable to remove '-' character from char vector--
Thank you Jim,
The code did assist me to get the what I needed.
Also, I learnt that there are different types of dashes
(en-dash/em-dash/hyphen) as explained on this site :
http://www.punctuationmatters.com/hyphen-dash-n-dash-and-m-dash/
I achieved it by executing below command after going through this page
on stackoverflow:
2015 Mar 02
2
QEMU interface type=ethernet
With Libvirt under modern kernels, you can't use <interface
type='ethernet'> unless QEMU is running as root.
Running qemu as root is not ideal, but I was able to track down the
issue to this linux change:
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=ca6bb5d7ab22ac79f608fe6cbc6b12de6a5a19f0
Which means that if you're seeing errors like this:
2018 Nov 12
1
virsh reboot "in shutdown" state?
Hi all,
I've got a weird issue, and I'm trying to confirm if it's a bug, and if so, if there is a workaround until it is fixed.
The situation is this: If I virsh reboot <domain> --mode acpi, it will actually reboot the domain cleanly (watching from the console allows me to see the full shutdown messages, followed by a bootup). However, after this point, virsh domstate
2012 Aug 29
0
network settings for an isolated network
Hi,
I try to configure a kvm with a NIC, but no attached network to this
NIC.
I tried following methods:
1. Create a generic ethernet connection
I configured the VM with following interface section:
<interface type='ethernet'>
<script path='/root/noscript.sh'/>
<target dev='myvm_nic0'/>
<interface/>
The script /root/noscript.sh
2015 Mar 02
0
Re: QEMU interface type=ethernet
On 3/2/2015 1:41 PM, Brian Rak wrote:
> With Libvirt under modern kernels, you can't use <interface
> type='ethernet'> unless QEMU is running as root.
>
> Running qemu as root is not ideal, but I was able to track down the
> issue to this linux change:
>
>
2014 Jul 19
1
Re: i686 guest failing to start at 50a2c45 (and earlier versions of 2.1-rc) with pc-i440fx-2.1
On Fri, Jul 18, 2014 at 11:58 PM, Andrey Korolyov <andrey@xdel.ru> wrote:
> Hello,
>
> 2.0 model works fine
>
> 2.1 crashes with following:
>
> /tmp/buildd/qemu-2.0.92+rev1/hw/i386/smbios.c:825: smbios_get_tables:
> Assertion `smbios_smp_sockets >= 1' failed
>
> Not sure if bisect will help much, but the commit which introduced
> this platform works
2016 Apr 25
0
Please assist -- Unable to remove '-' character from char vector--
Hi Sunny,
Try this:
# notice that I have replaced the fancy hyphens with real hyphens
end<-c("2001-","1992-","2013-","2013-","2013-","2013-",
"1993-2007","2010-","2012-","1984-1992","1996-","2015-")
splitends<-sapply(end,strsplit,"-")
last_bit(x)
2020 May 13
0
Running libvirtd inside chroot (mock to be precise)
Hi,
I was wondering whether it's possible to run libvirtd inside a chroot
environment.
The assumption is that only one instance of libvirtd would be running on
the machine at a time, but still, inside chroot.
Currently in my chroot env I have:
- /dev/kvm added with mknod
- /dev/vhost-net added with mknod
- mounted:
- /dev/net
- /dev/shm
- /run/dbus
When I run libvirtd in
2016 Mar 17
1
Broken KVM System CentOS 7.2
Am Donnerstag, 17. M?rz 2016, 08:57:40 CET schrieb Gordon Messmer:
> On 03/17/2016 08:26 AM, G?nther J. Niederwimmer wrote:
> > Have any a hint why ?
The Problem is starting on three different Server, near to the same time ????
This is my Panic Situation.
> You're going to have to provide logs, or error messages, or something.
This is a a log from a client ?
starting up
2012 Jul 11
1
KVM upgrade to 6.3
Hello,
I upgraded my centos 6.2 machine (KVM virtualization host) to 6.3.
Do I need to upgrade my virtual machine config files?
Result: /etc/libvirt/qemu/*.xml
<type arch='x86_64' machine='rhel6.2.0'>hvm</type>
Expected result:
<type arch='x86_64' machine='rhel6.3.0'>hvm</type>
--
Chris
2015 Dec 11
1
Differences between pc and q35
Hi all,
What are the differences between pc and q35?? By default,
virt-manager+libvirt setups kvm guest machine as a pc-i440fx-rhel7.1.0.
[hicheck at ckvm015 ~]$ /usr/libexec/qemu-kvm -machine ?
Supported machines are:
pc RHEL 7.1.0 PC (i440FX + PIIX, 1996) (alias of
pc-i440fx-rhel7.1.0)
pc-i440fx-rhel7.1.0 RHEL 7.1.0 PC (i440FX + PIIX, 1996) (default)
pc-i440fx-rhel7.0.0
2014 Jun 02
0
numa support question on centos 6.5
Hi, All
The vm can't start when using numa based on centos 6.5(kernel:
kernel-2.6.32-431.17.1.el6.x86_64,
qemu-kvm: qemu-kvm-0.12.1.2-2.415.el6_5.8.x86_64). My numa setting in vm
xml is the following:
--------------------
<numatune>
<memory mode='strict' nodeset='1'/>
</numatune>
--------------------
When 'nodeset' sets '0', the
2016 Apr 25
3
Please assist -- Unable to remove '-' character from char vector--
Hi,
I have a char vector with year values. Some cells have single year
value '2001-' and some have range like 1996-2007.
I need to remove hyphen character '-' from all the values within the
character vector named as 'end'. After removing the hyphen I need to
get the last
number from the cells where there are year range values i.e if the
cell has range 1996-2007, the code
2012 Nov 25
0
KVM (Centos 6.3 64bit): Windowx XP is very slow
Dear all,
I install centos 6.3-64bit in a new server and also installed KVM using yum. Then I create a new virtual machine(i686) to install windows xp, but it's very slow, do you know why?
Server: CPU: i7 3370, Memory: 16GB.
Virtual machine: 1 cpu and 1GB ram. type: i686
KVM information:
qemu 4223 1 9 15:10 ? 00:00:41 /usr/libexec/qemu-kvm -S -M rhel6.3.0 -cpu
2018 Jun 25
1
Installing support for q35 chipset
Hello
I have recently had to reinstall Centos 7.5 to on host computer. I have
not be able to set-up qemu to support the q35 chip set. I have several
virtual machines that require q35. This is not my first install, I have
configured libvirt on many machines in the past, it just worked, it has
not required any manual configuration.
[root at sj aadmin]# /usr/libexec/qemu-kvm -machine help
2015 Jun 30
0
Windows 10 tech preview build 10130
On 06/29/2015 02:04 PM, Kanwar Ranbir Sandhu wrote:
> On Mon, 2015-06-29 at 13:47 -0700, Greg Bailey wrote:
>> I've installed it on a KVM guest on a CentOS 7 host.
>
> I was hoping it wasn't going to come to that. That is, I hope it's not a
> CentOS 6 issue.
>
>> I've always had more success using the drivers obtained from running the
>> spice guest
2005 May 25
0
CORRECTION: I must modify/clarify my statement about .0 releases ...
In looking through Red Hat's FTP site, I can find no such statement
with regards to "do not use on production servers" in any README or
Release Notes of Hurricane, Hedwig, Guinness or Psyche
(Red Hat Linux 5.0, 6.0, 7 and 8.0, respectively).
What I have found in my archives is a cutting from the official Red
Hat Network (RHN) announcement of Psyche (8.0) that says two things:
1)
2012 Aug 16
0
vm pxe fail
Hallo
I have a kvm vm that I am attempting to boot from pxe. The dhcp works perfectly and I can see the VM in the pxe server arp. but the tftp just times out. I don't see any tftp traffic on either the physical host or on the pie server. I am using a bridged interface. I have tried using several virtual nic drivers, several different mac addresses and several different ips. on the physical
2008 Jun 12
2
Wine 1.0 release date to clash with Firefox 3
According to http://wiki.winehq.org/WineReleasePlan the new release date for Wine 1.0 is set to June 17.
However the Firefox 3.0 release date is also set to June 17.
http://developer.mozilla.org/devnews/index.php/2008/06/11/coming-tuesday-june-17th-firefox-3/
Their release is planned to be high profile and they even plan to set a Guinness world record for downloads in a single day!
2012 Sep 06
2
C6 VM text install not recognizing LV
Hi,
I am trying to install a C6 VM on C6 using the text installer using:
# virt-install -n C6_1 -r 3072 --os-variant=rhel6 -l \
ftp://ftp.nluug.nl/site/centos.org/CentOS/6.3/os/x86_64/ --disk \
path=/dev/VG1/vm_c6_1 -w network:default --nographics \
-x "console=ttyS0" --autostart
/dev/VG1/vm_c6_1 has been successfully created. The installation starts
but once I get to the disk