[Desktop-packages] [Bug 1856516] Re: Excessive memory usage by gnome-shell in 19.10
Since the recent gnome-shell (and related packages) update to 3.34.3-1ubuntu1~19.10.1 it seems like the uncontrollable memory leak is gone for me. I wonder if @raof can confirm it fixed or not -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-shell in Ubuntu. https://bugs.launchpad.net/bugs/1856516 Title: Excessive memory usage by gnome-shell in 19.10 Status in gnome-shell package in Ubuntu: Incomplete Bug description: The gnome-shell process on my system is currently at 5473M VIRT 1224M RSS 566M SHR; this seems a bit excessive. This session has been up for >4 days with a number of suspend/resume cycles in there, so this might be a slow leak? ProblemType: Bug DistroRelease: Ubuntu 19.10 Package: gnome-shell 3.34.1+git20191024-1ubuntu1~19.10.1 ProcVersionSignature: Ubuntu 5.3.0+bcachefs.git20191120.71cdaa7a-1-generic 5.3.10 Uname: Linux 5.3.0+bcachefs.git20191120.71cdaa7a-1-generic x86_64 NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair ApportVersion: 2.20.11-0ubuntu8.2 Architecture: amd64 CurrentDesktop: ubuntu:GNOME Date: Mon Dec 16 16:50:10 2019 DisplayManager: gdm3 ExecutablePath: /usr/bin/gnome-shell InstallationDate: Installed on 2019-08-29 (109 days ago) InstallationMedia: Ubuntu 19.10 bcachefs (20190828) ProcEnviron: LANG=en_AU.UTF-8 LANGUAGE=en_AU:en PATH=(custom, user) SHELL=/usr/bin/fish XDG_RUNTIME_DIR= RelatedPackageVersions: mutter-common 3.34.1+git20191107-1ubuntu1~19.10.1 SourcePackage: gnome-shell UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1856516/+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 1511330] Re: PPTP connection does not establish due to error: "Connection activation failed: the VPN service returned invalid configuration."
After some tinkering I've found a somewhat different workaround (of you might call it a fix) and a probable immediate cause of this behavior. My VPN server has an address of 192.168.17.1 and it assings a range 192.168.17.33 - 192.168.17.62 to clients. I used to manually add the following routes (this is supposed to like the relevant dialog): Address Netmask Gateway Metric 192.168.17.0255.255.255.0 192.168.17.11 172.16.32.0 255.255.252.0 192.168.17.11 This did work because (I believe, cannot really bother with testing now) Network Manager or PPTP plugin added a route to the VPN gateway (192.168.17.1 in my case). And it no longer does. Without this route further routes are considered invalid. This here might be a bug or it might have been redesigned — I don't know. Luckily there is way to enter link scoped routes in that dialog, although unintuitive: you just leave the "Gateway" field empty. Like this: Address Netmask Gateway Metric 192.168.17.0255.255.255.0 1 172.16.32.0 255.255.252.0 1 The "OK" button turns inactive after you delete a gateway, so you have to tab or click some other field for it to come back. After this the connection works and the following routes get added to the routing table: > ip route default ... via ... 172.16.32.0/22 dev ppp0 proto static scope link metric 1 192.168.17.0/24 dev ppp0 proto static scope link metric 1 192.168.17.35 dev ppp0 proto kernel scope link src 192.168.17.35 metric 50 ... Hope this helps someone else -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager-pptp in Ubuntu. https://bugs.launchpad.net/bugs/1511330 Title: PPTP connection does not establish due to error: "Connection activation failed: the VPN service returned invalid configuration." Status in network-manager-pptp package in Ubuntu: Confirmed Bug description: The PPTP connection in question used to work on Vivid, now it does not connect after an upgrade to Wily. That error description in the title comes from nmcli; it looks somewhat different in the notification popup The relevant piece of syslog is in the attached syslog-snippet.txt I'd say that the IP config as stated in the log looks valid to me ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: network-manager-pptp 0.9.10.0-1ubuntu1 ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3 Uname: Linux 4.2.0-16-generic x86_64 ApportVersion: 2.19.1-0ubuntu4 Architecture: amd64 CurrentDesktop: Unity Date: Thu Oct 29 14:07:01 2015 InstallationDate: Installed on 2015-08-20 (69 days ago) InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422) SourcePackage: network-manager-pptp UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager-pptp/+bug/1511330/+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
Re: [Desktop-packages] [Bug 1511330] Re: PPTP connection does not establish due to error: "Connection activation failed: the VPN service returned invalid configuration."
Well, if I could work without static routes, I wouldn't see an issue. And removing and reentering them doesn't help: I can connect with an empty list, but it refuses to when I add a route. I have "use this connection only for resources on its own network" checked On 1 Dec 2015 05:45, "berend" wrote: > And it seems I either had a wrong static route (most likely) or re- > entering it fixed it. > > -- > You received this bug notification because you are subscribed to the bug > report. > https://bugs.launchpad.net/bugs/1511330 > > Title: > PPTP connection does not establish due to error: "Connection > activation failed: the VPN service returned invalid configuration." > > Status in network-manager-pptp package in Ubuntu: > Confirmed > > Bug description: > The PPTP connection in question used to work on Vivid, now it does not > connect after an upgrade to Wily. > > That error description in the title comes from nmcli; it looks > somewhat different in the notification popup > > The relevant piece of syslog is in the attached syslog-snippet.txt > > I'd say that the IP config as stated in the log looks valid to me > > ProblemType: Bug > DistroRelease: Ubuntu 15.10 > Package: network-manager-pptp 0.9.10.0-1ubuntu1 > ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3 > Uname: Linux 4.2.0-16-generic x86_64 > ApportVersion: 2.19.1-0ubuntu4 > Architecture: amd64 > CurrentDesktop: Unity > Date: Thu Oct 29 14:07:01 2015 > InstallationDate: Installed on 2015-08-20 (69 days ago) > InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422) > SourcePackage: network-manager-pptp > UpgradeStatus: No upgrade log present (probably fresh install) > > To manage notifications about this bug go to: > > https://bugs.launchpad.net/ubuntu/+source/network-manager-pptp/+bug/1511330/+subscriptions > -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager-pptp in Ubuntu. https://bugs.launchpad.net/bugs/1511330 Title: PPTP connection does not establish due to error: "Connection activation failed: the VPN service returned invalid configuration." Status in network-manager-pptp package in Ubuntu: Confirmed Bug description: The PPTP connection in question used to work on Vivid, now it does not connect after an upgrade to Wily. That error description in the title comes from nmcli; it looks somewhat different in the notification popup The relevant piece of syslog is in the attached syslog-snippet.txt I'd say that the IP config as stated in the log looks valid to me ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: network-manager-pptp 0.9.10.0-1ubuntu1 ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3 Uname: Linux 4.2.0-16-generic x86_64 ApportVersion: 2.19.1-0ubuntu4 Architecture: amd64 CurrentDesktop: Unity Date: Thu Oct 29 14:07:01 2015 InstallationDate: Installed on 2015-08-20 (69 days ago) InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422) SourcePackage: network-manager-pptp UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager-pptp/+bug/1511330/+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 1511330] Re: PPTP connection does not establish due to error: "Connection activation failed: the VPN service returned invalid configuration."
** Description changed: The PPTP connection in question used to work on Vivid, now it does not connect after an upgrade to Wily. - The relevant piece of syslog follows: + That error description in the title comes from nmcli; it looks somewhat + different in the notification popup - Oct 29 14:03:45 monkey-mafia NetworkManager[876]: Starting VPN service 'pptp'... - Oct 29 14:03:45 monkey-mafia NetworkManager[876]: VPN service 'pptp' started (org.freedesktop.NetworkManager.pptp), PID 7190 - Oct 29 14:03:45 monkey-mafia NetworkManager[876]: VPN service 'pptp' appeared; activating connections - Oct 29 14:03:45 monkey-mafia NetworkManager[876]: VPN connection 'Office PPTP' (ConnectInteractive) reply received. - Oct 29 14:03:45 monkey-mafia NetworkManager[876]: VPN plugin state changed: starting (3) - Oct 29 14:03:45 monkey-mafia NetworkManager[876]: ** Message: pppd started with pid 7195 - Oct 29 14:03:45 monkey-mafia NetworkManager[876]: VPN connection 'Office PPTP' (Connect) reply received. - Oct 29 14:03:45 monkey-mafia pppd[7195]: Plugin /usr/lib/pppd/2.4.6/nm-pptp-pppd-plugin.so loaded. - Oct 29 14:03:45 monkey-mafia NetworkManager[876]: Plugin /usr/lib/pppd/2.4.6/nm-pptp-pppd-plugin.so loaded. - Oct 29 14:03:45 monkey-mafia NetworkManager[876]: ** Message: nm-pptp-ppp-plugin: (plugin_init): initializing - Oct 29 14:03:45 monkey-mafia pppd[7195]: pppd 2.4.6 started by root, uid 0 - Oct 29 14:03:45 monkey-mafia NetworkManager[876]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 3 / phase 'serial connection' - Oct 29 14:03:45 monkey-mafia pppd[7195]: Using interface ppp0 - Oct 29 14:03:45 monkey-mafia pppd[7195]: Connect: ppp0 <--> /dev/pts/12 - Oct 29 14:03:45 monkey-mafia NetworkManager[876]: nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed - Oct 29 14:03:45 monkey-mafia NetworkManager[876]: (ppp0): new Generic device (carrier: UNKNOWN, driver: 'unknown', ifindex: 8) - Oct 29 14:03:45 monkey-mafia NetworkManager[876]: Using interface ppp0 - Oct 29 14:03:45 monkey-mafia NetworkManager[876]: Connect: ppp0 <--> /dev/pts/12 - Oct 29 14:03:45 monkey-mafia NetworkManager[876]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 5 / phase 'establish' - Oct 29 14:03:45 monkey-mafia pptp[7199]: nm-pptp-service-7190 log[main:pptp.c:350]: The synchronous pptp option is NOT activated - Oct 29 14:03:45 monkey-mafia NetworkManager[876]: devices added (path: /sys/devices/virtual/net/ppp0, iface: ppp0) - Oct 29 14:03:45 monkey-mafia NetworkManager[876]: device added (path: /sys/devices/virtual/net/ppp0, iface: ppp0): no ifupdown configuration found. - Oct 29 14:03:46 monkey-mafia pptp[7217]: nm-pptp-service-7190 log[ctrlp_rep:pptp_ctrl.c:259]: Sent control packet type is 1 'Start-Control-Connection-Request' - Oct 29 14:03:46 monkey-mafia pptp[7217]: nm-pptp-service-7190 log[ctrlp_disp:pptp_ctrl.c:781]: Received Start Control Connection Reply - Oct 29 14:03:46 monkey-mafia pptp[7217]: nm-pptp-service-7190 log[ctrlp_disp:pptp_ctrl.c:815]: Client connection established. - Oct 29 14:03:47 monkey-mafia pptp[7217]: nm-pptp-service-7190 log[ctrlp_rep:pptp_ctrl.c:259]: Sent control packet type is 7 'Outgoing-Call-Request' - Oct 29 14:03:47 monkey-mafia pptp[7217]: nm-pptp-service-7190 log[ctrlp_disp:pptp_ctrl.c:900]: Received Outgoing Call Reply. - Oct 29 14:03:47 monkey-mafia pptp[7217]: nm-pptp-service-7190 log[ctrlp_disp:pptp_ctrl.c:939]: Outgoing call established (call ID 43272, peer's call ID 251). - Oct 29 14:03:47 monkey-mafia NetworkManager[876]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 6 / phase 'authenticate' - Oct 29 14:03:47 monkey-mafia NetworkManager[876]: ** Message: nm-pptp-ppp-plugin: (get_credentials): passwd-hook, requesting credentials... - Oct 29 14:03:47 monkey-mafia NetworkManager[876]: ** Message: nm-pptp-ppp-plugin: (get_credentials): got credentials from NetworkManager-pptp - Oct 29 14:03:47 monkey-mafia pppd[7195]: CHAP authentication succeeded - Oct 29 14:03:47 monkey-mafia NetworkManager[876]: CHAP authentication succeeded - Oct 29 14:03:47 monkey-mafia NetworkManager[876]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 8 / phase 'network' - Oct 29 14:03:47 monkey-mafia pppd[7195]: MPPE 128-bit stateless compression enabled - Oct 29 14:03:47 monkey-mafia NetworkManager[876]: MPPE 128-bit stateless compression enabled - Oct 29 14:03:48 monkey-mafia pppd[7195]: local IP address 192.168.17.35 - Oct 29 14:03:48 monkey-mafia pppd[7195]: remote IP address 192.168.17.1 - Oct 29 14:03:48 monkey-mafia pppd[7195]: primary DNS address 192.168.17.1 - Oct 29 14:03:48 monkey-mafia pppd[7195]: secondary DNS address 8.8.4.4 - Oct 29 14:03:48 monkey-mafia NetworkManager[876]: VPN connection 'Office PPTP' (IP4 Config Get) reply received from old-style plugin. - Oct 29 14:03:48 monkey-mafia NetworkManager[876]: VPN Gateway: 217.13.222.44 - Oct 29 14:03:48 monkey-mafia NetworkManager[876]: Tu
[Desktop-packages] [Bug 1511330] Re: PPTP connection does not establish due to error: "Connection activation failed: the VPN service returned invalid configuration."
** Summary changed: - PPTP connection does not establish due to something "did not receive a valid configuration" + PPTP connection does not establish due to error: "Connection activation failed: the VPN service returned invalid configuration." ** Attachment added: "syslog-snippet.txt" https://bugs.launchpad.net/ubuntu/+source/network-manager-pptp/+bug/1511330/+attachment/4518273/+files/syslog-snippet.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to network-manager-pptp in Ubuntu. https://bugs.launchpad.net/bugs/1511330 Title: PPTP connection does not establish due to error: "Connection activation failed: the VPN service returned invalid configuration." Status in network-manager-pptp package in Ubuntu: Confirmed Bug description: The PPTP connection in question used to work on Vivid, now it does not connect after an upgrade to Wily. That error description in the title comes from nmcli; it looks somewhat different in the notification popup The relevant piece of syslog is in the attached syslog-snippet.txt I'd say that the IP config as stated in the log looks valid to me ProblemType: Bug DistroRelease: Ubuntu 15.10 Package: network-manager-pptp 0.9.10.0-1ubuntu1 ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3 Uname: Linux 4.2.0-16-generic x86_64 ApportVersion: 2.19.1-0ubuntu4 Architecture: amd64 CurrentDesktop: Unity Date: Thu Oct 29 14:07:01 2015 InstallationDate: Installed on 2015-08-20 (69 days ago) InstallationMedia: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422) SourcePackage: network-manager-pptp UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager-pptp/+bug/1511330/+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 1511330] [NEW] PPTP connection does not establish due to something "did not receive a valid configuration"
Public bug reported: The PPTP connection in question used to work on Vivid, now it does not connect after an upgrade to Wily. The relevant piece of syslog follows: Oct 29 14:03:45 monkey-mafia NetworkManager[876]: Starting VPN service 'pptp'... Oct 29 14:03:45 monkey-mafia NetworkManager[876]: VPN service 'pptp' started (org.freedesktop.NetworkManager.pptp), PID 7190 Oct 29 14:03:45 monkey-mafia NetworkManager[876]: VPN service 'pptp' appeared; activating connections Oct 29 14:03:45 monkey-mafia NetworkManager[876]: VPN connection 'Office PPTP' (ConnectInteractive) reply received. Oct 29 14:03:45 monkey-mafia NetworkManager[876]: VPN plugin state changed: starting (3) Oct 29 14:03:45 monkey-mafia NetworkManager[876]: ** Message: pppd started with pid 7195 Oct 29 14:03:45 monkey-mafia NetworkManager[876]: VPN connection 'Office PPTP' (Connect) reply received. Oct 29 14:03:45 monkey-mafia pppd[7195]: Plugin /usr/lib/pppd/2.4.6/nm-pptp-pppd-plugin.so loaded. Oct 29 14:03:45 monkey-mafia NetworkManager[876]: Plugin /usr/lib/pppd/2.4.6/nm-pptp-pppd-plugin.so loaded. Oct 29 14:03:45 monkey-mafia NetworkManager[876]: ** Message: nm-pptp-ppp-plugin: (plugin_init): initializing Oct 29 14:03:45 monkey-mafia pppd[7195]: pppd 2.4.6 started by root, uid 0 Oct 29 14:03:45 monkey-mafia NetworkManager[876]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 3 / phase 'serial connection' Oct 29 14:03:45 monkey-mafia pppd[7195]: Using interface ppp0 Oct 29 14:03:45 monkey-mafia pppd[7195]: Connect: ppp0 <--> /dev/pts/12 Oct 29 14:03:45 monkey-mafia NetworkManager[876]: nm_device_get_device_type: assertion 'NM_IS_DEVICE (self)' failed Oct 29 14:03:45 monkey-mafia NetworkManager[876]: (ppp0): new Generic device (carrier: UNKNOWN, driver: 'unknown', ifindex: 8) Oct 29 14:03:45 monkey-mafia NetworkManager[876]: Using interface ppp0 Oct 29 14:03:45 monkey-mafia NetworkManager[876]: Connect: ppp0 <--> /dev/pts/12 Oct 29 14:03:45 monkey-mafia NetworkManager[876]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 5 / phase 'establish' Oct 29 14:03:45 monkey-mafia pptp[7199]: nm-pptp-service-7190 log[main:pptp.c:350]: The synchronous pptp option is NOT activated Oct 29 14:03:45 monkey-mafia NetworkManager[876]: devices added (path: /sys/devices/virtual/net/ppp0, iface: ppp0) Oct 29 14:03:45 monkey-mafia NetworkManager[876]: device added (path: /sys/devices/virtual/net/ppp0, iface: ppp0): no ifupdown configuration found. Oct 29 14:03:46 monkey-mafia pptp[7217]: nm-pptp-service-7190 log[ctrlp_rep:pptp_ctrl.c:259]: Sent control packet type is 1 'Start-Control-Connection-Request' Oct 29 14:03:46 monkey-mafia pptp[7217]: nm-pptp-service-7190 log[ctrlp_disp:pptp_ctrl.c:781]: Received Start Control Connection Reply Oct 29 14:03:46 monkey-mafia pptp[7217]: nm-pptp-service-7190 log[ctrlp_disp:pptp_ctrl.c:815]: Client connection established. Oct 29 14:03:47 monkey-mafia pptp[7217]: nm-pptp-service-7190 log[ctrlp_rep:pptp_ctrl.c:259]: Sent control packet type is 7 'Outgoing-Call-Request' Oct 29 14:03:47 monkey-mafia pptp[7217]: nm-pptp-service-7190 log[ctrlp_disp:pptp_ctrl.c:900]: Received Outgoing Call Reply. Oct 29 14:03:47 monkey-mafia pptp[7217]: nm-pptp-service-7190 log[ctrlp_disp:pptp_ctrl.c:939]: Outgoing call established (call ID 43272, peer's call ID 251). Oct 29 14:03:47 monkey-mafia NetworkManager[876]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 6 / phase 'authenticate' Oct 29 14:03:47 monkey-mafia NetworkManager[876]: ** Message: nm-pptp-ppp-plugin: (get_credentials): passwd-hook, requesting credentials... Oct 29 14:03:47 monkey-mafia NetworkManager[876]: ** Message: nm-pptp-ppp-plugin: (get_credentials): got credentials from NetworkManager-pptp Oct 29 14:03:47 monkey-mafia pppd[7195]: CHAP authentication succeeded Oct 29 14:03:47 monkey-mafia NetworkManager[876]: CHAP authentication succeeded Oct 29 14:03:47 monkey-mafia NetworkManager[876]: ** Message: nm-pptp-ppp-plugin: (nm_phasechange): status 8 / phase 'network' Oct 29 14:03:47 monkey-mafia pppd[7195]: MPPE 128-bit stateless compression enabled Oct 29 14:03:47 monkey-mafia NetworkManager[876]: MPPE 128-bit stateless compression enabled Oct 29 14:03:48 monkey-mafia pppd[7195]: local IP address 192.168.17.35 Oct 29 14:03:48 monkey-mafia pppd[7195]: remote IP address 192.168.17.1 Oct 29 14:03:48 monkey-mafia pppd[7195]: primary DNS address 192.168.17.1 Oct 29 14:03:48 monkey-mafia pppd[7195]: secondary DNS address 8.8.4.4 Oct 29 14:03:48 monkey-mafia NetworkManager[876]: VPN connection 'Office PPTP' (IP4 Config Get) reply received from old-style plugin. Oct 29 14:03:48 monkey-mafia NetworkManager[876]: VPN Gateway: 217.13.222.44 Oct 29 14:03:48 monkey-mafia NetworkManager[876]: Tunnel Device: ppp0 Oct 29 14:03:48 monkey-mafia NetworkManager[876]: IPv4 configuration: Oct 29 14:03:48 monkey-mafia NetworkManager[876]: Internal Address: 192.168.17.35 Oct 29 14:03:48 monkey-mafia Network