Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 416013 - net-analyzer/metasploit-4.3 - start-stop-daemon: /usr/lib/metasploit4.2/msfrpcd does not exist
Summary: net-analyzer/metasploit-4.3 - start-stop-daemon: /usr/lib/metasploit4.2/msfrp...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-14 22:00 UTC by Aaron Burnett
Modified: 2012-05-16 02:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Burnett 2012-05-14 22:00:37 UTC
When starting /etc/init.d/msfrpcd4.3, the following error is generated:

----
 * Caching service dependencies ...                                                                                                                                   [ ok ]
 * Starting msfrpcd4.2 ...
 * start-stop-daemon: /usr/lib/metasploit4.2/msfrpcd does not exist                                                                                                   [ !! ]
 * ERROR: msfrpcd4.3 failed to start
----


Reproducible: Always

Steps to Reproduce:
1.Install metasploit 4.3.0
2.Attempt to start /etc/init.d/msfrpcd4.3
3.
Actual Results:  
 * Starting msfrpcd4.2 ...
 * start-stop-daemon: /usr/lib/metasploit4.2/msfrpcd does not exist                                                                                                   [ !! ]
 * ERROR: msfrpcd4.3 failed to start


Expected Results:  
started /usr/lib/metasploit4.3/msfrpcd
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-05-16 02:48:29 UTC
I could see a small sed script doing the manual job in future bumps, but for now the hard-coded version in the init.d script is fixed.