[Bug 1499904] Re: loads duplicated symbols from NMSettings

2015-09-29 Thread Launchpad Bug Tracker
This bug was fixed in the package network-manager - 1.0.4-0ubuntu4

---
network-manager (1.0.4-0ubuntu4) wily; urgency=medium

  [ Mathieu Trudel-Lapierre ]
  * d/p/0001-wwan-add-support-for-using-oFono-as-a-modem-manager.patch:
Pre-initialize reason for ofono state changes to NULL; this avoids getting
to nm_device_set_state with an invalid reason string. (LP: #1499906)
  * d/p/0001-wwan-add-support-for-using-oFono-as-a-modem-manager.patch:
cleanup ip_string_to_network_address() to work as its NMModemBroadband
version, and start setting NM_MODEM_IP4_METHOD to _STATIC so IP, prefix,
gateway and DNS get properly applied on an oFono modem as it comes up.
  * debian/NetworkManager.conf: re-enable the ofono plugin (fixes a regression).
  * debian/patches/add_ofono_settings_support.patch: don't link against
libnm-glib as this would cause type duplication and crashes. (LP: #1499904)
  * debian/patches/lp1496434_warn_on_invalid_new_link.patch: don't outright
crash by dereferencing a NULL pointer if a device can't get created by its
NMDeviceFactory; we should warn though, as we want to know about these
failures; but no need to make all of NM sad. (LP: #1496434)

  [ Tony Espy ]
  * d/p/0002-wifi-cull-the-scan-list-before-signalling-ScanDone-b.patch:
Fix duplicate 'LastSeen' PropertiesChanged signals being generated
after every scan. The 'Last-Seen' property is now only updated when
a scan finishes, and schedule_scanlist_cull is no longer triggered
new_bss_cb or updated_bss_cb. (LP: #1480877)
  * d/p/add_ofono_settings_support.patch: Fix memory leaks in plugin.
  * d/p/add_ofono_settings_support.patch: Remove unused plugin DBus code.
  * d/p/CVE-2015-1322.patch: Drop CVE which applied to removed DBus code
in ofono settings plugin.

 -- Mathieu Trudel-Lapierre   Sat, 26 Sep 2015
00:02:02 -0400

** Changed in: network-manager (Ubuntu)
   Status: In Progress => Fix Released

** CVE added: http://www.cve.mitre.org/cgi-
bin/cvename.cgi?name=2015-1322

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499904

Title:
  loads duplicated symbols from NMSettings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1499904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1499904] Re: loads duplicated symbols from NMSettings

2015-09-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~network-manager/network-manager/ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499904

Title:
  loads duplicated symbols from NMSettings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1499904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1499904] Re: loads duplicated symbols from NMSettings

2015-09-25 Thread Mathieu Trudel-Lapierre
Looks like this is because the plugin was linking against libnm-util. In
the new scheme of things, it's not necessary and we should link against
libnm-core anyway (which is already done); doing so now causes
NMSettings initialization to attempt to happen twice.

** Changed in: network-manager (Ubuntu)
   Status: New => In Progress

** Changed in: network-manager (Ubuntu)
   Importance: Undecided => Critical

** Changed in: network-manager (Ubuntu)
 Assignee: (unassigned) => Mathieu Trudel-Lapierre (mathieu-tl)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499904

Title:
  loads duplicated symbols from NMSettings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1499904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1499904] Re: loads duplicated symbols from NMSettings

2015-09-25 Thread Mathieu Trudel-Lapierre
[New Thread 0xb32ff340 (LWP 26481)]

(NetworkManager:26470): GLib-GObject-WARNING **: cannot register
existing type 'NMSetting'

(NetworkManager:26470): GLib-CRITICAL **: g_once_init_leave: assertion
'result != 0' failed

(NetworkManager:26470): GLib-GObject-CRITICAL **:
g_type_register_static: assertion 'parent_type > 0' failed

(NetworkManager:26470): libnm-util-CRITICAL **: _nm_register_setting:
assertion 'type != G_TYPE_INVALID' failed

(NetworkManager:26470): GLib-CRITICAL **: g_once_init_leave: assertion 'result 
!= 0' failed
^C
Program received signal SIGINT, Interrupt.
0xb6940620 in syscall () from /lib/arm-linux-gnueabihf/libc.so.6
(gdb) bt full
#0  0x in syscall () at /lib/arm-linux-gnueabihf/libc.so.6
#1  0x in g_cond_wait (cond=cond@entry=0xb6a86c84 , 
mutex=mutex@entry=0xb6a86c7c )
at /build/glib2.0-hi_vf7/glib2.0-2.45.8/./glib/gthread-posix.c:1397
sampled = 207
#2  0x in g_once_init_enter (location=location@entry=0xb2ae985c 
)
at /build/glib2.0-hi_vf7/glib2.0-2.45.8/./glib/gthread.c:663
value_location = 0xb2ae985c 
need_init = 0
#3  0x in nm_setting_get_type () at nm-setting.c:64
g_define_type_id__volatile = 0
#4  0x in nm_setting_adsl_get_type () at nm-setting-adsl.c:58
g_define_type_id = 
g_define_type_id__volatile = 0
#5  0x in register_setting () at nm-setting-adsl.c:63
#6  0x in  () at /lib/ld-linux-armhf.so.3
#7  0x in  ()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1499904

Title:
  loads duplicated symbols from NMSettings

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1499904/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs