Your message dated Thu, 03 Nov 2011 21:17:59 +0000
with message-id <[email protected]>
and subject line Bug#641904: fixed in network-manager 0.9.1.95-1
has caused the Debian Bug report #641904,
regarding network-manager: hijack /etc/resolv.conf even when managing no devices
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.)


-- 
641904: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641904
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: network-manager
Version: 0.9.0-2
Severity: important

Hi there!

I have network-manager installed but I do not use it (#641902), thus it
does not manage ifupdown interfaces and my /etc/network/interfaces is:

--8<---------------cut here---------------start------------->8---
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
## <http://bugs.debian.org/606268>
iface eth0 inet dhcp

# The Wi-Fi interface
allow-hotplug wlan0
## <http://bugs.debian.org/606268>
iface wlan0 inet dhcp
        wireless-power on
        wpa-conf /etc/wpa_supplicant/wpa_supplicant.conf

# ranma: Openmoko GTA02 (AKA FreeRunner)
## <http://wiki.openmoko.org/wiki/USB_Networking>
allow-hotplug usb0
iface usb0 inet static
        address 192.168.0.200
        netmask 255.255.255.0
        post-up /root/bin/openmoko-usb0.sh up
        pre-down /root/bin/openmoko-usb0.sh down
--8<---------------cut here---------------end--------------->8---

Nevertheless, after today's upgrade to 0.9.0-2 I suddenly lost network
connectivity.  A closer inspection revealed that connectivity is still
there (i.e. the eth0 interface is still configured), but the problem is
that /etc/resolv.conf is now managed by network-manager, which was not
the case before.

Here the relevant part from /var/log/syslog:

--8<---------------cut here---------------start------------->8---
Sep 17 12:08:54 gismo NetworkManager[1916]: <info> caught signal 15, shutting 
down normally.
Sep 17 12:08:54 gismo NetworkManager[1916]: <warn> quit request received, 
terminating...
Sep 17 12:08:54 gismo NetworkManager[1916]: <info> Clearing nscd hosts cache.
Sep 17 12:08:54 gismo NetworkManager[1916]: <info> exiting (success)
Sep 17 12:08:54 gismo NetworkManager[30061]: <info> NetworkManager (version 
0.9.0) is starting...
Sep 17 12:08:54 gismo NetworkManager[30061]: <info> Read config file 
/etc/NetworkManager/NetworkManager.conf
Sep 17 12:08:54 gismo NetworkManager[30061]: <info> VPN: loaded 
org.freedesktop.NetworkManager.vpnc
Sep 17 12:08:54 gismo NetworkManager[30061]: <info> VPN: loaded 
org.freedesktop.NetworkManager.openvpn
Sep 17 12:08:54 gismo NetworkManager[30061]:    SCPlugin-Ifupdown: init!
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPlugin-Ifupdown: 
update_system_hostname
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPluginIfupdown: guessed 
connection type (eth0) = 802-3-ethernet
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPlugin-Ifupdown: 
update_connection_setting_from_if_block: \
 name:eth0, type:802-3-ethernet, id:Ifupdown (eth0), uuid: 
681b428f-beaf-8932-dce4-687ed5bae28e
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPlugin-Ifupdown: adding eth0 
to iface_connections
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPlugin-Ifupdown: adding iface 
eth0 to well_known_interfaces
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPluginIfupdown: guessed 
connection type (wlan0) = 802-11-wireless
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPlugin-Ifupdown: 
update_connection_setting_from_if_block: \
 name:wlan0, type:802-11-wireless, id:Ifupdown (wlan0), uuid: 
5391eba4-6426-faca-338e-5828034ff9d1
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPlugin-Ifupdown: update 
wireless settings (wlan0).
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPlugin-Ifupdown: wireless 
setting key: (null)='on'
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPlugin-Ifupdown: update 
wireless security settings (wlan0).
Sep 17 12:08:55 gismo NetworkManager[30061]: no (wireless) mapping found for 
key: wireless-power
Sep 17 12:08:55 gismo NetworkManager[30061]: nm-ifupdown-connection.c.100 - \
 invalid connection read from /etc/network/interfaces: (2) ssid
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPlugin-Ifupdown: adding iface 
wlan0 to well_known_interfaces
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPluginIfupdown: guessed 
connection type (usb0) = 802-3-ethernet
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPlugin-Ifupdown: 
update_connection_setting_from_if_block: \
 name:usb0, type:802-3-ethernet, id:Ifupdown (usb0), uuid: 
3232978a-bef5-2ef2-3aa8-fdd650bb306d
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPlugin-Ifupdown: addresses 
count: 1
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPlugin-Ifupdown: No 
dns-nameserver configured in /etc/network/interfaces
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPlugin-Ifupdown: adding usb0 
to iface_connections
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPlugin-Ifupdown: adding iface 
usb0 to well_known_interfaces
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPlugin-Ifupdown: autoconnect
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPlugin-Ifupdown: autoconnect
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPluginIfupdown: management 
mode: unmanaged
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPlugin-Ifupdown: devices 
added \
 (path: /sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/net/eth0, iface: eth0)
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPluginIfupdown: locking wired 
connection setting
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPlugin-Ifupdown: devices 
added \
 (path: /sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/net/wlan0, iface: 
wlan0)
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPlugin-Ifupdown: devices added
 (path: /sys/devices/virtual/net/lo, iface: lo)
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPlugin-Ifupdown: device added 
\
(path: /sys/devices/virtual/net/lo, iface: lo): no ifupdown configuration found.
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPlugin-Ifupdown: devices added
 (path: /sys/devices/virtual/net/virbr0, iface: virbr0)
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPlugin-Ifupdown: device added
 (path: /sys/devices/virtual/net/virbr0, iface: virbr0): no ifupdown 
configuration found.
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPlugin-Ifupdown: end _init.
Sep 17 12:08:55 gismo NetworkManager[30061]: <info> Loaded plugin ifupdown: \
 (C) 2008 Canonical Ltd.  To report bugs please use the NetworkManager mailing 
list.
Sep 17 12:08:55 gismo NetworkManager[30061]: <info> Loaded plugin keyfile:
 (c) 2007 - 2010 Red Hat, Inc.  To report bugs please use the NetworkManager 
mailing list.
Sep 17 12:08:55 gismo NetworkManager[30061]:    Ifupdown: get unmanaged devices 
count: 2
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPlugin-Ifupdown: (37562192) 
... get_connections.
Sep 17 12:08:55 gismo NetworkManager[30061]:    SCPlugin-Ifupdown: (37562192) 
... get_connections \
 (managed=false): return empty list.
Sep 17 12:08:55 gismo NetworkManager[30061]:    Ifupdown: get unmanaged devices 
count: 2
Sep 17 12:08:55 gismo NetworkManager[30061]: <info> trying to start the modem 
manager...
Sep 17 12:08:55 gismo NetworkManager[30061]: <info> monitoring kernel firmware 
directory '/lib/firmware'.
Sep 17 12:08:55 gismo NetworkManager[30061]: <info> found WiFi radio killswitch 
rfkill0 \
 (at /sys/devices/pci0000:00/0000:00:1c.1/0000:03:00.0/ieee80211/phy0/rfkill0) 
(driver (unknown))
Sep 17 12:08:55 gismo NetworkManager[30061]: <info> WiFi enabled by radio 
killswitch; enabled by state file
Sep 17 12:08:55 gismo NetworkManager[30061]: <info> WWAN enabled by radio 
killswitch; enabled by state file
Sep 17 12:08:55 gismo NetworkManager[30061]: <info> WiMAX enabled by radio 
killswitch; enabled by state file
Sep 17 12:08:55 gismo NetworkManager[30061]: <info> Networking is enabled by 
state file
Sep 17 12:08:55 gismo NetworkManager[30061]: <info> (eth0): carrier is ON
Sep 17 12:08:55 gismo NetworkManager[30061]: <info> (eth0): new Ethernet device 
(driver: 'e1000e' ifindex: 2)
Sep 17 12:08:55 gismo NetworkManager[30061]: <info> (eth0): exported as 
/org/freedesktop/NetworkManager/Devices/0
Sep 17 12:08:55 gismo NetworkManager[30061]: <info> (wlan0): driver supports 
SSID scans (scan_capa 0x01).
Sep 17 12:08:55 gismo NetworkManager[30061]: <info> (wlan0): new 802.11 WiFi 
device (driver: 'iwl3945' ifindex: 3)
Sep 17 12:08:55 gismo NetworkManager[30061]: <info> (wlan0): exported as 
/org/freedesktop/NetworkManager/Devices/1
Sep 17 12:08:55 gismo NetworkManager[30061]: <warn> 
/sys/devices/virtual/net/virbr0: \
 couldn't determine device driver; ignoring...
Sep 17 12:08:55 gismo NetworkManager[30061]: <warn> bluez error getting default 
adapter: \
 The name org.bluez was not provided by any .service files
--8<---------------cut here---------------end--------------->8---

Some questions:

1) why does network-manager look for ifupdown interfaces if it has been
   told not to?  IMHO with "[ifupdown] managed=false" the ifupdown
   plugin should not be loaded at all, even if it is in the plugin list.

2) I thought that since I have libvirt-bin installed and since virbr0 is
   not present in /etc/network/interfaces, maybe network-manager
   wanted to manage it, but this is not the case from the log above.

This could be related to #637005, but in my case the default gateway is
not modified.

Please note that this was not happening with version 0.8.4.0-2 and it is
easily reproducible:
=====
root@gismo:/etc# ifdown eth0
Internet Systems Consortium DHCP Client 4.1.1-P1
Copyright 2004-2010 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/eth0/00:16:d3:2c:fc:f5
Sending on   LPF/eth0/00:16:d3:2c:fc:f5
Sending on   Socket/fallback
DHCPRELEASE on eth0 to 10.13.0.102 port 67
Reloading /etc/samba/smb.conf: smbd only.

root@gismo:/etc# ifup eth0
Internet Systems Consortium DHCP Client 4.1.1-P1
Copyright 2004-2010 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/

Listening on LPF/eth0/00:16:d3:2c:fc:f5
Sending on   LPF/eth0/00:16:d3:2c:fc:f5
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
DHCPOFFER from 129.194.56.1
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 129.194.56.1
Reloading /etc/samba/smb.conf: smbd only.
bound to 129.194.56.110 -- renewal in 67602 seconds.

root@gismo:/etc# cat /etc/resolv.conf
domain unige.ch
search unige.ch
nameserver 129.194.4.32
nameserver 129.194.8.7
nameserver 129.194.4.6

root@gismo:/etc# service network-manager restart
Stopping network connection manager: NetworkManager.
Starting network connection manager: NetworkManager.

root@gismo:/etc# cat /etc/resolv.conf
# Generated by NetworkManager

root@gismo:/etc#
=====

Thx, bye,
Gismo / Luca

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-rc4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages network-manager depends on:
ii  adduser                3.113      
ii  dbus                   1.4.14-1   
ii  isc-dhcp-client        4.1.1-P1-17
ii  libc6                  2.13-21    
ii  libdbus-1-3            1.4.14-1   
ii  libdbus-glib-1-2       0.94-4     
ii  libgcrypt11            1.5.0-3    
ii  libglib2.0-0           2.28.6-1   
ii  libgnutls26            2.12.10-2  
ii  libgudev-1.0-0         172-1      
ii  libnl1                 1.1-7      
ii  libnm-glib4            0.9.0-2    
ii  libnm-util2            0.9.0-2    
ii  libpolkit-gobject-1-0  0.102-1    
ii  libuuid1               2.19.1-5   
ii  lsb-base               3.2-28     
ii  udev                   172-1      
ii  wpasupplicant          0.7.3-3.1  

Versions of packages network-manager recommends:
pn  dnsmasq-base  2.58-3  
pn  iptables      1.4.12-1
pn  modemmanager  <none>  
pn  policykit-1   0.102-1 
pn  ppp           <none>  

Versions of packages network-manager suggests:
pn  avahi-autoipd  <none>

-- Configuration Files:
/etc/NetworkManager/NetworkManager.conf changed:
[main]
plugins=ifupdown,keyfile

[ifupdown]
## <http://bugs.debian.org/606268>
managed=false


-- no debconf information

Attachment: pgppT79ZLm4Aa.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: network-manager
Source-Version: 0.9.1.95-1

We believe that the bug you reported is fixed in the latest version of
network-manager, which is due to be installed in the Debian FTP archive:

gir1.2-networkmanager-1.0_0.9.1.95-1_i386.deb
  to main/n/network-manager/gir1.2-networkmanager-1.0_0.9.1.95-1_i386.deb
libnm-glib-dev_0.9.1.95-1_i386.deb
  to main/n/network-manager/libnm-glib-dev_0.9.1.95-1_i386.deb
libnm-glib-vpn-dev_0.9.1.95-1_i386.deb
  to main/n/network-manager/libnm-glib-vpn-dev_0.9.1.95-1_i386.deb
libnm-glib-vpn1_0.9.1.95-1_i386.deb
  to main/n/network-manager/libnm-glib-vpn1_0.9.1.95-1_i386.deb
libnm-glib4_0.9.1.95-1_i386.deb
  to main/n/network-manager/libnm-glib4_0.9.1.95-1_i386.deb
libnm-util-dev_0.9.1.95-1_i386.deb
  to main/n/network-manager/libnm-util-dev_0.9.1.95-1_i386.deb
libnm-util2_0.9.1.95-1_i386.deb
  to main/n/network-manager/libnm-util2_0.9.1.95-1_i386.deb
network-manager-dbg_0.9.1.95-1_i386.deb
  to main/n/network-manager/network-manager-dbg_0.9.1.95-1_i386.deb
network-manager-dev_0.9.1.95-1_i386.deb
  to main/n/network-manager/network-manager-dev_0.9.1.95-1_i386.deb
network-manager_0.9.1.95-1.debian.tar.gz
  to main/n/network-manager/network-manager_0.9.1.95-1.debian.tar.gz
network-manager_0.9.1.95-1.dsc
  to main/n/network-manager/network-manager_0.9.1.95-1.dsc
network-manager_0.9.1.95-1_i386.deb
  to main/n/network-manager/network-manager_0.9.1.95-1_i386.deb
network-manager_0.9.1.95.orig.tar.xz
  to main/n/network-manager/network-manager_0.9.1.95.orig.tar.xz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Biebl <[email protected]> (supplier of updated network-manager package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 03 Nov 2011 21:32:50 +0100
Source: network-manager
Binary: network-manager network-manager-dev libnm-glib4 libnm-glib-dev 
libnm-glib-vpn1 libnm-glib-vpn-dev libnm-util2 libnm-util-dev 
network-manager-dbg gir1.2-networkmanager-1.0
Architecture: source i386
Version: 0.9.1.95-1
Distribution: unstable
Urgency: low
Maintainer: Utopia Maintenance Team 
<[email protected]>
Changed-By: Michael Biebl <[email protected]>
Description: 
 gir1.2-networkmanager-1.0 - GObject introspection data for NetworkManager
 libnm-glib-dev - network management framework (GLib interface)
 libnm-glib-vpn-dev - network management framework (GLib interface)
 libnm-glib-vpn1 - network management framework (GLib VPN shared library)
 libnm-glib4 - network management framework (GLib shared library)
 libnm-util-dev - network management framework (development files)
 libnm-util2 - network management framework (shared library)
 network-manager - network management framework (daemon and userspace tools)
 network-manager-dbg - network management framework (debugging symbols)
 network-manager-dev - network management framework (development files)
Closes: 546893 624159 637005 638995 641904 642912
Changes: 
 network-manager (0.9.1.95-1) unstable; urgency=low
 .
   * New upstream release (0.9.2 rc1).
     - Fix connection sharing with newer iptables versions. (Closes: #638995)
     - Fix handling of numeric SSIDs in the keyfile plugin. (Closes: #642912)
   * debian/watch: Track .xz tarballs.
   * debian/libnm-util2.symbols: Add new symbols for libnm-util.
   * debian/patches/04-dont-update-routing-and-dns-for-unmanaged-devices.patch
     - Avoid blowing away existing routes and resolv.conf if NM never managed
       any devices. (Closes: #546893, #624159, #637005, #641904)
   * debian/control: Add Build-Depends on libglib2.0-doc for proper
     cross-references in the gtk-doc API documentation.
   * Enable default hardening options from dpkg-buildflags.
     - Use buildflags.mk snippet in debian/rules.
     - Add Build-Depends on dpkg-dev (>= 1.6.1).
Checksums-Sha1: 
 8ff3228cb023d0c07617418444390536173b303a 2973 network-manager_0.9.1.95-1.dsc
 337b2e2d9bcce32f7adbbb145f04de3ce26d9771 1761076 
network-manager_0.9.1.95.orig.tar.xz
 78ea205530a4248b827d365415f25d3d2bb00352 32501 
network-manager_0.9.1.95-1.debian.tar.gz
 c0f6062817ebb89ab534ecf9f3ec52b016153f14 1158252 
network-manager_0.9.1.95-1_i386.deb
 cc53275be607ae405376e5d1305bc558d05f7b0a 281404 
network-manager-dev_0.9.1.95-1_i386.deb
 2b5db91fb60ae65b778feb0253401df5f46f90c7 302656 libnm-glib4_0.9.1.95-1_i386.deb
 cda02f453546c7cccce3dfaefc67c6c483aa0a03 321660 
libnm-glib-dev_0.9.1.95-1_i386.deb
 cd0fede6971ca708120ce09e0a4eccfde9bbf286 238570 
libnm-glib-vpn1_0.9.1.95-1_i386.deb
 c75760fc922512a8b159692dbb26e1e1f67e9dcc 229156 
libnm-glib-vpn-dev_0.9.1.95-1_i386.deb
 55c943c49b7cf88b686968a9320871a4ec8f8b16 343508 libnm-util2_0.9.1.95-1_i386.deb
 3fb6345ab931d40587fc210eb4f93194cda42108 436164 
libnm-util-dev_0.9.1.95-1_i386.deb
 ac7f9441e9f0f103a5d992bee167adb795e0cb1f 1428890 
network-manager-dbg_0.9.1.95-1_i386.deb
 e5c3eceb4246bee56dd2efc327d3fdad34e3e989 261042 
gir1.2-networkmanager-1.0_0.9.1.95-1_i386.deb
Checksums-Sha256: 
 fc57fe115f961d3f7d9f20b584809a71832414be9061b023e4b26fef86451bb8 2973 
network-manager_0.9.1.95-1.dsc
 4702c25324fc6c0e860a9be9860b898ce444333d084b0d5b86b069bbd5fee468 1761076 
network-manager_0.9.1.95.orig.tar.xz
 09a17c15fdef93593f71e3eba208b6040277df06e7080ed77582b4ad7adf3f11 32501 
network-manager_0.9.1.95-1.debian.tar.gz
 81e6a4ce015641c8874c09505ca3c7b656ea4cbbc9bcb94991e58d7d79a23c1e 1158252 
network-manager_0.9.1.95-1_i386.deb
 07634ee78f5d01aaa7e1c7a1655bad9918c8cd892e20ea458ba9dc3dfe8fefb0 281404 
network-manager-dev_0.9.1.95-1_i386.deb
 9a31bd56e63607ab2930e5ca030e6ed0c49325821988f342736212d6b18b4f37 302656 
libnm-glib4_0.9.1.95-1_i386.deb
 8020922da23d9bd7161e47e9ff70ecd47db376f7ec33f0230cb8a0c100a8cdea 321660 
libnm-glib-dev_0.9.1.95-1_i386.deb
 d6bb6751a285cd5157023f854d669e575fcdc3554f663822509edeaf6cacbd3a 238570 
libnm-glib-vpn1_0.9.1.95-1_i386.deb
 8ff78dd78324407d3b4d84fac2d6c52e8471c1e070f8b2ca7220fee2c367d30d 229156 
libnm-glib-vpn-dev_0.9.1.95-1_i386.deb
 6d6cbec65a93a35ba5f7ae7975e83b6fd3d02da0e13aeb21b64f4270dd791e64 343508 
libnm-util2_0.9.1.95-1_i386.deb
 bace16312cb8e6be22004bd9f2257050346220364e0d3e8decf44163ee9757dd 436164 
libnm-util-dev_0.9.1.95-1_i386.deb
 1e3bc1eb7c5275f7696fe17967f71b40d040ca426002cde293fa0c104bf4f4a4 1428890 
network-manager-dbg_0.9.1.95-1_i386.deb
 4a62abc65d91cb308a06cb2eb21fd4eccb09c85ca7d63f3d14e1083f05985ff8 261042 
gir1.2-networkmanager-1.0_0.9.1.95-1_i386.deb
Files: 
 eb620da0ecf58eeff483fd484f350f1b 2973 net optional 
network-manager_0.9.1.95-1.dsc
 b6ccc999e0cd9475fe1042ec674a5662 1761076 net optional 
network-manager_0.9.1.95.orig.tar.xz
 270d9b6f560532df1b9bc05b554d5651 32501 net optional 
network-manager_0.9.1.95-1.debian.tar.gz
 dd52f53deed45ceb2ea5e70703bdd7e1 1158252 net optional 
network-manager_0.9.1.95-1_i386.deb
 dd3d6d32846dec602a5562b4c77105f4 281404 devel optional 
network-manager-dev_0.9.1.95-1_i386.deb
 7ed032b4b38672ea00c02e4c9723b45b 302656 libs optional 
libnm-glib4_0.9.1.95-1_i386.deb
 1af9232faf650807ad2a9d945f5fe3d3 321660 libdevel optional 
libnm-glib-dev_0.9.1.95-1_i386.deb
 5e50cee27b7d61a8168a6477fba93853 238570 libs optional 
libnm-glib-vpn1_0.9.1.95-1_i386.deb
 a2560f2120aa18ec475faa4d9d7c4cf1 229156 libdevel optional 
libnm-glib-vpn-dev_0.9.1.95-1_i386.deb
 d080d339ee487fdbd79958350a1f1c5d 343508 libs optional 
libnm-util2_0.9.1.95-1_i386.deb
 a457e4a5de74f32b54a134186e88bb8d 436164 libdevel optional 
libnm-util-dev_0.9.1.95-1_i386.deb
 b59e0395025407d66894af8317a0e773 1428890 debug extra 
network-manager-dbg_0.9.1.95-1_i386.deb
 d5dc6b703b0c14cde79102439406891f 261042 libs optional 
gir1.2-networkmanager-1.0_0.9.1.95-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJOsv0+AAoJEGrh3w1gjyLcm40QAI+mQ4k6QED1N5RPYzkoHKul
hewG8YTZfjOEGIBO+haWs+EqzzFMAnL3/DKLwn3eKKpyMrN04zp+scRnRC3VLR5P
0AhC4tXkOn9UShVS8iVc5x9FRuUKx6dz5JBz3TgswYuX1g7DnmjxiG67vikLcyKz
G7LpeSDBmOXY4BIaSJkHF3APl9oM85f1CnKbGaaCy8g2TDOlWVjc4wFsu3i9zVaW
zqWvR3sSZhgNteCLCBvoPhPpnnz6NEgZjWG9NX6nsbi/DP34mrTkSHYAo25quHGo
R0rpXZZPNQ+8BYWreO6ilLiGHbqmTt+UgybYpLX9ukdxAbZfwryvpmBl/5CRRGnf
DJ9O3T4NXu2Na6IUlDRUqgMK8sfP/fwuInk3nFSdtgR0oCRSFIhSnCa/H0yVGVVW
a0c6gD0fdTOIfcNfv4w7SK/2PYI1wWxwFUdxe+M5wI3CeL31agRgpoA2G7ho3hXG
8hMF8C9pJ50vW39GcWhhYOXHqphl8xl6wap1/vMIv9JvSw49EvRY3UdRbjWt8Brp
bV6sspyLl/pr4kT9rphIFKzq8zMt+FpG8Mh8K0MZOixAOVsPqn3znwUqFUFs/qv8
8ZoWfRtmwX/H1Q/hdXEyyB7QdcfukWotdhIE/pxwovrFgnZVa+MZ17omVH4hfxBV
SzTZFTAaT7jiVG49vmlS
=tocC
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to