Package Details: pulse-secure 22.7r3.0_b30227-1

Git Clone URL: https://aur.archlinux.org/pulse-secure.git (read-only, click to copy)
Package Base: pulse-secure
Description: Ivanti Secure Access Client
Upstream URL: https://www.pulsesecure.net/
Licenses: custom
Conflicts: pulse-connect-secure
Submitter: yan12125
Maintainer: chiwanpark
Last Packager: chiwanpark
Votes: 34
Popularity: 0.104490
First Submitted: 2017-09-02 07:40 (UTC)
Last Updated: 2024-10-10 14:26 (UTC)

Pinned Comments

chiwanpark commented on 2021-02-24 10:21 (UTC)

If you want to use old pulse-secure client 9.1r9, please download the following package.

https://drive.google.com/file/d/1_8tRA-T9vV08n_TpHqdcG5IvalxBuZ7_/view?usp=sharing

The rewritten pulse-secure client requires a service called 'pulsesecure'. Please enable and start the service before running the client.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 27 Next › Last »

Beinje commented on 2023-08-25 13:30 (UTC)

I am running this package on EndeavourOS, with Gnome and X11. I have the same issue as @AshEnke, @amwalters, @xxmlud and others related to the message:GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name net.psecure.pulse was not provided by any .service files error message when running the program.

I found that the pulsesecure service was started but not enabled. See below:

systemctl status pulsesecure
● pulsesecure.service - pulsesecure service Daemon
     Loaded: loaded (/usr/lib/systemd/system/pulsesecure.service; disabled; preset: disabled)
     Active: active (running) since Fri 2023-08-25 15:02:03 CEST; 4s ago
    Process: 3478 ExecStart=/opt/pulsesecure/bin/startup.sh start (code=exited, status=0/SUCCESS)
   Main PID: 3481 (pulsesecure)
      Tasks: 5 (limit: 38105)
     Memory: 20.8M
        CPU: 4.119s
     CGroup: /system.slice/pulsesecure.service
             └─3481 /opt/pulsesecure/bin/pulsesecure

août 25 15:02:03 911-R-2XH0LS3 systemd[1]: Starting pulsesecure service Daemon...
août 25 15:02:03 911-R-2XH0LS3 systemd[1]: Started pulsesecure service Daemon.

Though it should only prevent the service from running on startup, it looks like enabling the service solves this issue. Maybe this is due to some missing symlink ? Hope this can help other to fix the problem in further versions.

systemctl enable pulsecure created symlink /etc/systemd/system/multi-user.target.wants/pulsesecure.service → /usr/lib/systemd/system/pulsesecure.service and solved the problem.

chiwanpark commented on 2023-07-19 17:04 (UTC)

@erkexzcx I've checked the availability of RPM file, and the path to file works correctly. Maybe It is an temporary issue or network issue.

erkexzcx commented on 2023-07-19 11:04 (UTC)

Looks like https://gml.noaa.gov/aftp/pub/cornwall/VPN%20Client/old/ps-pulse-linux-22.3r1.0-b18209-64bit-installer.rpm is unavailable and never loads to me, but I managed to find alternative download link:

https://wiki.univ-nantes.fr/lib/exe/fetch.php?media=nomade:pulse_clients:ps-pulse-linux-22.3r1.0-b18209-64bit-installer.rpm

In case it breaks - use below alternative links below to download using your browser. IDK, having a hard time using web archive today, so I just uploaded whenever I can:

https://anonymfile.com/AkJOV/ps-pulse-linux-223r10-b18209-64bit-installer.rpm
https://file.io/XsVxm1FwiHRk
https://safenote.co/r/64b7c2ef44c562@24587201

PKGBUILD have hardcoded checksum, so it automatically checks if the file is original/expected one or if it's not.

thomarse commented on 2023-07-11 16:11 (UTC)

Having a problem with this - everything works up to the pop up asking me to enter my secondary password. I enter the password, hit connect but it doesn't seem to register that I've hit connect, then after 2 mins gives an error ('User input timeout. (Error:1382)'). I'm using v. 22.3.1.18209. Any ideas?

tosh2k commented on 2023-07-10 20:01 (UTC)

The authentication window (after clicking connect) is no longer being displayed after update.

chiwanpark commented on 2023-03-17 14:34 (UTC)

@erkexzcx To run pulseUi, you need to web2kitgtk package. It is optional dependency because some users do not need to pulseUi.

erkexzcx commented on 2023-03-16 07:48 (UTC) (edited on 2023-03-16 07:49 (UTC) by erkexzcx)

Getting this:

$ grep Exec /opt/pulsesecure/resource/pulse.desktop
Exec=/opt/pulsesecure/bin/pulseUI
$ /opt/pulsesecure/bin/pulseUI                 
/opt/pulsesecure/bin/pulseUI: error while loading shared libraries: libwebkit2gtk-4.0.so.37: cannot open shared object file: No such file or directory

simontunnat commented on 2023-02-15 07:25 (UTC)

Removing the symlink "/etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt" before updating the package fixed the problem.

But this should be handled by the package, I think. ;)