View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005359 | Kali Linux | [All Projects] Kali Package Bug | public | 2019-03-20 15:55 | 2020-12-01 10:48 |
Reporter | fl0 | Assigned To | sbrun | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 2019.1 | ||||
Target Version | Fixed in Version | ||||
Summary | 0005359: bundler 1.17.3-3 packages break metasploit | ||||
Description | Since bundler and ruby-bundler update to 1.17.3-3, msfconsole does not start anymore | ||||
Steps To Reproduce | # apt update && apt dist-upgrade -y # msfconsole [*] Metasploit requires the Bundler gem to be installed $ gem install bundler | ||||
Additional Information | Quick fix: # gem install bundler -v 1.17.2 Fetching: bundler-1.17.2.gem (100%) Successfully installed bundler-1.17.2 Parsing documentation for bundler-1.17.2 Installing ri documentation for bundler-1.17.2 Done installing documentation for bundler after 6 seconds 1 gem installed | ||||
|
Maybe the newly released 5.0.12 fix the issue. https://github.com/rapid7/metasploit-framework/releases |
|
We confirm the issue. Until we can figure out the problem and a fix, we have put back an old version of bundler in kali-rolling (1.16.1-3). The issue is introduced by the way bundler is packaged in 1.17.3-3. It moved the files from the usual /usr/lib/ruby/ to /usr/share/rubygems-integrations/all/gems/ |
|
fixed with metasploit-framework version 5.0.12-0kali1 |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-03-20 15:55 | fl0 | New Issue | |
2019-03-20 15:57 | fl0 | Note Added: 0010430 | |
2019-03-20 21:31 | rhertzog | Assigned To | => sbrun |
2019-03-20 21:31 | rhertzog | Status | new => assigned |
2019-03-20 21:37 | rhertzog | Note Added: 0010431 | |
2019-03-25 13:51 | sbrun | Status | assigned => resolved |
2019-03-25 13:51 | sbrun | Resolution | open => fixed |
2019-03-25 13:51 | sbrun | Note Added: 0010439 | |
2020-12-01 10:48 | g0tmi1k | Priority | high => normal |