Package Details: vpn-unlimited-bin 9.0.0-1

Git Clone URL: https://aur.archlinux.org/vpn-unlimited-bin.git (read-only, click to copy)
Package Base: vpn-unlimited-bin
Description: VPN Unlimited client application
Upstream URL: https://www.vpnunlimitedapp.com
Licenses: custom
Conflicts: vpn-unlimited
Provides: vpn-unlimited
Submitter: carsme
Maintainer: ItachiSan
Last Packager: carsme
Votes: 17
Popularity: 0.000226
First Submitted: 2023-08-10 08:56 (UTC)
Last Updated: 2024-01-28 23:19 (UTC)

Pinned Comments

carsme commented on 2023-12-28 16:59 (UTC)

NOTE: Issues regarding icu library files not being found, such as

vpn-unlimited: error while loading shared libraries: libicudata.so.73: cannot open shared object file: No such file or directory

are not strictly related to this package, but to boost174. Each time the icu package in the official repositories is updated to a new major version, boost174 needs to be rebuilt.

You don't need to install any version of icu other than the package available in the official repositories. To resolve the issue, either rebuild boost174 yourself or, even better, leave a comment in boost174 so I can publish a new pkgver and as such force a rebuild for all users.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 Next › Last »

TaXules commented on 2019-11-16 05:53 (UTC)

Hi, I found a missing dependency: qt5-webengine

noobr commented on 2019-10-28 00:58 (UTC)

hello, I installed strongswan and it works now, but I cant use KeepSolid Wise TCP protocol, only udp. I tested all others protocols and they work just fine, after I try the KSW TCP the result of systemctl status vpn-unlimited-daemon.service is:

Oct 27 21:16:19 archtanium vpn-unlimited-daemon[489]: RTNETLINK answers: No such process Oct 27 21:16:20 archtanium systemd[1]: vpn-unlimited-daemon.service: Main process exited, code=killed, status=11/SEGV Oct 27 21:16:20 archtanium systemd[1]: vpn-unlimited-daemon.service: Failed with result 'signal'.

Ray commented on 2019-10-14 06:09 (UTC)

The problem was solved by installing strongswan 5.8.1-1 from the community repository. Thanks to XBC4000 for this fix.

Ray commented on 2019-10-12 23:40 (UTC)

I've not been able to get this package to work. The virtual server tries to load, but never does. What solutions might fix this?

XBC4000 commented on 2019-03-13 05:47 (UTC)

Hi, @rodneyck & @giswqs or anyone with the issue for that matter, a solution although shouldn't even be in the first place is to install strongswan package from the community repositories restart vpn-unlimited and it should connect.

Hope this helps!

giswqs commented on 2019-03-04 21:23 (UTC)

After installation, I ran "sudo vpn-unlimited --daemon enable" and "sudo vpn-unlimited --daemon start". However, it still does not work. The connection status shows "connecting" forever. Any suggestions?

rodneyck commented on 2019-03-01 19:53 (UTC) (edited on 2019-03-01 19:56 (UTC) by rodneyck)

Here is my issue. The application opens, but then I get a message that I need to run this as root; 'service vpn-unlimited-daemon start.' That doesn't work, so then I tried it using 'systemctl' in replace of 'service', but that doesn't work. Then I just did 'sudo /usr/bin/vpn-unlimited-daemon' which did start the daemon. I have to figure out how to start this automatically later.

Next I opened up the VPN Unlimited client again and it seemed to be searching this time for a connection continually, however I looked at my open terminal and it gave me this; 'cp: cannot create regular file '/etc/ipsec.d/cacerts/caCert.crt': No such file or directory'

I gave up. Any suggestions?

XBC4000 commented on 2019-01-23 18:25 (UTC)

Hey all, so thanks for the input I tried both methods the second one "sudo ln -s /usr/lib/libidn2.so /usr/lib/libidn2.so.0" worked for my configuration, @lietzu thankyou for the fix much appreciated.

lietzu commented on 2019-01-23 16:03 (UTC)

@XBC4000 I was having the same issue, but aytekinar's solution did not work for me. I temporarily worked around the renaming issue using sudo ln -s /usr/lib/libidn2.so /usr/lib/libidn2.so.0 instead.

aytekinar commented on 2019-01-23 10:44 (UTC)

Hi, @XBC4000. It is not about the package --- apparently, the latest update on libidn2.so broke some packages due to the naming changes in the shared object. Could you please run git clone <https://aur.archlinux.org/vpn-unlimited> /tmp/vpn-unlimited ; cd /tmp/vpn-unlimited ; makepkg --syncdeps --clean --cleanbuild --rmdeps --install to reinstall the package?