Adam Bliss
Adam Bliss
Thanks for the link. Are you referring to this part? "Clients are encouraged to use the Authorization header where possible to prevent the access token being leaked in access/HTTP logs....
@JMHAVANCE I have a theory about why it works for you in windowed mode but not fullscreen: There's an option in the windows RDP settings called something like "Apply windows...
Hi, any chance you be more specific about how it does not conform wth the spec?
can the cli update the sdcard database?
Thanks, I had indeed looked at that doc, but I can't figure out which command creates the sdcard database. Is it `firmware`?
In the "Limitations" section of the manpage, it says: https://github.com/dex4er/fakechroot/blob/master/man/fakechroot.pod#limitations - /lib/ld-linux.so.2 and /lib64/ld-linux-x86-64.so.2 are always loaded from real environment. This path is hardcoded by linker for all binaries. You...
Maybe `fakechroot` could inspect the file at the path given by its argument, and check if it's an ELF file, and if so, inspect its headers. For example, on my...
@josch can you provide exact instructions to reprduce the segfault?
Hmm, that seems weird to me. I would think that using `ld-linux` from libc6 version 2.29 ought to work with the version-2.28 libraries for almost all purposes. Does it segfault...
Interesting... what about with `--use-system-libs`?