Results 2858 comments of MichaIng

Ah yes, erase "QEMU" from my last post and replace it with "Docker or systemd-nspawn". I meant this for the build only, not for running Box86. Also for the build,...

Want to push this PR, would be really great to have current CPU freqs within `htop`, also the way the PR suggests as replacement for usage % makes sense. Could...

Seconded! I catch myself regularly trying to compare CPU utilisation by considering CPU time and process start date, which is not so quickly done, at least not by me. Would...

Probably it has something to do with https://github.com/morpheus65535/bazarr/commit/2f01ab8, although I cannot see what is wrong after https://github.com/morpheus65535/bazarr/commit/4c08180, especially since it works on `x86_64` and different architectures are not really handled...

The error actually indicates that the file is present (and found) but cannot be executed. So I checked the ELF header and indeed it is no aarch64 one: ``` 2022-07-23...

How/on which build environment did you compile `unrar`, and which sources did you use? Replacing the [`aarch64` binary](https://github.com/morpheus65535/bazarr-binaries/blob/master/bin/Linux/aarch64/unrar/unrar) with one that is actually compiled for `aarch64` would solve the issue....

PR up: https://github.com/morpheus65535/bazarr-binaries/pull/1 Latest supported version however is Debian Buster. I have no older system quickly available. GNU C v2.28 and C++ v8.3 are hence required at least.

Yes, that would be great. If you can give me a hint where architecture detection is done, I could open a PR to use the `armv5tel` path for all ARM...

@hoytech @lnussbaum @anarcat I found the debian/ files out of sync for a while, probably the few formal changes from downstream could be committed into upstream. As you were discussiing...