Package Details: pulse-secure 22.8r1_b31437-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: 37
Popularity: 0.61
First Submitted: 2017-09-02 07:40 (UTC)
Last Updated: 2025-02-18 11:56 (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 .. 12 13 14 15 16 17 18 19 20 21 22 .. 27 Next › Last »

chiwanpark commented on 2020-12-13 06:06 (UTC)

@anatolik I have the same issue you reported. I've temporarily downgraded curl to 7.73 via downgrade package. (https://aur.archlinux.org/packages/downgrade/)

anatolik commented on 2020-12-12 19:21 (UTC)

I see following issue with this package https://github.com/curl/curl/issues/6306

Does anybody see it as well?

Hubro commented on 2020-11-10 15:21 (UTC) (edited on 2020-11-10 15:22 (UTC) by Hubro)

The patch needs to be updated for 9.1r9-0. Specifically the SUPPORTED_OSTYPES_LIST line:

--- usr/local/pulse/PulseClient_x86_64.sh   2020-04-03 15:17:07.000000000 +0900
+++ usr/local/pulse/PulseClient_x86_64.sh.new   2020-05-05 22:51:10.170118991 +0900
@@ -17,7 +17,7 @@

 SCRNAME=`basename $0`

-SUPPORTED_OSTYPES_LIST=( CENTOS_6 CENTOS_7 CENTOS_8 UBUNTU_14 UBUNTU_15 UBUNTU_16_17_18 UBUNTU_19 FEDORA FEDORA_30 FEDORA_31 FEDORA_32 RHEL_7 RHEL_8 DEBIAN_8_9 DEBIAN_10 THINPRO_7 UNSUPPORTED)
+SUPPORTED_OSTYPES_LIST=( ARCH CENTOS_6 CENTOS_7 CENTOS_8 UBUNTU_14 UBUNTU_15 UBUNTU_16_17_18 UBUNTU_19 FEDORA FEDORA_30 FEDORA_31 FEDORA_32 RHEL_7 RHEL_8 DEBIAN_8_9 DEBIAN_10 THINPRO_7 UNSUPPORTED)
 #RPM Based
 CENTOS_6_DEPENDENCIES=( glibc \
                         nss-softokn-freebl \
@@ -305,6 +305,8 @@
         else
             OS_TYPE=${SUPPORTED_OSTYPES_LIST[$UNSUPPORTED]}
         fi
+    elif [ -f /etc/arch-release ]; then
+        OS_TYPE=${SUPPORTED_OSTYPES_LIST[$ARCH]}
     else
         OSNAME=$(lsb_release -d | grep -o "Ubuntu")
         if [ "X$OSNAME" != "X" ]; then
@@ -355,7 +357,7 @@
         isRpmBased=1
     elif [[ ($OS_TYPE = ${SUPPORTED_OSTYPES_LIST[$UBUNTU_14]}) || \
         ($OS_TYPE = ${SUPPORTED_OSTYPES_LIST[$UBUNTU_15]}) || \
-        ($OS_TYPE = ${SUPPORTED_OSTYPES_LIST[$UBUNTU_16_17_18_19]}) || \
+        ($OS_TYPE = ${SUPPORTED_OSTYPES_LIST[$UBUNTU_16_17_18]}) || \
         ($OS_TYPE = ${SUPPORTED_OSTYPES_LIST[$UBUNTU_19]}) || \
         ($OS_TYPE = ${SUPPORTED_OSTYPES_LIST[$DEBIAN_10]}) || \
         ($OS_TYPE = ${SUPPORTED_OSTYPES_LIST[$DEBIAN_8_9]}) ]]; then
@@ -430,7 +432,8 @@
         RPM_DIST=1
     elif [[ ($OS_TYPE = ${SUPPORTED_OSTYPES_LIST[$UBUNTU_14]}) || \
         ($OS_TYPE = ${SUPPORTED_OSTYPES_LIST[$UBUNTU_15]}) || \
-        ($OS_TYPE = ${SUPPORTED_OSTYPES_LIST[$UBUNTU_16_17_18_19]}) || \
+        ($OS_TYPE = ${SUPPORTED_OSTYPES_LIST[$UBUNTU_16_17_18]}) || \
+        ($OS_TYPE = ${SUPPORTED_OSTYPES_LIST[$UBUNTU_19]}) || \
         ($OS_TYPE = ${SUPPORTED_OSTYPES_LIST[$DEBIAN_8_9]}) ]]; then
         DPKG_DIST=1
     fi

manitua commented on 2020-11-06 18:39 (UTC) (edited on 2020-11-06 21:28 (UTC) by manitua)

@danilopiazza ps-pulse-linux-9.1r9.0-b4983-centos-rhel-64-bit-installer.rpm does not correspond to "right one" from PulseSecure.

ps-pulse-linux-9.1r9.0-b4983-centos-rhel-64-bit-installer.rpm:

size: 8100608
md5: a89f147d7c243800cb2211dbc15f662f
sha256: ca895bc714c12c02e28b463913995f3f4addfb659e4b4e8e3fa1ca0626e3353d

PulseSecure have this one ps-pulse-linux-9.1r9.0-b255-centos-rhel-64-bit-installer.rpm:

size: 49364144
md5: f727a1d286baba9311be2bc6a7e77293
sha256: af60e99946e16c55ae0e37759968a3b175aadcd3f2d3954e2c120403df65e3de

danilopiazza commented on 2020-11-06 08:13 (UTC)

A new version is available: https://www.rz.uni-osnabrueck.de/fileadmin/user_upload/VPN/Software/ps-pulse-linux-9.1r9.0-b4983-centos-rhel-64-bit-installer.rpm

<deleted-account> commented on 2020-10-22 11:41 (UTC)

Company VPN requires login with eID through browser with extension, but the browser that opens when logging in doesn't allow that (afaik). Is it possible somehow to open the login screen with firefox instead?

anatolik commented on 2020-09-28 21:31 (UTC)

FYI: namcap complains:

pulse-secure E: Dependency libsecret detected and not included (libraries ['usr/lib/libsecret-1.so.0'] needed in files ['usr/local/pulse/pulseutil'])

adrianlzt commented on 2020-08-25 11:51 (UTC)

I have

pacman -Qo /usr/lib/libwebkitgtk-3.0.so.0
/usr/lib/libwebkitgtk-3.0.so.0 is owned by webkitgtk 3:2.4.11-19

cvelteren commented on 2020-08-25 10:54 (UTC)

Getting : /usr/local/pulse/pulseUi: error while loading shared libraries: libwebkitgtk-3.0.so.0: cannot open shared object file: No such file or directory

Reinstalling webkit doesn't change this, how do I fix this error?

chiwanpark commented on 2020-08-12 14:21 (UTC)

@tryax Could you try again? The file is downloaded without any failure.