-
Notifications
You must be signed in to change notification settings - Fork 14.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fedora/Linux installer deleting all symlinks while package update #14086
Comments
+1 msfvpdate.sh
|
This should be fixed within the .spec file while rpm building. |
Setting reference to |
Hi! This issue has been left open with no activity for a while now. We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 30 days since the last update here. As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. |
Bump. |
I have looked into it. There is a script here (responsible for the shortcuts) that is executed correctly every time the package is freshly installed. However, it is not triggered when there is a package update. In the Fedora documentation, it says that the scriplets are called with a different argument when upgrading than when installing. Maybe this is the issue here? As I am unfamiliar with packaging, I can't fix the issue myself and submit a pull request, sorry :/ But hopefully this reply was able to help a person able to fix it. |
Hi! This issue has been left open with no activity for a while now. We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 30 days since the last update here. As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request. |
We're going to just keep track of this issue in the omnibus repo here: rapid7/metasploit-omnibus#133 |
Using the Linux installer from https://docs.rapid7.com/metasploit/installing-the-metasploit-framework/ i noticed after updating the package all symlinks are gone leaving all binaries in place without any references to the environment.
Symlinks are placed correctly only after installation.
Fedora 32
The text was updated successfully, but these errors were encountered: