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.
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.