• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Tools problem gvm after update

soheale

Junior Member
Shadow
User
Joined
Aug 24, 2014
Messages
3
Reputation
0
Reaction score
0
Points
1
Credits
20
‎10 Years of Service‎
60%
After updating Linux, OpenVAS sometimes stops working - sometimes it is because of PostgreSQL, which needs to be matched with the new version. I reactivated the service with the following commands and updated the database.
sudo pg_upgradecluster 16 main
sudo pg_lsclusters
sudo apt update -y && sudo apt upgrade -y
sudo nano /etc/postgresql/17/main/postgresql.conf


sudo gvm-check-setup -h
sudo systemctl restart postgresql
sudo systemctl restart gvmd
 
You should find out where the error logs are stored and share them so we can help you better.
 
Back
Top