Hi ! I am running Tumbleweed/Gnome on company laptop (SUSE) and use openvpn for remote access to company network. Since recent update, gnome-shell crashes when trying to start vpn connection. Looks actually very similar to https://bugzilla.gnome.org/show_bug.cgi?id=760924 I spotted in journalctl : NetworkManager[1745]: <error> [1457080318.887761] [vpn-manager/nm-vpn-connection.c:1977] get_secrets_cb(): Failed to request VPN secrets #3: (4) No agents were available for this request. NetworkManager[1745]: <warn> error disconnecting VPN: Could not process the request because no VPN connection was active. systemd-coredump[5857]: Process 5372 (gnome-shell) of user 1000 dumped core. I found a workaround for archwiki which consists in a downgrade of libsecrets (could not figure how to get it down with openSUSE Build Service) ``` If anyone needs a temporary solution: # sudo pacman -U /var/cache/pacman/pkg/libsecret-0.18.3-1-x86_64.pkg.tar.xz everything is working fine after downgrading this (and restarting services). ``` I see that gnome-shell got corrected in 20160222: Add gnome-shell-correctly-ident-VPN-secret-req.patch: NetworkAgent: correctly identify the VPN secret requests. (bgo#760999). But It did not fix my issue with VPN (looks related, not sure if it is the needed fix) Anyone with the same issue ? Do you think it is bug report material ? thanks Paul -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org