I looked at the bug report - you want the bits to look like rwxr-xr-x, or at least rwxr--r-- (note the 'x'). chmod 0755 will give you rwxr-xr-x (or just use chmod u+x) The 'x' is the execute bit for files.