Package Details: f5vpn 7250.2024.1008.1-2

Git Clone URL: https://aur.archlinux.org/f5vpn.git (read-only, click to copy)
Package Base: f5vpn
Description: VPN client using the Point-to-Point Protocol to connect to F5Networks BIG-IP APM
Upstream URL: https://support.f5.com/csp/article/K32311645#link_04_05
Licenses: Commercial
Provides: f5vpn
Submitter: zrhoffman
Maintainer: zrhoffman
Last Packager: zrhoffman
Votes: 12
Popularity: 0.25
First Submitted: 2019-12-27 08:37 (UTC)
Last Updated: 2024-11-21 20:16 (UTC)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

muffehazard commented on 2024-11-22 09:17 (UTC)

@zrhoffman The new mirror is working, thank you for the fix

zrhoffman commented on 2024-11-21 20:17 (UTC)

That's a shame, that was a faster mirror, but if it blocks some IP address ranges, it's a no-go.

@muffehazard: Switched to a different mirror, it should work for you now.

muffehazard commented on 2024-11-21 09:22 (UTC)

I'm getting an error from curl when downloading the source files. I'm using the yay aur helper:

==> Retrieving sources...
  -> Found LICENSE
  -> Found no-desktop-file-dbus.aarch64.patch
  -> Found no-desktop-file-dbus.x86_64.patch
  -> Downloading linux_f5vpn-7250.2024.1008.1.x86_64.deb...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (35) Recv failure: Connection reset by peer
==> ERROR: Failure while downloading https://vpn01.montgomerycollege.edu/public/download/linux_f5vpn.x86_64.deb
    Aborting...

I get the same error when I try to download the file manually with curl or wget:

~ ➤ wget https://vpn01.montgomerycollege.edu/public/download/linux_f5vpn.x86_64.deb
--2024-11-21 11:14:13--  https://vpn01.montgomerycollege.edu/public/download/linux_f5vpn.x86_64.deb
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving vpn01.montgomerycollege.edu (vpn01.montgomerycollege.edu)... 160.253.0.31
Connecting to vpn01.montgomerycollege.edu (vpn01.montgomerycollege.edu)|160.253.0.31|:443... connected.
GnuTLS: Error in the pull function.
Unable to establish SSL connection.
~ ➤ curl -O https://vpn01.montgomerycollege.edu/public/download/linux_f5vpn.x86_64.deb
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (35) Recv failure: Connection reset by peer

I've tried to download the file in three different locations with three different internet providers, one of which is in a different country than I am, all get the same errors. Could the source URL be geoblocked or something?

redrock commented on 2024-04-08 11:14 (UTC)

Validating source_x86_64 files with sha512sums... linux_f5vpn-7246.2024.0201.1-2.x86_64.rpm ... FAILED ==> ERROR: One or more files did not pass the validity check! error: failed to download sources for 'f5vpn-7246.2024.0201.1-2'

level101 commented on 2024-02-26 14:15 (UTC)

In case someone face same issue as me. Reinstall of qt5-webkit does not helped me, I downloaded archive from this comment and copied few files sudo cp libQt5WebKit* /usr/lib/, it helped for me, f5vpn is running now. Thank you zrhoffman.

zrhoffman commented on 2024-02-24 19:28 (UTC) (edited on 2024-02-25 18:49 (UTC) by zrhoffman)

@level101 Something is wrong with your build of the qt5-webkit package. If rebuilding or redownloading a prebuild doesn't fix it, try asking on the AUR page for qt5-webkit.

level101 commented on 2024-02-22 10:24 (UTC)

I have this error while running f5vpn 7246.2024.0201.1-1 f5vpn: error while loading shared libraries: /opt/f5/vpn/lib/libQt5WebKit.so.5: file too short maybe it is related with this warning when I reinstall qt5-webkit

:: Proceed with installation? [Y/n]
(2/2) checking keys in keyring                                                          [--------------------------------------------------] 100%
(2/2) checking package integrity                                                        [--------------------------------------------------] 100%
(2/2) loading package files                                                             [--------------------------------------------------] 100%
(2/2) checking for file conflicts                                                       [--------------------------------------------------] 100%
(2/2) checking available disk space                                                     [--------------------------------------------------] 100%
:: Processing package changes...
(1/2) reinstalling qt5-webkit                                                           [--------------------------------------------------] 100%
(2/2) reinstalling qt5-webkit-debug                                                     [--------------------------------------------------] 100%
ldconfig: File /usr/lib/libQt5WebKit.so.5.212.0 is empty, not checked.
ldconfig: File /usr/lib/libQt5WebKit.so is empty, not checked.
ldconfig: File /usr/lib/libQt5WebKit.so.5 is empty, not checked.
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...

zrhoffman commented on 2024-01-19 02:15 (UTC)

@nervocalm Qt WebEngine replaced Qt WebKit, and that is what Arch Linux now uses.

nervocalm commented on 2024-01-19 00:46 (UTC)

Thank you @zrhoffman! Without your message I wouldn't have seen the pre-builded packages for qt5-webkit. I really appreciate if anyone could share why we still this package being that it was deprecated from the distro. I am not complaining, just what to learn why because I google for it but couldn't find anything. Thank you all for making this packages for us.

zrhoffman commented on 2023-07-24 22:01 (UTC) (edited on 2023-08-15 14:27 (UTC) by zrhoffman)

If you get an error that looks like

f5vpn: error while loading shared libraries: libicuuc.so.72: cannot open shared object file: No such file or directory

that means that your version of qt5-webkit is out-of-date with your icu version, and rebuilding/installing qt5-webkit` will fix your issue.

Since qt5-webkit takes a long time to build, see this comment from the maintainer of the qt5-webkit AUR package to download a build of that dependency.