We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Updating ZI failes with
zi failed: 0: Command failed: /usr/bin/zsh -i -c 'source /home/stephan/.zshrc && zi self-update && zi update --all -p' 1: /usr/bin/zsh failed: exit status: 1
/usr/bin/zsh -i -c 'source /home/stephan/.zshrc && zi self-update && zi update --all -p'
/usr/bin/zsh
Updating ZI works
The -p starts parallel updates, but the process ends early. When executing the command I get
-p
zsh:1: warning: 2 jobs SIGHUPed
Remote Execution
If yes, does the issue still occur when you run topgrade directlly in your remote host
Windows 11/ WSL / Ubuntu 22.04.
Topgrade version: 14.0.1
The text was updated successfully, but these errors were encountered:
This is a known issue, see #709, and it has been fixed in #713, though it hasn't been released yet
Sorry, something went wrong.
Thanks, did a search, but wasn't good enough. Looking forward to the release + thank you for the tool and the very very fast response.
Ok, so I will close this issue
No branches or pull requests
Erroneous Behavior
Updating ZI failes with
zi failed:
0: Command failed:
/usr/bin/zsh -i -c 'source /home/stephan/.zshrc && zi self-update && zi update --all -p'
1:
/usr/bin/zsh
failed: exit status: 1Expected Behavior
Updating ZI works
Steps to reproduce
Possible Cause (Optional)
The
-p
starts parallel updates, but the process ends early. When executing the command I getzsh:1: warning: 2 jobs SIGHUPed
Problem persists without calling from topgrade
Did you run topgrade through
Remote Execution
If yes, does the issue still occur when you run topgrade directlly in your
remote host
Configuration file (Optional)
Additional Details
Windows 11/ WSL / Ubuntu 22.04.
Topgrade version: 14.0.1
The text was updated successfully, but these errors were encountered: