DSEE user account lockout notification

I am a new administrator for an Oracle Directory Server Enterprise Edition 11g installation.  Currently we have an account lockout policy in place to lock an account after 20 failed attempts.  Is there a way within the DSEE application to set it up to notify me by email when an account gets locked?  If there is not a way to configure the application to send notification, what would be the best way to accomplish this task?
Thank You.

Hello,
There is no notification email or similar notif mechanims. Such feature is available with Oracle Unified Directory though.
I would say the simplest way would be to parse access logs and search for errors like
[09/Jun/2009:16:15:03 +1000] conn=2946 op=0 msgId=1 - BIND dn="uid=testuser,ou=people,ou=unix,dc=..." method=128 version=3
[09/Jun/2009:16:15:03 +1000] conn=2946 op=0 msgId=1 - RESULT err=53 tag=97 nentries=0 etime=0, Account inactivated. Contact system administrator.
Note: This is a old dsee log sniplet, so exact message might vary slighly.
HTH
Sylvain
When closing a thread as answered remember to mark the correct and helpful posts to make it easier for others to find them

Similar Messages

  • Getting user account lockout continuosly

    I am getting lockout continuosly for one account. I tried reconfiguring user profile and system restart. But still user account lock out coming..
    I enabled audit logs and found failed logs. In that i am getting caller process id as 0x1a8. 
    I installed procmon, in that PID coming in numbers..
    How to convert caller process id into PID  or any other way to find which application that process is related to..

    You could download the Account Lockout Status tool to get more information where the source is.
    http://www.microsoft.com/en-us/download/details.aspx?id=15201

  • Password Policy and user account lockout in OAM

    Hi folks,
    I'm new to OAM and have rather silly question: I created Password Policy where I've defined the Number of login tries allowed, Custom Account Lockout Redirect URL, etc. Now, how do I tie it to the authentication / authorization rules inside my Policy Domain which I'm using to protect a certain resource?
    Thank you
    Roman

    Hi Colin,
    I do have the validate_password plugins defined in the Authent scheme, here they are:
    credential_mapping      obMappingBase="xxxxxx"
    validate_password      obCredentialPassword="password"
    validate_password      obReadPasswdMode="LDAP"
    validate_password      obWritePasswdMode="LDAP"
    Yet, after the third unsuccessful login, nothing happens. I still don't get it how the password policy I've created kicks into the action? Should it be evaluated each time a user attempts an access? Is it getting engaged due to the validate password plugin names?
    I've also noticed that the only default step I have in the Authent scheme doesn't list the last two validate password plugins in it. Does it have to?
    Thanks Roman
    Edited by: roman_zilist on Dec 17, 2009 9:12 AM

  • Account lockout problems

    Hi,
    I've a curious problem with account lockouts. I've read a lot of topics and pages but I can't identify the reason for this problem.
    We have setup a new AD and moving the users step by step. It's not a migration with ADMT, we create complete new accounts, move the mailbox & user data manualy and move the workstation from the old to the new domain.
    We have moved around 100 users and with around 5 of them, I've account lockout problems. While working, the account gets lockout.
    I installed NetWrix Account Lockout Examiner and set the security settings as required. If the account gets lockout the workstation field is everytime empty. If I examine on DC or the users worksation, the result is mostly like this:
    from ::ffff:192.168.**.*** (\\DC2) at 09.01.2014 08:46.26
    fom 10.0.*.* (\\UsersWS) at 09.01.2014 08:46:26
    + from ::ffff:10.0.*.* (\\UsersWS) at 09.01.2014 08:39:26
    Reason: Unknown user name or bad password
    Logon Type: CachedInteractive
    So, the first entry seems to be a "valid" login failure, but after that, the next two are curious.
    I checked the security log on DC2 and found 2 entries for that time / user:
    Source: Microsoft Windows-Security-Auditing
    ID: 4771
    Kerberos pre-authentication failed.
    Client: UserWS
    Ticketoptions: 0x0
    Errorcode: 0x18
    Type: 2
    Source: Microsoft Windows-Security-Auditing
    ID: 4740
    A user account was lockout.
    Caller Computer Name:
    Is the problem realy UserWS? I'm not sure because caller computer name is empty. Typicaly things like password store etc. are checked.
    Could it be the exchange server? User has a smartphone syncing his mailbox. But the device does not show any error.
    After a successful login, the bad password count should be reset to 0, but it seems that it keeps 1 or 2 so that the account gets lockout after one auth failure
    I'm thanksful for any hint.

    Smartphones and similar devices are common causes for account lockouts. You need to check applications running on them that require an AD authentication and be sure that you are using the correct password.
    Paul have created a great article about how to troubleshoot account lockout issues: http://blogs.dirteam.com/blogs/paulbergson/archive/2012/04/23/user-account-lockout-troubleshooting.aspx
    This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
    Get Active Directory User Last Logon
    Create an Active Directory test domain similar to the production one
    Management of test accounts in an Active Directory production domain - Part I
    Management of test accounts in an Active Directory production domain - Part II
    Management of test accounts in an Active Directory production domain - Part III
    Reset Active Directory user password

  • Account lockout message to user is NOT displayed when going thru RD Gateway

    We recently introduced account lockouts after 5 failed attempts for 30 minutes. Our users RDP to our server  thru TS Gateway before getting to the server. IIS7 configured to work with TS Gateway .
    The problem is that when an account get locked because of 5 times invalid password, they do not receive the usual Account lockout error message to contact the admin to unlock it. Instead, it keeps asking for the username and password indefinitely. In other
    words, the user have no way of knowing that his/her account is locked.
    I noticed that within our LAN, when I RDP to the server directly (without going thru the TS Gateway), the message of account lockout appears normally and It says that you need to contact the admin to unlock the account.
    This problem occurs only when going thru the gateway. Is there a way how to enable the error message to appear when the account is locked?

    A) are these methods copied twice in the code here on purpose?
       connectChat() and onSynchronizationChange is repeated in code due copy paste mistake
    B) are both users subscribing to _collectionNode right away? Do each of them
    get to onSynchronizationChange?
       Yes , each of them get to onSynchronizationChange
    C) If you put a breakpoint in onSynchronizationChange, do you see the node
    get created? Do you see it in the dev console?
    Yes , it is creating a node
    D) Is user B receiving an onItemReceive at all? Is user A?
    Yes , it is creating a node
    Now both the user getting chat message, have following issue
    When user A initiate the chat with user B this action is not opening chat pod / window on user B end which shows user A has initiated chat with user B
    But when user B click on user A name to initiate the chat, this action opens a chat window and user B can see message send by user A
    Above scenario is not normal chat behavior in which other user gets the notification of chat . what could be the problem

  • Admin User account deleted by MCXCDeleteAccount at shutdown

    I have a MacBook Pro that occasionally on shutdown deletes the User Account with admin privileges when I shutdown. The home directory is not deleted, only the account information.The system log segment has the following entries. Any clues to why this would be happening, or how I can stop it from happening again:
    1/24/11 6:03:55 PM login[8104] DEAD_PROCESS: 8104 ttys001
    1/24/11 6:03:55 PM com.apple.launchd.peruser.501[609] ([0x0-0x60060].com.apple.Console[7861]) Exited: Killed
    1/24/11 6:03:55 PM com.apple.launchd.peruser.501[609] ([0x0-0x78078].com.apple.Terminal[8055]) Exited: Killed
    1/24/11 6:03:55 PM login[8057] DEAD_PROCESS: 8057 ttys000
    1/24/11 6:03:55 PM com.apple.launchd.peruser.501[609] (com.apple.AirPortBaseStationAgent[646]) Exited: Killed
    1/24/11 6:03:55 PM loginwindow[47] DEAD_PROCESS: 47 console
    1/24/11 6:03:55 PM com.apple.UserEventAgent-Aqua[639] Mon Jan 24 18:03:55 Alan-Brons-MacBook-Pro.local UserEventAgent[639] <Warning>: CGSShutdownServerConnections: Detaching application from window server
    1/24/11 6:03:55 PM com.apple.UserEventAgent-Aqua[639] Mon Jan 24 18:03:55 Alan-Brons-MacBook-Pro.local UserEventAgent[639] <Warning>: CGSDisplayServerShutdown: Detaching display subsystem from window server
    1/24/11 6:03:55 PM UserEventAgent[639] CGSShutdownServerConnections: Detaching application from window server
    1/24/11 6:03:55 PM loginwindow[47] CGSShutdownServerConnections: Detaching application from window server
    1/24/11 6:03:55 PM loginwindow[47] CGSDisplayServerShutdown: Detaching display subsystem from window server
    1/24/11 6:03:55 PM UserEventAgent[639] CGSDisplayServerShutdown: Detaching display subsystem from window server
    1/24/11 6:03:55 PM UserEventAgent[639] XRHotKeyAgent:491 kCGErrorInvalidConnection
    1/24/11 6:03:55 PM com.apple.loginwindow[47] Mon Jan 24 18:03:55 Alan-Brons-MacBook-Pro.local loginwindow[47] <Warning>: CGSShutdownServerConnections: Detaching application from window server
    1/24/11 6:03:55 PM com.apple.loginwindow[47] Mon Jan 24 18:03:55 Alan-Brons-MacBook-Pro.local loginwindow[47] <Warning>: CGSDisplayServerShutdown: Detaching display subsystem from window server
    1/24/11 6:03:56 PM /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[8173] Login Window Application Started
    1/24/11 6:03:56 PM prl_naptd[647] Exiting Parallels Network Daemon
    1/24/11 6:03:57 PM com.apple.SecurityServer[24] Session 0x311d08 dead
    1/24/11 6:03:57 PM com.apple.SecurityServer[24] Killing auth hosts
    1/24/11 6:03:57 PM com.apple.SecurityServer[24] Session 0x311d08 destroyed
    1/24/11 6:03:58 PM com.apple.SecurityServer[24] Session 0x235c78 created
    1/24/11 6:03:58 PM com.apple.SecurityServer[24] Session 0x235c78 attributes 0x30
    1/24/11 6:03:58 PM loginwindow[8173] Login Window Started Security Agent
    1/24/11 6:03:59 PM WindowServer[8177] kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    1/24/11 6:03:59 PM com.apple.WindowServer[8177] Mon Jan 24 18:03:59 Alan-Brons-MacBook-Pro.local WindowServer[8177] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    1/24/11 6:03:59 PM com.apple.backupd-attach[8200] Not starting scheduled Time Machine backup - computer is on battery power.
    1/24/11 6:04:00 PM SecurityAgent[8186] Showing Login Window
    1/24/11 6:04:06 PM hdiejectd[1045] quitCheck: calling exit(0)
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.364 ManagedClient[8181:903] -xaDiskDisappeared: removing external account "_amavisd" with home "/var/virusmails" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared: removing external account "_amavisd" with home "/var/virusmails" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM ManagedClient[8181] MCXCDeleteAccount(): Trying to delete user id = 83
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.367 ManagedClient[8181:903] MCXCDeleteAccount(): Trying to delete user id = 83
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_appowner'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.368 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_appowner'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_appserver'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.368 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_appserver'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_ard'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.369 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_ard'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_atsserver'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.369 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_atsserver'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_calendar'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.370 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_calendar'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_carddav'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.370 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_carddav'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared: removing external account "_clamav" with home "/var/virusmails" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.371 ManagedClient[8181:903] -xaDiskDisappeared: removing external account "_clamav" with home "/var/virusmails" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM ManagedClient[8181] MCXCDeleteAccount(): Trying to delete user id = 82
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.371 ManagedClient[8181:903] MCXCDeleteAccount(): Trying to delete user id = 82
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_coreaudiod'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.371 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_coreaudiod'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_cvmsroot'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.372 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_cvmsroot'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_cvs'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.372 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_cvs'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared: removing external account "_cyrus" with home "/var/imap" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.373 ManagedClient[8181:903] -xaDiskDisappeared: removing external account "_cyrus" with home "/var/imap" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM ManagedClient[8181] MCXCDeleteAccount(): Trying to delete user id = 77
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.373 ManagedClient[8181:903] MCXCDeleteAccount(): Trying to delete user id = 77
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_devdocs'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.374 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_devdocs'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_dovecot'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.374 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_dovecot'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_dpaudio'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.375 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_dpaudio'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_eppc'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.375 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_eppc'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_installer'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.375 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_installer'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_jabber'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.376 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_jabber'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_lda'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.376 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_lda'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_locationd'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.377 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_locationd'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared: removing external account "_lp" with home "/var/spool/cups" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.378 ManagedClient[8181:903] -xaDiskDisappeared: removing external account "_lp" with home "/var/spool/cups" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM ManagedClient[8181] MCXCDeleteAccount(): Trying to delete user id = 26
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.379 ManagedClient[8181:903] MCXCDeleteAccount(): Trying to delete user id = 26
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_mailman'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.379 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_mailman'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_mcxalr'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.380 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_mcxalr'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_mdnsresponder'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.381 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_mdnsresponder'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_mysql'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.381 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_mysql'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared: removing external account "_pcastagent" with home "/var/pcast/agent" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.382 ManagedClient[8181:903] -xaDiskDisappeared: removing external account "_pcastagent" with home "/var/pcast/agent" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM ManagedClient[8181] MCXCDeleteAccount(): Trying to delete user id = 55
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.382 ManagedClient[8181:903] MCXCDeleteAccount(): Trying to delete user id = 55
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared: removing external account "_pcastserver" with home "/var/pcast/server" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.382 ManagedClient[8181:903] -xaDiskDisappeared: removing external account "_pcastserver" with home "/var/pcast/server" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM ManagedClient[8181] MCXCDeleteAccount(): Trying to delete user id = 56
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.383 ManagedClient[8181:903] MCXCDeleteAccount(): Trying to delete user id = 56
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared: removing external account "_postfix" with home "/var/spool/postfix" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.383 ManagedClient[8181:903] -xaDiskDisappeared: removing external account "_postfix" with home "/var/spool/postfix" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM ManagedClient[8181] MCXCDeleteAccount(): Trying to delete user id = 27
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.384 ManagedClient[8181:903] MCXCDeleteAccount(): Trying to delete user id = 27
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_qtss'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.384 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_qtss'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_sandbox'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.385 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_sandbox'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_screensaver'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.385 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_screensaver'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_securityagent'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.385 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_securityagent'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_serialnumberd'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.386 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_serialnumberd'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_softwareupdate'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.386 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_softwareupdate'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_spotlight'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.387 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_spotlight'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_sshd'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.387 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_sshd'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_svn'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.388 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_svn'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared: removing external account "_teamsserver" with home "/var/teamsserver" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.388 ManagedClient[8181:903] -xaDiskDisappeared: removing external account "_teamsserver" with home "/var/teamsserver" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM ManagedClient[8181] MCXCDeleteAccount(): Trying to delete user id = 94
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.389 ManagedClient[8181:903] MCXCDeleteAccount(): Trying to delete user id = 94
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_timezone'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.389 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_timezone'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_tokend'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.389 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_tokend'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_trustevaluationagent'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.390 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_trustevaluationagent'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_unknown'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.390 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_unknown'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account 'updatesharing'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.391 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account 'updatesharing'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared: removing external account "_usbmuxd" with home "/var/db/lockdown" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.391 ManagedClient[8181:903] -xaDiskDisappeared: removing external account "_usbmuxd" with home "/var/db/lockdown" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM ManagedClient[8181] MCXCDeleteAccount(): Trying to delete user id = 213
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.392 ManagedClient[8181:903] MCXCDeleteAccount(): Trying to delete user id = 213
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared: removing external account "_uucp" with home "/var/spool/uucp" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM ManagedClient[8181] MCXCDeleteAccount(): Trying to delete user id = 4
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account '_windowserver'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared: removing external account "_www" with home "/Library/WebServer" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM ManagedClient[8181] MCXCDeleteAccount(): Trying to delete user id = 70
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared: removing external account "_xgridagent" with home "/var/xgrid/agent" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM ManagedClient[8181] MCXCDeleteAccount(): Trying to delete user id = 86
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared: removing external account "_xgridcontroller" with home "/var/xgrid/controller" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM ManagedClient[8181] MCXCDeleteAccount(): Trying to delete user id = 85
    1/24/11 6:04:14 PM ManagedClient[8181] -xaDiskDisappeared: removing external account "alan" with home "/Users/alan" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.392 ManagedClient[8181:903] -xaDiskDisappeared: removing external account "_uucp" with home "/var/spool/uucp" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.392 ManagedClient[8181:903] MCXCDeleteAccount(): Trying to delete user id = 4
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.393 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account '_windowserver'. localUserMCXRecords count = 54
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.394 ManagedClient[8181:903] -xaDiskDisappeared: removing external account "_www" with home "/Library/WebServer" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.394 ManagedClient[8181:903] MCXCDeleteAccount(): Trying to delete user id = 70
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.395 ManagedClient[8181:903] -xaDiskDisappeared: removing external account "_xgridagent" with home "/var/xgrid/agent" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.395 ManagedClient[8181:903] MCXCDeleteAccount(): Trying to delete user id = 86
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.396 ManagedClient[8181:903] -xaDiskDisappeared: removing external account "_xgridcontroller" with home "/var/xgrid/controller" from DSLocal because disk disappeared.
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.397 ManagedClient[8181:903] MCXCDeleteAccount(): Trying to delete user id = 85
    1/24/11 6:04:14 PM com.apple.loginwindow[8173] 2011-01-24 18:04:14.397 ManagedClient[8181:903] -xaDiskDisappeared: removing external account "alan" with home "/Users/alan" from DSLocal because disk disappeared.
    1/24/11 6:04:16 PM ManagedClient[8181] -xaDiskDisappeared: removing external account "daemon" with home "/var/root" from DSLocal because disk disappeared.
    1/24/11 6:04:16 PM ManagedClient[8181] MCXCDeleteAccount(): Trying to delete user id = 1
    1/24/11 6:04:16 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account 'nobody'. localUserMCXRecords count = 54
    1/24/11 6:04:16 PM ManagedClient[8181] -xaDiskDisappeared error attempting to delete empty home account 'zend'. localUserMCXRecords count = 54
    1/24/11 6:04:16 PM com.apple.loginwindow[8173] 2011-01-24 18:04:16.666 ManagedClient[8181:903] -xaDiskDisappeared: removing external account "daemon" with home "/var/root" from DSLocal because disk disappeared.
    1/24/11 6:04:16 PM com.apple.loginwindow[8173] 2011-01-24 18:04:16.667 ManagedClient[8181:903] MCXCDeleteAccount(): Trying to delete user id = 1
    1/24/11 6:04:16 PM com.apple.loginwindow[8173] 2011-01-24 18:04:16.667 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account 'nobody'. localUserMCXRecords count = 54
    1/24/11 6:04:16 PM com.apple.loginwindow[8173] 2011-01-24 18:04:16.667 ManagedClient[8181:903] -xaDiskDisappeared error attempting to delete empty home account 'zend'. localUserMCXRecords count = 54
    1/24/11 6:04:18 PM loginwindow[8173] Login Window - Returned from Security Agent
    1/24/11 6:04:19 PM kernel systemShutdown true
    1/24/11 6:04:19 PM shutdown[8222] halt by alan:
    1/24/11 6:04:19 PM shutdown[8222] SHUTDOWN_TIME: 1295852659 286784
    1/24/11 6:04:19 PM SystemStarter[41] "/Library/StartupItems" failed sanity check: path was created after boot up
    1/24/11 6:04:19 PM Parallels[8224] Stopping Parallels Dispatcher Service
    1/24/11 6:04:19 PM Parallels[8230] Stopping Parallels networking
    1/24/11 6:04:19 PM prl_naptd[273] Exiting Parallels Network Daemon
    1/24/11 6:04:19 PM Parallels[8249] Unloading kernel extension prl_netbridge.kext
    1/24/11 6:04:20 PM kernel Kext loading now disabled.
    1/24/11 6:04:20 PM kernel Kext unloading now disabled.
    1/24/11 6:04:20 PM kernel Kext autounloading now disabled.
    1/24/11 6:04:20 PM kernel Kernel requests now disabled.
    1/24/11 6:04:20 PM kernel com.parallels.kext.prlnet 6.0.11828.615184 is unloading.
    1/24/11 6:04:20 PM kernel free vms_list while it is not empty
    1/24/11 6:04:20 PM kernel Kext unloading is disabled (com.parallels.kext.prl_netbridge).
    1/24/11 6:04:20 PM Parallels[8272] Failed to unload kernel extension prl_netbridge.kext
    1/24/11 6:04:20 PM Parallels[8277] Unloading kernel extension prl_vnic.kext
    1/24/11 6:04:20 PM kernel Kext unloading is disabled (com.parallels.kext.prl_netbridge).
    1/24/11 6:04:20 PM kernel Kext unloading is disabled (com.parallels.kext.prl_netbridge).
    1/24/11 6:04:20 PM kernel com.parallels.kext.vnic 6.0.11828.615184 is unloading.
    1/24/11 6:04:20 PM kernel Failed to delete address of interface: 102
    1/24/11 6:04:20 PM kernel Failed to delete address of interface: 102
    1/24/11 6:04:20 PM kernel comparallels_kext_prl_vnicbus: wait for detach for 0
    1/24/11 6:04:20 PM kernel comparallels_kext_prl_vnic_bus::detachhandler for 0
    1/24/11 6:04:20 PM kernel comparallels_kext_prl_vnicbus: detached 0
    1/24/11 6:04:20 PM kernel comparallels_kext_prlvnic: destroyed vnic0
    1/24/11 6:04:20 PM kernel Failed to delete address of interface: 102
    1/24/11 6:04:20 PM kernel Failed to delete address of interface: 102
    1/24/11 6:04:20 PM kernel comparallels_kext_prl_vnicbus: wait for detach for 1
    1/24/11 6:04:20 PM kernel comparallels_kext_prl_vnic_bus::detachhandler for 1
    1/24/11 6:04:20 PM kernel comparallels_kext_prl_vnicbus: detached 1
    1/24/11 6:04:20 PM kernel comparallels_kext_prlvnic: destroyed vnic1
    1/24/11 6:04:20 PM kernel Kext unloading is disabled (com.parallels.kext.prl_vnic).
    1/24/11 6:04:20 PM Parallels[8300] Failed to unload kernel extension prl_vnic.kext
    1/24/11 6:04:20 PM Parallels[8303] Parallels Networking was stopped
    1/24/11 6:04:20 PM DirectoryService[11] BUG in libdispatch: 10J567 - 1960 - 0x10004004
    1/24/11 6:04:20 PM WindowServer[8177] hidd died. Reestablishing connection.
    1/24/11 6:04:20 PM SecurityAgent[8186] CGSShutdownServerConnections: Detaching application from window server
    1/24/11 6:04:20 PM WindowServer[8177] bootstraplookip failed: Unknown service name
    1/24/11 6:04:20 PM mDNSResponder[18] mDNSResponder mDNSResponder-258.14 (Nov 18 2010 14:18:32) stopping
    1/24/11 6:04:21 PM SecurityAgent[8186] MIG: server died: CGSReleaseShmem : Cannot release shared memory
    1/24/11 6:04:21 PM SecurityAgent[8186] kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    1/24/11 6:04:21 PM SecurityAgent[8186] CGSDisplayServerShutdown: Detaching display subsystem from window server
    1/24/11 6:04:21 PM SecurityAgent[8186] HIToolbox: received notification of WindowServer event port death.
    1/24/11 6:04:21 PM SecurityAgent[8186] port matched the WindowServer port created in BindCGSToRunLoop
    1/24/11 6:04:21 PM SecurityAgent[8186] kCGErrorRangeCheck: On-demand launch of the Window Server is allowed for root user only.
    1/24/11 6:04:21 PM kernel Kext unloading is disabled (com.parallels.kext.prl_vnic).
    1/24/11 6:04:21 PM kernel Kext unloading is disabled (com.parallels.kext.prl_vnic).
    1/24/11 6:04:21 PM com.apple.SecurityServer[24] Session 0x235c78 dead

    Welcome to Apple Discussions.
    This is a real puzzle - there have been a number of related reports recently:
    http://discussions.apple.com/thread.jspa?threadID=2675891
    http://discussions.apple.com/thread.jspa?threadID=2684412
    http://discussions.apple.com/message.jspa?messageID=12731083
    Your log includes:
    1/24/11 6:04:14 PM ManagedClient818 -xaDiskDisappeared: removing
    external account "alan" with home "/Users/alan" from DSLocal because disk
    disappeared.
    Is "alan" your regular user account? If so, is it supposed to be local to your HD? (the log report calls it "external account 'alan'")
    There have been suggestions in the other threads that the trigger for the inappropriate account destruction by the system might involve the unexpected disconnection of an external USB drive. The situation isn't at all clear, though.

  • How do I remove user account with UID=0 (except of root)

    Macbook Pro 13; I have Parallels software and did not realize I needed to upgrade to version 10 before upgrading to OS X Yosemite.  I get an error stating Parallels 10 cannot be installed because there is a user account other than root that has UID=0.  I checked UIDs in Terminal Utilities and there is one other username with UID=0  How do I remove username peggy?
    MacBook-Pro:~ pmcvicar$ dscl . -list /Users UniqueID
    _amavisd                83
    _appleevents            55
    _appowner               87
    _appserver              79
    _ard                    67
    _assetcache             235
    _astris                 245
    _atsserver              97
    _avbdeviced             229
    _calendar               93
    _ces                    32
    _clamav                 82
    _coreaudiod             202
    _coremediaiod           236
    _cvmsroot               212
    _cvs                    72
    _cyrus                  77
    _devdocs                59
    _devicemgr              220
    _displaypolicyd         244
    _distnote               241
    _dovecot                214
    _dovenull               227
    _dpaudio                215
    _eppc                   71
    _ftp                    98
    _geod                   56
    _iconservices           240
    _installassistant       25
    _installer              96
    _jabber                 84
    _kadmin_admin           218
    _kadmin_changepw        219
    _krb_anonymous          234
    _krb_changepw           232
    _krb_kadmin             231
    _krb_kerberos           233
    _krb_krbtgt             230
    _krbfast                246
    _krbtgt                 217
    _launchservicesd        239
    _lda                    211
    _locationd              205
    _lp                     26
    _mailman                78
    _mcxalr                 54
    _mdnsresponder          65
    _mysql                  74
    _netbios                222
    _netstatistics          228
    _networkd               24
    _nsurlsessiond          242
    _nsurlstoraged          243
    _pcastagent             55
    _pcastlibrary           225
    _pcastserver            56
    _postfix                27
    _postgres               216
    _qtss                   76
    _sandbox                60
    _screensaver            203
    _scsd                   31
    _securityagent          92
    _serialnumberd          58
    _softwareupdate         200
    _spotlight              89
    _sshd                   75
    _svn                    73
    _taskgated              13
    _teamsserver            94
    _timezone               210
    _tokend                 91
    _trustevaluationagent   208
    _unknown                99
    _update_sharing         95
    _usbmuxd                213
    _uucp                   4
    _warmd                  224
    _webauthserver          221
    _windowserver           88
    _www                    70
    _xcsbuildagent          237
    _xcscredserver          238
    _xgridagent             86
    _xgridcontroller        85
    daemon                  1
    deputydebi              504
    Guest                   201
    nobody                  -2
    peggy                   0
    pmcvicar                501
    root                    0
    MacBook-Pro:~ pmcvicar$

    BobM53, That would be needed regardless of what front end my users log in with, in my case I was looking for them to access the DIT via the DSCC/DCC, which is not possible.  Regardless, thank you for your reply, it is reassuring to know I am headed in the right direction.
    I am now looking towards installing something else like Apache Directory Studio, or some other GUI for users to manage the directory. 
    I will most likely create one or more ACI's to build groups, adding members to those groups as needed; each group being allowed to perform functions such as create users, lockout users, add/modify hosts, etc.
    I will most likely follow the steps outlined in:
    Directory Server Groups, Roles, and CoS - 11g Release 1 (11.1.1.7.0)
    Slightly OT, does anyone have a suitable and similar proven method to "lockdown" root accounts, and who has root access?
    Thank you

  • ACS 5.3 and Windows AD account lockout

    Currently on 5.3.0.40.2 when a invalid password is attempted via TACACS or RADIUS to the AD identity store is locks the account out on the first failed attempt. The AD policy is lockout after three attempts. Is there a way to fix this issue so the account is not locked out with only one failed attempt? I see options for local password policys in ACS but nothing for the identity store. For what its worth this happened also with ACS 4.X deployment before we moved to ACS 5.3.
    Just wanted to see if this is the expected behavior or if I should open a TAC case to see what is causing this.
    Thanks.

    Hi;
    Well, we got it working. Not sure of the exact fix, but allow me to ramble, perhaps it will help someone else.
    We think that a combinationof factors caused the problem. First, we had clock drift, and that resulted in clock skew messages in the logs like these:
    Sep 20 18:06:03 ecb-acs1 adclient[8322]: INFO  base.adagent start: Problem connecting to domain controller (KDC refused skey: Clock skew too great), will try again later.
    and
    ecb-acs1 adclient[1163]: WARN  base.bind.cache LDAP fetch CN=bubba,OU=staff,OU=edcenter,OU=edcenterarea,OU=episd,DC=episd,DC=org threw unexpected exception: SASL bind to ldap/[email protected] - GSSAPI Mechanism with Kerberos error ": Clock skew too great"
    Somehow the ACS lost the ntp config, very disturbing, because I know that one of the first things I did was setup NTP. So I re-did the ntp config, confirmed the time was accurate. Still failed. Then, because I was annoyed by the log entries comning out in UTC, I did a clock timezone to set it to local. That made the logs come out in local time, but might have caused other problems (I saw another forum entry for that) so I set it back to UTC.
    This begs the question - how to leave the timezone at UTC but fix the timestamps for the logs? This is easy on Cisco switches.
    Various reboots of the ACS after deleting the object in AD did not fix the problem. During these reboots I continued to use the original userid and password to authenticate. At all times, the "test connection" button showed that the credentials were OK.
    Because we had recently added our first Win2008 domain controller to our world (all ther other DCs are Win2k3), we started worrying about this:
    http://support.microsoft.com/kb/978055/en-us
    But, after some checking, it seems as if we already had the fix applied.
    Next, we created a dedicated user in AD for the ACS to use when authenticating. Deleted the ACS object, restarted the ACS, applied those new credentials. Still broken.
    Our AD admin looked in various logs and found some things, here is his summary:
    ----------- from Danny --------
    Checked the domain controller log under system.  Found the following:
    While processing an AS request for target service krbtgt, the account ecb-acs1$ did not have a suitable key for generating a Kerberos ticket (the missing key has an ID of 1). The requested etypes : 17. The accounts available etypes : 23  -133  -128  3  1. Changing or resetting the password of ecb-acs1$ will generate a proper key.
    and
    While processing an AS request for target service krbtgt, the account stcrye did not have a suitable key for generating a Kerberos ticket (the missing key has an ID of 2). The requested etypes : 18. The accounts available etypes : 23  -133  -128  3  1. Changing or resetting the password of stcrye will generate a proper key.
    This may be related to either clock scew between acs and the domain or introducing server 2008 domain controllers into an existing server 2003 domain. 
    On a desperate hunch, after yet again deleting the ACS object in AD and reloading the ACS, I used the new dedicated ACS user account, but gave it a wrong password. Hit save, watched it fail. Then I put in the correct password, hit save, and it worked! Finall we have re-joined and are connected to the domain.
    BUT ... I have now lost all confidence in ACS 5.3 . We are in the middle of a major rollout of WiFi clients using 802.1x authentitcation, replacing our previous pre-shared WPA setup. We are talking > 20,000 WiFi clients. If ACS <--> AD is not rock-solid, I need to try something else. Should we consider using LDAPS instead?
    Steve

  • Problems associating device to Apple ID/user account on my mac

    Hiya,
    I'm trying to help a friend out by backing up her devices (iPad and iPhone) to my computer so I can update the OS on both.
    I had previously sync'd her iPad to my iTunes to back it up, but I then figured afterward it'd be better to create a new user account for her on my computer and sync everything that way, just to ensure that everything is in its right place. The problem that I've come up with is that the iTunes on her user account on my computer doesn't show her device. When I tried to deactivate the device on my user account on the computer, it talked about wiping the iPad which I absolutely do not want to do until I'm assured that it's all backed up first to her user account on my computer. She's had a friend previously who tried to back up her devices and lost everything, so I'm being extra careful to not fall down that path.
    I looked at other posts on the Apple support website — stuff about deactivating devices/accounts and all that — but they didn't mention anything about separate accounts on the same computer. I looked at my iTunes Store > Account > Manage Devices and it doesn't list her device, so I'm not sure why it's not letting me disassociate her iPad from my iTunes with the wiping condition. I figured it'd be something to do with sharing a device on multiple Apple IDs, but as far as I'm aware, I've only authorised my computer (or perhaps my Apple ID) permission to sync her device's contents to iTunes. I had hoped that a new user account would get around this as I'm now using her user account with her Apple ID, however no dice. The other annoyance is that she has no music, TV, movies, or books purchased on her Apple ID, only a few apps.
    So now I've some how gotten to the point in which I have "transferred" her iPad to iTunes on her user account/Apple ID on my computer and it's got some 90-day timer thing — I have no idea what the **** that's there for since it hasn't been linked to my Apple ID (that I know of), just only authorised on my account/computer.
    It's quite confusing and rather daunting. I feel I'm faced with a precarious situation: wipe her iPad and hope that the back-up on my account's iTunes will work correctly; or wait 90 days (why?) to then be able to properly sync her iPad to my computer, by that time I will have left France and can't help her then.
    If anyone could please shed some light on my dark position, I would be rather grateful!

    It might be too late in terms of time and what has happened with the 90 day lockout problem, but you should be able to create another user account for her on your computer so she can have her own iTunes library. This provide some insight as to how you can do that.
    How to use multiple iPhone, iPad, or iPod devices with one computer
    The 90 day lockout occurs when you associate an iOS device with another Apple ID when you download a past purchase using the second ID. This is Apple's way of preventing users's from downloading each other's paid content for free. There is absolutely no way to overcome the 90 day lockout. You just have to wait it out before the device can be associated with another Apple ID.
    This is a great user tip that explains how to transfer the contents of an iOS device into a new iTunes library to create a new syncing library for a user. It might prove to be helpful to you.
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive

  • IE8 + Flash 10.0.32.18:  2 User Accounts but Flash only plays in one

    This problem is actually not browser unique, as I can't get flash to work with IE8, Firefox, or Chrome in one account.
    I've been trying to sort this problem out for awhile, but can't seem to crack it.  Windows XP (home) sp3, Eset NOD32 AV, Comodo Firewall, WinPatrol, etc.
    I thought there was a problem with the installation of the Flash player, so downloaded the uninstall utility, ran it, rebooted, checked the registry and deleted the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Code Store Database\DistributionUnits\{D27CDB6E-AE6D-11CF-96B8-444553540000} folder, (according to instructions here ), installed the latest version of Adobe Flash from the downloaded standalone installation files.  Installation flash video indicated a successful installation.  Went to C:Windows/system32/macromedia/Flash/ and updated the .exe file to the latest available...
    The site I am trying to view flash content on is here (http://kadampafestivals.org/diaries/2009/summer/day-1-a-meaningful-holiday)
    I have two user accounts on this system, both currently have administrative rights. One is a bit sleeker, as I use it only for admin tasks.  On it the flash content will play.  On the other account, no amount of fiddling with security settings, active x, java settings, and so forth seems to enable the flash content to play.  When I navigate to the site, I get a blank space on the page where the flash content should play, or if I choose play videos a pop up white screen with no content.  If I right click on the window, the adobe flash menu appears, but settings are not active or accessible, and don't seem to work as they normally would.
    I've read through all the installation notes about Flash on the Adobe site, have attempted various lower security settings in the browser, no luck...tryed resetting IE8 to default settings, reinstalled Flash.  The System is scanning free of any malware with Eset, Mbam, SAS, Defender.
    I've tried disabling the comodo firewall and using only Windows firewall, no effect.
    If anyone out there can indicate a direction that would help me to sort this out I'd sure appreciate the input...Many thanks in advance.
    (I'd be happy to attach a log file of the installation if anyone knows how to decipher it...seems like the C:\DOCUME~1\Owner\LOCALS~1\Temp\nsn83E.tmp\NSISArray.dll file was skipped a lot) - but then Flash works fine in the other user account....

    Found the last piece of the puzzle, it was a registry key in the HKEY Current User. Once I deleted it for Shockwave Player my issues went away where the Flash would only run for one user unless it was reinstalled on every user. Uninstall Shockwave Player, its object and delete the following key from every HKEY Current User and Flash will work again. Look at all of the settings for the Current User:
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11]
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\3rdpartyofferfailurereason]
    @="0"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\3rdptycode]
    @="131078"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\allowfallback]
    @="y"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\AutoUpdate]
    @="y"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\collectstats]
    @="y"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\copiedfrom7]
    @="y"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\copiedfrom8]
    @="y"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\CrossDomain]
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\CrossDomain\1]
    @="ads.diga.adobe.com"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\CrossDomain\2]
    @="diga.adobe.com"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\CrossDomain\3]
    @="ads.diga.adobe.s3.amazonaws.com"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\CrossDomain\4]
    @="ads.diga.stage.adobe.com"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\CrossDomain\5]
    @="ads.diga.stage.adobe.com.s3.amazonaws.com"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\current]
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\current\xtras]
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\current\xtras\files]
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\current\xtras\files\qt3asset]
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\current\xtras\files\qt3asset\basefolder]
    @="CorePlayerXtras"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\current\xtras\files\qt3asset\filename]
    @="QT3Asset.x32"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\current\xtras\files\qt3asset\version]
    @="1103471"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\currentupdateversion]
    @="1103471"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\currenturl]
    @=""
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\dialogsviewed]
    @=""
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\errors]
    @=""
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\filesdownloaded]
    @="0"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\fpng]
    @="n"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\globaluid]
    @="{60F2E3AE-8F9A-471E-B00D-FFA1FF6B7181}"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\installattempts]
    @="3"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\installcomplete]
    @="y"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\installstart]
    @="1232140548"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\InstallState]
    @="ok"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\InstallType]
    @="macrwebSlim"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\lastinstallstage]
    @="23"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\lastpfd]
    @="0"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\location]
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\location\common]
    @="C:\\WINDOWS\\system32\\Adobe\\"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\location\coreplayer]
    @="C:\\WINDOWS\\system32\\Adobe\\Shockwave 11\\"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\location\coreplayerxtras]
    @="C:\\WINDOWS\\system32\\Adobe\\Shockwave 11\\xtras\\"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\location\flash]
    @="C:\\WINDOWS\\system32\\Adobe\\"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\machineid]
    @="702"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\movies]
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\movies\1]
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\movies\1\activerenderer]
    @="0"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\movies\1\contains3d]
    @="2"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\movies\1\duration]
    @="1191"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\movies\1\size]
    @="200356"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\movies\1\url]
    @="http://www.shockwave.com/content/jigsawpuzzles/sis/jp_bgh.dcr"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\movies\1\version]
    @="4096"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\movies\2]
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\movies\2\activerenderer]
    @="0"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\movies\2\contains3d]
    @="2"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\movies\2\duration]
    @="802"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\movies\2\size]
    @="200356"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\movies\2\url]
    @="http://www.shockwave.com/content/jigsawpuzzles/sis/jp_bgh.dcr"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\movies\2\version]
    @="4096"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\movies\newestmovie]
    @="2"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\movies\oldestmovie]
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\nextpingdate]
    @="20090123"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\nocontextmenuapps]
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\nocontextmenuapps\app1]
    @="Microsoft Encarta"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\nocontextmenuapps\app10]
    @="Atlas mundial Microsoft® Encarta® 99"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\nocontextmenuapps\app11]
    @="Microsoft Bookshelf 99"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\nocontextmenuapps\app12]
    @="Microsoft Bookshelf 99 ENG"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\nocontextmenuapps\app13]
    @="Bibliorom Larousse (TM) 2.0"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\nocontextmenuapps\app14]
    @="Lexirom 4.0 - Edition 2000"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\nocontextmenuapps\app15]
    @="Microsoft Picture It!"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\nocontextmenuapps\app16]
    @="Encarta Encyclopedia"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\nocontextmenuapps\app17]
    @="Microsoft® Encarta® World Atlas 2000"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\nocontextmenuapps\app18]
    @="Microsoft® Encarta® Interactive World Atlas 2000"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\nocontextmenuapps\app2]
    @="Microsoft Encarta 99"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\nocontextmenuapps\app3]
    @="Microsoft Encarta Africana"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\nocontextmenuapps\app4]
    @="Microsoft® Encarta® Virtual Globe 99"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\nocontextmenuapps\app5]
    @="Microsoft® Encarta® Weltatlas 99"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\nocontextmenuapps\app6]
    @="Atlas mondial Microsoft® Encarta® 99"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\nocontextmenuapps\app7]
    @="Atlante mondiale Microsoft® Encarta® 99"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\nocontextmenuapps\app8]
    @="Atlas mundial Microsoft® Encarta® 99"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\nocontextmenuapps\app9]
    @="Microsoft® Encarta® World Atlas 99"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\oslocale]
    @="1033"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\otb]
    @="y"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\preffileloc]
    @="C:\\Documents and Settings\\tim\\Application Data\\Adobe\\Shockwave Player 11\\Prefs\\BTW4TREF\\"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\privacy]
    @="ap"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\products]
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\products\SHW10D71]
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\protocol]
    @="2"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\registrationnumber]
    @="702"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\sessionstart]
    @="1232225586"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\shimcontrol]
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\shimcontrol\latestshimversion]
    @="1103470"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\shimcontrol\moviepackageprefix]
    @="__moviepackage"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\shimcontrol\newsinvitation]
    @="Come see some news!"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\shimcontrol\newsurl]
    @="http://www.macromedia.com/zdnet/news/"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\shimcontrol\oldestcompatibleversion]
    @="800186"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\shimcontrol\pingurl]
    @="http://pinger.macromedia.com:80/"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\shimcontrol\ThisUpdateVersion]
    @="1014021"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\statistics]
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\statistics\totalduration]
    @="1993"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\statistics\totalruns]
    @="2"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\statisticsstarttime]
    @="1232140549"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\sw702installed]
    @="y"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\totalfilesdownloaded]
    @="0"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol]
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\AlwaysRegister]
    @="y"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\alwaysusehardwaredirectx5text]
    @="Always Use Hardware - DirectX 5"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\alwaysusehardwaredirectx7text]
    @="Always Use Hardware - DirectX 7"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\alwaysusehardwareopengltext]
    @="Always Use Hardware - OpenGL"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\alwaysusesoftwarerenderertext]
    @="Always Use Software Renderer"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\backbuttonm]
    @="< Back"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\backbuttonw]
    @="< &Back"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\cancelquestion]
    @="Shockwave Player is still downloading. If you quit now, your browser will not work with Shockwave content. Are you sure you want to quit this download?"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\canceltitle]
    @="Warning!"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\checkage13orolderradiotext]
    @="18 or older"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\checkagetext1]
    @="Atom Entertainment cares about children's privacy."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\checkagetext2]
    @="Please provide your age:"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\checkagetext3]
    @="Your selection will not affect your ability to install or use the Shockwave Player."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\checkagetitle]
    @="Provide Your Age"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\checkageunder13radiotext]
    @="Under 18"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\CollectStatistics]
    @="y"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\conflictmachinetext]
    @="Category #C# already contains this title.  Would you like to save another copy?"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\conflictremotetext]
    @="Favorite #F# already contains a title.  Would you like to replace it?"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\conflicttitletext]
    @="Save"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\DefaultAllowMMMail]
    @="y"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\DefaultAllowOtherMail]
    @="n"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\defaultautoupdate]
    @="y"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\defaultcollectstats]
    @="y"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\DefaultEmail]
    @=""
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\DefaultFirstName]
    @=""
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\DefaultLastName]
    @=""
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\DefaultPrivacy]
    @="ap"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\defaultworldregion]
    @="1"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\DoMandatoryUpdates]
    @="y"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\downloading]
    @="Downloading..."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\downloadtext]
    @="Downloading software updates."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\downloadtitle]
    @="Shockwave Download in Progress"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\emaillabel]
    @="E-mail:"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\ErrorURL]
    @="http://www.shockwave.com/download/"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\finaldialogtext1]
    @="Shockwave is now installed."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\finaldialogtext2]
    @="Click the Welcome button to visit the Shockwave Welcome Center. While there, you can verify that Shockwave is working. You'll also find links to some of the best Shockwave sites on the web."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\finaldialogtext3]
    @="Or click Done to return to your web browser."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\finaltext1]
    @="Your FREE Shockwave Player is now installed."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\finaltext2]
    @="Click 'Next' to continue."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\finaltext3]
    @=""
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\finaltext4]
    @=""
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\finaltitle]
    @="Installation Complete"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\finishbuttonm]
    @="Finish"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\finishbuttonw]
    @="&Finish"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\firstlabel]
    @="First:"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\flashurl]
    @="http://download.macromedia.com/pub/shockwave/director/english/win95nt/702000/swflash.ocx"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\lastlabel]
    @="Last:"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\MaxNumRegAttempts]
    @="2"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\minduration2consider]
    @="30"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\moreinfobuttonm]
    @="More Info"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\moreinfobuttonw]
    @="&More Info"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\msvcrtdllurl]
    @="http://download.macromedia.com/pub/shockwave/director/english/win95nt/msvcrt.dll"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\newstext]
    @="Shockwave is great, isn't it? Have a good day."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\newstitle]
    @="Shockwave.com news"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\nextbuttonm]
    @="Next >"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\nextbuttonw]
    @="&Next >"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\nottodaybuttonm]
    @="Not today"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\nottodaybuttonw]
    @="&Not today"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\NumSavedMovies]
    @="25"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\numsavedsessions]
    @="50"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\NumSells]
    @="2"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\obeycontentsettingstext]
    @="Obey Content Settings"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\OfferNews]
    @="n"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\OfferOptionalUpdates]
    @="y"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\PingEnabled]
    @="y"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\playerupdatetext1]
    @="A new version of Shockwave Player is now available.  "
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\playerupdatetext2]
    @="By choosing \"Update Now\", your Shockwave Player will be automatically updated. "
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\playerupdatetext3]
    @="Click \"Update Now\" to start. "
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\playerupdatetitle]
    @="New Shockwave Player Available "
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\pluginupdatetext1]
    @="An updated version of the Shockwave Player is now available for download."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\pluginupdatetext2]
    @="Choose \"Update Now\" to keep your Shockwave Player up-to-date and ensure that you can view the web?s best multimedia content."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\pluginupdatetext3]
    @="Click \"Update Now\" to start."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\pluginupdatetitle]
    @="New Shockwave Player Available"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\privacyinfourl]
    @="http://www.macromedia.com/shockwave/swinstall/privacy/"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\privacytext1]
    @="Shockwave can watch for updated versions and download them automatically."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\privacytext2]
    @="The automatic update service will send Macromedia anonymous usage data to help us improve Shockwave and check for new versions. "
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\privacytext3]
    @="Macromedia respects your online privacy. If you'd like to review our policy or understand what data will be sent to Macromedia, click More Info."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\privcheckboxtext]
    @="Update Notification (highly recommended)"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\privinfourl]
    @="http://www.macromedia.com/shockwave/swinstall/privacy/"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\privtext1]
    @="Shockwave Player can check for updates and notify you when they are available."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\privtext2]
    @="The update notification service notifies you when an update for Shockwave Player is available, and sends anonymous usage data to Macromedia to help us improve your experience."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\privtext3]
    @="Macromedia respects your online privacy. If you'd like to review our policy or understand what data will be sent to Macromedia, click More Info."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\privtitle]
    @="Update Notification for Shockwave Player"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\regerrortitle]
    @="Register for Games and Entertainment"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\registerinfobad]
    @="Oops! Please complete the fields marked with an asterisk."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\registermiddle]
    @="Please make sure your entries are correct so we can send your registration information."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\registersendinfo]
    @="I'd like to receive email updates about games and entertainment from Shockwave.com"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\registertitle]
    @="Register for Games and Entertainment"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\registertop]
    @="Please note that the information that you provide will be directly provided to Atom Entertainment, and will be subject to Atom Entertainment's terms and conditions and privacy policy"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remoteabouturl]
    @="http://www.shockwave.com/%1/remote/about/?lang=%1"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotealertbuttonstext]
    @="OK;Yes;No"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remoteappmenutext]
    @="Go to shockwave.com,-,Shockwave Settings...,Check for Updates...,-,Select Skin"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remoteautolaunch]
    @="1"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remoteautolaunchtext]
    @="Show when playing Remote enabled content"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotebrowserlauncherrormessage]
    @="The web browser could not be opened, possibly due to lack of available memory."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotebrowserlauncherrortitle]
    @="Shockwave Error"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotebuttonstext]
    @="OK;Cancel;Apply"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotecheckforupdatestext]
    @="Automatic update service (recommended)"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotecheckforupdatestitle]
    @="Player Updates"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotecheckforupdatesurl]
    @="http://www.shockwave.com/%1/download/update/check/?lang=%1"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotecsmmenutext]
    @="Shockwave Remote,-,Home,Send,Search,-,Quit"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotecsmmenutextm]
    @="Shockwave Remote,-,Home,Send,Search"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotefavoritesfulltext]
    @="You have filled your Shockwave Remote favorites. Get Shockmachine to save more. It's FREE! Would you like to get it now?"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotegeneraloptions]
    @="Shockwave Remote Options"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotegetmachineurl]
    @="http://www.shockwave.com/shockmachine/required/?reason=%2&lang=%1"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotehelpurl]
    @="http://www.shockwave.com/bin/shockwave/entry.jsp?page=%1/help/index.html"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotehomeurl]
    @="http://www.macromedia.com/%1/software/shockwaveplayer/"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remoteiconmenutext]
    @="Shockwave Remote,-,Home,Send,Search,-,Exit"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remoteinitialsearchtext]
    @="type search here"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotemenuaboutitem]
    @="About Shockwave"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotemenuquititem]
    @="Quit/Q"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotemute]
    @="mute"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotenotinstalledtext]
    @="Shockwave Remote is not installed properly and cannot be shown."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotenotloadedtext]
    @="You cannot save until the title finishes downloading."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remoteontop]
    @="1"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remoteontoptext]
    @="Always on top of other applications"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotepositionx]
    @="-1"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotepositiony]
    @="-1"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotereminderdays]
    @="0"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remoteremindermessage]
    @="Visit shockwave.com for new entertainment"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotereminderoptions]
    @="Remind Me to Play"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remoteremindertext]
    @="Never;Daily;Weekly;Twice a month"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remoterollovertext]
    @="#;Shockwave Options;#;Help;Minimize;Close;Save this Shockwave;Restart;Pause;Play;Fast Forward;Volume;#;#;#;#;#;Shockmachine;Visit shockwave.com;Send this URL to a friend;#;#;Search for Shockwave;Restore;Shrink"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotesavenotenoughmemorytext]
    @="There is not enough memory available to save the title."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotesearchurl]
    @="http://www.shockwave.com/bin/shockwave/%1/entry.jsp?jump=search&searchkey=%2&lang=%1"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotesendurl]
    @="http://www.shockwave.com/bin/shockwave/%1/entry.jsp?page=send.jsp&sendurl=%2&lang=%1"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotesendusagedatanotetext]
    @="(This data helps improve Shockwave, and is never associated with you as an individual.)"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotesendusagedatatext]
    @="Provide anonymous usage information"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotesettingsdialogtitle]
    @="Shockwave Settings"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remoteshowatstartup]
    @="0"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remoteshowatstartuptext]
    @="Show when computer starts up"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remoteshowicon]
    @="1"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remoteshowicontext]
    @="Show icon in system tray"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remoteshowicontextm]
    @="Show control strip module"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remoteskin]
    @="DefaultSkin"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotesmall]
    @="1"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotesmartpositioned]
    @="1"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotesmartpositionedtext]
    @="Automatically position near Shockwave content"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remotesurpriseurl]
    @="http://www.shockwave.com/swf/easteregg.swf"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remoteupsellcount]
    @="0"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remoteupsellinterval]
    @="10"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remoteupsellurl]
    @="http://www.shockwave.com/bin/shockwave/%1/entry.jsp?jump=shockmachine&affiliate=1000000"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remoteusenewbrowser]
    @="1"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\remoteusenewbrowsertext]
    @="Send, Search, Home open new browser window"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\renderertitle]
    @="3D Renderer:"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\SellCycle]
    @="y"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\selltext11]
    @="Shockwave Player is now installing - please do not cancel."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\selltext12]
    @="With the FREE Shockwave Player you can enjoy engaging, interactive content on thousands of Web sites."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\selltext13]
    @="Experience awesome product demos, enhanced e-merchandising, online multimedia communities, cutting-edge games and more!  "
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\selltext21]
    @="Shockwave Player is now installing - please do not cancel."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\selltext22]
    @="Interested in online entertainment? Visit shockwave.com for a great collection of Shockwave Entertainment! "
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\selltext23]
    @="At shockwave.com you can also download the FREE Shockmachine to save Shockwave Entertainment and play offline."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\SellTime]
    @="20"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\selltitle]
    @="Installing Shockwave Player"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\shockwavewelcomecenterurl]
    @="http://www.macromedia.com/shockwave/welcome/"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\ShowAd]
    @="n"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\ShowFinalDialog]
    @="n"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\showinitialdialog]
    @="n"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\showofflinedialog]
    @="This cartridge needs to connect to the Internet to continue playing. Would you like to continue playing the cartridge?"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\showprivacydialog]
    @="n"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\ShowRegisterDialog]
    @="y"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\showsell]
    @="y"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\ShowShockMachinePurchase]
    @="n"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\showwelcomedialog]
    @="n"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\sw3dbaddriverlist1]
    @="*2k*savage/ix!^5.12.01.7012$79x=stbnvidiatnt16mb!=4.10.01.9131$o2k=diamondstealthiiis53 0!=5.12.01.8007-8.30.24$72k=m!=5.00.2180.3711$***=atigraphicsproturbopci(atim64-gx)!^9999. 0.0.0$ont=nvidiageforce256!=4.00.1381.0327$****virge!^9999.0.0.0$*9x=ibmthinkpad(cyber9397 dvd)!=4.10.01.2173$79x=mach64:ragepro!=4.11.2560$*2k=m!^5.12.01.1200$o9x=intel(r)82810grap hicscontroller!=4.12.01.2656$o**=m!^5.12.01.1509$o2k=3dfxvoodooseries!=5.00.2195.0197$ont= 3dfxvoodooseries!=4.00.1381.0229$o2k=diamondstealthiiis540!=5.12.01.8007-8.30.24$*9x*perme dia2!^4.10.01.2359$****mystique!^9999.0.0.0$*9x*g400!^4.12.1.1710$***=2164w!^9999.0.0.0$*9 x=mach64:ragepro!^4.10.1720$ont*3dblasterriva!^4.03.00.2100$ont*nvidia!^4.00.1381.0508$79x *nvidia!^4.12.01.0513$o9x*diamondviperv770!^4.11.01.0402$****g100!^9999.0.0.0$59x*nvidiari va128!=4.10.1713$ont*radeon!^4.3.3109$o2k*voodoobanshee!=5.00.2195.2b$o***permedia3!^4.12. 01.2107$o***ragefury!^4.3.139$o***rage128glagp!=4.00$ont*voodoo4!=4.00.1381.0229$o2k*s3inc .savage/mx!^5.12.1.7026$ont*3dfxvoodoo3!^4.00.1381.0391$ont=voodoo55500pci!^4.00.1381.0229 $*9x=mach64:ragepro!^4.11.2611$*9x=2064w!^4.10.1682$79x=diamondviperv330!=4.10.01.0014$ont *nvidiarivatnt2!^4.00.1381.0631$*9x*g450!^4.12.1.1709$o***g450!^4.12.01.1799$*9x*xpert@pla y!^4.10.2237$****trio!^9999.0.0.0$79x*voodooo3!^4.11.01.1204$o9x*voodoo3!^4.11.01.7160$*2k *voodooseries!^5.00.2195.0232$79x*voodoo3!^4.12.01.1225$72k*voodoo3!^5.00.2180.58$o2k=elsa gloriasynergy!=5.00.2180.1$72k=elsagloriasynergy!=5.00.2180.1$79x=glintdelta+glintmx!^4.10 .0106$79x*rageii!=4.10.2165$59x*rageii!=4.10.2165$*9x=3dlabsoxygengvx1!^4.12.01.2107-0828$ 59x*cyber9397dvd!^4.11.01.2177$79x=mach64lt!^4.11.2022$79x=mach64gt!^4.11.2474$o9x*atirage 128glsdagp!^4.12.6269$o9x*nvidia!=4.12.01.0618$ont*nvidia!=4.00.1381.0618$o2k*nvidia!=5.12 .01.0618$***=unknown!=unknown$o9x*nvidia!=4.12.01.0650$59x=mach64gt!^4.03.00.2030$59x=mach 64gt!^4.03.00.2030$59x*810chipset!^4.11.01.2506$"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\sw3dbaddriverlist2]
    @="*9x*g200!^4.11.01.2519$o9x*g200!=4.12.01.2730$o9x=glintr3.!^4.12.01.2107-0829R$omc=.dis play_rage128!1.0.1f14/opengl1.1.2$59x=magnum/xpert128/x99/xpert2000(english)!=4.12.6292$59 x=magnum/xpert128/x99/xpert2000!=4.13.7078$52k=atiragemobility-pagp(english)!=5.00.2195.40 45$52k*ragexl!=5.00.2180.1$52k=neomagicmagicmedia256xl+!^5.38.00$o9x*g400!^4.12.01.1799$on t*g400!^9999.0.0.0$o2k*g400!^9999.0.0.0$ont*nvidia!=4.00.1381.0650$ont*rage128gl!=4.3.40$* 2k=s3inc.savage4!^5.12.01.8011$79x*trio3d/2x!^4.11.01.5001$72k*savage/ixdisplaydriver!=5.1 2.01.7028-7.31.06$ont*prosavagepm133!^4.1024.1010.0010$o2k*prosavagepm133!^5.12.01.1002$59 x*3dimage9!=4.10.01.2161$79x*3dimage9!=4.10.01.2161$72k=diamondmultimediafiregl1000pro!=5. 00.2180.1$72k=s3graphicsprosavage+utilities!^5.13.01.1010-11.80.20$"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\updatelaterbuttonm]
    @="Update Later"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\updatelaterbuttonw]
    @="Update Later"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\updatenowbuttonm]
    @="Update Now"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\updatenowbuttonw]
    @="&Update Now"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\updateshockwaveurl]
    @="http://www.macromedia.com/shockwave/download/updatecenter/updatecenter.html"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\welcomebuttonm]
    @="Next"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\welcomebuttonw]
    @="&Next"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\welcomecenterurl]
    @="http://www.shockwave.com/bin/shockwave$1/visitor/welcome.jsp?first=$2&last=$3&email=$4&pre f=$5&lang=$6&loc=$7&age=$8&url=$9"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\welcomedialogtext]
    @="Please take a moment to register for games and entertainment."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\welcometext2]
    @=""
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\welcometext3]
    @="With Shockwave Player you can experience engaging, interactive content on thousands of Web sites! Please take a moment to register for games and entertainment from Atom Entertainment."
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\welcometitle]
    @="Register for games and entertainment"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\yesbuttonm]
    @="Yes"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uicontrol\yesbuttonw]
    @="&Yes"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\uilanguage]
    @="en"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\updatedto85]
    @="y"
    [HKEY_CURRENT_USER\Software\Adobe\Shockwave 11\worldregion]
    @="1"

  • Slow going from Login to full loading of desktop in main user account

    Lately my beloved Macbook Pro has developed a problem in the main user account. It is taking too long to load the desktop & menu bar after Login. I don't know quite how to approach troubleshooting this, because my alternate user loads fine. I am going to post a full Console dump in the hope that somebody can see what my Mac is wrestling with:
    1/3/09 12:21:44 AM com.apple.launchctl.System[2] launchctl: Please convert the following to launchd: /etc/mach_init.d/AVCAssistant.plist
    1/3/09 12:21:44 AM com.apple.launchctl.System[2] launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist
    1/3/09 12:21:44 AM com.apple.launchd[1] (com.adobe.versioncueCS3) Unknown key: ServiceDescription
    1/3/09 12:21:44 AM com.apple.launchd[1] (com.apple.blued) Unknown key for boolean: EnableTransactions
    1/3/09 12:21:44 AM com.apple.launchd[1] (com.apple.mio.AVCAssistant) Conflict with job: 0x100760.AVCAssistant over Mach service: com.apple.mio.AVCAssistant
    1/3/09 12:21:44 AM com.apple.launchd[1] (org.cups.cupsd) Unknown key: SHAuthorizationRight
    1/3/09 12:21:44 AM com.apple.launchd[1] (org.ntp.ntpd) Unknown key: SHAuthorizationRight
    1/3/09 12:21:54 AM com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 5 seconds
    1/3/09 12:25:04 AM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[82]) Exited: Terminated
    1/3/09 12:25:04 AM com.apple.launchd[1] ([0x0-0x4004].com.wacom.TabletDriver[89]) Exited: Terminated
    1/3/09 12:25:04 AM com.apple.launchd[1] (com.wacom.wacomtablet[81]) Exited with exit code: 255
    1/3/09 12:25:04 AM com.apple.launchctl.Aqua[118] launchctl: Please convert the following to launchd: /etc/machinit_peruser.d/com.adobe.versioncueCS3.monitor.plist
    1/3/09 12:25:04 AM com.apple.launchctl.Aqua[118] launchctl: Please convert the following to launchd: /etc/machinit_peruser.d/RemoteUI.plist
    1/3/09 12:25:05 AM com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 10 seconds
    1/3/09 12:25:06 AM com.apple.FolderActions.enabled[119] launchctl: Error unloading: com.apple.FolderActions.folders
    1/3/09 12:25:13 AM com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 1 seconds
    1/3/09 12:25:13 AM com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 1 seconds
    1/3/09 12:25:13 AM com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 1 seconds
    1/3/09 12:25:13 AM com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 1 seconds
    1/3/09 12:25:13 AM com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 1 seconds
    1/3/09 12:25:13 AM com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 1 seconds
    1/3/09 12:25:23 AM Finder[135] [QL ERROR] Generator database update takes too long... we will use what we currently have
    1/3/09 12:25:25 AM SystemUIServer[134]
    MenuCracker
    see http://sourceforge.net/projects/menucracker
    MenuCracker is now loaded. Ready to accept new menus. Ignore the failure message that follow.
    1/3/09 12:25:26 AM [0x0-0x16016].com.kensington.mouseworks.background[161] Kensington FastUserSwitch: Session On Console
    1/3/09 12:25:26 AM [0x0-0x16016].com.kensington.mouseworks.background[161] Kensington FastUserSwitch: Session User ID = 501
    1/3/09 12:25:26 AM [0x0-0x16016].com.kensington.mouseworks.background[161] Kensington FastUserSwitch: Installing User Switch Notifications
    1/3/09 12:25:34 AM SystemUIServer[134] failed to load Menu Extra: NSBundle </Users/garyp/Library/PreferencePanes/MenuMeters.prefPane/Contents/Resources/Me nuCracker.menu> (loaded)
    1/3/09 12:25:34 AM com.apple.launchd[116] (0x101040.VersionCueCS3monitor) Failed to check-in!
    1/3/09 12:25:38 AM SystemUIServer[134] MenuCracker: Loading 'MenuMeterCPUExtra'.
    1/3/09 12:25:40 AM SystemUIServer[134] MenuMeterCPU loaded.
    1/3/09 12:25:41 AM SystemUIServer[134] MenuCracker: Loading 'SSMenuExtra'.
    1/3/09 12:25:43 AM FontAgent Activator[163] file /InsiderBuild/4.0.3/FAPro/Activation/Daemon/FASDatabaseIndexing.m line 83 caught NSInvalidArgumentException because * -[NSCFDictionary setObject:forKey:]: attempt to insert nil key
    1/3/09 12:25:45 AM SystemUIServer[134] MenuCracker: Loading 'MenuMeterMemExtra'.
    1/3/09 12:25:46 AM SystemUIServer[134] MenuMeterMem loaded.
    1/3/09 12:25:46 AM SystemUIServer[134] MenuCracker: Loading 'MenuMeterNetExtra'.
    1/3/09 12:25:47 AM SystemUIServer[134] MenuMeterNet loaded.
    1/3/09 12:25:54 AM [0x0-0x1f01f].com.apple.systemevents[176] com.apple.FolderActions.enabled: Already loaded
    1/3/09 12:25:55 AM [0x0-0x1d01d].com.charcoaldesign.magical[169] MBS Debug: MakeCFURLfromFolderItem
    1/3/09 12:25:55 AM [0x0-0x1d01d].com.charcoaldesign.magical[169] MBS Debug: REALFSRefFromFolderItem for ref
    1/3/09 12:25:55 AM [0x0-0x1d01d].com.charcoaldesign.magical[169] MBS Debug: REALFSRefFromFolderItem got ref
    1/3/09 12:25:55 AM com.apple.launchd[116] ([0x0-0x11011].com.apple.systemuiserver[134]) Exited: Terminated
    1/3/09 12:25:56 AM SystemUIServer[180]
    MenuCracker
    see http://sourceforge.net/projects/menucracker
    MenuCracker is now loaded. Ready to accept new menus. Ignore the failure message that follow.
    1/3/09 12:25:56 AM SystemUIServer[180] failed to load Menu Extra: NSBundle </Users/garyp/Library/PreferencePanes/MenuMeters.prefPane/Contents/Resources/Me nuCracker.menu> (loaded)
    1/3/09 12:25:57 AM SystemUIServer[180] MenuCracker: Loading 'MenuMeterCPUExtra'.
    1/3/09 12:25:57 AM SystemUIServer[180] MenuMeterCPU loaded.
    1/3/09 12:25:57 AM SystemUIServer[180] MenuCracker: Loading 'SSMenuExtra'.
    1/3/09 12:25:57 AM SystemUIServer[180] MenuCracker: Loading 'MenuMeterMemExtra'.
    1/3/09 12:25:57 AM SystemUIServer[180] MenuMeterMem loaded.
    1/3/09 12:25:57 AM SystemUIServer[180] MenuCracker: Loading 'MenuMeterNetExtra'.
    1/3/09 12:25:57 AM SystemUIServer[180] MenuMeterNet loaded.
    1/3/09 12:26:03 AM com.apple.Safari[187] YES
    1/3/09 12:27:30 AM com.apple.launchd[116] (0x10c890.Locum[279]) Exited: Terminated
    1/3/09 12:27:40 AM com.apple.launchd[116] (0x10c820.Locum[280]) Exited: Terminated
    1/3/09 12:29:12 AM com.apple.launchd[116] (0x10c680.Locum[359]) Exited: Terminated
    1/3/09 12:29:53 AM com.apple.launchd[116] (0x10c680.Locum[363]) Exited: Terminated
    1/3/09 12:31:38 AM com.apple.launchd[116] (0x10c6f0.Locum[365]) Exited: Terminated
    1/3/09 12:32:09 AM Mail[369] Trying to add a To Do UID (36BB6114-79B5-11D7-A41D-00050257BC9E) that already exists in the cache and for the same mailbox. Perhaps this should have been an update. Skipping to avoid cyclic reconciliation.
    1/3/09 12:32:20 AM com.apple.Safari[373] YES
    1/3/09 12:33:11 AM [0x0-0x29029].com.apple.Safari[370] Debugger() was called!
    1/3/09 12:41:12 AM com.apple.Safari[384] YES
    1/3/09 12:56:21 AM com.apple.Safari[411] YES
    1/3/09 12:57:48 AM [0x0-0x31031].com.apple.systemevents[424] com.apple.FolderActions.enabled: Already loaded
    1/3/09 12:57:51 AM com.apple.KernelEventAgent[24] KernelEventAgent: sysctl_queryfs: No such file or directory
    1/3/09 12:57:51 AM com.apple.loginwindow[23] Sat Jan 3 00:57:51 Macintosh.local loginwindow[23] <Warning>: CGSShutdownServerConnections: Detaching application from window server
    1/3/09 12:57:51 AM com.wacom.wacomtablet[120] Sat Jan 3 00:57:51 Macintosh.local WacomTabletDriver[120] <Warning>: CGSShutdownServerConnections: Detaching application from window server
    1/3/09 12:57:51 AM com.wacom.wacomtablet[120] Sat Jan 3 00:57:51 Macintosh.local WacomTabletDriver[120] <Warning>: CGSDisplayServerShutdown: Detaching display subsystem from window server
    1/3/09 12:57:51 AM [0x0-0x31031].com.apple.systemevents[424] Sat Jan 3 00:57:51 Macintosh.local System Events[424] <Warning>: CGSShutdownServerConnections: Detaching application from window server
    1/3/09 12:57:51 AM [0x0-0x31031].com.apple.systemevents[424] Sat Jan 3 00:57:51 Macintosh.local System Events[424] <Warning>: CGSDisplayServerShutdown: Detaching display subsystem from window server
    1/3/09 12:57:51 AM WacomTabletDriver[120] HIToolbox: received notification of WindowServer event port death.
    1/3/09 12:57:51 AM com.apple.loginwindow[23] Sat Jan 3 00:57:51 Macintosh.local loginwindow[23] <Warning>: CGSDisplayServerShutdown: Detaching display subsystem from window server
    1/3/09 12:57:51 AM SyncServer[404] Handling SIGTERM in kqueue callback from runloop
    1/3/09 12:57:51 AM com.apple.launchd[116] (com.apple.pboard[129]) Exited: Terminated
    1/3/09 12:57:51 AM com.apple.launchd[116] ([0x0-0x31031].com.apple.systemevents[424]) Exited: Terminated
    1/3/09 12:57:51 AM com.apple.launchd[116] (com.apple.AOSNotification[175]) Exited: Terminated
    1/3/09 12:57:51 AM com.apple.launchd[116] (com.apple.UserEventAgent-Aqua[126]) Exited: Terminated
    1/3/09 12:58:11 AM com.apple.launchd[116] (com.wacom.wacomtablet[120]) Exit timeout elapsed (20 seconds). Killing.
    1/3/09 12:58:11 AM com.apple.launchd[116] (com.wacom.wacomtablet[120]) Exited: Killed
    1/3/09 12:58:11 AM com.apple.launchd[1] ([0x0-0x38038].com.wacom.TabletDriver[457]) Exited: Terminated
    1/3/09 12:58:11 AM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[456]) Exited: Terminated
    1/3/09 12:58:11 AM com.apple.launchd[1] (com.wacom.wacomtablet[455]) Exited with exit code: 255
    1/3/09 12:58:11 AM com.apple.launchctl.Aqua[463] launchctl: Please convert the following to launchd: /etc/machinit_peruser.d/com.adobe.versioncueCS3.monitor.plist
    1/3/09 12:58:11 AM com.apple.launchctl.Aqua[463] launchctl: Please convert the following to launchd: /etc/machinit_peruser.d/RemoteUI.plist
    1/3/09 12:58:12 AM com.apple.FolderActions.enabled[464] launchctl: Error unloading: com.apple.FolderActions.folders
    1/3/09 12:58:14 AM SystemUIServer[478]
    MenuCracker
    see http://sourceforge.net/projects/menucracker
    MenuCracker is now loaded. Ready to accept new menus. Ignore the failure message that follow.
    1/3/09 12:58:17 AM SystemUIServer[478] failed to load Menu Extra: NSBundle </Users/garyp/Library/PreferencePanes/MenuMeters.prefPane/Contents/Resources/Me nuCracker.menu> (loaded)
    1/3/09 12:58:17 AM SystemUIServer[478] MenuCracker: Loading 'MenuMeterCPUExtra'.
    1/3/09 12:58:18 AM [0x0-0x44044].com.kensington.mouseworks.background[495] Kensington FastUserSwitch: Session On Console
    1/3/09 12:58:18 AM [0x0-0x44044].com.kensington.mouseworks.background[495] Kensington FastUserSwitch: Session User ID = 501
    1/3/09 12:58:18 AM [0x0-0x44044].com.kensington.mouseworks.background[495] Kensington FastUserSwitch: Installing User Switch Notifications
    1/3/09 12:58:18 AM SystemUIServer[478] MenuMeterCPU loaded.
    1/3/09 12:58:18 AM FontAgent Activator[496] file /InsiderBuild/4.0.3/FAPro/Activation/Daemon/FASDatabaseIndexing.m line 83 caught NSInvalidArgumentException because * -[NSCFDictionary setObject:forKey:]: attempt to insert nil key
    1/3/09 12:58:20 AM SystemUIServer[478] MenuCracker: Loading 'SSMenuExtra'.
    1/3/09 12:58:20 AM com.apple.launchd[116] (0x104830.VersionCueCS3monitor) Failed to check-in!
    1/3/09 12:58:20 AM SystemUIServer[478] MenuCracker: Loading 'MenuMeterMemExtra'.
    1/3/09 12:58:20 AM SystemUIServer[478] MenuMeterMem loaded.
    1/3/09 12:58:21 AM SystemUIServer[478] MenuCracker: Loading 'MenuMeterNetExtra'.
    1/3/09 12:58:21 AM SystemUIServer[478] MenuMeterNet loaded.
    1/3/09 12:58:21 AM [0x0-0x4d04d].com.apple.systemevents[508] com.apple.FolderActions.enabled: Already loaded
    1/3/09 1:11:32 AM com.apple.Safari[532] YES
    1/3/09 1:21:44 AM com.apple.launchd[1] (com.18james.anacron[536]) Stray process with PGID equal to this dead job: PID 539 PPID 1 anacron
    1/3/09 10:25:07 AM dotmacsyncclient[647] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:8FBE376E-33BE-4CDA-B31E-10D8B1909714, auto-retries=2, manual-retries=0
    1/3/09 10:25:23 AM com.apple.Safari[657] YES
    1/3/09 10:25:26 AM Mail[656] Trying to add a To Do UID (36BB6114-79B5-11D7-A41D-00050257BC9E) that already exists in the cache and for the same mailbox. Perhaps this should have been an update. Skipping to avoid cyclic reconciliation.
    1/3/09 10:26:35 AM Mail[656] GET /Library/Application Support/Mail/Alias.xml (FAILED), httpStatusCode:402, errorType:100, transactionState:5, txnId:258C47B4-3D1D-4F2D-92C3-9730C55FD124, auto-retries=0, manual-retries=0
    1/3/09 10:34:53 AM com.apple.Safari[701] YES
    1/3/09 10:34:57 AM dotmacsyncclient[703] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:78A8C5DA-42BA-4E31-8306-BB30C0AF525E, auto-retries=2, manual-retries=0
    1/3/09 10:34:57 AM com.apple.AOSNotification[513] 2009-01-03 10:34:57.681 dotmacsyncclient[703:10b] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:78A8C5DA-42BA-4E31-8306-BB30C0AF525E, auto-retries=2, manual-retries=0
    1/3/09 10:40:24 AM com.apple.Safari[714] YES
    1/3/09 10:56:02 AM com.apple.Safari[731] YES
    1/3/09 10:56:13 AM dotmacsyncclient[724] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:EC6B45DF-DFB9-4D99-AFE6-5F301B625FC5, auto-retries=2, manual-retries=0
    1/3/09 10:57:07 AM dotmacsyncclient[733] POST /marketeer (FAILED), httpStatusCode:401, errorType:101 (domain=Error domain 4, code=-4), transactionState:5, txnId:BEB7EBC2-CFF4-4C7C-8687-CBAFED4C9A28, auto-retries=2, manual-retries=0
    1/3/09 10:57:07 AM com.apple.AOSNotification[513] 2009-01-03 10:57:07.464 dotmacsyncclient[733:10b] POST /marketeer (FAILED), httpStatusCode:401, errorType:101 (domain=Error domain 4, code=-4), transactionState:5, txnId:BEB7EBC2-CFF4-4C7C-8687-CBAFED4C9A28, auto-retries=2, manual-retries=0
    1/3/09 10:58:09 AM Smultron[737] Error loading /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL: dlopen(/Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL, 265): no suitable image found. Did find:
    /Library/InputManagers/SIMBL/SIMBL.bundle/Contents/MacOS/SIMBL: GC capability mismatch
    1/3/09 10:58:09 AM Smultron[737] Error loading /Library/InputManagers/PicLens/PicLens.bundle/Contents/MacOS/PicLens: dlopen(/Library/InputManagers/PicLens/PicLens.bundle/Contents/MacOS/PicLens, 265): no suitable image found. Did find:
    /Library/InputManagers/PicLens/PicLens.bundle/Contents/MacOS/PicLens: GC capability mismatch
    1/3/09 11:11:43 AM com.apple.Safari[781] YES
    1/3/09 11:12:23 AM dotmacsyncclient[782] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:CA26F4BE-11A0-467F-BC0A-CF8D2CA66B8C, auto-retries=2, manual-retries=0
    1/3/09 11:12:23 AM com.apple.AOSNotification[513] 2009-01-03 11:12:23.180 dotmacsyncclient[782:10b] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:CA26F4BE-11A0-467F-BC0A-CF8D2CA66B8C, auto-retries=2, manual-retries=0
    1/3/09 11:26:34 AM dotmacsyncclient[826] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:583139A4-0574-4254-880A-610F987EEC41, auto-retries=2, manual-retries=0
    1/3/09 11:26:53 AM com.apple.Safari[834] YES
    1/3/09 11:26:58 AM DashboardClient[835] (com.apple.widget.CSSCheatSheet) file:///Users/garyp/Library/Widgets/CSS%20Cheat%20Sheet.wdgt/index.html: Can't find variable: loaded (line: 13)
    1/3/09 11:26:58 AM [0x0-0x3e03e].com.apple.dock[473] 2009-01-03 11:26:58.475 DashboardClient[835:10b] (com.apple.widget.CSSCheatSheet) file:///Users/garyp/Library/Widgets/CSS%20Cheat%20Sheet.wdgt/index.html: Can't find variable: loaded (line: 13)
    1/3/09 11:26:59 AM DashboardClient[835] (com.apple.widget.zipcoder) file:///Users/garyp/Library/Widgets/ZipCoder2.0.wdgt/Scripts/Scroller.js: Null value (line: 83)
    1/3/09 11:26:59 AM [0x0-0x3e03e].com.apple.dock[473] 2009-01-03 11:26:59.938 DashboardClient[835:10b] (com.apple.widget.zipcoder) file:///Users/garyp/Library/Widgets/ZipCoder2.0.wdgt/Scripts/Scroller.js: Null value (line: 83)
    1/3/09 11:27:00 AM DashboardClient[835] com.kamalaboulhosn.radarinmotion2: illegal type passed to setPreferenceForKey: undefined
    1/3/09 11:27:00 AM DashboardClient[835] com.kamalaboulhosn.radarinmotion2: illegal type passed to setPreferenceForKey: undefined
    1/3/09 11:27:00 AM [0x0-0x3e03e].com.apple.dock[473] 2009-01-03 11:27:00.230 DashboardClient[835:10b] com.kamalaboulhosn.radarinmotion2: illegal type passed to setPreferenceForKey: undefined
    1/3/09 11:27:00 AM [0x0-0x3e03e].com.apple.dock[473] 2009-01-03 11:27:00.231 DashboardClient[835:10b] com.kamalaboulhosn.radarinmotion2: illegal type passed to setPreferenceForKey: undefined
    1/3/09 11:29:24 AM [0x0-0x57057].com.apple.Safari[700] Debugger() was called!
    1/3/09 11:42:01 AM com.apple.Safari[895] YES
    1/3/09 11:57:18 AM com.apple.Safari[916] YES
    1/3/09 11:57:34 AM dotmacsyncclient[908] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:90C93484-D763-4FEE-9621-31F6944AA8A3, auto-retries=2, manual-retries=0
    1/3/09 12:13:01 PM com.apple.Safari[941] YES
    1/3/09 12:19:29 PM DashboardClient[836] (com.iSlayer.iStatpro4.widget) file:///Users/garyp/Library/Widgets/iStat%20pro.wdgt/scripts/core.js: TypeError: Value undefined (result of expression this.isSectionEnabled) is not object. (line: 528)
    1/3/09 12:19:29 PM [0x0-0x3e03e].com.apple.dock[473] 2009-01-03 12:19:29.737 DashboardClient[836:10b] (com.iSlayer.iStatpro4.widget) file:///Users/garyp/Library/Widgets/iStat%20pro.wdgt/scripts/core.js: TypeError: Value undefined (result of expression this.isSectionEnabled) is not object. (line: 528)
    1/3/09 12:19:49 PM com.apple.launchd[116] (0x10db30.Locum[959]) Exited: Terminated
    1/3/09 12:21:12 PM com.apple.launchd[116] (0x10db30.Locum[962]) Exited: Terminated
    1/3/09 12:26:57 PM com.apple.launchd[116] ([0x0-0x3e03e].com.apple.dock[473]) Stray process with PGID equal to this dead job: PID 836 PPID 1 DashboardClient
    1/3/09 12:26:57 PM com.apple.launchd[116] ([0x0-0x3e03e].com.apple.dock[473]) Stray process with PGID equal to this dead job: PID 835 PPID 1 DashboardClient
    1/3/09 12:26:58 PM [0x0-0x3e03e].com.apple.dock [836] line 528: TypeError: Value undefined (result of expression this.isSectionEnabled) is not object.
    1/3/09 12:26:58 PM [0x0-0x3e03e].com.apple.dock (event handler):Can't find variable: loaded
    1/3/09 12:26:58 PM [0x0-0x3e03e].com.apple.dock (event handler):Null value
    1/3/09 12:26:59 PM [0x0-0x71071].com.apple.systemevents[975] com.apple.FolderActions.enabled: Already loaded
    1/3/09 12:27:02 PM com.apple.loginwindow[433] Sat Jan 3 12:27:02 Macintosh.local loginwindow[433] <Warning>: CGSShutdownServerConnections: Detaching application from window server
    1/3/09 12:27:02 PM com.wacom.wacomtablet[465] Sat Jan 3 12:27:02 Macintosh.local WacomTabletDriver[465] <Warning>: CGSShutdownServerConnections: Detaching application from window server
    1/3/09 12:27:02 PM com.wacom.wacomtablet[465] Sat Jan 3 12:27:02 Macintosh.local WacomTabletDriver[465] <Warning>: CGSDisplayServerShutdown: Detaching display subsystem from window server
    1/3/09 12:27:02 PM [0x0-0x71071].com.apple.systemevents[975] Sat Jan 3 12:27:02 Macintosh.local System Events[975] <Warning>: CGSShutdownServerConnections: Detaching application from window server
    1/3/09 12:27:02 PM [0x0-0x71071].com.apple.systemevents[975] Sat Jan 3 12:27:02 Macintosh.local System Events[975] <Warning>: CGSDisplayServerShutdown: Detaching display subsystem from window server
    1/3/09 12:27:02 PM WacomTabletDriver[465] HIToolbox: received notification of WindowServer event port death.
    1/3/09 12:27:02 PM WacomTabletDriver[465] port matched the WindowServer port created in BindCGSToRunLoop
    1/3/09 12:27:02 PM com.apple.loginwindow[433] Sat Jan 3 12:27:02 Macintosh.local loginwindow[433] <Warning>: CGSDisplayServerShutdown: Detaching display subsystem from window server
    1/3/09 12:27:02 PM com.apple.launchd[116] (com.apple.AOSNotification[513]) Exited: Terminated
    1/3/09 12:27:02 PM com.apple.launchd[116] ([0x0-0x50050].com.apple.AppleSpell[522]) Exited: Terminated
    1/3/09 12:27:02 PM com.apple.launchd[116] (com.apple.pboard[475]) Exited: Terminated
    1/3/09 12:27:02 PM com.apple.launchd[116] (com.apple.UserEventAgent-Aqua[471]) Exited: Terminated
    1/3/09 12:27:02 PM com.apple.launchd[116] ([0x0-0x71071].com.apple.systemevents[975]) Exited: Terminated
    1/3/09 12:27:02 PM com.wacom.wacomtablet[465] Sat Jan 3 12:27:02 Macintosh.local WacomTabletDriver[465] <Error>: kCGErrorRangeCheck : On-demand launch of the Window Server is allowed for root user only.
    1/3/09 12:27:02 PM com.wacom.wacomtablet[465] Sat Jan 3 12:27:02 Macintosh.local WacomTabletDriver[465] <Error>: kCGErrorRangeCheck : Set a breakpoint at CGErrorBreakpoint() to catch errors as they are returned
    1/3/09 12:27:02 PM com.apple.launchd[116] (com.wacom.wacomtablet[465]) Exited with exit code: 255
    1/3/09 12:27:06 PM com.apple.KernelEventAgent[24] KernelEventAgent: sysctl_queryfs: No such file or directory
    1/3/09 12:27:16 PM com.apple.launchd[1] ([0x0-0x77077].com.wacom.TabletDriver[1014]) Exited: Terminated
    1/3/09 12:27:16 PM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[1013]) Exited: Terminated
    1/3/09 12:27:16 PM com.apple.launchd[1] (com.wacom.wacomtablet[1012]) Exited with exit code: 255
    1/3/09 12:27:44 PM com.apple.loginwindow[986] Sat Jan 3 12:27:44 Macintosh.local loginwindow[986] <Warning>: CGSShutdownServerConnections: Detaching application from window server
    1/3/09 12:27:44 PM com.apple.KernelEventAgent[24] KernelEventAgent: sysctl_queryfs: No such file or directory
    1/3/09 12:27:44 PM com.apple.loginwindow[986] Sat Jan 3 12:27:44 Macintosh.local loginwindow[986] <Warning>: CGSDisplayServerShutdown: Detaching display subsystem from window server
    1/3/09 12:27:51 PM com.apple.loginwindow[1084] Shutdown NOW!
    1/3/09 12:27:51 PM com.apple.loginwindow[1084] System shutdown time has arrived
    1/4/09 12:01:25 AM com.apple.launchctl.System[2] launchctl: Please convert the following to launchd: /etc/mach_init.d/AVCAssistant.plist
    1/4/09 12:01:25 AM com.apple.launchctl.System[2] launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist
    1/4/09 12:01:25 AM com.apple.launchd[1] (com.adobe.versioncueCS3) Unknown key: ServiceDescription
    1/4/09 12:01:25 AM com.apple.launchd[1] (com.apple.blued) Unknown key for boolean: EnableTransactions
    1/4/09 12:01:25 AM com.apple.launchd[1] (com.apple.mio.AVCAssistant) Conflict with job: 0x100760.AVCAssistant over Mach service: com.apple.mio.AVCAssistant
    1/4/09 12:01:25 AM com.apple.launchd[1] (org.cups.cupsd) Unknown key: SHAuthorizationRight
    1/4/09 12:01:25 AM com.apple.launchd[1] (org.ntp.ntpd) Unknown key: SHAuthorizationRight
    1/4/09 12:01:34 AM com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 6 seconds
    1/4/09 12:02:19 AM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[82]) Exited: Terminated
    1/4/09 12:02:19 AM com.apple.launchd[1] ([0x0-0x4004].com.wacom.TabletDriver[87]) Exited: Terminated
    1/4/09 12:02:19 AM com.apple.launchd[1] (com.wacom.wacomtablet[81]) Exited with exit code: 255
    1/4/09 12:02:19 AM com.apple.launchctl.Aqua[122] launchctl: Please convert the following to launchd: /etc/machinit_peruser.d/com.adobe.versioncueCS3.monitor.plist
    1/4/09 12:02:19 AM com.apple.launchctl.Aqua[122] launchctl: Please convert the following to launchd: /etc/machinit_peruser.d/RemoteUI.plist
    1/4/09 12:02:19 AM com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 10 seconds
    1/4/09 12:02:21 AM com.apple.FolderActions.enabled[123] launchctl: Error unloading: com.apple.FolderActions.folders
    1/4/09 12:02:23 AM com.apple.launchctl.System[2] BootCacheControl: could not fetch history: Cannot allocate memory
    1/4/09 12:02:23 AM com.apple.launchctl.System[2] BootCacheControl: could not stop cache/fetch history: Cannot allocate memory
    1/4/09 12:02:28 AM com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 1 seconds
    1/4/09 12:02:28 AM com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 1 seconds
    1/4/09 12:02:28 AM com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 1 seconds
    1/4/09 12:02:28 AM com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 1 seconds
    1/4/09 12:02:28 AM com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 1 seconds
    1/4/09 12:02:28 AM com.apple.launchd[1] (com.apple.aslmanager) Throttling respawn: Will start in 1 seconds
    1/4/09 12:02:38 AM Finder[140] [QL ERROR] Generator database update takes too long... we will use what we currently have
    1/4/09 12:02:40 AM SystemUIServer[139]
    MenuCracker
    see http://sourceforge.net/projects/menucracker
    MenuCracker is now loaded. Ready to accept new menus. Ignore the failure message that follow.
    1/4/09 12:02:43 AM [0x0-0x17017].com.kensington.mouseworks.background[166] Kensington FastUserSwitch: Session On Console
    1/4/09 12:02:43 AM [0x0-0x17017].com.kensington.mouseworks.background[166] Kensington FastUserSwitch: Session User ID = 501
    1/4/09 12:02:43 AM [0x0-0x17017].com.kensington.mouseworks.background[166] Kensington FastUserSwitch: Installing User Switch Notifications
    1/4/09 12:02:44 AM com.apple.launchd[120] (0x101040.VersionCueCS3monitor) Failed to check-in!
    1/4/09 12:02:45 AM SystemUIServer[139] failed to load Menu Extra: NSBundle </Users/garyp/Library/PreferencePanes/MenuMeters.prefPane/Contents/Resources/Me nuCracker.menu> (loaded)
    1/4/09 12:02:48 AM FontAgent Activator[169] file /InsiderBuild/4.0.3/FAPro/Activation/Daemon/FASDatabaseIndexing.m line 83 caught NSInvalidArgumentException because * -[NSCFDictionary setObject:forKey:]: attempt to insert nil key
    1/4/09 12:02:49 AM SystemUIServer[139] MenuCracker: Loading 'MenuMeterCPUExtra'.
    1/4/09 12:02:50 AM SystemUIServer[139] MenuMeterCPU loaded.
    1/4/09 12:02:51 AM SystemUIServer[139] MenuCracker: Loading 'SSMenuExtra'.
    1/4/09 12:02:53 AM SystemUIServer[139] MenuCracker: Loading 'MenuMeterMemExtra'.
    1/4/09 12:02:54 AM SystemUIServer[139] MenuMeterMem loaded.
    1/4/09 12:02:55 AM SystemUIServer[139] MenuCracker: Loading 'MenuMeterNetExtra'.
    1/4/09 12:02:55 AM SystemUIServer[139] MenuMeterNet loaded.
    1/4/09 12:03:00 AM [0x0-0x1f01f].com.apple.systemevents[182] com.apple.FolderActions.enabled: Already loaded
    1/4/09 12:03:09 AM com.apple.Safari[191] YES
    1/4/09 12:05:06 AM com.apple.launchd[120] (0x10c080.Locum[195]) Exited: Terminated
    1/4/09 12:05:49 AM com.apple.launchd[120] (0x10c080.Locum[226]) Exited: Terminated
    1/4/09 12:07:56 AM [0x0-0x23023].com.apple.Safari[287] Debugger() was called!
    1/4/09 12:18:22 AM com.apple.Safari[385] YES
    1/4/09 12:33:34 AM com.apple.Safari[414] YES
    1/4/09 12:48:45 AM com.apple.Safari[440] YES
    1/4/09 1:01:26 AM com.apple.launchd[1] (com.18james.anacron[457]) Stray process with PGID equal to this dead job: PID 460 PPID 1 anacron
    1/4/09 1:03:59 AM com.apple.Safari[477] YES
    1/4/09 1:16:56 AM Mail[494] Trying to add a To Do UID (36BB6114-79B5-11D7-A41D-00050257BC9E) that already exists in the cache and for the same mailbox. Perhaps this should have been an update. Skipping to avoid cyclic reconciliation.
    1/4/09 1:18:42 AM com.apple.Safari[506] YES
    1/4/09 1:30:03 AM com.apple.launchd[120] (0x10c470.Locum[531]) Exited: Terminated
    1/4/09 11:35:27 AM Mail[610] Trying to add a To Do UID (36BB6114-79B5-11D7-A41D-00050257BC9E) that already exists in the cache and for the same mailbox. Perhaps this should have been an update. Skipping to avoid cyclic reconciliation.
    1/4/09 11:36:09 AM com.apple.Safari[620] YES
    1/4/09 11:36:53 AM dotmacsyncclient[612] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:CBC29DFA-35A7-4820-89FB-2419321BF66B, auto-retries=2, manual-retries=0
    1/4/09 11:40:15 AM [0x0-0x34034].com.apple.Safari[622] Debugger() was called!
    1/4/09 11:41:10 AM Mail[610] GET /Library/Application Support/Mail/Alias.xml (FAILED), httpStatusCode:402, errorType:100, transactionState:5, txnId:7C389A3C-86BD-49BF-8B29-1EB40F3A4F03, auto-retries=0, manual-retries=0
    1/4/09 11:52:43 AM dotmacsyncclient[632] POST /marketeer (FAILED), httpStatusCode:-1, errorType:105 (domain=AYErrorDomain, code=2), transactionState:5, txnId:193C523E-1AF4-49D3-8003-079EAB844A03, auto-retries=0, manual-retries=0
    1/4/09 11:52:17 AM com.apple.Safari[639] YES
    1/4/09 12:08:06 PM com.apple.Safari[664] YES
    1/4/09 12:08:51 PM dotmacsyncclient[657] POST /marketeer (FAILED), httpStatusCode:-1, errorType:105 (domain=AYErrorDomain, code=2), transactionState:5, txnId:43140CC6-6048-43B8-8D5C-0E4987A62826, auto-retries=0, manual-retries=0
    1/4/09 12:09:10 PM dotmacsyncclient[665] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:A5D636AB-1E36-4EDC-A2F2-D4113C6290DF, auto-retries=2, manual-retries=0
    1/4/09 12:09:10 PM com.apple.AOSNotification[184] 2009-01-04 12:09:10.487 dotmacsyncclient[665:10b] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:A5D636AB-1E36-4EDC-A2F2-D4113C6290DF, auto-retries=2, manual-retries=0
    1/4/09 12:12:02 PM com.apple.launchd[120] (0x10bf80.Locum[682]) Exited: Terminated
    1/4/09 12:13:27 PM com.apple.launchd[120] (0x10bf80.Locum[685]) Exited: Terminated
    1/4/09 12:24:13 PM com.apple.Safari[701] YES
    1/4/09 12:25:10 PM dotmacsyncclient[694] POST /marketeer (FAILED), httpStatusCode:-1, errorType:105 (domain=AYErrorDomain, code=2), transactionState:5, txnId:36F91B84-2DC5-4304-92EF-549BA41D192F, auto-retries=1, manual-retries=0
    1/4/09 12:25:18 PM dotmacsyncclient[702] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:DA241077-C668-4D7D-8DFB-1F641FAA776C, auto-retries=2, manual-retries=0
    1/4/09 12:25:18 PM com.apple.AOSNotification[184] 2009-01-04 12:25:18.581 dotmacsyncclient[702:10b] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:DA241077-C668-4D7D-8DFB-1F641FAA776C, auto-retries=2, manual-retries=0
    1/4/09 12:25:35 PM [0x0-0x3f03f].com.apple.systemevents[704] com.apple.FolderActions.enabled: Already loaded
    1/4/09 12:25:43 PM com.apple.loginwindow[23] Shutdown NOW!
    1/4/09 12:25:43 PM com.apple.loginwindow[23] System shutdown time has arrived
    1/4/09 9:42:12 PM com.apple.launchctl.System[2] BootCacheControl: could not open /var/db/BootCache.playlist: No such file or directory
    1/4/09 9:42:12 PM com.apple.launchctl.System[2] BootCacheControl: could not unlink playlist /var/db/BootCache.playlist: Unknown error: -1
    1/4/09 9:42:13 PM com.apple.launchctl.System[2] launchctl: Please convert the following to launchd: /etc/mach_init.d/AVCAssistant.plist
    1/4/09 9:42:13 PM com.apple.launchctl.System[2] launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist
    1/4/09 9:42:13 PM com.apple.launchd[1] (com.adobe.versioncueCS3) Unknown key: ServiceDescription
    1/4/09 9:42:13 PM com.apple.launchd[1] (com.apple.blued) Unknown key for boolean: EnableTransactions
    1/4/09 9:42:13 PM com.apple.launchd[1] (com.apple.mio.AVCAssistant) Conflict with job: 0x100910.AVCAssistant over Mach service: com.apple.mio.AVCAssistant
    1/4/09 9:42:13 PM com.apple.launchd[1] (org.cups.cupsd) Unknown key: SHAuthorizationRight
    1/4/09 9:42:13 PM com.apple.launchd[1] (org.ntp.ntpd) Unknown key: SHAuthorizationRight
    1/4/09 9:42:19 PM com.apple.launchd[1] (com.18james.anacron[40]) Stray process with PGID equal to this dead job: PID 44 PPID 1 anacron
    1/4/09 9:42:36 PM org.ntp.ntpd[14] Error : nodename nor servname provided, or not known
    1/4/09 9:44:49 PM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[84]) Exited: Terminated
    1/4/09 9:44:49 PM com.apple.launchd[1] ([0x0-0x5005].com.wacom.TabletDriver[92]) Exited: Terminated
    1/4/09 9:44:49 PM com.apple.launchd[1] (com.wacom.wacomtablet[83]) Exited with exit code: 255
    1/4/09 9:44:49 PM com.apple.launchctl.Aqua[122] launchctl: Please convert the following to launchd: /etc/machinit_peruser.d/com.adobe.versioncueCS3.monitor.plist
    1/4/09 9:44:49 PM com.apple.launchctl.Aqua[122] launchctl: Please convert the following to launchd: /etc/machinit_peruser.d/RemoteUI.plist
    1/4/09 9:44:51 PM com.apple.FolderActions.enabled[123] launchctl: Error unloading: com.apple.FolderActions.folders
    1/4/09 9:45:08 PM SystemUIServer[138]
    MenuCracker
    see http://sourceforge.net/projects/menucracker
    MenuCracker is now loaded. Ready to accept new menus. Ignore the failure message that follow.
    1/4/09 9:45:09 PM Finder[139] [QL ERROR] Generator database update takes too long... we will use what we currently have
    1/4/09 9:45:12 PM [0x0-0x16016].com.kensington.mouseworks.background[163] Kensington FastUserSwitch: Session On Console
    1/4/09 9:45:12 PM [0x0-0x16016].com.kensington.mouseworks.background[163] Kensington FastUserSwitch: Session User ID = 501
    1/4/09 9:45:12 PM [0x0-0x16016].com.kensington.mouseworks.background[163] Kensington FastUserSwitch: Installing User Switch Notifications
    1/4/09 9:45:15 PM SystemUIServer[138] failed to load Menu Extra: NSBundle </Users/garyp/Library/PreferencePanes/MenuMeters.prefPane/Contents/Resources/Me nuCracker.menu> (loaded)
    1/4/09 9:45:15 PM com.apple.launchd[120] (0x101040.VersionCueCS3monitor) Failed to check-in!
    1/4/09 9:45:18 PM SystemUIServer[138] MenuCracker: Loading 'MenuMeterCPUExtra'.
    1/4/09 9:45:19 PM FontAgent Activator[166] file /InsiderBuild/4.0.3/FAPro/Activation/Daemon/FASDatabaseIndexing.m line 83 caught NSInvalidArgumentException because * -[NSCFDictionary setObject:forKey:]: attempt to insert nil key
    1/4/09 9:45:21 PM SystemUIServer[138] MenuMeterCPU loaded.
    1/4/09 9:45:22 PM SystemUIServer[138] MenuCracker: Loading 'SSMenuExtra'.
    1/4/09 9:45:26 PM SystemUIServer[138] MenuCracker: Loading 'MenuMeterMemExtra'.
    1/4/09 9:45:26 PM SystemUIServer[138] MenuMeterMem loaded.
    1/4/09 9:45:27 PM SystemUIServer[138] MenuCracker: Loading 'MenuMeterNetExtra'.
    1/4/09 9:45:27 PM SystemUIServer[138] MenuMeterNet loaded.
    1/4/09 9:45:30 PM [0x0-0x1e01e].com.apple.systemevents[181] com.apple.FolderActions.enabled: Already loaded
    1/4/09 9:46:03 PM com.apple.Safari[191] YES
    1/4/09 9:46:18 PM dotmacsyncclient[160] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:1B2CA0EE-AD01-4148-BFD9-9CF8CF8665D2, auto-retries=2, manual-retries=0
    1/4/09 9:46:51 PM com.apple.launchd[120] (0x10c000.Locum[220]) Exited: Terminated
    1/4/09 9:48:21 PM com.apple.launchd[120] (0x10c8b0.Locum[226]) Exited: Terminated
    1/4/09 9:48:43 PM com.apple.launchd[120] (0x10bfd0.Locum[221]) Exited: Terminated
    1/4/09 9:48:59 PM Mail[301] Trying to add a To Do UID (36BB6114-79B5-11D7-A41D-00050257BC9E) that already exists in the cache and for the same mailbox. Perhaps this should have been an update. Skipping to avoid cyclic reconciliation.
    1/4/09 10:01:18 PM com.apple.Safari[321] YES
    1/4/09 10:02:09 PM dotmacsyncclient[323] POST /marketeer (FAILED), httpStatusCode:-1, errorType:105 (domain=AYErrorDomain, code=2), transactionState:5, txnId:0A941175-1ADF-40B7-BD65-4BC019E0F310, auto-retries=0, manual-retries=0
    1/4/09 10:03:05 PM dotmacsyncclient[329] POST /marketeer (FAILED), httpStatusCode:-1, errorType:105 (domain=AYErrorDomain, code=2), transactionState:5, txnId:60D72AB3-8EEF-47DC-83FB-4C65A64D7868, auto-retries=0, manual-retries=0
    1/4/09 10:03:05 PM com.apple.AOSNotification[180] 2009-01-04 22:03:05.674 dotmacsyncclient[329:10b] POST /marketeer (FAILED), httpStatusCode:-1, errorType:105 (domain=AYErrorDomain, code=2), transactionState:5, txnId:60D72AB3-8EEF-47DC-83FB-4C65A64D7868, auto-retries=0, manual-retries=0
    1/4/09 10:08:47 PM [0x0-0x24024].com.apple.Safari[319] Debugger() was called!
    1/4/09 10:17:41 PM com.apple.Safari[357] YES
    1/4/09 10:18:36 PM dotmacsyncclient[350] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:0BA3B5CC-44ED-450D-9331-A964C246ACE2, auto-retries=2, manual-retries=0
    1/4/09 10:18:47 PM dotmacsyncclient[360] POST /marketeer (FAILED), httpStatusCode:503, errorType:100, transactionState:5, txnId:D55361B4-CC5A-42E3-8A03-766BD098AEF6, auto-retries=1, manual-retries=0
    1/4/09 10:18:47 PM com.apple.AOSNotification[180] 2009-01-04 22:18:47.085 dotmacsyncclient[360:10b] POST /marketeer (FAILED), httpStatusCode:503, errorType:100, transactionState:5, txnId:D55361B4-CC5A-42E3-8A03-766BD098AEF6, auto-retries=1, manual-retries=0
    1/4/09 10:33:48 PM com.apple.Safari[389] YES
    1/4/09 10:36:13 PM dotmacsyncclient[390] POST /marketeer (FAILED), httpStatusCode:-1, errorType:105 (domain=AYErrorDomain, code=2), transactionState:5, txnId:A66A17AF-E8B4-4F0F-B095-E9EB263D3738, auto-retries=1, manual-retries=0
    1/4/09 10:36:13 PM com.apple.AOSNotification[180] 2009-01-04 22:36:13.641 dotmacsyncclient[390:10b] POST /marketeer (FAILED), httpStatusCode:-1, errorType:105 (domain=AYErrorDomain, code=2), transactionState:5, txnId:A66A17AF-E8B4-4F0F-B095-E9EB263D3738, auto-retries=1, manual-retries=0
    1/4/09 10:49:45 PM dotmacsyncclient[417] POST /marketeer (FAILED), httpStatusCode:-1, errorType:105 (domain=AYErrorDomain, code=2), transactionState:5, txnId:8B62AC5C-96DF-4AAF-A22C-C4E66878AE17, auto-retries=0, manual-retries=0
    1/4/09 10:49:11 PM com.apple.Safari[424] YES
    1/4/09 10:50:38 PM dotmacsyncclient[425] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:B31EE160-5B92-4702-9741-09C79144E801, auto-retries=2, manual-retries=0
    1/4/09 10:50:38 PM com.apple.AOSNotification[180] 2009-01-04 22:50:38.436 dotmacsyncclient[425:10b] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:B31EE160-5B92-4702-9741-09C79144E801, auto-retries=2, manual-retries=0
    1/4/09 10:58:59 PM [0x0-0x24024].com.apple.Safari[319] 090104 22:58:59 [Warning] Can't open and lock time zone table: Table 'mysql.timezone_leapsecond' doesn't exist trying to live without them
    1/4/09 10:58:59 PM [0x0-0x24024].com.apple.Safari[319] /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/MacOS/mysqld: ready for connections.
    1/4/09 10:58:59 PM [0x0-0x24024].com.apple.Safari[319] Version: '4.1.18-classic' socket: '/Users/garyp/Library/Caches/Acrobat/8.0_x86/Organizer70' port: 0 MySQL Classic (Commercial)
    1/4/09 11:04:56 PM dotmacsyncclient[501] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:BB6D22F2-666C-4E09-8FFF-38A40BC54440, auto-retries=2, manual-retries=0
    1/4/09 11:05:20 PM com.apple.Safari[509] YES
    1/4/09 11:16:52 PM com.apple.Safari[596] YES
    1/4/09 11:17:43 PM dotmacsyncclient[598] POST /marketeer (FAILED), httpStatusCode:-1, errorType:105 (domain=AYErrorDomain, code=2), transactionState:5, txnId:CA7607EB-9D45-4FF4-BC3A-CE82ED0A7D11, auto-retries=0, manual-retries=0
    1/4/09 11:17:43 PM com.apple.AOSNotification[180] 2009-01-04 23:17:43.804 dotmacsyncclient[598:10b] POST /marketeer (FAILED), httpStatusCode:-1, errorType:105 (domain=AYErrorDomain, code=2), transactionState:5, txnId:CA7607EB-9D45-4FF4-BC3A-CE82ED0A7D11, auto-retries=0, manual-retries=0
    1/4/09 11:20:44 PM dotmacsyncclient[621] POST /marketeer (FAILED), httpStatusCode:-1, errorType:105 (domain=AYErrorDomain, code=2), transactionState:5, txnId:BFEF2FCD-9568-4BEA-9C67-88EEB4108A42, auto-retries=0, manual-retries=0
    1/4/09 11:30:00 PM com.apple.launchd[1] (0x10d760.cron[700]) Could not setup Mach task special port 9: (os/kern) no access
    1/4/09 11:30:51 PM com.apple.Safari[762] YES
    1/4/09 11:31:42 PM dotmacsyncclient[769] POST /marketeer (FAILED), httpStatusCode:-1, errorType:105 (domain=AYErrorDomain, code=2), transactionState:5, txnId:676A08C0-B93A-44AA-9ACB-C27A6BEE8F8E, auto-retries=0, manual-retries=0
    1/4/09 11:31:42 PM com.apple.AOSNotification[180] 2009-01-04 23:31:42.128 dotmacsyncclient[769:10b] POST /marketeer (FAILED), httpStatusCode:-1, errorType:105 (domain=AYErrorDomain, code=2), transactionState:5, txnId:676A08C0-B93A-44AA-9ACB-C27A6BEE8F8E, auto-retries=0, manual-retries=0
    1/4/09 11:35:03 PM com.apple.launchd[1] (org.postfix.master[939]) Stray process with PGID equal to this dead job: PID 941 PPID 1 qmgr
    1/4/09 11:36:16 PM dotmacsyncclient[1016] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:1205F6C6-0527-405F-AA91-06B08990F769, auto-retries=2, manual-retries=0
    1/4/09 11:43:07 PM com.apple.Safari[1078] YES
    1/4/09 11:44:35 PM dotmacsyncclient[1080] POST /marketeer (FAILED), httpStatusCode:-1, errorType:105 (domain=AYErrorDomain, code=2), transactionState:5, txnId:A198FDAE-57B1-4E92-A692-3FA53AD8A712, auto-retries=1, manual-retries=0
    1/4/09 11:44:35 PM com.apple.AOSNotification[180] 2009-01-04 23:44:35.055 dotmacsyncclient[1080:10b] POST /marketeer (FAILED), httpStatusCode:-1, errorType:105 (domain=AYErrorDomain, code=2), transactionState:5, txnId:A198FDAE-57B1-4E92-A692-3FA53AD8A712, auto-retries=1, manual-retries=0
    1/4/09 11:51:43 PM com.apple.Safari[1158] YES
    1/4/09 11:52:28 PM dotmacsyncclient[1147] POST /marketeer (FAILED), httpStatusCode:-1, errorType:105 (domain=AYErrorDomain, code=2), transactionState:5, txnId:B930DB10-C352-49FC-9F6F-464A1517D20A, auto-retries=1, manual-retries=0
    1/4/09 11:52:50 PM dotmacsyncclient[1168] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:9333CE91-B570-4784-AD6C-14DC2301696F, auto-retries=2, manual-retries=0
    1/4/09 11:52:50 PM com.apple.AOSNotification[180] 2009-01-04 23:52:50.854 dotmacsyncclient[1168:10b] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:9333CE91-B570-4784-AD6C-14DC2301696F, auto-retries=2, manual-retries=0
    1/4/09 11:54:47 PM Transmit[1118] Favorite:passwordFromKeychain: no keychain item found for ftp-dom.earthlink.net anitaeubank.com -25300
    1/5/09 12:05:54 AM com.apple.quicklook[1291] Mon Jan 5 00:05:54 Macintosh.local quicklookd[1291] <Error>: Corrupt JPEG data: premature end of data segment
    1/5/09 12:05:54 AM com.apple.quicklook[1291]
    1/5/09 12:05:54 AM com.apple.quicklook[1291] Mon Jan 5 00:05:54 Macintosh.local quicklookd[1291] <Error>: Corrupt JPEG data: premature end of data segment
    1/5/09 12:05:54 AM com.apple.quicklook[1291]
    1/5/09 12:07:54 AM com.apple.Safari[1318] YES
    1/5/09 12:08:19 AM dotmacsyncclient[1308] POST /marketeer (FAILED), httpStatusCode:-1, errorType:105 (domain=AYErrorDomain, code=2), transactionState:5, txnId:A00494AE-3835-4A0D-9CD2-EFCD204CB74D, auto-retries=0, manual-retries=0
    1/5/09 12:08:47 AM dotmacsyncclient[1323] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:CB4A6E4A-290D-4450-BAFC-8764E2C18648, auto-retries=2, manual-retries=0
    1/5/09 12:08:47 AM com.apple.AOSNotification[180] 2009-01-05 00:08:47.351 dotmacsyncclient[1323:10b] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:CB4A6E4A-290D-4450-BAFC-8764E2C18648, auto-retries=2, manual-retries=0
    1/5/09 12:18:57 AM com.apple.launchd[120] (0x10d400.Locum[1414]) Exited: Terminated
    1/5/09 12:23:34 AM com.apple.Safari[1456] YES
    1/5/09 12:23:47 AM dotmacsyncclient[1446] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:3D1D272C-8EF5-4B47-B9B3-13C56FC02111, auto-retries=2, manual-retries=0
    1/5/09 12:28:01 AM com.apple.launchd[120] (0x10e8e0.Locum[1522]) Exited: Terminated
    1/5/09 12:28:28 AM Disk Inventory X[1526] .scriptSuite warning for attribute 'scriptStyle' of class 'NSTextStorage' in suite 'ExtendedText': 'OAStyle.OAStyle' is not a valid type name.
    1/5/09 12:28:28 AM Disk Inventory X[1526] NSScriptSuiteRegistry does not respond to -_setClassDescription:forAppleEventCode: -- not hooking up extra alias (and thus, breaking some AppleScripts)
    1/5/09 12:29:42 AM Disk Inventory X[1526] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
    1/5/09 12:29:42 AM Disk Inventory X[1526] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
    1/5/09 12:38:58 AM dotmacsyncclient[1609] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:297F0F65-6057-4BEF-84B9-6DF609BF22BD, auto-retries=2, manual-retries=0
    1/5/09 12:39:14 AM com.apple.Safari[1620] YES
    1/5/09 12:40:02 AM dotmacsyncclient[1623] POST /marketeer (FAILED), httpStatusCode:-1, errorType:105 (domain=AYErrorDomain, code=2), transactionState:5, txnId:EE946786-3DC2-479E-9335-FCCC4D42BD14, auto-retries=0, manual-retries=0
    1/5/09 12:40:27 AM Disk Inventory X[1526] An instance 0x96f0b0 of class MainWindowController is being deallocated while key value observers are still registered with it. Observation info is being leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
    <NSKeyValueObservationInfo 0x3980c1e0> (
    <NSKeyValueObservance 0x397cb9d0: Observer: 0x397c3250, Key path: document.kindStatistics, Options: <New: YES, Old: NO, Prior: NO> Context: 0x1cbd4, Property: 0x397cb960>
    <NSKeyValueObservance 0x3980c350: Observer: 0x397c4480, Key path: document.kindStatistics, Options: <New: YES, Old: NO, Prior: NO> Context: 0x1cbd4, Property: 0x397cb960>
    1/5/09 12:40:02 AM com.apple.AOSNotification[180] 2009-01-05 00:40:02.062 dotmacsyncclient[1623:10b] POST /marketeer (FAILED), httpStatusCode:-1, errorType:105 (domain=AYErrorDomain, code=2), transactionState:5, txnId:EE946786-3DC2-479E-9335-FCCC4D42BD14, auto-retries=0, manual-retries=0
    1/5/09 12:41:22 AM [0x0-0x24024].com.apple.Safari[319] 090105 0:41:22 [Note] /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/MacOS/mysqld: Normal shutdown
    1/5/09 12:41:24 AM [0x0-0x24024].com.apple.Safari 090105 0:41:24 [Note] /Applications/Adobe Acrobat 8 Professional/Adobe Acrobat Professional.app/Contents/MacOS/mysqld: Shutdown complete
    1/5/09 12:42:05 AM Disk Inventory X[1646] .scriptSuite warning for attribute 'scriptStyle' of class 'NSTextStorage' in suite 'ExtendedText': 'OAStyle.OAStyle' is not a valid type name.
    1/5/09 12:42:05 AM Disk Inventory X[1646] NSScriptSuiteRegistry does not respond to -_setClassDescription:forAppleEventCode: -- not hooking up extra alias (and thus, breaking some AppleScripts)
    1/5/09 12:42:12 AM Disk Inventory X[1646] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
    1/5/09 12:42:12 AM Disk Inventory X[1646] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
    1/5/09 12:46:44 AM com.apple.launchd[120] (0x10dce0.Locum[1677]) Exited: Terminated
    1/5/09 12:49:09 AM com.apple.launchd[120] (0x10dce0.Locum[1744]) Exited: Terminated
    1/5/09 12:50:26 AM com.apple.launchd[120] (0x10dc40.Locum[1749]) Exited: Terminated
    1/5/09 12:52:21 AM Disk Inventory X[1646] An instance 0x9f6ea0 of class MainWindowController is being deallocated while key value observers are still registered with it. Observation info is being leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
    <NSKeyValueObservationInfo 0x39444b20> (
    <NSKeyValueObservance 0x39408490: Observer: 0x393fbb20, Key path: document.kindStatistics, Options: <New: YES, Old: NO, Prior: NO> Context: 0x1cbd4, Property: 0x39408420>
    <NSKeyValueObservance 0x39444d20: Observer: 0x39400e70, Key path: document.kindStatistics, Options: <New: YES, Old: NO, Prior: NO> Context: 0x1cbd4, Property: 0x39408420>
    1/5/09 12:52:00 AM com.apple.launchd[120] (0x10dc40.Locum[1757]) Exited: Terminated
    1/5/09 12:54:30 AM com.apple.Safari[1775] YES
    1/5/09 12:54:50 AM dotmacsyncclient[1764] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:B25AFB25-3CB0-470E-8561-981CE70C593F, auto-retries=2, manual-retries=0
    1/5/09 12:55:27 AM Disk Inventory X[1777] .scriptSuite warning for attribute 'scriptStyle' of class 'NSTextStorage' in suite 'ExtendedText': 'OAStyle.OAStyle' is not a valid type name.
    1/5/09 12:55:27 AM Disk Inventory X[1777] NSScriptSuiteRegistry does not respond to -_setClassDescription:forAppleEventCode: -- not hooking up extra alias (and thus, breaking some AppleScripts)
    1/5/09 12:56:23 AM Disk Inventory X[1777] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
    1/5/09 12:56:23 AM Disk Inventory X[1777] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
    1/5/09 1:01:31 AM [0x0-0x69069].org.videolan.vlc[1808] [00000001] main libvlc debug: VLC media player - version 0.9.5 Grishenko - (c) 1996-2008 the VideoLAN team
    1/5/09 1:01:31 AM [0x0-0x69069].org.videolan.vlc[1808] [00000001] main libvlc debug: libvlc was configured with ./configure '--enable-release' '--enable-update-check' '--with-macosx-sdk=/Developer/SDKs/MacOSX10.4u.sdk' 'PKGCONFIGPATH=:/opt/local/lib/pkgconfig'
    1/5/09 1:01:31 AM [0x0-0x69069].org.videolan.vlc[1808] [00000001] main libvlc debug: translation test: code is "C"
    1/5/09 1:01:33 AM [0x0-0x69069].org.videolan.vlc[1808] [00000001] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
    1/5/09 1:01:34 AM [0x0-0x69069].org.videolan.vlc[1808] [00000363] a52 decoder: A/52 channels:2 samplerate:48000 bitrate:256000
    1/5/09 1:01:34 AM [0x0-0x69069].org.videolan.vlc[1808] No accelerated IMDCT transform found
    1/5/09 1:01:56 AM [0x0-0x69069].org.videolan.vlc[1808] [00000001] main libvlc: Status file authenticated
    1/5/09 1:03:14 AM com.apple.launchd[120] (0x10d0a0.Locum[1825]) Exited: Terminated
    1/5/09 1:04:18 AM [0x0-0x69069].org.videolan.vlc[1808] [00000379] main update download: /Users/garyp/Downloads/vlc-0.9.8a-intel.dmg authenticated
    1/5/09 1:05:17 AM Disk Inventory X[1777] An instance 0x16825e80 of class MainWindowController is being deallocated while key value observers are still registered with it. Observation info is being leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
    <NSKeyValueObservationInfo 0x18bed330> (
    <NSKeyValueObservance 0x18bca070: Observer: 0x18bc2410, Key path: document.kindStatistics, Options: <New: YES, Old: NO, Prior: NO> Context: 0x1cbd4, Property: 0x18bca000>
    <NSKeyValueObservance 0x18bed470: Observer: 0x18bc3640, Key path: document.kindStatistics, Options: <New: YES, Old: NO, Prior: NO> Context: 0x1cbd4, Property: 0x18bca000>
    1/5/09 1:05:48 AM [0x0-0x6f06f].org.videolan.vlc[1837] [00000001] main libvlc debug: VLC media player - version 0.9.5 Grishenko - (c) 1996-2008 the VideoLAN team
    1/5/09 1:05:48 AM [0x0-0x6f06f].org.videolan.vlc[1837] [00000001] main libvlc debug: libvlc was configured with ./configure '--enable-release' '--enable-update-check' '--with-macosx-sdk=/Developer/SDKs/MacOSX10.4u.sdk' 'PKGCONFIGPATH=:/opt/local/lib/pkgconfig'
    1/5/09 1:05:48 AM [0x0-0x6f06f].org.videolan.vlc[1837] [00000001] main libvlc debug: translation test: code is "C"
    1/5/09 1:05:48 AM [0x0-0x6f06f].org.videolan.vlc[1837] [00000001] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
    1/5/09 1:05:58 AM [0x0-0x6f06f].org.videolan.vlc[1837] [00000001] main libvlc: Status file authenticated
    1/5/09 1:06:43 AM com.apple.launchd[120] (0x10db70.Locum[1859]) Exited: Terminated
    1/5/09 1:08:16 AM com.apple.launchd[120] (0x10a810.Locum[1881]) Exited: Terminated
    1/5/09 1:08:33 AM com.apple.launchd[120] (0x10a810.Locum[1882]) Exited: Terminated
    1/5/09 1:09:58 AM dotmacsyncclient[1897] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:43F06314-E29C-4660-803F-CD312A71B333, auto-retries=2, manual-retries=0
    1/5/09 1:10:12 AM com.apple.Safari[1905] YES
    1/5/09 1:10:23 AM [0x0-0x79079].com.apple.Safari[1907] Debugger() was called!
    1/5/09 1:10:34 AM com.apple.launchd[120] (0x10dee0.Locum[1908]) Exited: Terminated
    1/5/09 1:10:51 AM dotmacsyncclient[1906] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:72130295-5054-4550-A8DD-A7B34A8E6E4F, auto-retries=2, manual-retries=0
    1/5/09 1:10:51 AM com.apple.AOSNotification[180] 2009-01-05 01:10:51.479 dotmacsyncclient[1906:10b] POST /marketeer (FAILED), httpStatusCode:-1, errorType:100 (domain=Error domain 4, code=-4), transactionState:5, txnId:72130295-5054-4550-A8DD-A7B34A8E6E4F, auto-retries=2, manual-retries=0
    1/5/09 9:36:36 AM com.apple.Safari[1998] YES
    1/5/09 9:37:50 AM Mail[2007] Trying to add a To Do UID (36BB6114-79B5-11D7-A41D-00050257BC9E) that already exists in the cache and for the same mailbox. Perhaps this should have been an update. Skipping to avoid cyclic reconciliation.
    1/5/09 9:40:48 AM Mail[2007] GET /Library/Application Support/Mail/Alias.xml (FAILED), httpStatusCode:402, errorType:100, transactionState:5, txnId:333A444A-4D57-4613-8136-B522678517BA, auto-retries=0, manual-retries=0
    1/5/09 9:50:19 AM com.apple.Safari[2014] YES
    1/5/09 9:57:20 AM [0x0-0x80080].com.apple.Safari[2013] Debugger() was called!
    1/5/09 10:01:21 AM com.apple.launchd[120] (0x10be60.Locum[2050]) Exited: Terminated
    1/5/09 10:06:03 AM com.apple.launchd[1] (com.18james.anacron[2056]) Stray process with PGID equal to this dead job: PID 2059 PPID 1 anacron
    1/5/09 10:07:06 AM com.apple.Safari[2073] YES
    1/5/09 10:22:16 AM com.apple.Safari[2100] YES
    1/5/09 10:37:09 AM com.apple.Safari[2138] YES

    If the alternate user account is an admin account and login works correctly, then it appears that there's a conflict or corruption within the main account. If the alternate user account isn't an admin account, create a new admin account. While logged into the appropriate admin account, backup the main account's folder, delete the main account, selecting the save data option (which is stored in /Users/Deleted Users/ as a disk image), recreate the main account using the same username/password combo, log out and back into the recreated main account. If it boots normally, then the problem's solved, open the saved data dmg file in /Users/Deleted Users/, open the /Library/Preferences/ folder from the saved data, open the current /Users/restored account/Library/Preferences/ folder, and slowly copy plist files from the saved data folder to the current one that don't exist in it. Log out and back in to ensure there's no conflict and things still work correctly. Resolving conflicts or identifying corrupt plist files is a laborious process. Good luck.
    See http://discussions.apple.com/thread.jspa?messageID=4703015 for more details on this process.

  • Account Lockout issue between Apple devices and Exchange 2003

    I have been having an ongoing issue for a couple of months with a few different users Apple devices locking out their accounts in AD when they try to authenticate to ActiveSync.  This doesn't happen every time they authenticate, it seems to be random,
    while the rest of the time they have access to their email.  It might occasionally happen with an Android, but not on a repetitive basis like this.
    Primarily this has been four different iPads, running different versions of iOS, and an iPhone running the latest release of iOS 7.  Other iPhones and iPads function without having the problem, including iPhones on iOS 7.  
    The user accounts in question are set to never have their passwords expire, but again, they aren't the only users that are set like this, and those other users, even with Apple devices are not having the same problem.
    I used NetWrix to trace out the source machine, which is my Exchange 2003 server and times, and I've checked the W3SVC1 log file, and come up with the following as an example with identification details masked:
    <internal IP>, <Domain\Username>, 4/30/2014, 8:10:04, W3SVC1, <ServerName>, <internal IP>, 15, 329, 3367926, 200, 0, GET, /exchange-oma/<[email protected]>/NON_IPM_SUBTREE/Microsoft-Server-ActiveSync/iPad/ApplV50462*****/eb53cd5d5b9fcf40****************-20ef44,
    As I was typing this, the owner of the iPad from the log file above came by my desk, so I asked a couple more questions.  He's never had another iPad, it's a gen 1, and he's never updated the iOS on it.  I know one of the other iPads in question
    has the most up to date iOS, and the other one is brand new, replacing one that was broken, but the owner of that one had the same issue on a 3 year old iOS.  
    There is nothing special about the user accounts, no special privileges or restrictions.
    Has anyone encountered this before?  Exchange 2003, Server 2003 in a 2008 domain.  Promotion to the 2008 domain was 2 years ago.

    Hi Brian,
    I am so sorry for the delay.
    Do you have any progress by now?
    Since there are lots of devices which use user accounts to log on, failed logon attempts on these devices could be the cause for account lockout.
    If this issue persists, I suggest you refer to these troubleshooting articles below:
    Troubleshooting account lockout the PSS way
    http://blogs.technet.com/b/instan/archive/2009/09/01/troubleshooting-account-lockout-the-pss-way.aspx
    Troubleshooting Account Lockout
    http://technet.microsoft.com/en-us/library/cc773155(v=WS.10).aspx
    In addition, you can also get efficient support at Active Sync forum below:
    http://social.technet.microsoft.com/Forums/exchange/en-US/home?forum=exchangesvrmobilitylegacy
    Best Regards,
    Amy

  • Messages: One MacBook, One User Account, Two Users?? Help!

    Hi,
    I just upgraded to Mountain Lion on my MBA from mid 2011 - so far so good!
    In our home, my wife and I have one Mac that we both use. Since we use it most of the time to browse on the Internet, listen to music, looking at pictures e.g. we only have on user account, that we both share/use.
    In "Messages" in Mountain Lion, it seems like it is only possible to merge one Apple ID with Messages....Which means, that every time my wife wants to use this feature, she has to sign me out and log in with her own Apple-ID.
    Alternatively, to create her own user account, but all of this doesn't seem very dynamic and user friendly. I also doubt, that we are the only ones having this setup, on our Mac?!
    The concept works just fine with an iPhone, as this device is normally only used by one person. But a MacBook or iMac, might be in many cases, THE computer in the household with multiple users, each with there Apple-ID.
    My question is, what is the best way to share "Messages" between multiple users with different Apple-ID's, without having to create separate user accounts in Mountain Lion?
    Thanks and brgds.
    Per.

    Thanks for your fast reply!
    I didn't know you could switch between users like that and will definitely give this a try, if it is not possible to do it in a different way...
    It would be perfect, if it was possible to add my wife's Apple-ID to a new account, with in the settings menu in Messages on the Mac.
    So, when either she or I would get an iMessage, we would be notified in the notification center in Mountain Lion, and still be using the same user account.
    My hope is to be able to only have one user account on our Mac and both of us sharing all the cool new features in Mountain Lion, with each of our Apple-ID's.
    But, if that is not possible, you solution seems like a great compromise
    Thanks again!

  • Event 4740 Not Logged for a Single Account Lockout

    Domain Functional Level: 2003
    PDC Emulator: 2008 R2
    Lockout Origin DC (also the RADIUS server): 2003 R2
    For quite a while now I have been relying on Event 4740 on the PDC Emulator to track account lockouts.  Usually when the RADIUS server causes an account lockout, the Caller Computer Name is blank in the Event 4740.  This usually tells me that our
    Cisco WLAN Controller caused the lockout.
    Our Default Domain Policy is set to audit Account Logon Events for failure, Account Management for success/failure, and Logon Events for success/failure (plus numerous other things).
    This time there is no Event 4740 for this account lockout and I can't figure out why.  The events are there for other lockouts several minutes before or after this one.  Windows just hates me so it decided to skip this one.  The main reason
    this is a problem is because I just set up Scheduled Task on the PDC Emulator, triggered by Event 4740, to run a PowerShell script that will provide the help desk with a report for each account lockout, even parsing the IIS logs on the Client Access Server
    to identify which ActiveSync device caused it.  Of course the week after I announce that, Windows decides not to log one.
    Using LockoutStatus.exe I determined that the Origin DC for the lockout was the RADIUS server.
    NetLogon debug logging is enabled on the RADIUS server, however I took a nap today after being let out of work early for the holiday so by the time I checked the netlogon.bak file it had already been overwritten with newer data.
    There was, however, an Event 644 locked on the RADIUS server (pasted below with domain/computer/user details edited for privacy).  I don't even know where to start as far as trying to prevent this from happening again.  Anyone have any suggestions?
     Within the next couple months I will spin up a 2012 RADIUS server and a separate 2008 R2 DC to replace the 2003 multipurpose server, but it's not high on my boss's priority list so it's a tough sell considering the WLAN is functional right now.
    Event Type: Success Audit
    Event Source: Security
    Event Category: Account Management 
    Event ID: 644
    Date: 12/31/2014
    Time: 10:00:35 AM
    User: NT AUTHORITY\SYSTEM
    Computer: DomainControllerAndRadiusServer
    Description:
    User Account Locked Out:
    Target Account Name:
    LockedOutUser
    Target Account ID:
    DOMAIN\LockedOutUser
    Caller Machine Name:
    CISCO
    Caller User Name:
    DomainControllerAndRadiusServer$
    Caller Domain:
    DOMAIN
    Caller Logon ID:
    (0x0,0x3E7)
    For quite a while now I have been relying on Event 4740 on the PDC Emulator to track account lockouts.  Usually when the RADIUS server causes an account lockout, the Caller Computer Name is blank in the
    Event 4740.  This usually tells me that our Cisco WLAN Controller caused the lockout.
    For quite a while now I have been relying on Event 4740 on the PDC Emulator to track account lockouts.  Usually when the RADIUS server causes an account lockout, the Caller Computer Name is blank in the
    Event 4740.  This usually tells me that our Cisco WLAN Controller caused the lockout.
    For quite a while now I have been relying on Event 4740 on the PDC Emulator to track account lockouts.  Usually when the RADIUS server causes an account lockout, the Caller Computer Name is blank in the
    Event 4740.  This usually tells me that our Cisco WLAN Controller caused the lockout.

    Hi,
    I suggest you use Auditpol command to check the current auditing status on Domain Controller.
    You can type this command below:
    Auditpol /get /Category:Logon/Logoff
    If the Account Lockout subcategory is set to no auditing, please use /set option to enable auditing:
    Auditpol /set /Subcategory:”Account Lockout” /Success:enable /Failure:enable
    More information for you:
    Auditpol
    http://technet.microsoft.com/en-us/library/cc731451.aspx
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • ORA-20160: Encountered an error while getting the ORACLE user account.

    when users trying to apply for the leave . Once they apply for the leave and the respective manager approves it.
    They get an notification mail with the error message The changes were not applied because ORA-20160: Encountered an error while getting the ORACLE user account for your concurrent request. Contact your system administrator. ORA-06512: at "APPS.ALR_PER_ABSENCE__800_53447_IAR", line 3 ORA-04088: error during execution of trigger 'APPS.ALR_PER_ABSENCE__800_53447_IAR'
    EBS : 12.1.2
    Database : 11.2.0

    We are also facing the same issue , with the following error.
    The Changes were not applied because ORA-20160: Encountered an error while getting the ORACLE user account for your concurrent request, Contact your system administrator. ORA-06512: at “ APPS.ALR_PAY_ELEMENT_801_53338_IAR”, line 1 ORA-04088: error during execution of the trigger ‘APPS.ALR_PAY_ELEMENT_801_53338_IAR’
    Dear Hussein ,
    As per your suggestion , if we disable the trigger , does it workflow goes ahead without any problems ?
    By Disabling the trigger , what would be the impact ? I mean does we are going to loose the data that was supposed to be updated the trigger.
    And basically please educate me . what is the use of this APPS.ALR_PAY_ELEMENT_801_53338_IAR’ ?
    Regards
    Raghu

Maybe you are looking for

  • F110 Message : Payment order created, invoice not paid.

    Dear, All Experts. I have done F110, I am getting this message :- Payment order 1000000454 for RUB 14.998,00- was generated for payment method T In F110 I can see the payment order report also, but why invoice is not getting paid ? Or I am missing so

  • Safari 5.1.1 does not start anymore, keep crashing

    Safari 5.1.1 does not start anymore, keep crashing Process:         Safari [748] Path:            /Applications/Safari.app/Contents/MacOS/Safari Identifier:      com.apple.Safari Version:         5.1.1 (6534.51.22) Build Info:      WebBrowser-7534512

  • Korean Font Problem

    Here's the thing. im using macromedia flash8 i need to use korean characters in my fla file. everything is fine _if only_ the settings in the windows xp's Regional and Language Options > Advanced > Language for non-Unicode programs is set to Korean.

  • Some of my thumbnails disappeared, but the photos are still in the iPhoto L

    Can anyone help me to get my missing thumbnails back to the iPhoto window? Some of them disappeared for no apparent reason. The files themselves are still in the iPhoto Library folder (both original and modified folders), but they are not showing up

  • IS_NUMBER function?

    I wrote a very primitive function to check if the contents of a VARCHAR field is Numeric. The function simply checks if every character in the field is between 0 - 9. I feel like this is a very inefficient way to check for numeric/non-numeric data. I