01-05-2022 07:37 AM
Hello all,
Just patched an FPR-1010 with the Hotfix for Log4J. While Patch History says that it is there, when I look at version either through FDM or via the CLI, there are no trace of its presence. How can I confirm the patch is there and running.
In my case, I applied 6.6.5.1-15 and then the hotfix 6.6.5.2-4. The version returned is 6.6.5.1-15.
Anybody seen this behaviour ?
Thank you.
Solved! Go to Solution.
01-05-2022 08:01 AM
01-05-2022 08:01 AM
01-05-2022 08:43 AM
01-05-2022 12:06 PM
Update to the solution:
while searching on the problem, I found the following. if you run find / -name log4j* -print 2>/dev/null you will obtain the following in the result:
/ngfw/var/cisco/ngfwWebUi/tomcat/webapps/ROOT/WEB-INF/lib/log4j-slf4j-impl-2.16.0.jar
/ngfw/var/cisco/ngfwWebUi/tomcat/webapps/ROOT/WEB-INF/lib/log4j-1.2-api-2.16.0.jar
/ngfw/var/cisco/ngfwWebUi/tomcat/webapps/ROOT/WEB-INF/lib/log4j-core-2.16.0.jar
/ngfw/var/cisco/ngfwWebUi/tomcat/webapps/ROOT/WEB-INF/lib/log4j-api-2.16.0.jar
and previous files (updated by 6.6.5.2)
/ngfw/var/cisco/ngfwWebUi/ftd_onbox_6.6.5.2_previous/ROOT/WEB-INF/lib/log4j-1.2-api-2.3.jar
/ngfw/var/cisco/ngfwWebUi/ftd_onbox_6.6.5.2_previous/ROOT/WEB-INF/lib/log4j-api-2.3.jar
/ngfw/var/cisco/ngfwWebUi/ftd_onbox_6.6.5.2_previous/ROOT/WEB-INF/lib/log4j-core-2.3.jar
/ngfw/var/cisco/ngfwWebUi/ftd_onbox_6.6.5.2_previous/ROOT/WEB-INF/lib/log4j-slf4j-impl-2.3.jar
01-25-2022 12:08 PM
while debugging an upgrade, I found the following directory for the actual status of the upgrade as you can actually follow along while the upgrade is taking place. This way, you are not kept in the dark of what is going on.
The directory is /ngfw/var/log/sf. In that directory, there is a file update_status or upgrade_status (don't remember the filename exactly) that you can tail -f to see the upgrade process taking place. There is also a subdirectory for each patch that are applied with more details.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide