aysiu

Results 34 comments of aysiu

I think this is fixed now. I took a look at the 4.0 package, and the symlink goes to 3.8: ``` python -> /Library/Crypt/Python.framework/Versions/3.8/bin/python3 ``` But when I looked at...

Okay. Ran it again, and got this weird bit in the beginning. ``` 2017-11-08 09:02:15.112 sysadminctl[93077:11680865] Creating user record… 2017-11-08 09:02:15.132 sysadminctl[93077:11680865] ### Error:-14135 File:/Library/Caches/com.apple.xbs/Sources/Admin/Admin-633/DSRecord.m Line:501 2017-11-08 09:02:15.133 sysadminctl[93077:11680865] Assigning...

Okay, @weswhet. Finally got back to the machine. This is what's in the /var/log/install.log: ``` Nov 8 08:54:15 NAMEOFMACHINE installer[92957]: Product archive /Library/Managed Installs/Cache/fde-rekey-1.0.2.pkg trustLevel=100 Nov 8 08:54:15 NAMEOFMACHINE installer[92957]:...

@chadnielsen, thanks for sharing. Instead of making that change for just your org, do you want to make a PR and have that change reflected for everyone? Maybe a `>=`...

What are you `sed`ing, by the way? I took a look at the code in master, and it already seems to be greater than or equal to: https://github.com/aysiu/offset/blob/master/offset#L218

Yeah, just noticing this myself. Hadn't had a chance to test this before. I'll have to do some more digging...

I suspect it's this logic that somehow broke in 10.13: https://github.com/aysiu/offset/blob/master/offset#L200-L210

I thought it might have to do with the output of the `last` command, but they seem identical to me. Hm. Here's an example from 10.12: ``` USERNAME1 ttys000 192.168.0.1...

Okay, so I did a little testing, and it's working for a straight reboot, a shutdown and startup, and a logout and immediatley reboot... which is all to say it...

It did seem able to parse out the `last | head -n3` output okay. I'll have to examine it more closely to see if I can figure out what it's...