| 3 May 2023 |
hexa | * and when I am already logged into the host I'm deploying to, colmena gets stuck at "Pushing system closure" and "Activation system profiile" | 13:39:18 |
hexa | * and when I am already logged into the host I'm deploying to, colmena gets stuck at "Pushing system closure" and "Activation system profile" | 13:39:20 |
hexa | feels like it wants to disconnect/reconnect the ssh connection multiple times | 13:43:17 |
Wanja Hentze | I've seen colmena hang forever at pushing when using proxyjumps | 14:05:10 |
Wanja Hentze | seemed to happen only sporadically and only when using ssh-ng | 14:05:25 |
Wanja Hentze | does your problem happen *always* or just once in a while? | 14:05:49 |
hexa | it is highly reproducible | 14:33:42 |
hexa | iterated on a module, so I did 10+ deploys in a row | 14:33:56 |
hexa | got stuck every time I was logged in, tailing the journal | 14:34:06 |
emily | do you have a lot of deployment keys? jumphost? | 14:34:30 |
hexa | no jumphosts, strict key matching | 14:34:52 |
emily | sshd logs? do you use a lot of deployment keys that need to be uploaded each apply? (--no-keys maybe?) | 14:36:33 |
hexa | I don't use pre-activation keys | 14:39:56 |
oddlama | I've also been using control sockets, and I always keep a connection to the target open in the background before running colmena. But I don't have these issues. | 15:36:52 |
oddlama | I remember running into something like that once or twice though, but since it never occurred again I attributed it to a fluke | 15:37:17 |
Linux Hackerman | hexa: connection limit? I have
extraConfig = ''
Match All
MaxSessions 100
'';
on my services.openssh
| 15:37:56 |
Linux Hackerman | * hexa: session limit? I have
extraConfig = ''
Match All
MaxSessions 100
'';
on my services.openssh
| 15:38:03 |
hexa | nop | 16:22:57 |