Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#63496 - [metasploit] msfdb does not work
Attached to Project:
Community Packages
Opened by Daniel Zhou (dancju) - Sunday, 18 August 2019, 14:55 GMT
Last edited by David Runge (dvzrv) - Sunday, 01 September 2019, 11:53 GMT
Opened by Daniel Zhou (dancju) - Sunday, 18 August 2019, 14:55 GMT
Last edited by David Runge (dvzrv) - Sunday, 01 September 2019, 11:53 GMT
|
DetailsDescription:
`msfdb` does not work. Possible reasons are: 1. non-root users are not permitted to create `/run/postgresql/.s.PGSQL.5432`. 1. `documentation/` direction is purged which is required to launch web ui. Steps to reproduce: ``` cd /opt/metasploit ./msfdb init ``` |
This task depends upon

As of 5.0.73-1 i can confirm msfdb init works but have to call msfconsole first followed by msfdb init

Is it also normal that MSF 5 is trying to write under ~/.msf4/db/ and not ~/.msf5/db/ ?