ipv6 NAT; accept_ra errors and about network choice

2020-08-10 Thread Ian Wienand
Hello, Firstly THANK YOU for the IPv6 NAT support merged in 6.5. It has been almost impossible to get IPv6 into a VM on a laptop that switches between wifi and wired (dock) connections, because you can not add a wifi interface to a bridge. I know NAT is against the IPv6 end-to-end xen but it mak

Re: Problem with xen config

2020-08-10 Thread Jim Fehlig
On 8/10/20 2:03 PM, Christoph wrote: I use this command: virsh domxml-from-native xen-xl /etc/xen/marax_hvm.cfg If this line: pci = [ "01:00.0", "01:00.1", "01:00.2", "01:00.3", "00:1f.3", "06:00.0" ] is activated I get this error: error: An error occurred, but the cause is unknown That's

Re: Problem with xen config

2020-08-10 Thread Christoph
I use this command: virsh domxml-from-native xen-xl /etc/xen/marax_hvm.cfg If this line: pci = [ "01:00.0", "01:00.1", "01:00.2", "01:00.3", "00:1f.3", "06:00.0" ] is activated I get this error: error: An error occurred, but the cause is unknown If I comment this line out then it works... -

Re: Problem with xen config

2020-08-10 Thread 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", "00:1f.3", "06:00.0" ] this still doesnt work :( You'll need to provide more info :-). What doesn't work and what is the error/failure? Regards, Jim

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 wrote: xen_platform_pci=1 This setting is not supported in th

Re: Question for smbios

2020-08-10 Thread Alvin Starr
You do not need to pass parameters through smbios. When you define the image using XML create a cdrom image. The cdrom image must containĀ  meta_data.jsonĀ  and network_data.json files. The following is the ansible snippet I use to create the CD image. genisoimage -output {{ cloud_init_iso_dir }

Re: Problem with xen config

2020-08-10 Thread Laine Stump
On 8/10/20 4:38 AM, Christoph wrote: 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 =

Re: Problem with xen config

2020-08-10 Thread Jim Fehlig
On 8/10/20 2:38 AM, Christoph wrote: 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 =

Re: Installing Kali Linux using KVM virt-install tool

2020-08-10 Thread Pavel Hrdina
On Fri, Aug 07, 2020 at 07:59:05PM +0530, Kaushal Shriyan wrote: > Hi Pavel, > > I am running virt-install version 1.5.0 on CentOS Linux release 7.6.1810 > (Core) server. > > #virt-install --name=kalilinux --file=/linuxkvmaddgbdisk/kalilinux.img > --file-size=50 --nonsparse --vcpu=2 --ram=4096 --

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

Re: Question for smbios

2020-08-10 Thread David
Thanks Pavel! Time to update the host to debian 10. I didn't realize it was that old. I will respond back later if there are any issues. Thanks for looking into it deeply. I will watch out for python 3, but it probably won't cause me much trouble and will feel good to get up to date. Kind regards

Re: Question for smbios

2020-08-10 Thread Pavel Hrdina
On Mon, Aug 10, 2020 at 12:49:37AM -0500, David wrote: > I am reposting this because it's been 2 or 3 weeks. > > Hello, > > Hopefully this is the right place to send a question like this... > > I'm attempting to automate creation of VMs using virt-install and a > cloud-init disk image. To get th