I just started a fresh install of FogBugz 8 on a Linux box (RHEL 5). I have created a new user fogbugz with the usual useradd command and I've confirmed that this user can log in. I have also created a test.sh script in the user's home directory, chmodded it to 755, and was able to run it.
But when I run the install script, I get the following result:
Which user should FogBugz run as? [fogbugz] -bash: /tmp/fbtest.sh: Permission denied ERROR: User fogbugz was unable to run a test script. Is this account disabled?
I've checked the file /tmp/fbtest.sh and it is set to 755. If I log in as fogbugz and cd into /tmp, ./fbtest.sh also gives me a permission denied.
Can anyone think of a reason why my fogbugz user can't run this script?
Thanks!