Eric Dubé

Results 332 comments of Eric Dubé

I'm going to list a few prerequisites here for future reference: - filesystem mountpoints are definitely needed for better local filesystem integration - one of these two: - for OS-native...

> This one can be started on boot from the shell without any desktop manager required (Debian: Autologin to shell, start Framebuffer-browser using .bashrc): https://github.com/e1z0/Framebuffer-browser > > I'm currently building...

I didn't know about `/dev/fb0` before and I have been having too much fun with this new information. Behold, framebuffer cat! ![PXL_20240826_031309871](https://github.com/user-attachments/assets/67515eb2-f389-44a5-bc7f-a0f3d9fde348)

QEMU doesn't want to boot this so I guess I'll have to wait until I have access to my physical rpi

~~Hello, quick fix is to add `NO_VAR_RUNTIME=1` before the command. The `/var/puter` directory is getting created and I still don't know why; this has been driving me nuts for weeks.~~...

This is a docker compose file, right? Make sure you have ownership set correctly on those directories: ```sh chown -R 1000:1000 /mnt/nvme0n1-4/Configs/puter/config chown -R 1000:1000 /mnt/nvme0n1-4/Configs/puter/data ``` In case it...

@bupahaibao hello, did the solution above resolve the issue? If so, please let me know so I can close this, thanks!

@francescoferri are you able to check the permissions of `/var/puter` inside the Docker container? I suspect that's where they're incorrect, but I'm not sure how Docker handles permissions of volume...

> Reviewing the issue #209 I have tried assigning user 1000 and group 1000 permissions and configuring docker compose with these and it works. > > Is it possible that...

I added the `help wanted` label, and changed the title to something a Docker-guru who knows how to solve this will recognize.