Kali Linux Issue Starting Metasploit/Postgres
When trying to start Metasploit from the Application menu or starting postgresql from the command line I got the following error:
“Starting PostgreSQL 9.1 database server: main[….] The PostgreSQL server failed to start. Please check the log output”
I was also running low on available space in my VM too, so clearing out the /tmp directory and running ‘apt-get clean’ seemed to help. I updated the /usr/sbin/update-rc.d file and commented out postgres in the black list and wrote it in enabled in the white list section. Then, after rebooting, I just had to start postgres manually:
su postgres -c "/usr/lib/postgresql/9.1/bin/postgres -D /etc/postgresql/9.1/main/" &
Categories: Kali, Metasploit
Tags: error, kali, metasploit, postgresql, tools
Comments (0)
Trackbacks (0)
Leave a comment
Trackback
Recent Posts
- Domain Fronting
- SSH Config
- LibreOffice Base to View Access DB
- Spear Phishing Setup with IceDove/Thunderbird
- Format Long String for VBA with Python
- PowerShell Empire on AWS
- OSINT Gathering
- Kali Linux Issue Starting Metasploit/Postgres
- PwnPad Installation Tutorial thru Kali VM
- Using RatProxy in Windows (Updated)