Q: Can you show the result of:
dpkg -l | grep dnsmas ps -ef | grep dnsmas virsh net-list virsh net-start default A: user@userhost:~$ sudo status libvirt-bin [sudo] password for user: libvirt-bin start/running, process 1446 user@userhost:~$ dpkg -l | grep dnsmas ii dnsmasq 2.59-4 Small caching DNS proxy and DHCP/TFTP server ii dnsmasq-base 2.59-4 Small caching DNS proxy and DHCP/TFTP server user@userhost:~$ ps -ef | grep dnsmas dnsmasq 1262 1 0 10:54 ? 00:00:01 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /var/run/dnsmasq/resolv.conf -7 /etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new user 22549 22406 0 18:30 pts/5 00:00:00 grep --color=auto dnsmas user@userhost:~$ virsh net-list Name Status Automatischer Start ----------------------------------------- user@userhost:~$ virsh net-start default Fehler: Abruf des Netzwerks 'default' scheiterte Fehler: Network not found: no network with matching name 'default' user@userhost:~$ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/981728 Title: internal error Network 'default' is not active To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/981728/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
