similar to: Error starting domain: internal error: missing IFLA_VF_INFO in netlink response

Displaying 20 results from an estimated 200 matches similar to: "Error starting domain: internal error: missing IFLA_VF_INFO in netlink response"

2015 Jan 08
0
Re: Error starting domain: internal error: missing IFLA_VF_INFO in netlink response
Hi Laine, Sorry to disturb you. It seemed this issue had been fixed in libvirt-1.2.2/libnl-3.2.22/linux-3.12. But we still got the error on PowerPC platform. I'll appreciate if you could give any suggestion. We are not sure if any netlink implementation in kernel space is missed. The scenario is a little complicated. We installed internal PF and VF kernel modules and want to use
2019 Jul 12
1
Question regarding using multiple physical functions inside a network pool.
Hello, I was planning on adding multiple physical functions using the built in SR-IOV features offered by libvirt to a create a bigger pool of virtual functions using the <forward mode='hostdev' managed='yes'> heading (I want to be able to use more virtual machines then there are virtual functions available on an ethernet port). As soon as I try to define multiple
2015 Jan 27
0
Sr-iov passthrough - no packet arrive to guest
Hi I am trying to do passthrough to guest using sriov and libvirt I tried to use both techniques from here http://wiki.libvirt.org/page/Networking#Assignment_with_.3Chostdev.3E <http://wiki.libvirt.org/page/Networking#Assignment_with_.3Chostdev.3E> Assignment from a pool of SRIOV VFs in a libvirt <network> definition Assignment with <interface
2018 Jun 25
0
failed to start guest with "<interface type='hostdev'>" type vf
Hi, Issue mentioned in https://bugzilla.redhat.com/show_bug.cgi?id=1066825 is marked as fixed in CentOS 7. However I still see issue in CentOS 7 Domain vWAAS-12KK defined from vWAAS-12KK/vWAAS-12KK.xml error: Failed to start domain vWAAS-12KK error: internal error: couldn't find IFLA_VF_INFO for VF 2 in netlink response Domain vWAAS-12KK marked as autostarted Done launching [root at
2015 Jan 28
1
Re: Sr-iov passthrough - no packet arrive to guest
I can see from different post that if working with sr-iov, i should work with vlan Is this an obligation to work with vlan if working with sr-iov? If not according to which parameter will the different vf get the traffic. Let's say i declare max_vfs=7, how will the traffic be seperated between the vm? However till i get an answer i tried to work with vlan And i still don't get
2013 Feb 07
0
Failed to to connect socket to '/var/run/libvirt/libvirt-sock': Connection refused
Hi, I tried to build and run libvirt-1.0.1 on FSL PowerPC platform. The connection to '/var/run/libvirt/libvirt-sock' is always refused. # libvirtd -d # export LIBVIRT_DEBUG=1 # export LIBVIRT_LOG_OUTPUTS="1:file:virsh.log" # virsh -c qemu:///system list 2013-01-10 04:55:20.409+0000: 2574: info : libvirt version: 1.0.1 2013-01-10 04:55:20.409+0000: 2574: debug :
2010 Oct 15
2
netlink versus pid namespaces
Hi, I have been trying to figure out how pid namespaces interact with netlink. netlink uses pids (or really tids I hope?) to address sockets associated with processes. The netlink code passes around pids without caring much about the pid namespace. It does pass around some information about the network namespace, but that doesn't help here because the pid namespace is not necessarily
2010 Oct 15
2
netlink versus pid namespaces
Hi, I have been trying to figure out how pid namespaces interact with netlink. netlink uses pids (or really tids I hope?) to address sockets associated with processes. The netlink code passes around pids without caring much about the pid namespace. It does pass around some information about the network namespace, but that doesn't help here because the pid namespace is not necessarily
2015 Jan 17
0
[Bug 995] New: netlink: Error: Unknown data type in set key 31
https://bugzilla.netfilter.org/show_bug.cgi?id=995 Bug ID: 995 Summary: netlink: Error: Unknown data type in set key 31 Product: nftables Version: unspecified Hardware: x86_64 OS: other Status: NEW Severity: normal Priority: P5 Component: nft Assignee: pablo at netfilter.org
2016 Feb 16
0
[Bug 999] conntrackd fails to start with error message regarding the netlink handler
https://bugzilla.netfilter.org/show_bug.cgi?id=999 Pablo Neira Ayuso <pablo at netfilter.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |pablo at netfilter.org --- Comment #1 from Pablo
2016 Feb 17
0
[Bug 999] conntrackd fails to start with error message regarding the netlink handler
https://bugzilla.netfilter.org/show_bug.cgi?id=999 --- Comment #2 from Wolfram Schlich <wolfram at schlich.org> --- (In reply to Pablo Neira Ayuso from comment #1) > Are you sure that your kernel supports CONFIG_NETFILTER_NETLINK and > CONFIG_NF_CT_NETLINK. Yes, pretty sure: --8<-- zephyr ~ # zgrep CONFIG_NETFILTER_NETLINK /proc/config.gz CONFIG_NETFILTER_NETLINK=y
2016 Feb 17
0
[Bug 999] conntrackd fails to start with error message regarding the netlink handler
https://bugzilla.netfilter.org/show_bug.cgi?id=999 Pablo Neira Ayuso <pablo at netfilter.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Pablo Neira Ayuso
2019 Sep 09
0
Reg: <operation not permitted><netlink socket><Qemu device>
Hi Team, I am writing a new device in QEMU, which opens and reads from Netlink socket from the hypervisor. I need this Netlink socket to support migration of connection tracking entries during VM Live migration. If I am using QEMU command directly to launch the VM, then any operation on Netlink socket works fine. But, If I am using libvirt to create the VM and attaching the device, then I am
2003 Dec 01
0
Sun PC NetLink Samba Problems
Hi Sambas, I have been using the latest Sun version of Samba on my Solaris 9 SPARC Ultra 10 for a long time now. I connect with my W2K PC to mainly play music and make backups. I recently foolishly installed the Sun Solaris PC NetLink 2.0 as an experiment. The NetLink worked but I couldn't easily work out the security - basically I don't use any as it is a home system with only myself
2000 Aug 18
1
Samba vs Solaris PC-Netlink
Does anyone have any idea how Solaris PC-Netlink compares to Samba? It seems to support ACLs (does Samba?) Also, how do they both do on the subject of being a domain controller? What I am looking for is ACL support (I am getting tired of making every possible combination of groups to deal with user needs). I also want LDAP support whereby changing the passwd from an NT system changes both the
2023 Jan 27
1
[Bridge] [PATCH net-next] netlink: provide an ability to set default extack message
On Fri, 27 Jan 2023 07:26:13 +0200 Leon Romanovsky wrote: > > That'd be my preference too, FWIW. It's only the offload cases which > > need this sort of fallback. > > Of course not, almost any error unwind path which sets extack will need it. I guess we can come up with scenarios where the new behavior would be useful. But the fact is - your patch changes 4 places...
2023 Jan 31
1
[Bridge] [PATCH net-next v2] netlink: provide an ability to set default extack message
Hello, On Sun, 2023-01-29 at 18:51 +0200, Leon Romanovsky wrote: > In netdev common pattern, extack pointer is forwarded to the drivers > to be filled with error message. However, the caller can easily > overwrite the filled message. > > Instead of adding multiple "if (!extack->_msg)" checks before any > NL_SET_ERR_MSG() call, which appears after call to the
2004 Aug 10
2
netlink api
Hey all, I''m looking for more detailed info on the netlink api. I''ve read Andi Kleen''s man pages (which describe themselves as lacking and incomplete), rfc3549 -- Linux Netlink as an IP Services Protocol (which was a nice general overview, but lacking in implementation detail), both the iproute2/ip/tc source and the kernel source (which have no usable
2013 May 21
1
ICMPv6 Neighbour Solication request is not answered by linux when IPv6 address is assigned via Netlink code.
Hi, I have a process which is running as a linux service and assigns IP addresses using netlink to configued interface in linux. For IPv4 addresses i do not see any issue with this assignment. When i try to assign an IPv6 address, the address gets assigned successfully to the interface, but the Neighbour Solication request received for that address is not responded with and hence ping6 from a
2023 Jan 27
1
[Bridge] [PATCH net-next] netlink: provide an ability to set default extack message
On Fri, Jan 27, 2023 at 12:32:13AM +0200, Vladimir Oltean wrote: > On Thu, Jan 26, 2023 at 09:15:03PM +0200, Leon Romanovsky wrote: > > From: Leon Romanovsky <leonro at nvidia.com> > > > > In netdev common pattern, xxtack pointer is forwarded to the drivers > ~~~~~~ > extack > > > to be filled with