Hi all.
I’m getting this message for my main user (and only one besides the system user fbx) when I try any sudo
command. It’s been a long time since I last logged into the freedombox, but I’m pretty sure the user was part of the sudo group.
$ getent group sudo
sudo:x:27:fbx
$ id
uid=10000(foo) gid=100(users) groups=100(users),118(_tor-plinth)
$ cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 10 (buster)"
NAME="Debian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=debian
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
Is there an explanation the user is no longer a sudoer? How do I re-add him to the group given root
doesn’t have a password set?
Best regards.