How to fix OpenVAS POSTGRESQL libgvmd wrong version error on Kali Linux

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • ERROR: The default postgresql version is not 13 required by libgvmd
    Error: Use pg_upgradecluster to update your postgres cluster
    Kali linux fix, ubuntu fix
    Fix with editing the port numbers of the SQL config files
    nano /etc/postgresql/16/main/postgresql.conf
    nano /etc/postgresql/15/main/postgresql.conf
    If 16 is required, change 16's config port to 5432 and remember to change 15's to 5433!
    then run sudo service postgresql restart
    if sudo gvm-setup or sudo gvm-start doesn't work after port change then try nuclear option below!
    sudo pg_dropcluster --stop 15 main
    then restart again!
    sudo service postgresql restart
    after making any changes!

Комментарии • 5

  • @ranakanth
    @ranakanth 8 месяцев назад

    You just saved my life on the final project I'm doing for my security class. Thank you for sharing this!!!

  • @mynameisIE123
    @mynameisIE123 4 месяца назад

    Great! Greetings!

  • @user-xl3ob4tf2u
    @user-xl3ob4tf2u 8 месяцев назад

    Merci you"ve saved my ass

  • @jeanpaulheymann5456
    @jeanpaulheymann5456 8 месяцев назад

    Hey i accidentally dropped both clusters and now I have none listed. How to get a new cluster back up?

  • @TJsport2023
    @TJsport2023 9 месяцев назад

    My friend I would like to know if you will help me with the beef- problem I have