Using sudo from an arch container does not work
Hello,
I am a manjaro user and I try BlendOS (I love the concept...)
I try to open a partition in read-write (by default it is read only 😦 ). I get this error :
Command :
sudo sudo mount -o remount,rw /dev/nvme0n1p6 on /run/host/run/media/sangorys/untitled
Answer :
sudo: /etc/sudo.conf is owned by uid 1000, should be 0
sudo: /usr/sbin/sudo must be owned by uid 0 and have the setuid bit set
Please, help me...
5 Replies
What does the prompt look like where you run the command?
don't try to mount stuff from a container for one
mount stuff from the host
I Think I'm getting context for this one. I have a tarball package for Reaper, with a bash script to install it. However the tar is in my home dir not the ubuntu studio container I setup. How would one get the files to the container to get the program installed?
wget the tarball from the container
OR just copy/run from the container since we already have access to the home folder.