Skip to content
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

Deploy hangs at Copying profile ... #292

Closed
lenianiva opened this issue Sep 11, 2024 · 1 comment
Closed

Deploy hangs at Copying profile ... #292

lenianiva opened this issue Sep 11, 2024 · 1 comment

Comments

@lenianiva
Copy link

I have a configuration that I tried to redeploy after changing the hostname, and deploy-rs got stuck in this step:

πŸš€ ❓ [deploy] [DEBUG] Checking for flake support
πŸš€ ℹ️ [deploy] [INFO] Running checks for flake in .
warning: Git tree '/home/aniva/Projects/image/installer' is dirty
warning: unknown flake output 'deploy'
warning: The check omitted these incompatible systems: aarch64-darwin, aarch64-linux, x86_64-darwin
Use '--all-systems' to check all.
πŸš€ ℹ️ [deploy] [INFO] Evaluating flake in .
warning: Git tree '/home/aniva/Projects/image/installer' is dirty
πŸš€ ℹ️ [deploy] [INFO] The following profiles are going to be deployed:
[minimal.system]
user = "root"
ssh_user = "root"
path = "/nix/store/2djkzip3zgi31j49ahw09yfnjg28b6lz-activatable-nixos-system-minimal-24.11.20240909.5775c25"
hostname = "minimal"
ssh_opts = ["-oControlMaster=no"]

πŸš€ ❓ [deploy] [DEBUG] Finding the deriver of store path for /nix/store/2djkzip3zgi31j49ahw09yfnjg28b6lz-activatable-nixos-system-minimal-24.11.20240909.5775c25
πŸš€ ℹ️ [deploy] [INFO] Building profile `system` for node `minimal`
πŸš€ ℹ️ [deploy] [INFO] Copying profile `system` to node `minimal`

I've tried the workaround in #226, namely with

          sshOpts = ["-oControlMaster=no"];

but the same issue persists.

@lenianiva
Copy link
Author

It finished, but it took a long time (>10 min)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant