I tried installing F-Secure Linux Security on my Linux machine. We have a FSPM running on a Linux server and I was able to install and use FSPMC (Linux client) on my system.
But installing FSAV from fsls-11.10.68-rtm.tar.gz is rather problematic. All the following things were done as root. Server addresses and keycodes were changed for this post.
# ./fsls-11.10.68
F-Secure Linux Security installation
Copyright (c) 1999-2015 F-Secure Corporation. All Rights Reserved.
Preparing...
/opt/f-secure/fsav/sbin/convert_to_full_installation.sh: 334: /opt/f-secure/fsav/sbin/convert_to_full_installation.sh: /opt/f-secure/fsav/libexec/license-check: not found
/opt/f-secure/fsav/sbin/convert_to_full_installation.sh: 334: /opt/f-secure/fsav/sbin/convert_to_full_installation.sh: /opt/f-secure/fsav/libexec/license-check: not found
Please enter the keycode you have received with your
purchase of F-Secure Linux Security.
keycode: XXXX-XXXX-XXXX-XXXX-XXXX
Validating keycode...
/opt/f-secure/fsav/sbin/convert_to_full_installation.sh: 334: /opt/f-secure/fsav/sbin/convert_to_full_installation.sh: /opt/f-secure/fsav/libexec/license-check: not found
Unknown error (code 127).
Please enter the keycode you have received with your
purchase of F-Secure Linux Security.
keycode:
No keycode entered.
You can later upgrade the product to fully licensed by running
/opt/f-secure/fsav/sbin/convert_to_full_installation.sh
/opt/f-secure/fsav/sbin/convert_to_full_installation.sh: 1: /opt/f-secure/fsav/sbin/convert_to_full_installation.sh: /opt/f-secure/fsav/libexec/license-check: not found
/opt/f-secure/fsav/sbin/convert_to_full_installation.sh: 77: /opt/f-secure/fsav/sbin/convert_to_full_installation.sh: /opt/f-secure/fsav/libexec/license-check: not found
# ls -l /opt/f-secure/fsav/sbin/convert_to_full_installation.sh /opt/f-secure/fsav/libexec/license-check
-rwxrwxr-x 1 root root 67356 22. Nov 2016 /opt/f-secure/fsav/libexec/license-check
-rwx------ 1 root root 10895 3. Dez 19:05 /opt/f-secure/fsav/sbin/convert_to_full_installation.sh
I kept on trying to complete the installtion and provide the key at another time:
# ./fsav-config
Select language to use in Web User Interface
[1] English (default)
[2] Japanese
[3] German
[4] French
Please select 1, 2, 3, or 4 [1]:
We will now ask you some questions regarding the installation of this product.
A default value will be shown in square brackets after the question. To accept
the default, just press enter.
Do you want to configure the product to run as standalone, Policy Manager managed
or PSB managed?
Select [s]tandalone, Policy [M]anager managed, or [P]SB managed [standalone]: M
Address of F-Secure Policy Manager Server [http://localhost/]: http://1.1.1.1:1111/
Give the admin.pub file location [/root/admin.pub]:
No such file /root/admin.pub
I tried locating admin.pub on my system and on the server running FSPM but couldn't find it. The webinterface of the client is not reachable.
I'd like to get this installation running as I'm planning to install it on many more Linux machines in our network in the future.