Per Olofsson
Per Olofsson
I can't confirm those two specific issues. Our CreateUserPkg created admin is visible in System Preferences -> Sharing -> Remote Login/Management -> Allow access for -> Plus button. Which version...
Is this a package created with CreateUserPkg 1.2.4? And can you give me specific examples of what doesn't work? Which version and build of 10.9 are we talking about?
That sounds strange, since OS X creates the homedir on first login. Which UID did you use for the user?
Interesting. @squidsoup were you using UID 499 as well?
Crash log: ```[NSSavePanel advanceToRunPhaseIfNeededLayerCentric]_block_invoke : Could not advance an Open/Save panel to run phase due to error: Error Domain=com.apple.ViewBridge Code=16 "(null)" UserInfo={com.apple.ViewBridge.error.hint=advance to run phase, com.apple.ViewBridge.error.description=NSViewBridgeServiceInvalidError} [NSSavePanel advanceToRunPhaseIfNeededLayerCentric] : an...
@rickheil Alright, that looks like a different issue in your CLI run.
Same error 134 on my iMac Pro, but it builds on my T2 MacBook Pro.
Here are two logs, a successful run from my 2018 MacBook Pro 15": [autodmg-success.log](https://github.com/MagerValp/AutoDMG/files/3222371/autodmg-success.log) And a failed run from my iMac Pro: [autodmg-failure.log](https://github.com/MagerValp/AutoDMG/files/3222372/autodmg-failure.log) I've normalized some of the random identifiers...
I'm not sure what's up with automagic login, but the root package will set root's GID to 20, which is bound to cause all sorts of issues with the system....
AutoDMG needs better logic to handle the mountpoint for the split system volume being changed by the OS installer. There's a workaround in pr #240 but I have a rewrite...