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
36 stars 11 forks source link

sudo remnux install ended with error #185

Open MottiKumar opened 1 month ago

MottiKumar commented 1 month ago

Update 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)

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

MottiKumar commented 1 month ago

remnux@remnux:~$ cat /var/cache/remnux/cli/v2024.28.1/saltstack.log | tail -60

MottiKumar commented 1 month ago

Tried both Update and Upgrade too and also ended up with same error!

MottiKumar commented 1 month ago

saltstack.log

digitalsleuth commented 1 month ago

Hi @MottiKumar , it looks like the issue you're having is due to a proxy communication error. You can try reviewing the proxy configuration section in the docs, and it may help resolve your issue.

Cheers!