View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003725 | Kali Linux | Kali Package Bug | public | 2016-11-15 20:13 | 2016-11-18 08:15 |
| Reporter | busterbcook | Assigned To | sbrun | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 2016.2 | ||||
| Fixed in Version | 2017.1 | ||||
| Summary | 0003725: Metasploit launcher icon starts database and msfconsole in parallel rather than sequentially | ||||
| Description | The Metasploit .desktop launcher has a typo where it accidentally starts msfdb in parallel with msfconsole, leading to a parallel database migration that randomly throws errors depending on the timing of the two commands | ||||
| Steps To Reproduce | From a a clean install, or after having run 'msfdb delete', click the default Metasploit desktop launcher icon. The database should start being created, then framework will start and a random set of backtraces will appear. | ||||
| Additional Information | This is a bug in the kali-msfconsole.desktop launcher. It has: Exec=sh -c "service postgresql start && msfdb init & msfconsole;${SHELL:-bash}" This should be written instead as: Exec=sh -c "service postgresql start && msfdb init && msfconsole;${SHELL:-bash}" | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-11-15 20:13 | busterbcook | New Issue | |
| 2016-11-16 10:51 | rhertzog | Assigned To | => sbrun |
| 2016-11-16 10:51 | rhertzog | Status | new => assigned |
| 2016-11-18 08:13 | sbrun | Status | assigned => resolved |
| 2016-11-18 08:13 | sbrun | Resolution | open => fixed |
| 2016-11-18 08:13 | sbrun | Fixed in Version | => 2017.1 |
| 2016-11-18 08:13 | sbrun | Note Added: 0006122 | |
| 2016-11-18 08:15 | rhertzog | Note Edited: 0006122 |