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.098188
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 .. 11 12 13 14 15 16 17 18 19 20 21 .. 27 Next › Last »

lindbergio commented on 2020-12-21 11:09 (UTC)

Seems like Pulse Secure did a re-write of the pulse application. It seems that they changed the package name from "pulse" to "pulsesecure" as well.

jsermer commented on 2020-12-18 14:50 (UTC)

I posted into their community support forums to hopefully bring some sort of awareness to this issue:

https://community.pulsesecure.net/t5/Pulse-Desktop-Clients/Linux-Pulse-Client-does-not-work-with-curl-7-74/td-p/44378/jump-to/first-unread-message

je-vv commented on 2020-12-14 17:59 (UTC)

I don't see how to contact any one from https://www.pulsesecure.net to help solve the issue, anyone knows? Have anyone tried contacting pulsesecure guys?

je-vv commented on 2020-12-14 17:47 (UTC)

You can also get old versions of packages from the archive, https://archive.archlinux.org/packages/c/curl.

BTW, the error I'm seeing although getting fixed by downgrading curl, is a bit different from the one posted in the curl issue. IT seems like having issues parsing some openssl confg file:

futex(0x7f7f7ed3e818, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f7f7ed3e80c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f7f7ed3e804, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f7f7ed3e8f8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f7f7ed3e7f0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f7f7ed3e7e8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f7f7ed3bc5c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f7f7ed3e6c4, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f7f7ed3e65c, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f7f7ed3e650, FUTEX_WAKE_PRIVATE, 2147483647) = 0
brk(0x1d3c000)                          = 0x1d3c000
futex(0x7f7f7ed3e7fc, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f7f7ed3e7b8, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f7f7ed3e7b0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
openat(AT_FDCWD, "/etc/ssl/openssl.cnf", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=10909, ...}) = 0
read(3, "#\n# OpenSSL example configuratio"..., 4096) = 4096
read(3, "# WARNING: ancient versions of N"..., 4096) = 4096
read(3, "es of the usage of nsCertType. I"..., 4096) = 2717
read(3, "", 4096)                       = 0
close(3)                                = 0
futex(0x7f7f7ed3e7e0, FUTEX_WAKE_PRIVATE, 2147483647) = 0
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=NULL} ---
+++ killed by SIGSEGV +++
Segmentation fault

That gotten from strace, bacause the only message gotten when running pulse is "Segmentation fault"

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