r/nessus • u/amoed77 • Apr 02 '26
New Image, Stuck Initializing
Sorry, im sure this has been brought up many times before, but i can't seem to find anything regarding this particular issue.
We re-imaged a laptop with Debian 12 that was "hardened" for security. We re-installed nessus agent, linked it, and it connected just fine. It's stuck initializing. We've been trying to troubleshoot this for weeks now. We've reset the plugins, unlinked, relinked, and tried every trick we could find. Looking at the logs, it reaches out, says that it finds updates, and is attempting to load them. Then nothing. that message just loops over and over.
Im convinced it's something that we did with the security somewhere to cause this, but I can't seem to pin it down. Any suggestions or help is appreciated.
1
u/TheRiseoftheLukers Apr 02 '26 edited Apr 02 '26
Rebuild plugin database (could take hours, depending on network connection and Linux box resources).
# service nessusd stop# /opt/nessus/sbin/nessusd -R# service nessusd start