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
sudo: effective uid is not 0, is /usr/bin/sudo on a file system with the 'nosuid' option set or an NFS file system without root privileges?
Traceback (most recent call last):
File "/usr/bin/usersetup.py", line 92, in <module>
subprocess.check_call(cmd.split(), stdout=sys.stdout, stderr=sys.stderr)
File "/usr/lib/python2.7/subprocess.py", line 541, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['sudo', 'restrict_useradd.sh', '504', '20', 'pokyuser']' returned non-zero exit status 1
FATA[0000] exit status 1
Expected behavior
Container succeeds to run as it does in docker desktop
There are issues with changing permissions on mounted directory with QEMU: lima-vm/lima#231
I see a different error when I switch to "vz" :
$finch run -it --rm -v ~/workplace/workdir:/workdir juno/yocto --workdir=/workdir
The uid:gid for "/workdir" is "0:0". The uid and gid must be non-zero. Please check to make sure the "volume" or "bind" specified using either "-v" or "--mount" to docker, exists and has a non-zero uid:gid.
Describe the bug
Unable to use finch to build crops/poky container used for build yocto (yocto is a Linux meta-distribution for embedded devices).
/usr/bin/sudo fails with this message:
Steps to reproduce
Dockerfile:
(docker/Dockerfile)
Step-by-step
Error:
Expected behavior
Container succeeds to run as it does in docker desktop
Screenshots or logs
Additional context
finch-support-20240315113539.zip
The text was updated successfully, but these errors were encountered: