10
9
Fork
You've already forked linux-app
14

eduVPN kills NetworkManager - core dump #696

Open
opened 2026年05月06日 11:13:08 +02:00 by maromcik · 15 comments

Installation

repository

Version

eduVPN CLI version: 4.7.2 with eduvpn-common version: 5.0.2

Check if your issue is in the known issues list

I could not find anything helpful

OS/Distribution

Ubuntu 24

Logs

Journal

NetworkManager[103448]: /etc/netplan/90-NM-037e6a79-a178-45d0-835d-6f4b15e28834.yaml:7:7: Error in network definition: invalid prefix length in address '100.67.224.166/0'
NetworkManager[103448]: - "100.67.224.166/0"
NetworkManager[103448]: ^
NetworkManager[102494]: **
NetworkManager[102494]: nm:ERROR:src/core/settings/nm-settings-utils.c:103:<unknown-fcn>: assertion failed: (<dropped>)
NetworkManager[102494]: Bail out! nm:ERROR:src/core/settings/nm-settings-utils.c:103:<unknown-fcn>: assertion failed: (<dropped>)
systemd[1]: NetworkManager.service: Main process exited, code=dumped, status=6/ABRT
systemd[1]: NetworkManager.service: Failed with result 'core-dump'.
systemd[1]: NetworkManager.service: Consumed 1.430s CPU time, 23.7M memory peak, 0B memory swap peak.
systemd[1]: NetworkManager.service: Scheduled restart job, restart counter is at 7.
systemd[1]: Starting NetworkManager.service - Network Manager...

Do you have a problem during or after connecting?

eduVPN won't connect. Two NetworkManager connections are created (eduVPN for Wireguard and <profile name>-ovpn... for openVPN). I have no idea why, it happens even on profiles with OpenVPN disabled.

# Installation repository # Version `eduVPN CLI version: 4.7.2 with eduvpn-common version: 5.0.2` # Check if your issue is in the known issues list I could not find anything helpful # OS/Distribution Ubuntu 24 # Logs Journal ``` NetworkManager[103448]: /etc/netplan/90-NM-037e6a79-a178-45d0-835d-6f4b15e28834.yaml:7:7: Error in network definition: invalid prefix length in address '100.67.224.166/0' NetworkManager[103448]: - "100.67.224.166/0" NetworkManager[103448]: ^ NetworkManager[102494]: ** NetworkManager[102494]: nm:ERROR:src/core/settings/nm-settings-utils.c:103:<unknown-fcn>: assertion failed: (<dropped>) NetworkManager[102494]: Bail out! nm:ERROR:src/core/settings/nm-settings-utils.c:103:<unknown-fcn>: assertion failed: (<dropped>) systemd[1]: NetworkManager.service: Main process exited, code=dumped, status=6/ABRT systemd[1]: NetworkManager.service: Failed with result 'core-dump'. systemd[1]: NetworkManager.service: Consumed 1.430s CPU time, 23.7M memory peak, 0B memory swap peak. systemd[1]: NetworkManager.service: Scheduled restart job, restart counter is at 7. systemd[1]: Starting NetworkManager.service - Network Manager... ``` ## Do you have a problem during or after connecting? eduVPN won't connect. Two NetworkManager connections are created (`eduVPN` for Wireguard and `<profile name>-ovpn...` for openVPN). I have no idea why, it happens even on profiles with OpenVPN disabled.
![image](/attachments/aec00c84-8e3b-4814-bcbd-88479501c363)
128 KiB

"/etc/netplan" ... not really NetworkManager.
But: 100.67.224.166/0 or did you mean 100.67.224.166/24 resp. an appropriate subnet mask?

Best,

"/etc/netplan" ... not really NetworkManager. But: `100.67.224.166/0` or did you mean `100.67.224.166/24` resp. an appropriate subnet mask? Best,

@reneum wrote in #696 (comment):

"/etc/netplan" ... not really NetworkManager. But: 100.67.224.166/0 or did you mean 100.67.224.166/24 resp. an appropriate subnet mask?

Best,

I suppose that's the bug. The profile is /27

@reneum wrote in https://codeberg.org/eduVPN/linux-app/issues/696#issuecomment-14382716: > "/etc/netplan" ... not really NetworkManager. But: `100.67.224.166/0` or did you mean `100.67.224.166/24` resp. an appropriate subnet mask? > > Best, I suppose that's the bug. The profile is /27

@reneum wrote in #696 (comment):

"/etc/netplan" ... not really NetworkManager. But: 100.67.224.166/0 or did you mean 100.67.224.166/24 resp. an appropriate subnet mask?

Best,

Also I don't use Ubuntu. I know there should be netplan by default which uses systemd-networkd. I have no idea how NM and netplan interact if both are installed.

@reneum wrote in https://codeberg.org/eduVPN/linux-app/issues/696#issuecomment-14382716: > "/etc/netplan" ... not really NetworkManager. But: `100.67.224.166/0` or did you mean `100.67.224.166/24` resp. an appropriate subnet mask? > > Best, Also I don't use Ubuntu. I know there should be netplan by default which uses systemd-networkd. I have no idea how NM and netplan interact if both are installed.

can you try nmcli con delete eduVPN?

can you try `nmcli con delete eduVPN`?

@jwijenbergh wrote in #696 (comment):

can you try nmcli con delete eduVPN?

Yeah. I tried that several times. I deleted all eduVPN related connections and retried.

@jwijenbergh wrote in https://codeberg.org/eduVPN/linux-app/issues/696#issuecomment-14453087: > can you try `nmcli con delete eduVPN`? Yeah. I tried that several times. I deleted all eduVPN related connections and retried.

I have a similar issue but not exactly same. I use kubuntu 24.04 (LTS release).

eduVPN GUI version: 4.7.2
eduvpn-common version: 5.0.2

I tried to activate my eduvpn last week and it stopped working. Instead it got stuck in the opening mode and restarted my networkmanager. I don't have a reason in the networkmanager log as to why it restarts.

NetworkManager[218016]: **
NetworkManager[215886]: nm:ERROR:src/core/settings/nm-settings-utils.c:103:: assertion failed: ()
NetworkManager[215886]: Bail out! nm:ERROR:src/core/settings/nm-settings-utils.c:103:: assertion failed: ()
systemd[1]: NetworkManager.service: Main process exited, code=dumped, status=6/ABRT
systemd[1]: NetworkManager.service: Failed with result 'core-dump'.

And the eduvpn log seems similar and ends in same line

MainThread - ERROR - eduvpn.nm - nm.py:1059 - add connection error: g-dbus-error-quark: Message recipient disconnected from message bus without replying (4)

I have a similar issue but not exactly same. I use kubuntu 24.04 (LTS release). eduVPN GUI version: 4.7.2 eduvpn-common version: 5.0.2 I tried to activate my eduvpn last week and it stopped working. Instead it got stuck in the opening mode and restarted my networkmanager. I don't have a reason in the networkmanager log as to why it restarts. NetworkManager[218016]: ** NetworkManager[215886]: nm:ERROR:src/core/settings/nm-settings-utils.c:103:<unknown-fcn>: assertion failed: (<dropped>) NetworkManager[215886]: Bail out! nm:ERROR:src/core/settings/nm-settings-utils.c:103:<unknown-fcn>: assertion failed: (<dropped>) systemd[1]: NetworkManager.service: Main process exited, code=dumped, status=6/ABRT systemd[1]: NetworkManager.service: Failed with result 'core-dump'. And the eduvpn log seems similar and ends in same line MainThread - ERROR - eduvpn.nm - nm.py:1059 - add connection error: g-dbus-error-quark: Message recipient disconnected from message bus without replying (4)

@henalm wrote in #696 (comment):

I have a similar issue but not exactly same. I use kubuntu 24.04 (LTS release).

eduVPN GUI version: 4.7.2 eduvpn-common version: 5.0.2

I tried to activate my eduvpn last week and it stopped working. Instead it got stuck in the opening mode and restarted my networkmanager. I don't have a reason in the networkmanager log as to why it restarts.

NetworkManager[218016]: ** NetworkManager[215886]: nm:ERROR:src/core/settings/nm-settings-utils.c:103:: assertion failed: () NetworkManager[215886]: Bail out! nm:ERROR:src/core/settings/nm-settings-utils.c:103:: assertion failed: () systemd[1]: NetworkManager.service: Main process exited, code=dumped, status=6/ABRT systemd[1]: NetworkManager.service: Failed with result 'core-dump'.

And the eduvpn log seems similar and ends in same line

MainThread - ERROR - eduvpn.nm - nm.py:1059 - add connection error: g-dbus-error-quark: Message recipient disconnected from message bus without replying (4)

this is definitely #609, which could be fixed by nmcli con delete eduVPN. Note that the only people that are having this specific issue are using ubuntu, so I don't think this is a client issue.

@henalm wrote in https://codeberg.org/eduVPN/linux-app/issues/696#issuecomment-14649144: > I have a similar issue but not exactly same. I use kubuntu 24.04 (LTS release). > > eduVPN GUI version: 4.7.2 eduvpn-common version: 5.0.2 > > I tried to activate my eduvpn last week and it stopped working. Instead it got stuck in the opening mode and restarted my networkmanager. I don't have a reason in the networkmanager log as to why it restarts. > > NetworkManager[218016]: ** NetworkManager[215886]: nm:ERROR:src/core/settings/nm-settings-utils.c:103:: assertion failed: () NetworkManager[215886]: Bail out! nm:ERROR:src/core/settings/nm-settings-utils.c:103:: assertion failed: () systemd[1]: NetworkManager.service: Main process exited, code=dumped, status=6/ABRT systemd[1]: NetworkManager.service: Failed with result 'core-dump'. > > And the eduvpn log seems similar and ends in same line > > MainThread - ERROR - eduvpn.nm - nm.py:1059 - add connection error: g-dbus-error-quark: Message recipient disconnected from message bus without replying (4) this is definitely https://codeberg.org/eduVPN/linux-app/issues/609, which could be fixed by `nmcli con delete eduVPN`. Note that the only people that are having this specific issue are using ubuntu, so I don't think this is a client issue.

@maromcik wrote in #696 (comment):

@reneum wrote in #696 (comment):

"/etc/netplan" ... not really NetworkManager. But: 100.67.224.166/0 or did you mean 100.67.224.166/24 resp. an appropriate subnet mask?
Best,

Also I don't use Ubuntu. I know there should be netplan by default which uses systemd-networkd. I have no idea how NM and netplan interact if both are installed.

I'm confused, the issue description says ubuntu.

@maromcik wrote in https://codeberg.org/eduVPN/linux-app/issues/696#issuecomment-14383205: > @reneum wrote in #696 (comment): > > > "/etc/netplan" ... not really NetworkManager. But: `100.67.224.166/0` or did you mean `100.67.224.166/24` resp. an appropriate subnet mask? > > Best, > > Also I don't use Ubuntu. I know there should be netplan by default which uses systemd-networkd. I have no idea how NM and netplan interact if both are installed. I'm confused, the issue description says ubuntu.

@jwijenbergh wrote in #696 (comment):

@henalm wrote in #696 (comment):

I have a similar issue but not exactly same. I use kubuntu 24.04 (LTS release).
eduVPN GUI version: 4.7.2 eduvpn-common version: 5.0.2
I tried to activate my eduvpn last week and it stopped working. Instead it got stuck in the opening mode and restarted my networkmanager. I don't have a reason in the networkmanager log as to why it restarts.
NetworkManager[218016]: ** NetworkManager[215886]: nm:ERROR:src/core/settings/nm-settings-utils.c:103:: assertion failed: () NetworkManager[215886]: Bail out! nm:ERROR:src/core/settings/nm-settings-utils.c:103:: assertion failed: () systemd[1]: NetworkManager.service: Main process exited, code=dumped, status=6/ABRT systemd[1]: NetworkManager.service: Failed with result 'core-dump'.
And the eduvpn log seems similar and ends in same line
MainThread - ERROR - eduvpn.nm - nm.py:1059 - add connection error: g-dbus-error-quark: Message recipient disconnected from message bus without replying (4)

this is definitely #609, which could be fixed by nmcli con delete eduVPN. Note that the only people that are having this specific issue are using ubuntu, so I don't think this is a client issue.

Huge thanks, that fixed the issue for me.

@jwijenbergh wrote in https://codeberg.org/eduVPN/linux-app/issues/696#issuecomment-14650116: > @henalm wrote in #696 (comment): > > > I have a similar issue but not exactly same. I use kubuntu 24.04 (LTS release). > > eduVPN GUI version: 4.7.2 eduvpn-common version: 5.0.2 > > I tried to activate my eduvpn last week and it stopped working. Instead it got stuck in the opening mode and restarted my networkmanager. I don't have a reason in the networkmanager log as to why it restarts. > > NetworkManager[218016]: ** NetworkManager[215886]: nm:ERROR:src/core/settings/nm-settings-utils.c:103:: assertion failed: () NetworkManager[215886]: Bail out! nm:ERROR:src/core/settings/nm-settings-utils.c:103:: assertion failed: () systemd[1]: NetworkManager.service: Main process exited, code=dumped, status=6/ABRT systemd[1]: NetworkManager.service: Failed with result 'core-dump'. > > And the eduvpn log seems similar and ends in same line > > MainThread - ERROR - eduvpn.nm - nm.py:1059 - add connection error: g-dbus-error-quark: Message recipient disconnected from message bus without replying (4) > > this is definitely #609, which could be fixed by `nmcli con delete eduVPN`. Note that the only people that are having this specific issue are using ubuntu, so I don't think this is a client issue. Huge thanks, that fixed the issue for me.

@jwijenbergh wrote in #696 (comment):

@maromcik wrote in #696 (comment):

@reneum wrote in #696 (comment):

"/etc/netplan" ... not really NetworkManager. But: 100.67.224.166/0 or did you mean 100.67.224.166/24 resp. an appropriate subnet mask?
Best,

Also I don't use Ubuntu. I know there should be netplan by default which uses systemd-networkd. I have no idea how NM and netplan interact if both are installed.

I'm confused, the issue description says ubuntu.

It is a laptop of a colleague of mine. I'm responsible for eduVPN at Masaryk University so I wrote the issue. Apologies, I should've clarified that.

The problematic systems is indeed Ubuntu and deleting stale connections via nmcli does not help.

@jwijenbergh wrote in https://codeberg.org/eduVPN/linux-app/issues/696#issuecomment-14650146: > @maromcik wrote in #696 (comment): > > > @reneum wrote in #696 (comment): > > > "/etc/netplan" ... not really NetworkManager. But: `100.67.224.166/0` or did you mean `100.67.224.166/24` resp. an appropriate subnet mask? > > > Best, > > > > > > Also I don't use Ubuntu. I know there should be netplan by default which uses systemd-networkd. I have no idea how NM and netplan interact if both are installed. > > I'm confused, the issue description says ubuntu. It is a laptop of a colleague of mine. I'm responsible for eduVPN at Masaryk University so I wrote the issue. Apologies, I should've clarified that. The problematic systems is indeed Ubuntu and deleting stale connections via nmcli does not help.

Two NetworkManager connections are created (eduVPN for Wireguard and -ovpn... for openVPN). I have no idea why, it happens even on profiles with OpenVPN disabled.

I don't see how this is possible, the client never puts the profile in the openVPN connection name. Are you sure this is not from a manual config download? Did you try removing that profile?

> Two NetworkManager connections are created (eduVPN for Wireguard and <profile name>-ovpn... for openVPN). I have no idea why, it happens even on profiles with OpenVPN disabled. I don't see how this is possible, the client never puts the profile in the openVPN connection name. Are you sure this is not from a manual config download? Did you try removing that profile?

It's been a while since I've used Ubuntu and I’m not familiar with "/etc/netplan" either, but if I understood it correctly it acts as a wrapper whose configuration takes precedence? If so, the configuration in must be repaired here:

NetworkManager[103448]: /etc/netplan/90-NM-037e6a79-a178-45d0-835d-6f4b15e28834.yaml:7:7: Error in network definition: invalid prefix length in address '100.67.224.166/0'

It's been a while since I've used Ubuntu and I’m not familiar with "/etc/netplan" either, but if I understood it correctly it acts as a wrapper whose configuration takes precedence? If so, the configuration in must be repaired here: `NetworkManager[103448]: /etc/netplan/90-NM-037e6a79-a178-45d0-835d-6f4b15e28834.yaml:7:7: Error in network definition: invalid prefix length in address '100.67.224.166/0'`

It's not really possible for me to help with anything unless I can get some sort of test account, this seems to be too profile specific. I cannot reproduce any of these issues on a clean Ubuntu 26.04 VM

It's not really possible for me to help with anything unless I can get some sort of test account, this seems to be too profile specific. I cannot reproduce any of these issues on a clean Ubuntu 26.04 VM

@jwijenbergh wrote in #696 (comment):

@henalm wrote in #696 (Kommentar):

I have a similar issue but not exactly same. I use kubuntu 24.04 (LTS release).
eduVPN GUI version: 4.7.2 eduvpn-common version: 5.0.2
I tried to activate my eduvpn last week and it stopped working. Instead it got stuck in the opening mode and restarted my networkmanager. I don't have a reason in the networkmanager log as to why it restarts.
NetworkManager[218016]: ** NetworkManager[215886]: nm:ERROR:src/core/settings/nm-settings-utils.c:103:: assertion failed: () NetworkManager[215886]: Bail out! nm:ERROR:src/core/settings/nm-settings-utils.c:103:: assertion failed: () systemd[1]: NetworkManager.service: Main process exited, code=dumped, status=6/ABRT systemd[1]: NetworkManager.service: Failed with result 'core-dump'.
And the eduvpn log seems similar and ends in same line
MainThread - ERROR - eduvpn.nm - nm.py:1059 - add connection error: g-dbus-error-quark: Message recipient disconnected from message bus without replying (4)

this is definitely #609, which could be fixed by nmcli con delete eduVPN. Note that the only people that are having this specific issue are using ubuntu, so I don't think this is a client issue.

I have had the same problem, whenever I put my Laptop to standby. Your solution worked for me as well. Huge thanks!!

@jwijenbergh wrote in https://codeberg.org/eduVPN/linux-app/issues/696#issuecomment-14650116: > @henalm wrote in #696 (Kommentar): > > > I have a similar issue but not exactly same. I use kubuntu 24.04 (LTS release). > > eduVPN GUI version: 4.7.2 eduvpn-common version: 5.0.2 > > I tried to activate my eduvpn last week and it stopped working. Instead it got stuck in the opening mode and restarted my networkmanager. I don't have a reason in the networkmanager log as to why it restarts. > > NetworkManager[218016]: ** NetworkManager[215886]: nm:ERROR:src/core/settings/nm-settings-utils.c:103:: assertion failed: () NetworkManager[215886]: Bail out! nm:ERROR:src/core/settings/nm-settings-utils.c:103:: assertion failed: () systemd[1]: NetworkManager.service: Main process exited, code=dumped, status=6/ABRT systemd[1]: NetworkManager.service: Failed with result 'core-dump'. > > And the eduvpn log seems similar and ends in same line > > MainThread - ERROR - eduvpn.nm - nm.py:1059 - add connection error: g-dbus-error-quark: Message recipient disconnected from message bus without replying (4) > > this is definitely #609, which could be fixed by `nmcli con delete eduVPN`. Note that the only people that are having this specific issue are using ubuntu, so I don't think this is a client issue. I have had the same problem, whenever I put my Laptop to standby. Your solution worked for me as well. Huge thanks!!
Sign in to join this conversation.
No Branch/Tag specified
master
upstream-deb
openvpn-persistent
1.x
4.7.2
4.7.1
4.7.0
4.6.0
4.5.1
4.5.0
4.4.99.0
4.4.0
4.3.1
4.3.0
4.2.99.1
4.2.99.0
4.2.1
4.2.0
4.1.99.0
4.1.3
4.1.2
4.1.1
4.1.0
3.1.1
4.0.1
4.0.0
pr-3.3.1
pr-3.3.0
pr-3.2.0
3.1.0
3.0.0
2.2.1
2.2.0
2.1.0
2.0.0
1.1
1.0.3
1.0.2
1.0.1
1.0rc17
1.0rc16
1.0rc15
1.0rc14
1.0rc13
1.0rc12
1.0rc11
1.0rc10
1.0rc9
1.0rc8
1.0rc7
1.0rc6
1.0rc5
1.0rc4
1.0rc3
1.0rc2
1.0rc1
0.8
0.7.2
0.7.1
0.7
0.6.1
0.6
0.5.1
0.5
0.3
0.2.1
0.2
0.1.1
0.1
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
5 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
eduVPN/linux-app#696
Reference in a new issue
eduVPN/linux-app
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?