Results 37 comments of Pontus Freyhult

> See [containers/storage#1847](https://github.com/containers/storage/pull/1847) for how to reproduce this by pulling an image built by buildah using latest docker:dind-rootless image. My host system can apply that xattr without an error using...

Thanks. I haven't managed to produce anything with these xattrs (and the above example does not) with Ubuntu 23.10 and buildah installed from standard sources with apt.

Hi, I'm involved in a project where we're to a large part using the same software stack as in GDI and Federated EGA (and we're to use the same stack...

So, to start with - with the design as I understand it (stitching together crypt4gh blocks into a single file), it's not possible to utilise different resources (files on the...

Thanks for the response, for starters, while I'm not sure I understand completely what you mean, I wanted to start by checking that my understanding was correct and those use...

> I just want to clarify with this. It's possible to encrypt a single resource with multiple keys, and this is specifically [supported](https://samtools.github.io/hts-specs/crypt4gh.pdf#subsection.2.4) by the Crypt4GH protocol. The htsget server...

Unfortunately not - with crypt4gh not having a package length, the way to get a package is either to read 65536 bytes+extras for the used encryption or until EOF. I...

Sorry for the delayed response here. Do I understand correctly that you share my concern with the current design? I think getting data via htsget is an important feature but...

Yes, simply pointing HOME somewhere writable will get you through, e.g. adding `-e HOME=/tmp`.

No, that would cause the same kind of breakage as we already see. When running as root the current setup works (excluding side-effects like permissions of files created). In fact,...