fixuid: permission denied
torson opened this issue · 0 comments
torson commented
I started getting error fixuid: permission denied
after I moved the working folder to another partition. It turns out I had that partition mounted with users
option which in the background adds these options: nosuid,nodev,noexec . nosuid
is of significance here as it prevents fixuid from working.
After I've removed the users
option from /etc/fstab and remounted, fixuid started working again.