Akihiro Suda
Akihiro Suda
This is a known limitation of the current sshfs server, which works without the root privilege.
If we could get https://github.com/afbjorklund/qemu/commits/9p-darwin merged into the upstream, we will be able to store the file owner info into xattr (or a separate file). https://wiki.qemu.org/Documentation/9psetup (`mapped-xattr`, `mapped-file`) I'm not...
These flags have nothing to do with allowing chown/chmod.
> Any updates or ideas on a plan to solve this? `chown` / `chmod` on mounted files is pretty commonly needed and likely a blocker for a fair number of...
Is this specific to Rancher Desktop (for Windows)? Does it work on a native Linux machine?
> There might be an issue with ssh getting disconnected if sleeping too long, but can be fixed by a restart. I think we should switch away from sshfs to...
`docker start` doesn't support tty ``` $ docker start --help Usage: docker start [OPTIONS] CONTAINER [CONTAINER...] Start one or more stopped containers Options: -a, --attach Attach STDOUT/STDERR and forward signals...
@fahedouch PTAL
@fahedouch @junnplus I still hit this issue. Could you test it on a cgroup v2 host such as Ubuntu 22.04 ?
Looks like I can hit the issue with cgroup v1 mode too ``` Server: Server Version: v1.6.6 Storage Driver: overlayfs Logging Driver: json-file Cgroup Driver: cgroupfs Cgroup Version: 1 Plugins:...