I am getting this message when I try to use sudo:
sudo: PERM_ROOT: setresuid(0, -1, 0): Operation not permitted
sudo: unable to open /var/lib/sudo/jp2nyy/pid2: Operation not supported
sudo: PERM_ROOT: setresuid(0, -1, 0): Operation not permitted
sudo: setuid(0): Operation not permitted
sudo: unable to set supplementary group IDs: Operation not permitted
This problem started after I installed jasper with:
sudo apt-get install jasper
I'm using Ubuntu Bash for Windows.
Edit
As per comments below chown/chmod may have been run on files in /usr or /var.
chown/chmodon files in/usror/var– muru Dec 23 '16 at 05:26chownorchmodsomething I suggest you check your history (dohistory | grep -E 'chown|chmod') as depending on exactly what you did it may be fixable... – Zanna Dec 23 '16 at 06:37chownandchmod? Maybe you didn't run those commands. Are you saying the problem started AFTER you installed jasper? I thought you meant you were getting an error trying to install (usingsudo) – Zanna Dec 23 '16 at 07:16sudoat all? – muru Dec 23 '16 at 07:29