Results 1 to 2 of 2

Thread: metasploit issues

  1. #1
    Join Date
    2013-Jun
    Posts
    16

    metasploit issues

    Hello,
    I am having some troubles with Metasploit service and msfconsole, I'm not really sure since I started to get these errors but , since i started to get the problem I removed metasploit with
    Code:
    apt-get purge metasploit -y
    and made sure that postgreSQL and metasploit services start on Kali's start with commands
    Code:
    update-rc.d postgreSQL enable
    and
    Code:
    update-rc.d metasploit enable
    of course but here is a picture showing the metasploit service exactly after booting to Kali http://img33.imageshack.us/img33/6810/bp32.png than after a while after closing the terminal about 5 or 10 minutes i recheck the metasploit and same error here is a pic http://img21.imageshack.us/img21/7811/21df.png
    please how to fix the metasploit service and the msfconsole ERROR
    Thank you in advance

  2. #2
    Join Date
    2013-Dec
    Posts
    1

    How I fixed mine

    Quote Originally Posted by Youcef View Post
    Hello,
    I am having some troubles with Metasploit service and msfconsole, I'm not really sure since I started to get these errors but , since i started to get the problem I removed metasploit with
    Code:
    apt-get purge metasploit -y
    and made sure that postgreSQL and metasploit services start on Kali's start with commands
    Code:
    update-rc.d postgreSQL enable
    and
    Code:
    update-rc.d metasploit enable
    of course but here is a picture showing the metasploit service exactly after booting to Kali http://img33.imageshack.us/img33/6810/bp32.png than after a while after closing the terminal about 5 or 10 minutes i recheck the metasploit and same error here is a pic http://img21.imageshack.us/img21/7811/21df.png
    please how to fix the metasploit service and the msfconsole ERROR
    Thank you in advance
    To fix the error. I also had the same thing. I just logged on the a new terminal and switched user to postgres, created a new database for my user root and granted privileges to the user root for the db. After that I used db_connect user@newdb from msfconsole. This worked for me.

Similar Threads

  1. Issues with Impacket and Metasploit on 2020
    By paminhoff in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2020-05-08, 04:52
  2. Raspberry PI - Issues with Metasploit
    By ouam3r in forum ARM Archive
    Replies: 2
    Last Post: 2014-01-14, 20:56

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •