Your message dated Wed, 5 Aug 2009 16:15:53 +0200
with message-id <[email protected]>
and subject line Re: [Pkg-libvirt-maintainers] Bug#540018: libvirt-bin:
net-autostart lies about marking network as auto-started
has caused the Debian Bug report #540018,
regarding libvirt-bin: net-autostart lies about marking network as auto-started
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
540018: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540018
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libvirt-bin
Version: 0.6.4-1
Severity: normal
I seems like net-autostart doesn't actually do what it says it does:
: tfh...@qurzaw /etc/libvirt/qemu/networks > ls autostart
: tfh...@qurzaw /etc/libvirt/qemu/networks > virsh
libvir: Network Config error : cannot create bridge 'virbr0': Operation not
permitted
09:29:20.778: warning : remoteReadConfigFile:2569 : Cannot set group when not
running as root
Welcome to virsh, the virtualization interactive terminal.
Type: 'help' for help with commands
'quit' to quit
virsh # net-autostart default
Network default marked as autostarted
virsh #
: tfh...@qurzaw /etc/libvirt/qemu/networks > ls autostart
: tfh...@qurzaw /etc/libvirt/qemu/networks >
Running as root works:
: tfh...@qurzaw /etc/libvirt/qemu/networks > sudo virsh
Welcome to virsh, the virtualization interactive terminal.
Type: 'help' for help with commands
'quit' to quit
virsh # net-autostart default
Network default marked as autostarted
virsh #
: tfh...@qurzaw /etc/libvirt/qemu/networks > ls autostart
default.xml@
: tfh...@qurzaw /etc/libvirt/qemu/networks >
(the reason for some ubuntu versions below is this box used to run
Ubuntu, I doubt they are particularly relevant to this bug. It's
running Debian now.)
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (500, 'testing'), (50, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=nb_NO.UTF-8, LC_CTYPE=nb_NO.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages libvirt-bin depends on:
ii adduser 3.110 add and remove users and groups
ii libavahi 0.6.25-1 Avahi client library
ii libavahi 0.6.25-1 Avahi common library
ii libc6 2.9-12 GNU C Library: Shared libraries
ii libdbus- 1.2.16-2 simple interprocess messaging syst
ii libdevma 2:1.02.30-3 The Linux Kernel Device Mapper use
ii libgcryp 1.4.4-3 LGPL Crypto library - runtime libr
ii libgnutl 2.6.6-1 the GNU TLS library - runtime libr
ii libgpg-e 1.6-1 library for common error values an
ii libhal1 0.5.12~rc1+git20090403-0ubuntu4 Hardware Abstraction Layer - share
ii libparte 1.8.8.git.2008.03.24-11.1 The GNU Parted disk partitioning s
ii libpolki 0.9-4 library for accessing PolicyKit vi
ii libpolki 0.9-4 library for accessing PolicyKit
ii libreadl 5.2-4 GNU readline and history libraries
ii libsasl2 2.1.23.dfsg1-1 Cyrus SASL - authentication abstra
ii libselin 2.0.82-1 SELinux shared libraries
ii libtasn1 2.2-1 Manage ASN.1 structures (runtime)
ii libuuid1 1.41.4-1ubuntu1 universally unique id library
ii libvirt0 0.6.4-1 library for interfacing with diffe
ii libxenst 3.2.1-2 Xenstore communications library fo
ii libxml2 2.7.3.dfsg-2 GNOME XML library
ii logrotat 3.7.7-3 Log rotation utility
ii zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime
Versions of packages libvirt-bin recommends:
ii bridge-utils 1.4-5 Utilities for configuring the Linu
ii dnsmasq-base 2.49-1 A small caching DNS proxy and DHCP
ii iptables 1.4.4-1 administration tools for packet fi
ii netcat-openbsd 1.89-3ubuntu1 TCP/IP swiss army knife
ii qemu 0.10.4-1 fast processor emulator
Versions of packages libvirt-bin suggests:
ii policykit 0.9-4 framework for managing administrat
-- no debconf information
--
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are
--- End Message ---
--- Begin Message ---
Version: 0.6.5-3
On Wed, Aug 05, 2009 at 09:34:33AM +0200, Tollef Fog Heen wrote:
> Package: libvirt-bin
> Version: 0.6.4-1
> Severity: normal
>
> I seems like net-autostart doesn't actually do what it says it does:
>
> : tfh...@qurzaw /etc/libvirt/qemu/networks > ls autostart
> : tfh...@qurzaw /etc/libvirt/qemu/networks > virsh
> libvir: Network Config error : cannot create bridge 'virbr0': Operation not
> permitted
> 09:29:20.778: warning : remoteReadConfigFile:2569 : Cannot set group when not
> running as root
> Welcome to virsh, the virtualization interactive terminal.
>
> Type: 'help' for help with commands
> 'quit' to quit
>
> virsh # net-autostart default
> Network default marked as autostarted
This way you're accessing qemu://sesson not qemu:///system so autostart
networking can never work. But virsh should of course tell you so, it
does with 0.6.5:
$ virsh -c qemu:///session net-autostart default
16:15:22.919: error : networkLookupByName:974 : Network not found: no network
with matching name
libvir: QEMU error : Network not found: no network with matching name
error: failed to get network 'default'
error: Network not found: no network with matching name
Cheers,
-- Guido
--- End Message ---