cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
11082
Views
5
Helpful
5
Replies

Vpnagentd crash on Linux

michal.liptak
Level 1
Level 1

I'm experiencing vpnagentd crashes on my Linux machine, in the syslog I can see:

[155229.713035] traps: vpnagentd[366] general protection ip:7f31cebfb5bf sp:7f31ccc9dfe8 error:0 in libstdc++.so.6.0.20[7f31ceb8c000+ec000]
[120772.735031] traps: vpnagentd[2453] general protection ip:7fb67ae115bf sp:7fb678eb3fe8 error:0 in libstdc++.so.6.0.20[7fb67ada2000+ec000]
[139790.130545] vpnagentd[5079]: segfault at 100036e ip 00007f149dc1bd6e sp 00007f149ac80ff0 error 4 in libvpnagentutilities.so[7f149dba4000+ce000]

This of course disconnects my VPN connection. How can I diagnose the issue?

Thanks.

m.

5 Replies 5

dllu-0000
Level 1
Level 1

I have the same issue.

[11255.835877] traps: vpnagentd[3456] general protection ip:7f4ca86d3e9f sp:7f4ca646efe8 error:0 in libstdc++.so.6.0.20[7f4ca8664000+f0000]

Sometimes running

killall cisco-vpnui

/etc/rc.d/vpnagentd stop

/etc/rc.d/vpnagentd start

cisco-vpnui

might fix it, but this is not always the case. Sometimes it causes the whole system internet to stop working. In this case, you may need to reset your internet connection. On my computer, it can be done as such,

sudo ip link set enp7s0 down

sudo ip link set enp7s0 up

note that the name of the interface (in my case enp7s0) varies by computer and not all Linux distributions use ip link. I would appreciate if Cisco would acknowledge the issue and fix it since this happens quite frequently and is a severe pain to deal with each time (especially when running applications like MATLAB that require access to the licensing server).

Here's a 'me too' for anyone collecting data on this I'm running AnyConnect Secure Mobility Client Version 3.1.07021

Here's my details.

$ uname -a
Linux dell-ubuntu 3.16.0-31-generic #41-Ubuntu SMP Tue Feb 10 15:24:04 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

/var/log$ grep vpnagentd syslog*
syslog:Mar  8 09:06:05 dell-ubuntu kernel: [89370.075341] traps: vpnagentd[10173] general protection ip:7f2fc2cbff7f sp:7f2fc07d4448 error:0 in libstdc++.so.6.0.20[7f2fc2c50000+f0000]
syslog:Mar  8 16:34:21 dell-ubuntu kernel: [116265.863167] traps: vpnagentd[15537] general protection ip:7fc789cf2f7f sp:7fc787807448 error:0 in libstdc++.so.6.0.20[7fc789c83000+f0000]
syslog.1:Mar  7 11:54:52 dell-ubuntu kernel: [16696.838468] vpnagentd[1735]: segfault at ffffffffffffff40 ip 00007fc46bf7cf9e sp 00007fc468f14fb0 error 5 in libvpnagentutilities.so[7fc46bf05000+ce000]
syslog.1:Mar  7 18:37:21 dell-ubuntu kernel: [40845.944265] vpnagentd[9725]: segfault at 0 ip           (null) sp 00007fff40cee840 error 14 in vpnagentd[400000+a0000]
syslog.1:Mar  7 18:37:46 dell-ubuntu kernel: [40870.588787] vpnagentd[10091]: segfault at 0 ip           (null) sp 00007fff91ccb7a0 error 14 in vpnagentd[400000+a0000]

**EDITED ON 08-MAR to include latest vpnagentd /var/log message created after another crash**

 

Hi there everyone just reporting back to advise you of the absolute subtle genius of Cisco!  Of course none of their staff are allowed to actually say that there is an alternative out there for Linux but through their SHEER SILENCE they have successfully communicated to me - and now you too! - that we shouldn't be using the AnyConnect client on Linux anyway!

 

After upgrading from the Ubuntu Desktop 14.10 64-bit as per the above to the latest 15.04 things only got worse with the old AnyConnect.  After the upgrade my 3.1.07021 client would completely fill my upload bandwidth whenever it was connected.  As you can well imagine that is completely unusable but I discovered that version 3.1.08009 had just recently been released!  So I thought for sure that would solve my problem, right?  Wrong!  Same issue with the bandwidth being used for nothing I could determine, anyway.  It was so unusable I couldn't even run it long enough to find out if the new version solved the original issue I posted above TWO MONTHS ago.

 

So out of frustration I did some digging around and found what must be EXACTLY what Cisco staff were hoping we would find if they just ignored us long enough and that turned out to be OpenConnect!

 

Not only does it work, not crash, and not fill up my upload stream for no apparent reason but after installing the network-manager-openconnect-gnome plug-in it is integrated right into Ubuntu's network manager AS. IT. SHOULD. BE!!

 

It's beautiful and a far better solution than AnyConnect even if AnyConnect WAS working which it most definitely was not!  And all this because of the absolute genius manoeuvrings of Cisco staff who must have known that if they just let us suffer long enough that we would find our way to a better world.  One that does not include their Linux-based AnyConnect client.

 

Well played, Cisco.  Well played!

I've got the same problem too since the update 3.1, luckly there's a simple

workaround :

once/if  vpnclient is crashed

-find the folder  /opt/cisco/anyconnect/bin

-there's a file called vpnagentd ( the vpn deamon ) just double-click it

and start again "vpnui" ( cisco anyconnect icon , you should have a desktop link too)

everything will go back to work!!!!

 

anyway is definitly bugged this client....

 

 

Hi there everyone just reporting back to advise you of the absolute subtle genius of Cisco!  Of course none of their staff are allowed to actually say that there is an alternative out there for Linux but through their SHEER SILENCE they have successfully communicated to me - and now you too! - that we shouldn't be using the AnyConnect client on Linux anyway!

 

After upgrading from the Ubuntu Desktop 14.10 64-bit as per the above to the latest 15.04 things only got worse with the old AnyConnect.  After the upgrade my 3.1.07021 client would completely fill my upload bandwidth whenever it was connected.  As you can well imagine that is completely unusable but I discovered that version 3.1.08009 had just recently been released!  So I thought for sure that would solve my problem, right?  Wrong!  Same issue with the bandwidth being used for nothing I could determine, anyway.  It was so unusable I couldn't even run it long enough to find out if the new version solved the original issue I posted above TWO MONTHS ago.

 

So out of frustration I did some digging around and found what must be EXACTLY what Cisco staff were hoping we would find if they just ignored us long enough and that turned out to be OpenConnect!

 

Not only does it work, not crash, and not fill up my upload stream for no apparent reason but after installing the network-manager-openconnect-gnome plug-in it is integrated right into Ubuntu's network manager AS. IT. SHOULD. BE!!

 

It's beautiful and a far better solution than AnyConnect even if AnyConnect WAS working which it most definitely was not!  And all this because of the absolute genius manoeuvrings of Cisco staff who must have known that if they just let us suffer long enough that we would find our way to a better world.  One that does not include their Linux-based AnyConnect client.

 

Well played, Cisco.  Well played!

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: