You are not logged in.

#1 2018-12-20 20:38:32

cleviojr
Member
Registered: 2018-06-01
Posts: 2

[SOLVED] vpn unlimited not connecting

Hi there, recently I installed the following AUR package https://aur.archlinux.org/packages/vpn-unlimited/ and when I opened and logged in I realized I couldn't connect to any server.
https://i.imgur.com/ifEaoSu.png
When I run it through the terminal, I get the following error 

ERROR: ld.so: object 'libcurl-openssl-1.0.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. 

.

When I close the application:

Received signal 11 SEGV_MAPERR 0000007d0012
#0 0x7f05cd48d98e <unknown>
#1 0x7f05cd486713 <unknown>
#2 0x7f05cd48d905 <unknown>
#3 0x7f05d22453c0 <unknown>
#4 0x7f05d3b89543 VPNStateController::serviceStateChanged()
#5 0x7f05d3bb5f91 ServiceManager::stateChanged()
#6 0x7f05d3bb92d7 Socket::disconnect()
#7 0x7f05d3bb9858 Socket::~Socket()
#8 0x7f05d3bb8276 boost::detail::sp_counted_impl_p<>::dispose()
#9 0x7f05d3bb5482 ServiceManager::~ServiceManager()
#10 0x7f05d3bb54ed ServiceManager::~ServiceManager()
#11 0x7f05d3b85d1d VPNManagerImpl::~VPNManagerImpl()
#12 0x7f05d3ae9175 VPNU::VPNManager::~VPNManager()
#13 0x7f05d1d7945c __run_exit_handlers
#14 0x7f05d1d7958e __GI_exit
#15 0x7f05d1d6322a __libc_start_main
#16 0x55cafc43073a <unknown>
  r8: 0000000000000007  r9: 0000000000000006 r10: 00007f05bee7ecc0 r11: 0000000000000000
 r12: 00007f05bee7e2a8 r13: 000000000000027d r14: 00007f05d1f02288 r15: 000055cafe933eb0
  di: 000055cb00801a70  si: 00007fff88c1c20c  bp: 0000000000000000  bx: 000055cafeace380
  dx: 0000000000000000  ax: 00000000007d000a  cx: 000055cafe710010  sp: 00007fff88c1c200
  ip: 00007f05d3b89543 efl: 0000000000010202 cgf: 002b000000000033 erf: 0000000000000004
 trp: 000000000000000e msk: 0000000000000000 cr2: 00000000007d0012
[end of stack trace]
Calling _exit(1). Core file will not be generated.

What I tried:
sudo pacman -Rsn vpn-unlimited
sudo pacman -Rscn $(pacman -Qtdq)
Reinstall (through AUR)

I've also noticed that, after reinstalling, my user data (login and password) is still saved.
Even after logout and login again I am still not able to connect to any server, and still having the same errors.

Solution:
Install strongswan
sudo pacman -S strongswan

To fix the first error message (related to libcurl-openssl-1.0.so, thanks to @loqs)
edit the file /usr/bin/vpn-unlimited
comment the line "export LD_PRELOAD=libcurl-openssl-1.0.so"

Last edited by cleviojr (2018-12-20 21:38:19)

Offline

#2 2018-12-20 20:44:10

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: [SOLVED] vpn unlimited not connecting

Read the Code of Conduct and only post thumbnails http://wiki.archlinux.org/index.php/Cod … s_and_code


Moving to AUR Issues...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2018-12-20 21:15:46

loqs
Member
Registered: 2014-03-06
Posts: 17,194

Re: [SOLVED] vpn unlimited not connecting

cleviojr wrote:

When I run it through the terminal, I get the following error 

ERROR: ld.so: object 'libcurl-openssl-1.0.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. 

.

https://aur.archlinux.org/cgit/aur.git/ … -unlimited contains

#!/bin/sh
export LD_PRELOAD=libcurl-openssl-1.0.so
/usr/share/vpn-unlimited/vpn-unlimited "$@"

It should have been removed with https://aur.archlinux.org/cgit/aur.git/ … f64f505489

I doubt that error is related to your issue though.

Offline

#4 2018-12-20 21:35:49

cleviojr
Member
Registered: 2018-06-01
Posts: 2

Re: [SOLVED] vpn unlimited not connecting

loqs wrote:
cleviojr wrote:

When I run it through the terminal, I get the following error 

ERROR: ld.so: object 'libcurl-openssl-1.0.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. 

.

https://aur.archlinux.org/cgit/aur.git/ … -unlimited contains

#!/bin/sh
export LD_PRELOAD=libcurl-openssl-1.0.so
/usr/share/vpn-unlimited/vpn-unlimited "$@"

It should have been removed with https://aur.archlinux.org/cgit/aur.git/ … f64f505489

I doubt that error is related to your issue though.

Commenting that line fixed the first error messages, ty.

Last edited by cleviojr (2018-12-20 21:36:19)

Offline

Board footer

Powered by FluxBB