Hi,
I'm seriously at my wits end with issue after issue with the migration process to FortiClient EMS v7.4.x.
Besides all the other issues I experienced and managed to resolve myself (here), I now have a new one where I can't sign the Windows installer with the code signing certificate due to the following error.
failed to sign installer file /opt/forticlientems/data/clients/installers/default/Corporate_Laptop_v7.4.x/FortiClientSetup_7.4.1_x64.exe: fail to move signed file: rename /tmp/emssign191630999/FortiClientSetup_7.4.1_x64.exe /opt/forticlientems/data/clients/installers/default/Corporate_Laptop_v7.4.x/FortiClientSetup_7.4.1_x64.exe: invalid cross-device link
/opt and /tmp are on different mount points. We've tried mounting it (successfully) so that /tmp now sits on top of /opt/tmp (same partition) but it doesn't solve the problem.
Please help!
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
Okay, so a colleague and I managed to fix this one as well. The mount didn't work, as per above. What did work was overriding the TMPDIR variable in the fcems_installer service.
root@fems:/etc/systemd/system/fcems_installer.service.d# cat override.conf
[Service]
Environment="TMPDIR=/opt/tmp"
This happens when you are moving files across different mount points on the server and the FTP service is trying to swap links rather than copy the data across the mount points. Typically when you move a file in Linux it does not move the file, but rather the link to the file. If it's on a different mount point it needs to actually copy the data and not just move the file link, but the FTP service isn't aware they are different mount points https://mobdro.bio/ .
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1720 | |
1094 | |
752 | |
447 | |
234 |
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.