axet
axet
Right. It works. I'm syncing google into contacts/default and yandex into contacs/1, which causing the issue. I had to create separate dirrectories for google and yandex.
[log.gz](https://github.com/user-attachments/files/17934041/log.gz) https://paste.debian.net/1337078/
Oh yes. Clean run. Acutally I'm using my own 'proton' script to fetch and build proton. * https://gitlab.com/axet/homebin/-/blob/debian/proton ``` proton clone90exp cd proton90exp proton podman build ```
root permission ofc. fuse-overlayfs for compiling proton root-less
With disabled: ``` #[storage.options.overlay] #mount_program = "/usr/bin/fuse-overlayfs" ``` I got same: ``` 48453 symlinkat("/proc/mounts", 9, "mtab" 48450 --- SIGURG {si_signo=SIGURG, si_code=SI_TKILL, si_pid=48447, si_uid=0} --- 48453 ) = -1 EINVAL (Invalid...
Indeed it works with native overlayfs. Still a mystery to me how does overlayfs does not require root permission, but ok. I'll keep it issue open, right?
Build process of podman root-less environment failed because of lack of permissions. For example the following command failed: ``` cp -af /media/axet/2TB/local/proton903/openvr/bin/win32/openvr_api.dll /media/axet/2TB/local/proton903/build/build--local/dist/files/lib/wine/dxvk/openvr_api_dxvk.dll /usr/bin/cp: preserving permissions for ‘/media/axet/2TB/local/proton903/build/build--local/dist/files/lib/wine/dxvk/openvr_api_dxvk.dll’: Invalid argument...
Not sure what PID you are asking for. I ran `ps aux|grep fuse` during `podman run --rm` but I see no fuse-overlayfs processes.
I even ran this: `while true; do pidof fuse-overlayfs; done` from root user during `podman run --rm` but got no pids. And "Yes" I'm running updated storage with 'mount_program' set,...