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?