Displaying 20 results from an estimated 6000 matches similar to: "help about libvirt console"
2010 Jul 14
3
Do we have a tree to support 2.6.34 dom0 kernel
Hi Pasik,
Do we have a way to build a 2.6.34 kernel as dom0 kernel
can you show me the way?
Thanks
Lei
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2010 May 19
4
xen4.0.0 64 bit boot "panic on cpu 0, crc errror"
Hi experts,
I boot the xen4.0.0 with gpxe and boot xen 32 bit works well
but when I try boot xen 64 bit, the error happens
(XEN)Brought up 16 cpus
(XEN) *** LOADING DOMAIN 0 ***
(XEN) ****************************************
(XEN) Panic on CPU 0:
(XEN) crc error
(XEN) ****************************************
Can you give me a light?
Thanks
Lei
--
"We learn from failure, not from
2010 May 19
4
xen4.0.0 64 bit boot "panic on cpu 0, crc errror"
Hi experts,
I boot the xen4.0.0 with gpxe and boot xen 32 bit works well
but when I try boot xen 64 bit, the error happens
(XEN)Brought up 16 cpus
(XEN) *** LOADING DOMAIN 0 ***
(XEN) ****************************************
(XEN) Panic on CPU 0:
(XEN) crc error
(XEN) ****************************************
Can you give me a light?
Thanks
Lei
--
"We learn from failure, not from
2007 Apr 18
0
[Bridge] Virtual network and bridges
Hi everybody !
I'll try to explain first what I would like to do with the functionalities of tap and bridge interfaces, qemu, some isos(I used slax(slackware live cd))
and the forwarding mechanisms of the Linux kernel.
I'd like to simulate such a network:
Internet
|
(eth0:@public address)
* host *
|
br0 (@192.168.0.254)
2010 May 15
1
what''s wrong with my pv domU console? INIT: Id "1" respawning too fast: disabled for 5 minutes
Hi Pasi,
if I don''t change the tty to hvc it will stopped on
Kernel 2.6.31.13 on i686 (console)
localhost login: root
Kernel 2.6.31.13 on i686 (console)
localhost login: root
Kernel 2.6.31.13 on i686 (console)
localhost login: root
After I change it to hvc0 followed the twiki page the log is
Remounting root filesystem in read-write mode: [ OK ]
Mounting local filesystems: [ OK
2010 May 18
7
How to build a 64 bit xen
Hi experts,''
I build xen on my 64 bit redhat with "make xen", I got the image
xen-4.0.0.gz
then
$gunzip xen-4.0.0.gz
$file xen-4.0.0
it tells me it''s 32 bit,but I saw it link the 64 bit lib
Thanks
Lei
--
"We learn from failure, not from success!"
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2010 May 18
7
How to build a 64 bit xen
Hi experts,''
I build xen on my 64 bit redhat with "make xen", I got the image
xen-4.0.0.gz
then
$gunzip xen-4.0.0.gz
$file xen-4.0.0
it tells me it''s 32 bit,but I saw it link the 64 bit lib
Thanks
Lei
--
"We learn from failure, not from success!"
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2013 Nov 27
1
glusterfs poor performance for my local machine (host and client on the same machine)
Hi experts
I have a machine which have 5 hard disk
I want to use glusterfs to fast my disk
my machine's IP is 123.224.178.67
my steps
1)create the volume
gluster volume create vol1 123.224.178.67:/buildarea2
123.224.178.67:/buildarea3
123.224.178.67:/buildarea4 123.224.178.67:/buildarea5 123.224.178.67:
/buildarea6
2)start the volume
gluster volume start vol1
3)mount the volume
2010 May 21
10
What''s the different for "dom0_max_vcpus=4 dom0_vcpus_pin" and "dom0_max_vcpus=4" ?
Hi experts,
Q1:What''s the different for "dom0_max_vcpus=4 dom0_vcpus_pin" and
"dom0_max_vcpus=4" ?
which will get better performance
Q2: dom0_max_vcpus=4 means "core0-3 will be just used by dom0" or means "4
cores(not dedicate cores) will be used by dom0, eg: core2-5 or core3-6?
Q3.what does mean "nosmp" , xen, dom0,domU, will just use one
2010 May 21
10
What''s the different for "dom0_max_vcpus=4 dom0_vcpus_pin" and "dom0_max_vcpus=4" ?
Hi experts,
Q1:What''s the different for "dom0_max_vcpus=4 dom0_vcpus_pin" and
"dom0_max_vcpus=4" ?
which will get better performance
Q2: dom0_max_vcpus=4 means "core0-3 will be just used by dom0" or means "4
cores(not dedicate cores) will be used by dom0, eg: core2-5 or core3-6?
Q3.what does mean "nosmp" , xen, dom0,domU, will just use one
2010 Jul 19
1
How to create a guest os from existing disk image file with virt-install
Hi
I have configured KVM with Fedora Core 13 by enabling the KVM virtualization
option while installing OS.
I have successfully created the guest OS by using the virt-install API
/usr/sbin/virt-install --name centos5 --ram 512 --disk
path=/var/lib/libvirt/images/
centos.img,size=5 --network network:default --accelerate --vnc -c
/tmp/CentOS-5.3-i386-bin-DVD.iso
Os installed successfully and after
2019 Sep 16
0
Re: virsh -c lxc:/// setvcpus and <vcpu> configuration fails
On Sun, Sep 15, 2019 at 12:21:08PM +0200, info@layer7.net wrote:
>Hi folks!
>
>i created a server with this XML file:
>
><domain type='lxc'>
> <name>lxctest1</name>
> <uuid>227bd347-dd1d-4bfd-81e1-01052e91ffe2</uuid>
> <metadata>
> <libosinfo:libosinfo
2011 Jul 28
0
Snapshot error "command savevm not found"
Attempting to take snapshots of VM using virsh with the following command,
# virsh -c qemu:///system snapshot-create CentOS6-x86-001
Results in the following error,
error: internal error unable to execute QEMU command 'savevm': The command
savevm has not been found
The VM's virtual disks are qcow2. Below is the XML file for this vm
------------
<domain type='kvm'
2011 Aug 02
1
Snapshot error "command savevm not found"
Attempting to take snapshots of VM using virsh with the following command,
# virsh -c qemu:///system snapshot-create CentOS6-x86-001
Results in the following error,
error: internal error unable to execute QEMU command 'savevm': The command
savevm has not been found
The VM's virtual disks are qcow2. Below is the XML file for this vm
------------
<domain type='kvm'
2014 Jul 07
1
virsh: cannot start domain with channel device,
Here is what I got.
root ubuntu:/home/john# virsh start ubuntu2
error: Failed to start domain ubuntu2
error: internal error Process exited while reading console log output: char device redirected to /dev/pts/1
bind(unix:/var/lib/libvirt/qemu/ubuntu2.libguestfs): Permission denied
chardev: opening backend "socket" failed: Permission denied
root ubuntu:/home/john# ll
2013 Mar 17
1
Unable to connect to console to recently cloned VM's
Hi all.
I was using libvirt under Debian squeeze (I guess it was
0.8.3-5+squeeze4 or something similar). I was able to clone machines
with below command:
sudo virt-clone --connect=qemu:///system -o template -n
template_clone -f /var/lib/libvirt/images/template_clone.qcow2
After that I was able to start the VM and connect to the console:
sudo virsh console template_clone
I recently Installed
2010 Dec 15
1
KVM Virtualisation, Console output no longer working
Hi,
I used to use KVM for virtualisation and have now moved back to it, but I
have a problem.
When i used to install the guest machine with virt-install i used to use
the -x "extra args" part to set the console for the install and guest, but
it no longer works.
Here is the command i use:
virt-install -n server01 -r 512 --os-variant=virtio26 -c /isos/c5u5.iso
--nographics
2016 May 19
1
libvirt on Raspberry Pi, block by parameter "-S"
Hi
I have used libvirt on Raspberry Pi Debian.
I can start the vm, but it just starts and doesn't continue.
I find the qemu-system-arm command generated by virsh has a parameter "-S", when I copy the command, remove the parameter, run it in the console, the vm can run normally.
But I don't know how to remove the parameter in the xml file, or in virsh.
Regards
Thank you
Xu
2019 Sep 15
3
virsh -c lxc:/// setvcpus and <vcpu> configuration fails
Hi folks!
i created a server with this XML file:
<domain type='lxc'>
<name>lxctest1</name>
<uuid>227bd347-dd1d-4bfd-81e1-01052e91ffe2</uuid>
<metadata>
<libosinfo:libosinfo
xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0">
<libosinfo:os id="http://centos.org/centos/6.9"/>
2013 Feb 04
0
How to connect to console of domain on PowerPC?
Hi,
I tried to use libvirt to run KVM/QEMU on Freescale PowerPC platforms.
So far there's only one serial device (spapr-vty) defined in QEMU to work as console for IBM PSeries platform.
There's no serial device support in QEMU for Freescale PowerPC (ePAPR).
libvirt/src/qemu/qemu_command.c
/* This function generates the correct '-device' string for character
* devices of each