Witold Baryluk
Witold Baryluk
Similar issue with `zsh 5.9-1` package. And `ldc 1.30.0-1` And `ruby 3.1.3-1` (initially it started install, but then got stuck. ctrl-c, and retry now leads to same issue as above)...
I have same issue: ``` root@debian:/opt/rocm-3.7.0/hip/samples/0_Intro/square# /opt/rocm-3.7.0/hip/bin/hipcc -v square.cpp -o square.out clang version 11.0.0 (/src/external/llvm-project/clang ee4e4ebbadcc8ea14ce99e34ed31ab31e94827ac) Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /opt/rocm/llvm/bin Found candidate GCC installation: /usr/lib/gcc/x86_64-linux-gnu/10 Found candidate...
@luismeruje Yes, I believe that one needs to send some sequence (at possibly a specific time), before stopping connection. My guess is that device otherwise will fill up some UART...
This is now mostly fixed. Big thanks to Luis. It still sporadically locks, despite draining the descriptors and waiting for the timeout. It appears that it now locks on initialization...
So it appears, that if I remove these two lines in the code: `dev.reset()` `dev.set_configuration()` together with thew new draining code on Ctrl-C, it is quite reliable. Was not able...
Hi @sheikhmishar Thanks for the interest, and making it work on Windows. Cool you find it useful. I would need to think if I want this code change in this...
Hi. No, there is no way to control it easily. Hardware can be configured to send less often, but this is not implemented. You need to write own script that...
@Nedsk In case you do not know how to use `awk`. It is common tool on Linux / Unix. Could use something like this for example: ```shell $ ./fnirsi_logger.py |...
@upa I will test on some other systems soon. I will also build locally, with glibc and musl (either on Debian, or in docker container), but with same compiler and...
Yeah. Lack of caching is the primary reason I stopped using packer. I migrated back to Dockerfile and BuildKit approach.