On Jan 31, 2009, at 6:38 AM, Johan Sørensen wrote:
> Never seen that one before. Have you been able to reproduce a failing
> exec consistently, or is one of those "sometimes" things?

Yes, it's consistent. In the sense that it is consistently random. I  
ran git fetch in a while loop and here's what happened:

[rts-mbp:~/repos/mecharyan-git] ryan$ while true; do date;git fetch  
2>&1|grep Exception;done
Sun Feb  1 15:18:06 CST 2009
Sun Feb  1 15:18:09 CST 2009
Sun Feb  1 15:18:12 CST 2009
Exception `Errno::E045' at /Library/WebServer/gitorious/script/ 
gitorious:53 - Operation not supported - git-shell
Sun Feb  1 15:18:14 CST 2009
Sun Feb  1 15:18:17 CST 2009
Exception `Errno::E045' at /Library/WebServer/gitorious/script/ 
gitorious:53 - Operation not supported - git-shell
Sun Feb  1 15:18:19 CST 2009
Exception `Errno::E045' at /Library/WebServer/gitorious/script/ 
gitorious:53 - Operation not supported - git-shell
Sun Feb  1 15:18:22 CST 2009
Exception `Errno::E045' at /Library/WebServer/gitorious/script/ 
gitorious:53 - Operation not supported - git-shell
Sun Feb  1 15:18:25 CST 2009
Sun Feb  1 15:18:28 CST 2009
Sun Feb  1 15:18:30 CST 2009
Sun Feb  1 15:18:33 CST 2009
Exception `Errno::E045' at /Library/WebServer/gitorious/script/ 
gitorious:53 - Operation not supported - git-shell
Sun Feb  1 15:18:35 CST 2009
Exception `Errno::E045' at /Library/WebServer/gitorious/script/ 
gitorious:53 - Operation not supported - git-shell
Sun Feb  1 15:18:38 CST 2009
Sun Feb  1 15:18:40 CST 2009
Exception `Errno::E045' at /Library/WebServer/gitorious/script/ 
gitorious:53 - Operation not supported - git-shell
Sun Feb  1 15:18:43 CST 2009
^C
[rts-mbp:~/repos/mecharyan-git] ryan$

> What ruby are you running (macruby doesn't support exec iirc)?

Stock Mac OS X Server ruby on 10.5.5

[ella:~] admin$ ruby --version
ruby 1.8.6 (2008-03-03 patchlevel 114) [universal-darwin9.0]

I suppose I can debug this by adding a different command to exec  
beforehand to rule out that it's anything in gitorious (which I doubt  
anyways) and maybe confirm it's an issue in Mac OS proper.
--
Ryan Schwartz



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/gitorious?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to