Posted on 02-14-2014 12:59 AM
With Mac OS X 10.8.5, SSD(!) boot device and Casper 8.64 the console login of a client policy request(?) doesn't teminate:
bash-3.2# ps -ax | grep console
75 ?? 0:00.13 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow console
or
bash-3.2# ps -ax | grep console
36678 ?? 0:00.46 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow console
This causes no login window screen and happens after reboot and logoff (eventually after login and other policy requests(?), because often there are more then one "loginwindow console" processes hanging with ??). I login via terminal ssh and have to sudo kill -HUP <pid of loginwindow console>. After killing all these processes the login window screen appears immediatly.
Any ideas for a work around?
Solved! Go to Solution.
Posted on 02-17-2014 06:56 AM
The answer is: Apple has a problem with 10.8.5, see here: https://discussions.apple.com/message/24449303#24449303
Here is the workaround (from Björn Binroth):
You can fix it by booting into safe mode, press and hold down the SHIFT key after startup
and disable the keyboard input menu in "System Preferences"
-> Users & Groups -> Login Options -> "Show Input menu in login window"
then reboot to normal mode
or (nobody should be logged in)
SSH into the machine and 'killall loginwindow' as root
and disable it in CLI by running
'defaults delete /Library/Preferences/com.apple.loginwindow.plist showInputMenu'
as root
or (this is my solution)
make a script and run it after all other with a policy
Posted on 02-17-2014 08:09 AM
@jacasper, I posted a similar solution here;": http://macmule.com/2013/12/20/beachball-when-coming-out-of-sleep-or-when-deactivating-the-screen-sav...
Please mark your post as the answer, so the thread is complete.
Posted on 02-17-2014 06:56 AM
The answer is: Apple has a problem with 10.8.5, see here: https://discussions.apple.com/message/24449303#24449303
Here is the workaround (from Björn Binroth):
You can fix it by booting into safe mode, press and hold down the SHIFT key after startup
and disable the keyboard input menu in "System Preferences"
-> Users & Groups -> Login Options -> "Show Input menu in login window"
then reboot to normal mode
or (nobody should be logged in)
SSH into the machine and 'killall loginwindow' as root
and disable it in CLI by running
'defaults delete /Library/Preferences/com.apple.loginwindow.plist showInputMenu'
as root
or (this is my solution)
make a script and run it after all other with a policy
Posted on 02-17-2014 08:09 AM
@jacasper, I posted a similar solution here;": http://macmule.com/2013/12/20/beachball-when-coming-out-of-sleep-or-when-deactivating-the-screen-sav...
Please mark your post as the answer, so the thread is complete.