Timothy Sutton

Results 168 comments of Timothy Sutton

I'd be curious to see the exit code from `softwareupdate` if you can reproduce this. People who manage large fleets of Macs saw some intermittent errors like this specifically with...

Does that same script run ok when run locally on your host? I'm just wondering if there's an issue with either your host or the way in which it's configured...

So is it safe to say this looks like an issue with either your specific environment, or the way VirtualBox is handling outbound connections when your VPN client has established...

I missed seeing this earlier, but I'd like to know if anyone happens to test loading margarita via a WSGI server instead, and handle the auth there. I'm not experienced...

Nothing I can see. I've enabled debug-level logging for both Apache's and my vhost, and can see that if I add something to stderr in margarita.py it definitely shows up...

Wow, I should've thought to look up debug options within Flask itself. It revealed the issue right away: ``` [error] mod_wsgi (pid=32312): Exception occurred processing WSGI script '/home/reposado/git/margarita/wsgi.py'. [error] Traceback...

Would you prefer to have this appended to the existing readme, or a topic-specific one? (ie. 'README-WSGI.md') On 2012-04-29, at 5:24 PM, Jesse Peterson [email protected] wrote: > Great! Thanks for...

I had let this issue die, unfortunately, but Joe Wollard (@buffalo) has just put together a great walkthrough on his blog: http://denisonmac.wordpress.com/2013/02/28/running-margarita-in-apache He's using Ubuntu in the guide. @natewalck put...

@basil Thanks! Happy to chat meanwhile about the use case, semantics, etc.

Thanks @basil for all this detailed feedback. Going to digest it and send you back some comments to make sure we're on the right page for how to implement the...