Viacheslav Vasilyev
Viacheslav Vasilyev
hello all, the very same issue I had reported [here](https://github.com/hashicorp/vagrant/issues/12270) is still relevant, if someone is also affected here is a workaround ```bash cd vagrant/embedded/gems/*/gems/vagrant-*/plugins/communicators/ssh curl -fsSL https://github.com/hashicorp/vagrant/commit/424808388956c0d6acf0e91ca751fe9345f6e7f8.patch -o ssh.patch...
Hi, Did you check `concourse worker --help`, there are `--garden-destroy-containers-on-startup` option and `--garden-max-containers` options?
you could try `sshotp`, it works the same way as `sshpass`
```yaml services: wireguard-ui: environment: - WGUI_CONFIG_FILE_PATH=/etc/wireguard/wg_confs/wg0.conf ```
Same behavior if you create folder with IMAP commands directly. How to un-hide it?
It looks good to me, I guess if we are going to follow this pattern the `--file` CLI should be also able to accept absolute path.
steamcmd uses linux32 compiled binaries on top of linux64 base image, that's why it is unable to load libcurl library: ```console STEAMROOT="$(cd "$(dirname "$0")" && echo $PWD)" ... STEAMCMD=`basename "$0"...
I was curious why it doesn't work, in my case the reason is ``` executable's TLS segment is underalignment: alignment is 16, needs to be at least 64 for ARM64...
A build specification is not hard to guess, a real hassle is the signed driver.
@kardianos it's quite good summary, I understand your desire to keep this package simple and as generic as possible, without implementing edge-case logic specific to downstream solutions, alternatively, you have...