You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use podman by lima-vm, container is mysql/mysql-server, it need chown mysql:mysql xxx, but when use -v mapping host's dir , propmpt chown: changing ownership of 'xxx': Operation not permitted
macos version: 12.6
lima version: 0.13.0
qemu version: 7.1.0
lima's yaml config:
I also try to use chown directly in lima-vm, neither.
[xxx@lima-test test]$ sudo groupadd test
[xxx@lima-test test]$ sudo useradd -g testtest
[xxx@lima-test test]$ ll
drwxr-xr-x. 4 xxx games 128 Nov 16 08:55 mysql
drwxrwxr-x. 2 xxx games 64 Nov 16 08:48 test
[xxx@lima-test test]$ chown test:test test
chown: changing ownership of 'test': Operation not permitted
The text was updated successfully, but these errors were encountered:
# Supported security models are "passthrough", "mapped-xattr", "mapped-file" and "none".
# "mapped-xattr" and "mapped-file" are useful for persistent chown but incompatible with symlinks.
# 🟢 Builtin default: "none" (since Lima v0.13)
securityModel: null
securityModel: "mapped-xattr" enables chown, but incompatible with symlinks
AkihiroSuda
changed the title
chown: changing ownership of 'xxx': Operation not permitted
[9p] chown: changing ownership of 'xxx': Operation not permitted
Nov 16, 2022
The above is useful. When I recreated lima's vm, the problem was solved,
This problem has bothered me for almost two days, hahhhh....
Great lima vm !!!
Description
I read the issuse #231 , has it been solved now?
I use podman by lima-vm, container is mysql/mysql-server, it need
chown mysql:mysql xxx
, but when use -v mapping host's dir , propmptchown: changing ownership of 'xxx': Operation not permitted
macos version: 12.6
lima version: 0.13.0
qemu version: 7.1.0
lima's yaml config:
mysql docker hub:
I also try to use chown directly in lima-vm, neither.
The text was updated successfully, but these errors were encountered: