Package Details: forticlient 7.4.3.1736-2

Git Clone URL: https://aur.archlinux.org/forticlient.git (read-only, click to copy)
Package Base: forticlient
Description: Fortinet VPN client ZTNA edition
Upstream URL: https://www.forticlient.com
Keywords: forticlient
Licenses: custom
Provides: forticlient
Submitter: Harms
Maintainer: Meowser (rhysperry111)
Last Packager: rhysperry111
Votes: 19
Popularity: 0.38
First Submitted: 2018-10-29 20:50 (UTC)
Last Updated: 2025-03-29 14:15 (UTC)

Latest Comments

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

Musikolo commented on 2023-07-07 16:02 (UTC)

New version 7.2.1.0700 is available at different path on the same host: - https://repo.fortinet.com/repo/forticlient/7.2/ubuntu/pool/multiverse/forticlient/

I think it's worth to have a look at it and upgrade this package, if everything is fine.

Rz-1010 commented on 2023-05-15 10:26 (UTC)

I installed forticlient-vpn and found no ipsec options. Now trying to install this, but I find whitescreen (using makepkg -si). Also may you tell me if this supports ipsec on manjaro?

Radek commented on 2023-04-03 09:28 (UTC)

The !emptydirs PKGBUILD option seems to break forticlient. It can not save VPN configurations obtained via EMS to /opt/forticlient/XMLs and /etc/forticlient directory for configuration is missing too. Despite that the PKGBUILD explicitly creates the /var/lib/forticlient directory, it is missing in the package.

Unfortunately forticlient does not complain and runs in a broken state.

vsilv commented on 2023-02-06 14:08 (UTC)

@Harms: You are right! Now it works. Thanks!

Harms commented on 2023-02-03 06:21 (UTC)

Maybe because the package version wasn't updated? Try to clone it from the link and build with makepkg.

vsilv commented on 2023-02-01 21:41 (UTC)

Unfortunately I still get the same error

dnikoloski commented on 2023-01-25 23:29 (UTC) (edited on 2023-01-26 07:32 (UTC) by dnikoloski)

forticlient is not building due to permission denied error...

EDIT: I have commited a fix.

vsilv commented on 2023-01-25 12:34 (UTC)

Yes, I'm having the same problem as tkolo.

tkolo commented on 2023-01-25 00:29 (UTC) (edited on 2023-01-25 00:30 (UTC) by tkolo)

I believe line 28 was supposed to be:

mkdir -p var/lib/forticlient

Currently I'm getting permission denied errors when building this.

zez3 commented on 2023-01-11 21:06 (UTC) (edited on 2023-01-11 21:07 (UTC) by zez3)

I've had the same white menu issue in my case I checked the forticlient service and I was getting timeouts

systemctl status forticlient.service

fctsched Error receiving message from confighandler: Connection timed out fctsched Error receiving message from confighandler: Connection timed out

I stopped the service and did an strace for confighandler that pointed me to a missing directory.

I've created the /var/lib/forticlient directory and restarted the forticlient service which resulted in no more timeouts. Also the white menu was gone and I could use the VPN Client

hope it helps