Re: Problem with xen hvm DomU

2021-01-08 Thread Christoph
27;ve figured something out in the meantime. On 9/10/20 7:31 AM, Christoph wrote: I think its again a translate error of domxml-from-native... This is the line in xl config: vif = [ "mac=00:16:3e:05:30:04,bridge=xenbr5,script=vif-bridge,type=vif", "mac=00:16:3e:04:30:04,bridge=xenb

Re: Problem with xen hvm DomU

2020-09-10 Thread Christoph
... there is the type "netfront" and nothing about type=vif. I've tried to set it to model type='vif' but it doesnt work to... --- -- Greetz Am 09.09.2020 05:12, schrieb Jim Fehlig: On 9/8/20 7:55 AM, Christoph wrote: It seems there is

Re: Problem with xen hvm DomU

2020-09-08 Thread Christoph
It seems there is a problem with more than 3 NIC's... If I delete one nick from the config then it starts without problems... --- -- Greetz Am 03.09.2020 14:28, schrieb Christoph: Hi can someone say me whats wrong in this config: fenrir.chao5.int 7aedcd03-54e8-4055-8d1b-37dd341

Re: Problem with xen hvm DomU

2020-09-03 Thread Christoph
"c" disk = [ "phy:/dev/vg_astarte/lv_fenrir_root,hda,w", "phy:/dev/vg_astarte/lv_fenrir_swap,hdb,w" ] and this config works with xl create... --- -- Greetz Am 03.09.2020 14:28, schrieb Christoph: Hi can someone say me whats wrong in thi

Re: Problem with a RAW Disk and Xen

2020-09-03 Thread Christoph
If your disk XML contains , which your earlier example did, then the conversion is correct since it maps to backendtype=qdisk. If however your XML contains and it maps to backendtype=qdisk, then we have a bug. my native configuration has: "phy:/dev/mapper/keys,xvdz,r" and virsh domxml-from-na

Problem with xen hvm DomU

2020-09-03 Thread Christoph
Hi can someone say me whats wrong in this config: fenrir.chao5.int 7aedcd03-54e8-4055-8d1b-37dd34194859 2097152 2097152 2 hvm /usr/lib/xen/boot/hvmloader /usr/lib64/xen/boot/hvmloader destroy restart restart

Re: Problem with a RAW Disk and Xen

2020-08-27 Thread Christoph
"phy:/dev/mapper/keys,xvdz,r" As expected you are using blkback. hm then it seems that there is a bug in domxml-from-native virsh translation... I've done the xml config with: virsh domxml-from-native xen-xl...

Re: Problem with a RAW Disk and Xen

2020-08-27 Thread Christoph
Using blkback works for me, e.g. . what is the diff to 'qemu'? What xl config did you use? It doesn't work for me if I specify qdisk and readonly. E.g. the following does not work "backendtype=qdisk,format=raw,vdev=xvdz,access=ro,target=..." "phy:/dev/mapper/keys,xvdz,r" Greetz

Problem with a RAW Disk and Xen

2020-08-27 Thread Christoph
Hi All, I have in config of 2 Xen DomU's this disk: If I start the DomU's then all starts without problem, see this in log of the DomU: { "pdev_path": "/dev/mapper/keys", "vdev": "xvdz", "backend": "qdisk", "format":

Re: Problem with xen config

2020-08-10 Thread Christoph
e cause is unknown If I comment this line out then it works... --- -- Greetz Am 10.08.2020 21:56, schrieb Jim Fehlig: On 8/10/20 1:20 PM, Christoph wrote: oh cool it translates more THX... but: pci = [ "01:00.0", "01:00.1", "01:00.2", "01:00.3", "

Re: Problem with xen config

2020-08-10 Thread Christoph
oh cool it translates more THX... but: pci = [ "01:00.0", "01:00.1", "01:00.2", "01:00.3", "00:1f.3", "06:00.0" ] this still doesnt work :( --- -- Greetz Am 10.08.2020 17:23, schrieb Jim Fehlig: On 8/10/20 2:38 AM, Christoph wr

Re: Problem with xen config

2020-08-10 Thread Christoph
xen_platform_pci=1 This setting is not supported in the libvirt libxl driver, but AFAICT libxl sets the default to 'true' for HVM guests. pci_msitranslate=1 This is also not supported in libvirt and unfortunately defaults to 'false'. pci_permissive = 1 Patches have been submitted for th

Problem with xen config

2020-07-27 Thread Christoph
Hi all, I 've such a config on xen (4.14): name = "marax.chao5.int" uuid = "e0de3cb7-3937-417d-8d63-b0993b377b6a" maxmem = 16384 memory = 16384 kernel = '/usr/lib64/xen/boot/hvmloader' vcpus = 16 rtc_timeoffset = 0 localtime = 1 on_poweroff = "destroy" on_reboot = "restart" on_crash = "restart"

Re: build problem with libxl

2020-02-20 Thread Christoph
4.12.2-1.el7.x86_64 : Libraries for Xen tools Repo: centos7-x86_64-xen Matched from: Filename: /usr/lib64/libblktapctl.so.0.1.1 Filename: /usr/lib64/libblktapctl.so.0 etc... --- -- Greetz Am 20.02.2020 16:11, schrieb Ján Tomko: On Thu, Feb 20, 2020 at 12:40:35PM +0100, Christoph

Re: build problem with libxl

2020-02-20 Thread Christoph
.gitef529e6ab.el7.x86_64 even with --with-libxl it doesnt work... --- -- Greetz Am 20.02.2020 11:31, schrieb Ján Tomko: On Thu, Feb 20, 2020 at 11:16:08AM +0100, Christoph wrote: Hi all since 5.9.0 configure doesnt find the libxl libs/headers... It works With 5.8.0, with 5.9.0 not... not even if I set

build problem with libxl

2020-02-20 Thread Christoph
Hi all since 5.9.0 configure doesnt find the libxl libs/headers... It works With 5.8.0, with 5.9.0 not... not even if I set --with-libxl What can be the problem? -- -- Greetz

Re: PCI/GPU Passthrough with xen

2020-02-14 Thread Christoph
Hi the machine starts now but the config between libvirt (xml) and xen seems to be different, because with xen cfg it starts as it should and with libvirt conf it hangs at the boot process of win10... does someone see a difference what is responsible for the problem? Thats the xen config (worki

Re: PCI/GPU Passthrough with xen

2020-02-04 Thread Christoph
Am 31.01.2020 23:07, schrieb Jim Fehlig: On 1/30/20 1:24 AM, Christoph wrote: Hi All, it is possible to use pci/gpu passthrough with xen and libvirt? If yes, how is the syntax? Can I get an example? Yes, host PCI

PCI/GPU Passthrough with xen

2020-01-30 Thread Christoph
Hi All, it is possible to use pci/gpu passthrough with xen and libvirt? If yes, how is the syntax? Can I get an example? -- -- Greetz

Re: [libvirt-users] 5.2.0 xen and maxGrantFrames

2019-04-26 Thread Christoph
_nr_frames should be 128 Am 2019-04-26 11:47, schrieb Pavel Hrdina: On Fri, Apr 26, 2019 at 11:25:13AM +0200, Christoph wrote: What is the error message that you get? Pavel -- -- Greetz ___ libvirt-users mailing list libvirt-users@redhat

[libvirt-users] 5.2.0 xen and maxGrantFrames

2019-04-26 Thread Christoph
Hi libvirt 5.2.0 should support maxGrantFrames setting for xen (changelog). I get ever an error if I use it in the config: satan.chao5.int f1f96b1c-fb75-4707-afb7-604d696d29cc 3145728 3145728 4 pygrub xenpvh destroy restart restart

Re: [libvirt-users] xen and libvirt

2019-01-05 Thread Christoph
I've tried to set it in libxl.conf, but this doesnt work to. Am 2019-01-04 18:42, schrieb Jim Fehlig: On 1/4/19 9:14 AM, Christoph wrote: Hi Does someone know how it is possible these parameters: e820_host max_grant_frames to set with libvirt xml config? Currently, those settings are

[libvirt-users] xen and libvirt

2019-01-04 Thread Christoph
Hi Does someone know how it is possible these parameters: e820_host max_grant_frames to set with libvirt xml config? I use them with xl config but I want to change to libvirt config/tools. (with libvirt 4.10 it is possible to start pvh domains) -- -- Greetz __

[libvirt-users] provisioning with vagrant-libvirt leaves .img file only readable by root

2017-02-15 Thread Hans-Christoph Steiner
I'm using libvirt on Debian/stretch (testing) with vagrant and the vagrant-libvirt plugin. When I import a vagrant box (jessie64.box), the resulting file permssions let anyone in the "kvm" group read the img. But when I build upon that box, only root can read it: -rw--- 1 root root 2

[libvirt-users] Ownerships of VMs and Image files

2014-01-07 Thread Christoph Pleger
have is that every user can only access the VMs and image files he or she created himself/herself, as long as he/she does not explicitly set other permissions. Is it possible to achieve that? Regards Christoph ___ libvirt-users mailing list libvirt

Re: [libvirt-users] livemigration over specific bridge/nic?

2011-03-25 Thread Christoph Raible
Am 25.03.2011 05:45, schrieb Osier Yang: 于 2011年03月24日 20:33, Christoph Raible 写道: Hi @all, I have a question about the livemigration with libvirt / kvm. I have two bridges configured in my setup of each host. Now I want to set br1 (private network) as default NIC for live migration

[libvirt-users] livemigration over specific bridge/nic?

2011-03-24 Thread Christoph Raible
but after that the livemigration doesn't works. If you need more details please tell me :) Regards, Christoph -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid Zech Vorsitzender des Aufsichtsrats/ Chairman of the Supervisory

[libvirt-users] error : remoteDispatchAuthPolkit:3799 : Policy kit denied action org.libvirt.unix.manage from pid 2381

2011-03-21 Thread Christoph Raible
. Best Regards Christoph Raible -- Vorstand/Board of Management: Dr. Bernd Finkbeiner, Dr. Roland Niemeier, Dr. Arno Steitz, Dr. Ingrid Zech Vorsitzender des Aufsichtsrats/ Chairman of the Supervisory Board: Michel Lepert Sitz/Registered Office: Tuebingen Registergericht/Registration Court:

Re: [libvirt-users] unable to connect to libvirtd at '*': No route to host

2011-03-10 Thread Christoph Raible
Am 10.03.2011 14:30, schrieb Christoph Raible: Hi @all, I have the following systems: AMD Processor Scientific Linux 6.0 Kernelversion: 2.6.32-71.18.2.el6.x86_64 KVM / Libvirt out of the repository I've setup my TLS-Certificates with the following howto /http://wiki.libvirt.org/page/TLS

Re: [libvirt-users] unable to connect to libvirtd at '*': No route to host

2011-03-10 Thread Christoph Raible
Am 10.03.2011 15:02, schrieb kna...@gmail.com: Christoph Raible wrote on 10/03/11 16:30: Hi @all, I have the following systems: AMD Processor Scientific Linux 6.0 Kernelversion: 2.6.32-71.18.2.el6.x86_64 KVM / Libvirt out of the repository I've setup my TLS-Certificates with the foll

[libvirt-users] unable to connect to libvirtd at '*': No route to host

2011-03-10 Thread Christoph Raible
nge (ping works fine) Passwordless ssh-login also works fine! If I connect to a server with qemu+ssh://nebula3/system all wroks fine... Installation with virt-manager an bridged networkinterface also works fine... Did anyone of you have an idea where my problem is? Thanks for Help :) Rega