Yauhen
Yauhen
I see the same issue for `hab-sup`. There is `hab-sup-static` but it is outdated: `core/hab-sup-static/0.13.1/20161115005439`. Does it make sense to statically build `hab-sup`? Is it possible?
Up this. One powerful thing about habitat that it produces clean distros with exactly required dependencies. For example, when I have consul exported to docker I'm expecting clean image from...
I'm also seeing same issues on a clean server installation in GCP. My steps to reproduce were: 1. run instance in google using c0-deeplearning-common-cu121-v20240417-debian-11 image and 2xA100 40GB GPU 2....
I noticed that this function runs every time I change directory, and it is complicated and do a lot of things multiple time. I just did: ``` bash set -x...
The issue still here. And its leads to disaster when you are building cluster and relay on discovery information: wrong master promoted, wrong connection used, etc. This template: ``` {{~#each...
+1 on this issue. Probably it can be resolved by improving command like this: ``` USAGE: hab file upload [OPTIONS] [] Path to local file on disk or - for...
Temporary may help: ``` hab pkg install ya/bio-sdk bio-plan-tomlcheck PLANDIR ```
Also pay attention to compare host with host in replica set case insensitive. DNS names case insensitive so I can have machine name MACHINE1 and host definition in nagios machine1....
Up :) ``` [ 399.087040] usb 1-3: new full-speed USB device number 26 using xhci_hcd [ 399.240462] usb 1-3: New USB device found, idVendor=16d0, idProduct=0d02, bcdDevice= 3.00 [ 399.240474] usb...
For anyone who also is looking for solution, I work-arounded it by endlessly reading joystick with dd: https://github.com/jsirex/itgmachine/blob/master/install.sh#L581-L590