Maxime Daniel

Results 45 comments of Maxime Daniel

I don't know if code is clean enough to be merged as it, it was a hack in my side :p And I don't think owner check often PR, stuff...

`statfs` is implemented. Docker use special driver for each filesystem. It make sens for me that it doesn't support fuse stuff. Why would you do that anyway ?! It could...

https://github.com/threefoldtech/0-db-fs/issues/29 Again it's not zdbfs issue, but any fuse fs not supporting this.

Which image do you run exactly ? Default zos runs a kernel 5.4, there is a 5.10 also available. Can you give me the nodded ?

I confirm, your node is running 5.10.55 kernel, which is the latest we support officially. The limitation probably the VM like Azmy said yep.

SSH won't be included at all on the release images, so no need to fix AFAIK :)

Anyway, IMO we still should not ship ssh at all on production. Maybe with a really specific way including flist (obviously) for debugging in production when nothing else can be...

I could get a static build of tpm2-tools with this custom script (make to be run on alpine docker): ```bash #!/bin/sh apk add alpine-sdk cmake apk add openssl-dev curl-dev json-c-dev...

This become a real concern now since system is more and more used. Here is a proposal, based on schema already used by well known system (eg: iOS). The idea...

Theses commands rely on the fact that `tpm2-abrmd` daemon runs. ``` /etc/init.d/tpm2-abrmd start ``` # Using OpenSSL Check TPM support in openssl: ```bash # openssl engine -c tpm2tss (tpm2tss) TPM2-TSS...