Search results

  1. W

    PVEPROXY Not Working: can't open lock - Permission denied

    Thanks for reminding me that, and I've edited the comment above. Here's what I've done and the issue occurs: MSM is provided as csh script and rpm package, can be downloaded here: 17.05.02.01_MSM_Linux-x64.zip First, I installed csh and alien (for converting rpm to deb) by apt. Then, I've...
  2. W

    PVEPROXY Not Working: can't open lock - Permission denied

    I've reproduced the issue, and finally found that all folders at / have lost execute permission. Simply add x permission to them, and the problem should be fixed: chmod +x /* And thanks t.lamprecht for reminding me, there is a bit more permissions need to edit: chmod 0700 /root chmod 1755 /tmp...