Cesar Talledo
Cesar Talledo
Thanks @iamnoah; let me repro on my end and get back to you a bit later. I am out-of-office right now so response may be a bit delayed.
Hi @iamnoah, using the same yaml you provided, things work fine for me with the latest sysbox-deploy-k8s (v0.5.2): ``` root@sysbox-test:/tmp/share# mkdir /tmp/share/foo root@sysbox-test:/tmp/share# l total 0 drwxr-sr-x 2 root docker...
Hi @cprevosteau , thanks for giving Sysbox a shot! 1) Can you double check the sysbox-mgr and sysbox-fs daemons are running? (e.g., `ps -fu root | grep sysbox`) 2) Can...
Would you mind joining the sysbox slack channel? It's easier to debug that way. We can post the resolution back into this GitHub issue once we find the problem. The...
After debugging this with @cprevosteau (thanks!), we found out that the problem was that the Docker data-root (which is typically at `/var/lib/docker` on ext4) was configured to a different directory...
Hi @DPatrickBoyd, thanks for giving Sysbox a shot and for filing the issue. Thanks for the initial debugging on it too! > Error processing tar file(exit status 1): lchown /tmp/clr-debug-pipe-202-24216845-in:...
> hi @ctalledo ! thanks for getting back to me so fast. which container? the "outter" or "inner" container? I meant the outer container (the one launched with Docker +...
@DPatrickBoyd: To help me reproduce: 1) What command are you using to launch the outer container (Docker + Sysbox). 2) Can you share the Dockerfile for the inner container you...
> So I am actually using a docker-compose file for this, and its a little convoluted so I will try and make it not convoluted since it involves company code...
Hi @DPatrickBoyd, I tried reproducing with a sysbox container using `nestybox/ubuntu-bionic-systemd-docker`, with the inner docker at version 19.03 or version 20.10, and was not able to reproduce. That is, inside...