REMnux / remnux-cli

This repository contains the source code for the REMnux installer, which is the command-line tool for installing and upgrading the REMnux distro.
https://REMnux.org
MIT License
38 stars 11 forks source link

Upgrade from 2024.28.1 - 2024.41.4 Update returned exit code not zero #190

Open getrdun1010 opened 1 month ago

getrdun1010 commented 1 month ago

Hello,

When upgrading I get ,

pdate returned exit code not zero Error: Update returned exit code not zero at ChildProcess. (/snapshot/remnux-cli/remnux-cli.js:571:23) at ChildProcess.emit (events.js:315:20) at maybeClose (internal/child_process.js:1021:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)

I have run the following to try to fix but no go. sudo apt update sudo apt autoremove sudo apt --fix-broken install

Please help. Attached is the salt log.

Thanks a bunch! saltstack.log

lennyzeltser commented 1 month ago

@getrdun1010, please try the following workaround:

sudo touch /usr/local/lib/python3.8/dist-packages/pefile-2023.2.7.dist-info/METADATA

Then run remnux upgrade again.