-
Notifications
You must be signed in to change notification settings - Fork 11
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
Update error #183
Comments
Hi @futex It looks like most of the issues are caused by some Python 3 errors with pip. To resolve these errors, you can run the following commands: sudo touch /usr/local/lib/python3.8/dist-packages/pyelftools-0.29.dist-info/METADATA
sudo touch /usr/local/lib/python3.8/dist-packages/pyelftools-0.29.dist-info/RECORD
sudo touch /usr/local/lib/python3.8/dist-packages/yara_python-4.3.1.dist-info/METADATA
sudo touch /usr/local/lib/python3.8/dist-packages/yara_python-4.3.1.dist-info/RECORD There was however another error which occurred during the cloning of the Python 2 version of Volatility, it looks as if there was a connectivity issue. This may have been a temporary / momentary issue, and should be resolved if the above issues are fixed and the install is run again. Running command git clone -q https://github.com/volatilityfoundation/volatility.git /tmp/pip-req-build-tlvTHz
fatal: the remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed As for Ubuntu support, unfortunately Ubuntu 22 and 24 are not yet supported, but should be in the future. |
Thanks you, i have try your commands but i still having a crash just after the running of ssh like previously. |
Hi @futex , it looks like the remaining issues focus around two areas:
Can you provide the output of the following command: sudo python3 -m pip list Feel free to redact anything you don't want shared, but I'm primarily looking for the versions of I will look into a solution for these, but it looks like for now, the quickest way may be to change your current version of setuptools. I won't know yet which version will work to support the installation, but I'm looking into it. |
Sure, here is the output of the command. How do you guess that? I read the saltstack log and i just see some remnux packages failed but i don´t find the reason. Is it possible also to "blacklist" a package, or to install only one? |
https://forum.level1techs.com/t/installing-remnux-as-a-proxmox-vm-build-from-scratch/215903/1 Downgrading setuptools and breaking the env for a moment, does allow to successfully work around this bug though, as discovered here: Apparently it was possible to work around it with I think it could be as I agree that the On the other hand, when I installed the older setuptools in second terminal, after |
Hell, i wanted to upgrade my Remnux VM (Ubuntu 20.04) and got these errors:
`>> Running: /etc/ssh/sshd_config
Sometimes problems occur due to network or server issues when
downloading packages, in which case retrying your operation
a bit later might lead to good results.
To determine the nature of the issue, please review the
saltstack.log file under /var/cache/remnux/cli in the
subdirectory that matches the REMnux version you're installing.
Search for the log file for "result: false" messages and look at
the surrounding lines to diagnose the issue.
For assistance go to https://github.com/REMnux/remnux-cli/issues
`
I can´t find the glue.
Other questions, is it possible to blacklist a package? And, is Ubuntu 22.04 or 24.04 is supported?
Thanks you!
saltstack.zip
The text was updated successfully, but these errors were encountered: