Skip to content

Instantly share code, notes, and snippets.

@mpictor
Created January 7, 2019 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mpictor/690e6effa89dcb3e7703624cdb3f2720 to your computer and use it in GitHub Desktop.
Save mpictor/690e6effa89dcb3e7703624cdb3f2720 to your computer and use it in GitHub Desktop.
libvirt missing ip
<network>
<name>default</name>
<uuid>8c76bca7-e7a6-4f29-8e6c-241d6f616141</uuid>
<forward mode='nat'>
<nat>
<port start='1024' end='65535'/>
</nat>
</forward>
<bridge name='virbr0' stp='off' delay='0'/>
<mac address='52:54:00:e0:18:a8'/>
<ip address='192.168.122.1' netmask='255.255.255.0'>
<dhcp>
<range start='192.168.122.2' end='192.168.122.254'/>
</dhcp>
</ip>
</network>
journalctl -b -u libvirtd
-- Logs begin at Thu 2018-12-20 22:11:50 CST, end at Mon 2019-01-07 13:18:28 CST. --
Jan 07 12:30:00 mark-gentoo systemd[1]: Starting Virtualization daemon...
Jan 07 12:30:00 mark-gentoo libvirtd[2011]: 2019-01-07 18:30:00.418+0000: 2011: info : libvirt version: 4.5.0
Jan 07 12:30:00 mark-gentoo libvirtd[2011]: 2019-01-07 18:30:00.418+0000: 2011: info : hostname: mark-gentoo
Jan 07 12:30:00 mark-gentoo libvirtd[2011]: 2019-01-07 18:30:00.418+0000: 2011: warning : virGetHostnameImpl:719 : getaddrinfo failed for 'mark-gentoo': Temporary fa>
Jan 07 12:30:00 mark-gentoo systemd[1]: Started Virtualization daemon.
Jan 07 12:30:00 mark-gentoo libvirtd[2011]: 2019-01-07 18:30:00.457+0000: 2030: info : libvirt version: 4.5.0
Jan 07 12:30:00 mark-gentoo libvirtd[2011]: 2019-01-07 18:30:00.457+0000: 2030: info : hostname: mark-gentoo
Jan 07 12:30:00 mark-gentoo libvirtd[2011]: 2019-01-07 18:30:00.457+0000: 2030: error : virStorageFileProbeFormat:1091 : Failed to open file '/mnt/raid/mark/VirtualM>
Jan 07 12:30:00 mark-gentoo libvirtd[2011]: 2019-01-07 18:30:00.457+0000: 2030: error : storageBackendProbeTarget:3483 : internal error: cannot probe backing volume >
Jan 07 12:30:00 mark-gentoo libvirtd[2011]: 2019-01-07 18:30:00.493+0000: 2030: error : virGetUserID:1043 : invalid argument: Failed to parse user 'tss'
Jan 07 12:30:00 mark-gentoo libvirtd[2011]: 2019-01-07 18:30:00.493+0000: 2030: error : virGetGroupID:1123 : invalid argument: Failed to parse group 'tss'
Jan 07 12:30:00 mark-gentoo dnsmasq[2110]: started, version 2.80 DNS disabled
Jan 07 12:30:00 mark-gentoo dnsmasq[2110]: compile time options: IPv6 GNU-getopt DBus no-i18n no-IDN DHCP DHCPv6 no-Lua no-TFTP no-conntrack ipset no-auth no-DNSSEC >
Jan 07 12:30:00 mark-gentoo dnsmasq-dhcp[2110]: DHCP, IP range 192.168.39.2 -- 192.168.39.254, lease time 1h
Jan 07 12:30:00 mark-gentoo dnsmasq-dhcp[2110]: DHCP, sockets bound exclusively to interface minikube-br1
Jan 07 12:30:00 mark-gentoo dnsmasq-dhcp[2110]: read /var/lib/libvirt/dnsmasq/minikube-net.hostsfile
Jan 07 12:30:00 mark-gentoo dnsmasq[2137]: started, version 2.80 cachesize 150
Jan 07 12:30:00 mark-gentoo dnsmasq[2137]: compile time options: IPv6 GNU-getopt DBus no-i18n no-IDN DHCP DHCPv6 no-Lua no-TFTP no-conntrack ipset no-auth no-DNSSEC >
Jan 07 12:30:00 mark-gentoo dnsmasq-dhcp[2137]: DHCP, IP range 192.168.122.2 -- 192.168.122.254, lease time 1h
Jan 07 12:30:00 mark-gentoo dnsmasq-dhcp[2137]: DHCP, sockets bound exclusively to interface virbr0
Jan 07 12:30:00 mark-gentoo dnsmasq[2137]: reading /etc/resolv.conf
Jan 07 12:30:00 mark-gentoo dnsmasq[2137]: using nameserver 127.0.0.1#53
Jan 07 12:30:00 mark-gentoo dnsmasq[2137]: read /etc/hosts - 8 addresses
Jan 07 12:30:00 mark-gentoo dnsmasq[2137]: read /var/lib/libvirt/dnsmasq/default.addnhosts - 0 addresses
Jan 07 12:30:00 mark-gentoo dnsmasq-dhcp[2137]: read /var/lib/libvirt/dnsmasq/default.hostsfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment