Tyson Key

Results 14 comments of Tyson Key

> Do you know any Windows or Linux app that supports that format? Nothing supports it, under Linux/Windows, to my knowledge, apart from the OpenVOS implementation. I had a look...

A wild ARM64 LinuxKit appears! Thanks for the help with the patches, so far - I'm looking forward to giving this a proper test drive, over the next few days....

(Forgot to mention, that this is with the experimental version, at https://github.com/linuxkit/linuxkit/pull/3643)

And, with https://github.com/linuxkit/linuxkit/commit/2b95bf9e2f1c1f39f79c076eb63eac3664e4e470, we can build it, with the following results: ``` tyson@Tysons-Air LX3 % git clone https://github.com/linuxkit/linuxkit Cloning into 'linuxkit'... remote: Enumerating objects: 117656, done. remote: Counting objects: 100%...

Looks like the latest version has significantly-quiesced those errors, on the M1: ``` tyson@Tysons-Air linuxkit % gmake tar cf - -C src/cmd/linuxkit . | docker run --rm --net=none --log-driver=none -i...

Hmm, would https://github.com/tonistiigi/xx be of any use to us, for this kind of thing? I stumbled across it, whilst watching some of the DockerCon videos, earlier on.

> Correct. > > How did you find time to watch those videos @vmlemon :-) Copious amounts of coffee, snacks, and planning out which sessions were most interesting, before ending...

Looks like ```PYTHONPATH``` doesn't get set, at all (by design?): ``` tyson@Tysons-MacBook-Air unblob % ~/.poetry/bin/poetry run echo $PYTHONPATH tyson@Tysons-MacBook-Air unblob % echo $PYTHONPATH ``` Doing a ```poetry update``` gives me...

I see. I'd probably try the Docker image, eventually, but being a creature of habit, I end up doing things the Traditional UNIX Way(TM), most of the time... Looks like...

And, after a hard reboot, and quitting anything that might even remotely involve DRM, it looks like you just can't trace something that involves chroots: ``` root@Tysons-MacBook-Air unblob # dtruss...