Cesar Talledo
Cesar Talledo
Hi @bushev, ``` 109.7 /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libgpgme.a(data.o): in function `gpg_error_from_syserror': 109.7 (.text+0xb5): undefined reference to `gpg_err_code_from_syserror' 109.7 /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/13/../../../x86_64-linux-gnu/libgpgme.a(data.o): in function `_gpgme_data_release.part.0': 109.7 (.text+0xef): undefined reference to `gpgrt_lock_lock' ``` Seems like...
Hi @KollaBalasai, Thanks for filing the report and uploading the diagnostics bundle. Looking at it, I see Docker Desktop fails to start the VM on your Mac host due to...
Took a crack at this. PR with fix here: https://github.com/containerd/containerd/pull/11980
Hi @xabru, @AidanAbd , thanks for reporting this. Yes, I can confirm this is a bug. I have a fix in mind, will work on this ASAP. Sorry for the...
Hi @EddieX64, apologies for the late reply. Thanks for letting me know, it was my mistake (thought I had fixed this in v0.6.5 but I made a mistake in the...
Hi @aldcons, > Is there a rough estimate when release 0.6.6 will be out? We are targeting end of this week. It will fix both https://github.com/nestybox/sysbox-fs/pull/100 and https://github.com/nestybox/sysbox-fs/pull/101. Plus some...
Hi @chloe6888 , Sysbox v0.6.6 is now released, please give it a try and let me know if the problem persists (should be resolved).
Thanks @nhoefer2 for trying Sysbox and figuring out the problem with running Docker + Sysbox on ZFS (i.e., Posix ACLs need to be enabled). I am actually surprised Posix ACLs...
Hi folks, this should fix it (meaning Sysbox will work regardless of whether the underlying filesystem supports ACLs or not): https://github.com/nestybox/sysbox-libs/pull/56
PR merged; fix will be present in Sysbox v0.6.5. Closing.