[Bug 1862767] Re: gnome-control-center crashes when try to open it

2020-02-17 Thread adin
The output of the command you asked for is

$ systemctl status NetworkManager
● NetworkManager.service - Network Manager
   Loaded: loaded (/lib/systemd/system/NetworkManager.service; enabled; vendor 
preset: enabled)
   Active: active (running) since Mon 2020-02-17 08:51:10 -03; 5h 33min ago
 Docs: man:NetworkManager(8)
 Main PID: 1206 (NetworkManager)
Tasks: 3 (limit: 4915)
   Memory: 22.7M
   CGroup: /system.slice/NetworkManager.service
   └─1206 /usr/sbin/NetworkManager --no-daemon

fev 17 08:51:53 adcamp NetworkManager[1206]:   [1581940313.9009] device 
(p2p-dev-wlp3s0): supplicant management interface state: com
fev 17 08:51:53 adcamp NetworkManager[1206]:   [1581940313.9421] device 
(wlp3s0): supplicant interface state: authenticating -> asso
fev 17 08:51:53 adcamp NetworkManager[1206]:   [1581940313.9422] device 
(p2p-dev-wlp3s0): supplicant management interface state: aut
fev 17 08:51:53 adcamp NetworkManager[1206]:   [1581940313.9453] device 
(wlp3s0): supplicant interface state: associating -> associa
fev 17 08:51:53 adcamp NetworkManager[1206]:   [1581940313.9453] device 
(p2p-dev-wlp3s0): supplicant management interface state: ass
fev 17 08:51:54 adcamp NetworkManager[1206]:   [1581940314.0257] device 
(wlp3s0): supplicant interface state: associated -> complete
fev 17 08:51:54 adcamp NetworkManager[1206]:   [1581940314.0274] device 
(p2p-dev-wlp3s0): supplicant management interface state: ass
fev 17 08:55:57 adcamp NetworkManager[1206]:   [1581940557.0456] 
agent-manager: req[0x5652c8d3ab10, :1.407/org.gnome.Shell.NetworkAg
fev 17 09:00:01 adcamp NetworkManager[1206]:   [1581940801.3983] dhcp4 
(wlp3s0): state changed bound -> expire
fev 17 09:00:01 adcamp NetworkManager[1206]:   [1581940801.3985] device 
(wlp3s0): DHCPv4: 480 seconds grace period started

As the other thread mentions, it seems that it has to do with the
NetworkManager.  Since mine was already running (as I understood from
the output above), I restarted it with

$systemctl restart NetworkManager

and the settings are working again.  But the outputs of the status seems
the same to me.  See, after restart

$ systemctl status NetworkManager
● NetworkManager.service - Network Manager
   Loaded: loaded (/lib/systemd/system/NetworkManager.service; enabled; vendor 
preset: enabled)
   Active: active (running) since Mon 2020-02-17 15:15:22 -03; 14s ago
 Docs: man:NetworkManager(8)
 Main PID: 9778 (NetworkManager)
Tasks: 4 (limit: 4915)
   Memory: 7.7M
   CGroup: /system.slice/NetworkManager.service
   └─9778 /usr/sbin/NetworkManager --no-daemon

fev 17 15:15:29 adcamp NetworkManager[9778]:   [1581963329.8784] device 
(p2p-dev-wlp3s0): supplicant management interface state: dis
fev 17 15:15:29 adcamp NetworkManager[9778]:   [1581963329.8802] device 
(wlp3s0): supplicant interface state: authenticating -> asso
fev 17 15:15:29 adcamp NetworkManager[9778]:   [1581963329.8802] device 
(p2p-dev-wlp3s0): supplicant management interface state: aut
fev 17 15:15:29 adcamp NetworkManager[9778]:   [1581963329.8924] device 
(wlp3s0): supplicant interface state: associating -> associa
fev 17 15:15:29 adcamp NetworkManager[9778]:   [1581963329.8924] device 
(p2p-dev-wlp3s0): supplicant management interface state: ass
fev 17 15:15:30 adcamp NetworkManager[9778]:   [1581963330.0012] device 
(wlp3s0): supplicant interface state: associated -> complete
fev 17 15:15:30 adcamp NetworkManager[9778]:   [1581963330.0013] device 
(wlp3s0): Activation: (wifi) Stage 2 of 5 (Device Configure)
fev 17 15:15:30 adcamp NetworkManager[9778]:   [1581963330.0013] device 
(p2p-dev-wlp3s0): supplicant management interface state: ass
fev 17 15:15:30 adcamp NetworkManager[9778]:   [1581963330.0015] device 
(wlp3s0): state change: config -> ip-config (reason 'none', 
fev 17 15:15:30 adcamp NetworkManager[9778]:   [1581963330.0020] dhcp4 
(wlp3s0): activation: beginning transaction (timeout in 45 se

However, the settings open only once.  After closing it, it gives the
same error.  And if I restart the NetworkManager it opens again (once).

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

Title:
  gnome-control-center crashes when try to open it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1862767/+subscriptions

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

[Bug 1862767] Re: gnome-control-center crashes when try to open it

2020-02-17 Thread Sebastien Bacher
Thanks, in fact looking at the error it's similar to
https://gitlab.gnome.org/GNOME/gnome-control-center/issues/342

Did you try to replace network-manager by another component or having it not 
working?
What's the output of
$ systemctl status NetworkManager


** Bug watch added: gitlab.gnome.org/GNOME/gnome-control-center/issues #342
   https://gitlab.gnome.org/GNOME/gnome-control-center/issues/342

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

Title:
  gnome-control-center crashes when try to open it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1862767/+subscriptions

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

[Bug 1862767] Re: gnome-control-center crashes when try to open it

2020-02-17 Thread adin
Sure.  The output is

$ dpkg -l | grep gnome-control-center
ii  gnome-control-center  1:3.34.1-1ubuntu2 
 amd64utilities to configure the GNOME desktop
ii  gnome-control-center-data 1:3.34.1-1ubuntu2 
 all  configuration applets for GNOME - data files
ii  gnome-control-center-faces1:3.34.1-1ubuntu2 
 all  utilities to configure the GNOME desktop - faces images
$ which gnome-control-center
/usr/bin/gnome-control-center
$ ldd -r $(which gnome-control-center)
linux-vdso.so.1 (0x7ffd25b1f000)
libgio-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0 
(0x7ff46de64000)
libgobject-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 
(0x7ff46de07000)
libglib-2.0.so.0 => /usr/lib/x86_64-linux-gnu/libglib-2.0.so.0 
(0x7ff46dcdf000)
libgtk-3.so.0 => /usr/lib/x86_64-linux-gnu/libgtk-3.so.0 
(0x7ff46d5cc000)
libgdk-3.so.0 => /usr/lib/x86_64-linux-gnu/libgdk-3.so.0 
(0x7ff46d4c8000)
libpangocairo-1.0.so.0 => 
/usr/lib/x86_64-linux-gnu/libpangocairo-1.0.so.0 (0x7ff46d4b7000)
libpango-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libpango-1.0.so.0 
(0x7ff46d469000)
libatk-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libatk-1.0.so.0 
(0x7ff46d43f000)
libcairo.so.2 => /usr/lib/x86_64-linux-gnu/libcairo.so.2 
(0x7ff46d31f000)
libgdk_pixbuf-2.0.so.0 => 
/usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0 (0x7ff46d2f7000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x7ff46d1a8000)
libX11.so.6 => /usr/lib/x86_64-linux-gnu/libX11.so.6 
(0x7ff46d06a000)
libcheese.so.8 => /usr/lib/x86_64-linux-gnu/libcheese.so.8 
(0x7ff46d054000)
libXi.so.6 => /usr/lib/x86_64-linux-gnu/libXi.so.6 (0x7ff46d042000)
libcheese-gtk.so.25 => /usr/lib/x86_64-linux-gnu/libcheese-gtk.so.25 
(0x7ff46d031000)
libwacom.so.2 => /usr/lib/x86_64-linux-gnu/libwacom.so.2 
(0x7ff46d023000)
libsnapd-glib.so.1 => /usr/lib/x86_64-linux-gnu/libsnapd-glib.so.1 
(0x7ff46cfd1000)
libsoup-2.4.so.1 => /usr/lib/x86_64-linux-gnu/libsoup-2.4.so.1 
(0x7ff46cf36000)
libgnome-desktop-3.so.18 => 
/usr/lib/x86_64-linux-gnu/libgnome-desktop-3.so.18 (0x7ff46cef1000)
libgoa-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libgoa-1.0.so.0 
(0x7ff46cea2000)
libxml2.so.2 => /usr/lib/x86_64-linux-gnu/libxml2.so.2 
(0x7ff46cce2000)
libcolord.so.2 => /usr/lib/x86_64-linux-gnu/libcolord.so.2 
(0x7ff46cc91000)
libcolord-gtk.so.1 => /usr/lib/x86_64-linux-gnu/libcolord-gtk.so.1 
(0x7ff46cc87000)
libpolkit-gobject-1.so.0 => 
/usr/lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0 (0x7ff46cc67000)
libupower-glib.so.3 => /usr/lib/x86_64-linux-gnu/libupower-glib.so.3 
(0x7ff46cc3a000)
libudisks2.so.0 => /usr/lib/x86_64-linux-gnu/libudisks2.so.0 
(0x7ff46cbc)
libgtop-2.0.so.11 => /usr/lib/x86_64-linux-gnu/libgtop-2.0.so.11 
(0x7ff46cba4000)
libgudev-1.0.so.0 => /usr/lib/x86_64-linux-gnu/libgudev-1.0.so.0 
(0x7ff46cb97000)
libgoa-backend-1.0.so.1 => 
/usr/lib/x86_64-linux-gnu/libgoa-backend-1.0.so.1 (0x7ff46cb34000)
libnm.so.0 => /usr/lib/x86_64-linux-gnu/libnm.so.0 (0x7ff46c9e4000)
libnma.so.0 => /usr/lib/x86_64-linux-gnu/libnma.so.0 
(0x7ff46c982000)
libmm-glib.so.0 => /usr/lib/x86_64-linux-gnu/libmm-glib.so.0 
(0x7ff46c8a6000)
libgnome-bluetooth.so.13 => 
/usr/lib/x86_64-linux-gnu/libgnome-bluetooth.so.13 (0x7ff46c86)
libcups.so.2 => /usr/lib/x86_64-linux-gnu/libcups.so.2 
(0x7ff46c7cf000)
libsmbclient.so.0 => /usr/lib/x86_64-linux-gnu/libsmbclient.so.0 
(0x7ff46c7a5000)
libwhoopsie-preferences.so.0 => 
/usr/lib/x86_64-linux-gnu/libwhoopsie-preferences.so.0 (0x7ff46c799000)
libaccountsservice.so.0 => 
/usr/lib/x86_64-linux-gnu/libaccountsservice.so.0 (0x7ff46c748000)
libibus-1.0.so.5 => /usr/lib/x86_64-linux-gnu/libibus-1.0.so.5 
(0x7ff46c6cf000)
libfontconfig.so.1 => /usr/lib/x86_64-linux-gnu/libfontconfig.so.1 
(0x7ff46c689000)
libsecret-1.so.0 => /usr/lib/x86_64-linux-gnu/libsecret-1.so.0 
(0x7ff46c634000)
libpulse.so.0 => /usr/lib/x86_64-linux-gnu/libpulse.so.0 
(0x7ff46c5df000)
libpulse-mainloop-glib.so.0 => 
/usr/lib/x86_64-linux-gnu/libpulse-mainloop-glib.so.0 (0x7ff46c5d9000)
libgsound.so.0 => /usr/lib/x86_64-linux-gnu/libgsound.so.0 
(0x7ff46c5d)
libkrb5.so.3 => /usr/lib/x86_64-linux-gnu/libkrb5.so.3 
(0x7ff46c4f3000)
libpwquality.so.1 => /usr/lib/x86_64-linux-gnu/libpwquality.so.1 
(0x7ff46c4ea000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 
(0x7ff46c4c7000)
libc.so.6 => 

[Bug 1862767] Re: gnome-control-center crashes when try to open it

2020-02-17 Thread Sebastien Bacher
Thank you for your bug report

Can you provide the output of those commands?

$ dpkg -l | grep gnome-control-center
$ which gnome-control-center
$ ldd -r $(which gnome-control-center)

** Changed in: gnome-control-center (Ubuntu)
   Status: New => Incomplete

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

Title:
  gnome-control-center crashes when try to open it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1862767/+subscriptions

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

[Bug 1862767] Re: gnome-control-center crashes when try to open it

2020-02-14 Thread adin
Further information.  After updating the packages the error returned
(nvidia is still uninstalled).

$ gnome-control-center --verbose
**
cc-object-storage:ERROR:../shell/cc-object-storage.c:167:cc_object_storage_add_object:
 assertion failed: (G_IS_OBJECT (object))
Bail out! 
cc-object-storage:ERROR:../shell/cc-object-storage.c:167:cc_object_storage_add_object:
 assertion failed: (G_IS_OBJECT (object))
Aborted (core dumped)

The kernel is the same.

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

Title:
  gnome-control-center crashes when try to open it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1862767/+subscriptions

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

[Bug 1862767] Re: gnome-control-center crashes when try to open it

2020-02-11 Thread adin
Strangely, purging nvidia drivers seems to fix the issue (following
advice from https://askubuntu.com/a/1183137/44054).  However, I had a
different error as noted in the original bug description.

However, now I can't have nvidia working with the settings.

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

Title:
  gnome-control-center crashes when try to open it

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1862767/+subscriptions

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