> > 2/21/10 5:01:22 PM Murky[62152] *** NSTask: Task create for path > '/usr/local/bin' failed: 13, "Permission denied". Terminating temporary > process. >
This is really screwed up. What does the command: /bin/bash --login -c '/usr/local/bin/hg --version' give you? barry-smiths-macbook-pro:~/Src/petsc-dev] barrysmith% ls -ld /usr/local/bin > drwxr-xr-x 73 root wheel 2482 Jan 8 12:52 /usr/local/bin/ > > [barry-smiths-macbook-pro:~/Src/petsc-dev] barrysmith% ls -l > /usr/local/bin/hg > > -rwxr-xr-x 1 root wheel 860 Jan 8 12:52 /usr/local/bin/hg* > Why is it "Permission denied"? Everyone can read/execute! What does the '*' mean at the end of the last line? Perchance, are you running zsh or csh? Murky hardcodes bash to do it's process spawning... Sean -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.mcs.anl.gov/pipermail/petsc-dev/attachments/20100221/00b20e94/attachment.html>
