Joseph Chilcote

Results 13 comments of Joseph Chilcote

This is the second time I’ve had this reported in the past few weeks. You need to give it an argument like `-i`. It should be nicer about printing the...

More logs ``` default 14:40:23.321445-0700 runningboardd Acquiring assertion targeting executable from originator [daemon:120] with description attributes = { ; } default 14:40:23.321567-0700 runningboardd Assertion 204-120-2175 (target:executable) will be created as...

you might be better off copying them to the the user's desktop and having them double click each. Of course, the correct way (per Apple's rules) is to use MDM...

As a guess, I'd suggest that maybe defaults commands don't work correctly when run in a launchd context. Easy enough to test that hypothesis. Create a launchagent independent of outset...

Normally I can't interrogate what my fevered mind was thinking six years ago, but luckily we have git blame! https://github.com/chilcote/outset/commit/ffed742a55dff0e3b53282b7f8f520f115520bae is where that was added. And looking at that, it...

If you don't want it to wait for network you can set the wait_for_network value to false. https://github.com/chilcote/outset/wiki/NetworkTimeout#removing-the-network-timeout-requirement Also if you are on an ipv6 network that check may not...

Ah I see. Sorry. The plist you are referencing is the default setting, I think. Is this a ipv6 only network? For whatever reason it doesn't think you're getting an...

I suspect what's happening is either the script is crashing, or something is causing it to time out so that it never gets to the point where the plist would...

My guess is that outset itself is exiting before it gets to this point https://github.com/chilcote/outset/blob/master/pkgroot/usr/local/outset/outset#L363-L365 Try editing that locally (/usr/local/outset/outset) and add a log line just above that, see if...