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

remnux upgrade is failing at ChildProcess.<<anonymous> (/snapshot/remnux-cli/remnux-cli.js:569:23) #138

Closed KhaledEid020 closed 1 year ago

KhaledEid020 commented 1 year ago

Update returned exit code not zero Error: Update returned exit code not zero at ChildProcess. (/snapshot/remnux-cli/remnux-cli.js:569: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)

and here is the saltstack.log file: https://drive.google.com/file/d/162Wp3u6-4hg9xGoUsw7qAgwRjecuZK9C/view?usp=sharing

digitalsleuth commented 1 year ago

Hi @KhaledEid020 , it looks like you had a temporary loss of connectivity during the installation process. I can see some "Temporary failure in name resolution" errors, and some other connectivity issues.

If you are working behind a proxy, that could cause an issue as well. You can follow the steps here to configure your system to allow REMnux to install behind a proxy. Also, I would recommend testing your internet connection first then trying again.

KhaledEid020 commented 1 year ago

Thank you, Worked!