[Desktop-packages] [Bug 1866348] Re: gnome-shell[81291] trap int3 ip:7fc2d73a5065 sp:7fc284e6d710 error:0 in libglib-2.0.so.0.6305.0[7fc2d7369000+84000]

2020-03-06 Thread Nico Schlömer
Something very similar is reported at
https://bugzilla.redhat.com/show_bug.cgi?id=1797736.

Downgrading fixed the problem there, but I can't see how to downgrade
glib-2.0 on focal

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1866348

Title:
  gnome-shell[81291] trap int3 ip:7fc2d73a5065 sp:7fc284e6d710 error:0
  in libglib-2.0.so.0.6305.0[7fc2d7369000+84000]

Status in glib2.0 package in Ubuntu:
  New

Bug description:
  I'm running on Focal. Since recently, Gnome crashes with
  ```
  Mar  6 14:03:16 ishanca gnome-shell[77303]: Failed to set scheduler settings: 
Operation not permitted
  Mar  6 14:03:16 ishanca kernel: [33974.584854] traps: gnome-shell[81291] trap 
int3 ip:7fc2d73a5065 sp:7fc284e6d710 error:0 in 
libglib-2.0.so.0.6305.0[7fc2d7369000+84000]
  [...]
  ```

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1866348/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1866348] [NEW] gnome-shell[81291] trap int3 ip:7fc2d73a5065 sp:7fc284e6d710 error:0 in libglib-2.0.so.0.6305.0[7fc2d7369000+84000]

2020-03-06 Thread Nico Schlömer
Public bug reported:

I'm running on Focal. Since recently, Gnome crashes with
```
Mar  6 14:03:16 ishanca gnome-shell[77303]: Failed to set scheduler settings: 
Operation not permitted
Mar  6 14:03:16 ishanca kernel: [33974.584854] traps: gnome-shell[81291] trap 
int3 ip:7fc2d73a5065 sp:7fc284e6d710 error:0 in 
libglib-2.0.so.0.6305.0[7fc2d7369000+84000]
[...]
```

** Affects: glib2.0 (Ubuntu)
 Importance: Undecided
 Status: New

** Bug watch added: Red Hat Bugzilla #1797736
   https://bugzilla.redhat.com/show_bug.cgi?id=1797736

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1866348

Title:
  gnome-shell[81291] trap int3 ip:7fc2d73a5065 sp:7fc284e6d710 error:0
  in libglib-2.0.so.0.6305.0[7fc2d7369000+84000]

Status in glib2.0 package in Ubuntu:
  New

Bug description:
  I'm running on Focal. Since recently, Gnome crashes with
  ```
  Mar  6 14:03:16 ishanca gnome-shell[77303]: Failed to set scheduler settings: 
Operation not permitted
  Mar  6 14:03:16 ishanca kernel: [33974.584854] traps: gnome-shell[81291] trap 
int3 ip:7fc2d73a5065 sp:7fc284e6d710 error:0 in 
libglib-2.0.so.0.6305.0[7fc2d7369000+84000]
  [...]
  ```

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1866348/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1583182] Re: error on 01ifupdown script

2017-09-12 Thread Nico Schlömer
The first error message I'm getting is 
```
Sep 12 14:28:41 foobar nm-dispatcher[27267]: /usr/sbin/fanctl: 41: 
/usr/sbin/fanctl: arithmetic expression: expecting primary: " (32-)/4 "

```
(Followed by the error messages in the original post.)

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1583182

Title:
  error on 01ifupdown script

Status in One Hundred Papercuts:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  When bring the interface up or down I see this message on the logs

  May 18 10:03:36 count0 nm-dispatcher[8608]: req:1 'up' [enp2s0], 
"/etc/NetworkManager/dispatcher.d/01ifupdown": complete: failed with Script 
'/etc/NetworkManager/dispatcher.d/01ifupdown' exited with error status 1.
  May 18 10:03:36 count0 NetworkManager[791]:   [1463576616.8466] 
dispatcher: (29) 01ifupdown failed (failed): Script 
'/etc/NetworkManager/dispatcher.d/01ifupdown' exited with error status 1.

  
  Tracing the problem I see that the call to /usr/sbin/fanctl is done with 
incorrect parameters.

  If I execute 
  /etc/NetworkManager/dispatcher.d/01ifupdown enp2s0 down

  I get this error
  run-parts: /etc/network/if-post-down.d/ubuntu-fan exited with return code 1

  ubuntu-fan is doing the call in following way

  /usr/sbin/fanctl net "$MODE" "$IFACE"

  and the parameters passed by ubuntu-fan are

  $MODE=stop
  $IFACE=enp2s0

  
  but fanctl expect other parameters as showed on the script's header

  
  --
  details

  lsb_release -rd
  Description:  Ubuntu 16.04 LTS
  Release:  16.04

  $ apt-cache policy network-manager
  network-manager:
Installed: 1.1.93-0ubuntu4
Candidate: 1.1.93-0ubuntu4
Version table:
   *** 1.1.93-0ubuntu4 500
  500 http://ar.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: network-manager 1.1.93-0ubuntu4
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Wed May 18 10:50:24 2016
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2016-04-23 (24 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  IpRoute:
   default via 192.168.1.1 dev enp2s0  proto static  metric 100 
   169.254.0.0/16 dev enp2s0  scope link  metric 1000 
   172.17.0.0/16 dev docker0  proto kernel  scope link  src 172.17.0.1 linkdown 
   172.18.0.0/16 dev br-76f79dfb13e0  proto kernel  scope link  src 172.18.0.1 
linkdown 
   192.168.1.0/24 dev enp2s0  proto kernel  scope link  src 192.168.1.8  metric 
100
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE   TYPE  STATE  DBUS-PATH  
CONNECTION  CON-UUID  CON-PATH  
 
   br-76f79dfb13e0  bridgeconnected  
/org/freedesktop/NetworkManager/Devices/2  br-76f79dfb13e0 
0a9f5c9b-cd67-4fb8-a72d-1811ca6fbb68  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   docker0  bridgeconnected  
/org/freedesktop/NetworkManager/Devices/3  docker0 
e5f99f7d-532f-4c52-8749-c78afa9271dd  
/org/freedesktop/NetworkManager/ActiveConnection/2 
   enp2s0   ethernet  connected  
/org/freedesktop/NetworkManager/Devices/0  Wired connection 1  
ee3ec6ee-7242-4956-9d19-20ccb19c5fe5  
/org/freedesktop/NetworkManager/ActiveConnection/8 
   lo   loopback  unmanaged  
/org/freedesktop/NetworkManager/Devices/1  --  --   
 --
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hundredpapercuts/+bug/1583182/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1326842] [NEW] can't click on warning window, window not active

2014-06-05 Thread Nico Schlömer
Public bug reported:

http://askubuntu.com/questions/477228/cant-click-on-warning-window-
window-not-active


When I want to connect to a network using a certificate, and I don't provide 
one, the network manager will open the window No Certificate Authority 
certificate chosen, with the buttons Ignore and Choose a CA certificate. I 
would like to Ignore, but I can't click on the popped-up window. The window 
below (Authentication required by Wi-Fi network) remains active, and I can 
click anything there, e.g., Cancel.

Pressing the tab-key doesn't to anything, and the alt+tab list just
contains one entity Network.

Consequence: I cannot connect to the network.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: network-manager 0.9.8.8-0ubuntu7
ProcVersionSignature: Ubuntu 3.13.0-27.50-generic 3.13.11
Uname: Linux 3.13.0-27-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.14.1-0ubuntu3.2
Architecture: amd64
CurrentDesktop: GNOME
Date: Thu Jun  5 17:05:27 2014
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2013-11-15 (202 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
IpRoute:
 default via 192.168.43.1 dev eth1  proto static 
 192.168.43.0/24 dev eth1  proto kernel  scope link  src 192.168.43.14  metric 
9 
 192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
SourcePackage: network-manager
UpgradeStatus: Upgraded to trusty on 2014-04-17 (48 days ago)
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 eth1   802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1  
 eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   WIFI  
 WWAN-HARDWARE   WWAN  
 running 0.9.8.8connected   enabled   enabled 
enabledenabled enabled

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1326842

Title:
  can't click on warning window, window not active

Status in “network-manager” package in Ubuntu:
  New

Bug description:
  http://askubuntu.com/questions/477228/cant-click-on-warning-window-
  window-not-active

  
  When I want to connect to a network using a certificate, and I don't provide 
one, the network manager will open the window No Certificate Authority 
certificate chosen, with the buttons Ignore and Choose a CA certificate. I 
would like to Ignore, but I can't click on the popped-up window. The window 
below (Authentication required by Wi-Fi network) remains active, and I can 
click anything there, e.g., Cancel.

  Pressing the tab-key doesn't to anything, and the alt+tab list just
  contains one entity Network.

  Consequence: I cannot connect to the network.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: network-manager 0.9.8.8-0ubuntu7
  ProcVersionSignature: Ubuntu 3.13.0-27.50-generic 3.13.11
  Uname: Linux 3.13.0-27-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.2
  Architecture: amd64
  CurrentDesktop: GNOME
  Date: Thu Jun  5 17:05:27 2014
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2013-11-15 (202 days ago)
  InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  IpRoute:
   default via 192.168.43.1 dev eth1  proto static 
   192.168.43.0/24 dev eth1  proto kernel  scope link  src 192.168.43.14  
metric 9 
   192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to trusty on 2014-04-17 (48 days ago)
  nmcli-dev:
   DEVICE TYPE  STATE DBUS-PATH 
 
   eth1   802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/1  
   eth0   802-3-ethernetunavailable   
/org/freedesktop/NetworkManager/Devices/0
  nmcli-nm:
   RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   
WIFI   WWAN-HARDWARE   WWAN  
   running 0.9.8.8connected   enabled   enabled 
enabledenabled enabled

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to 

[Desktop-packages] [Bug 867806] Re: df -h permission denied error

2012-05-09 Thread Nico Schlömer
This bug also affects anyone trying get disk usage statistics using Cacti.
The script executed by Cacti is

$ perl /usr/share/cacti/site/scripts/query_unix_partitions.pl get
available /dev/sda4

which fails with

/bin/df: `/var/lib/lightdm/.gvfs': Permission denied

--Nico

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/867806

Title:
  df -h permission denied error

Status in Light Display Manager:
  New
Status in “lightdm” package in Ubuntu:
  Fix Released

Bug description:
  Running df -h from the cli as a normal user returns:

  FilesystemSize  Used Avail Use% Mounted on
  /dev/md0   37G  6.6G   29G  19% /
  udev  796M  8.0K  796M   1% /dev
  tmpfs 322M  888K  321M   1% /run
  none  5.0M 0  5.0M   0% /run/lock
  none  805M   92K  805M   1% /run/shm
  /dev/sda3 1.8T  265G  1.6T  15% /mnt/d1
  /dev/sdb3 1.8T  1.7T  102G  95% /mnt/d2
  /dev/sdc3 893G   33M  893G   1% /mnt/d3
  df: `/var/lib/lightdm/.gvfs': Permission denied
  $

  running with su

  $ sudo df -h
  FilesystemSize  Used Avail Use% Mounted on
  /dev/md0   37G  6.6G   29G  19% /
  udev  796M  8.0K  796M   1% /dev
  tmpfs 322M  888K  321M   1% /run
  none  5.0M 0  5.0M   0% /run/lock
  none  805M   92K  805M   1% /run/shm
  /dev/sda3 1.8T  265G  1.6T  15% /mnt/d1
  /dev/sdb3 1.8T  1.7T  102G  95% /mnt/d2
  /dev/sdc3 893G   33M  893G   1% /mnt/d3
  $

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: bash 4.2-0ubuntu4
  ProcVersionSignature: Ubuntu 3.0.0-10.16-server 3.0.4
  Uname: Linux 3.0.0-10-server x86_64
  ApportVersion: 1.23-0ubuntu2
  Architecture: amd64
  Date: Tue Oct  4 14:17:28 2011
  InstallationMedia: Ubuntu-Server 11.04 Natty Narwhal - Release amd64 
(20110426)
  ProcEnviron:
   SHELL=/bin/bash
   LANG=en_US.UTF-8
  SourcePackage: bash
  UpgradeStatus: Upgraded to oneiric on 2011-09-05 (29 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/lightdm/+bug/867806/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875070] Re: gnome terminal intercepts my alt key combinations when it shouldn't

2011-10-20 Thread Nico Schlömer
A workaround is described on http://askubuntu.com/questions/66371/gnome-
terminal-keeps-the-menubar-even-when-the-profile-is-configured-to-hide-
it

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-terminal in Ubuntu.
https://bugs.launchpad.net/bugs/875070

Title:
  gnome terminal intercepts my alt key combinations when it shouldn't

Status in “gnome-terminal” package in Ubuntu:
  Confirmed

Bug description:
  If I'm logged in to the Gnome classic interface then the Show menubar 
option is not respected and my alt key combinations get intercepted.
  If I'm logged in to the Ubuntu interface then you can't turn off the menubar 
and my alt key combinations are always intercepted.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: gnome-terminal 3.0.1-0ubuntu3
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic-pae 3.0.4
  Uname: Linux 3.0.0-12-generic-pae i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Sat Oct 15 10:49:38 2011
  ExecutablePath: /usr/bin/gnome-terminal
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-terminal
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (1 days ago)
  XsessionErrors:
   (gnome-settings-daemon:2132): GLib-CRITICAL **: g_variant_new_string: 
assertion `string != NULL' failed
   (gnome-panel:2150): Gtk-CRITICAL **: gtk_orientable_get_orientation: 
assertion `GTK_IS_ORIENTABLE (orientable)' failed
   (gnome-panel:2150): Gtk-CRITICAL **: gtk_orientable_get_orientation: 
assertion `GTK_IS_ORIENTABLE (orientable)' failed
   (nautilus:2158): Gtk-CRITICAL **: gtk_action_set_visible: assertion 
`GTK_IS_ACTION (action)' failed
   (nautilus:2158): Gtk-CRITICAL **: gtk_action_set_visible: assertion 
`GTK_IS_ACTION (action)' failed

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp