fkie-cad / FACT_docker

Dockerfile for building the FACT container
GNU General Public License v3.0
21 stars 10 forks source link

Issue Encountered with System Version Detection #49

Closed huntercu closed 1 month ago

huntercu commented 1 month ago

I am reaching out to seek assistance regarding an issue I encountered while attempting to detect and modify the system version on my Ubuntu system.

Recently, I encountered difficulties with a program's version detection system. Despite my system running Ubuntu 18.04, the installation program reported that my distribution (Alpine 3.15.6) is not supported. However, I am confident that my system meets the program's requirements.

In an attempt to address this issue, I have explored various methods such as manually setting environment variables, modifying configuration files, and attempting to bypass the detection system. Unfortunately, none of these approaches have yielded successful results.

I have also considered modifying the program's source code, but I am hesitant to proceed without guidance or clarification from the development team.

Could you kindly provide assistance or advice on how to resolve this issue? I would greatly appreciate any insights or suggestions you can offer.

Thank you very much for your attention to this matter. I look forward to your prompt response.

[2024-05-24 07:51:20][install][INFO]: FACT Installer 1.2 [2024-05-24 07:51:20][install][INFO]: Your Distribution (alpine 3.15.6) is not supported. FACT Installer requires Ubuntu 18.04, 20.04 or compatible! [2024-05-24 07:51:20][backend][INFO]: Pulling fact extraction container [2024-05-24 07:51:23][install][CRITICAL]: Your Distribution (alpine 3.15.6) is not supported. FACT Installer requires Ubuntu 18.04, 20.04 or compatible!

iot@attifyos ~/t/FACT_docker> lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.4 LTS Release: 18.04 Codename: bionic