The Flexera Community is currently in maintenance mode to prepare for the upcoming launch of the new community. Click here for more information.
The Container Image Inventory Tool imgtrack that is shipped with FlexNet Manager Suite 2022 R1 fails when it is executed. Output from the tool shows error details like the following:
imgtrack: checking ndtrack support for linuxx86_64 gzip: stdin: not in gzip format tar: Child died with signal 13 tar: Error is not recoverable: exiting now imgtrack: ERROR: no ndtrack supporting linuxx86_64
The imgtrack file contains a shell script with some embedded binary content. It can be modified using a command such as the following to stop this issue from occurring:
sed -i -e 's/tail +/tail -n +/g' -e 's/NR + 1/NR + 2/g' imgtrack
See the following page for further information about imgtrack: Container Image Inventory Tool imgtrack.
This issue has been fixed in the following FlexNet Manager Suite releases: 2022 R1.4 / Aug 2022 (Cloud), 2022 R2 (On Premises)
Affected components: Agent, Containers, Inventory
Master issue ID: IOK-929813
Also known as: FNML-76746
Sep 13, 2022 02:36 AM - edited Dec 07, 2023 01:27 PM