Corrupt Mailbox

Hi,
Have a mac mini server running 10.6.3 and running mail services.
I have set up to have a mailbox where all mail is copied too that goes through the server. I cal it Post.
We do development business and when an enquiry comes in I have the server (using a rule in Mail.app) to re divert these to 3 people to make sure they attend to them.
Whilst playing with the rules I stuffed up and this meant it went back through the Post account and redelivered alot of mail to it.
Somehow it has gotten corrupted. I have deleted the apple.com.mail.plist file and the Mail folder but it only imports about 120 messages before mail hangs. I can add any of the other accounts hosted on the server on the machine and they import fine and dont hang.
I think I have corrupted the mailbox. is there a way of rebuilding it?
Thanks
Chris

Try this and see if this works:
Set-Mailbox <user> -Database <Database>
Twitter!: Please Note: My Posts are provided “AS IS” without warranty of any kind, either expressed or implied.

Similar Messages

  • Reconstruct -m showing corrupt mailboxes, Version not recognized

    Hi,
    Using Sun Messaging server version:
    Sun Java(tm) System Messaging Server 6.2-4.03 (built Sep 22 2005)
    libimta.so 6.2-4.03 (built 04:37:42, Sep 22 2005)
    SunOS mailstore-7 5.10 Generic_137137-09 sun4u sparc SUNW,Netra-240
    As a normal monthly maintenance task I perform a reconstruct -m on our mailstores, but this time, I got back a LOT of errors of users with corrupt mailboxes.
    The next step is I tried to take users (1 at a time) with corrupted mailboxes and use reconstruct -ifr /user/jreed7, that looks successful:
    /opt/SUNWmsgsr/sbin/reconstruct -ifr user/jreed7
    user/jreed7/INBOX
    Reconstructing...
    user/jreed7/Trash
    Reconstructing...
    user/jreed7: fixed quota root usage
    Then I tried using reconstruct -p primary -u jreed7 -m and this was not so successful:
    /opt/SUNWmsgsr/sbin/reconstruct -p primary -u jreed7 -m
    user/jreed7
    user/jreed7/Trash
    =user/jreed7
    =user/jreed7/Trash
    [08/Jan/2010:15:25:23 -0900] mailstore-7 reconstruct[9581]: Store Critical: Mailbox corrupted, Version not recognized: user/jreed7/Sent
    ?user/jreed7/Sent: Invalid mailbox
    [08/Jan/2010:15:25:23 -0900] mailstore-7 reconstruct[9581]: Store Critical: Mailbox corrupted, Version not recognized: user/jreed7/Drafts
    ?user/jreed7/Drafts: Invalid mailbox
    I'm not sure what to do next. I have seen posts similar, however, not the same as my issue.

    PEP64 wrote:
    that seemed to work. I don't understand why reconstruct -ifr (which zeros out the idx files) then forces reconstruct on all folders in the mailbox didn't work.The "reconstruct -r" command will only process folders that exist in the store database. The "reconstruct -m" process appears to have removed the record of the mailbox from the store database due to the afore mentioned corruption.
    Running "mboxutil -c" on the mailbox re-creates the record.
    This is why I suggested running "reconstruct -r" before "reconstruct -m".
    Unfortunately I don't have any of the users passwords to be able to log in as them to make sure they can get to the once corrupted folder(s).
    Thanks again for your expertise Shane. I didn't spool the output of the reconstruct -m on all 35,000 mailboxes because I've never seen this problem until just recently. The list is quite long, so I might not hear anything else about this for a while. It is always a good idea to capture the output of reconstruct -m/recontstruct -r commands for future reference.
    There is 1 that I was not able to recreate and I believe it might have something to do with the fact that the name of the folder Family and Friends has spaces in it.You can quote the folder name e.g.
    ./mboxutil -c 'user/blah/Family and Friends'Regards,
    Shane.

  • Repair corrupt mailbox database

    I have a standalone Exchange 2010 server (virtual server in vmware) with a corrupt mailbox database.  The server (VMDK file) resides in a vmware HA cluster fiber connected to a SAN.  The SAN experienced a hard drive failure (RAID 5 volume which
    contained Exchange server).  Replaced the hard drive and the volume rebuilt without error.  However,
    after the rebuild the Mailbox database started blowing errors about being corrupt.  I ran a chkdsk /f /r on both the C: and D: drives.  C: drive was clean.  Chkdsk on D: reported that
    Windows replaced bad clusters in the file mbdata1.edb (mailbox database) file.
    I can see the following errors:
    ESE Event 474, 2007
    ExchangeStoreDB Event 203, 233
    Storage Group Consistency Check Event 254, 306, 401, 403 and 405
    MSExchangeIS Event 9782
    I ran an integrity check (ESEUTIL /g) which completed with errors:
    Integrity check completed.
    Database is CORRUPTED, the last full backup of this database was on 12/17/2011 08:44:37
    Operation terminated with error -1206 (JET_errDatabaseCorrupted, Non database file or corrupted db) after 631.407 seconds.
    I am finding [what seems to me to be] conflicting information on how to proceed.  It seems that I can attempt repair of the DB (using eseutil and isinteg) and risk possible additional damage to the file or create a new mailbox database and move
    the mailboxes to the new database.
    Looking for advice on how to proceed.

    Good suggestions from Simon and a few additional points
    1. Before doing any of the following I would ensure I made a complete backup of the appropriate files  i.e. the EDB as well as the VMDK to ensure you have the possibility to do a rollback if needed.
    2. Since this is a VMware system I would suggest to you verify the VMDK is without issue and there are different methods for this dependent upon the version of VMware that you are running.  Just do a search in Google for something like "how to verify
    a VMDK file"
    3. ISinteg is no longer around in Exchange 2010 so the most you can do is to run eseutil  to attempt to repair the EDB and if that did work you would need to do a move mailbox which has integrity checking built in as part of the move process
    4. That said IF the database is still online and accessible I would suggest that you;
    A: Create a NEW/FRESH VMDK
    B:  Then create a new DB on the NEW/FRESH VMDK
    C: Start moving mailboxes from the old EDB into the new EDB. NOTE: You may want to temporarily enable circular logging during the move process to avoid log build up and then turn it off post process and get a new backup.
    D: If you encounter errors in moving any mailboxes I would go on to the next and move all of them that you can and then come back and address     the problem mailboxes.
    E: if they all move then you can kill off the old EDB.
    F: of course you will also want to modify your backup process to protect the new EDB
    The other option as Simon pointed out would be to;
    A: Take the DB offline and copy it off to a safe place
    B: Recover from your last known good backup
    C: Then take that copy of the database that you have, make a new copy and use the MS Recovery DB process
    http://technet.microsoft.com/en-us/library/dd876954.aspx or a 3rd party product like Lucid8's DigiScope
    http://www.lucid8.com/product/digiscope.asp to open the old damaged offline database so that you can merge the delta data into the restored database in the Production Exchange Server.
    Troy Werelius
    www.Lucid8.com
    Search, Recover, & Extract Mailboxes, Folders, & Email Items from Offline EDB's and Live Exchange Servers with Lucid8's DigiScope

  • Export and Import PST corrupting mailbox folder structure

    Hi,
    I have an old Exchange 2003 mailserver which I am replacing with Exchange 2013 server. I am doing a fresh install in a new domain and will import the old mailboxes (5) via PST's.
    I have exported the mail from Exchange 2003 using exmerge to PST files, then imported using the new EAC import PST process. When completed I see that the folders inside the mailbox have corrupt names.
    Any ideas?
    Cheers
    Craig

    Hello Craig,
    Did you see this issue before you import the pst file (which export with Exmerge)?
    If not, I suggest you follow this way to have a try:
    Use Outlook to export pst files from Exchange 2003 mailboxes.
    Import the pst file to Exchange 2013 mailboxes.
    After that, check whether this issue will occur or not.
    Thanks,
    Evan Liu
    TechNet Subscriber Support in forum
    If you have any feedback on our support, please contact
    [email protected]
    Evan Liu
    TechNet Community Support

  • Corrupted mailbox help?

    Hello all,
         I've been on the phone with Microsoft Exchange incident support for just over 23hrs now and they have been unable to help me resolve this issue so helping maybe the collective brain trust here can.
    We had an exchange 2010 to Exchange 2013 migration go horribly awry. End result we had to mount the Mailbox and Publicfolder EDB's on rebuilt 2010 box, export the mailboxes as PST's and then import them into the Exchange 2013 server. For the most part it
    worked ok. However I've got a couple of mailboxes that are displaying 
    warning
    The object pce.local/Migrated/Recipients/PCEPacific, Lit has been corrupted, and it's in an inconsistent state. The following validation errors happened:
    Database is mandatory on UserMailbox."
    when I double click on them. 
    At this point I don't even care about recovering them I just want to be able to delete them. However when I try and delete them I get the following error 
    "error
    Object reference not set to an instance of an object."
    Any ideas on how I can get past that in order to delete the mailbox?
    Thanks!
    Caleb

    Possibly a lingering object issue. A similar issue was solved here by using repadmin for each DC and checking the logs as you go. It will be a big job if you have a lot of DC's though.
    http://social.technet.microsoft.com/Forums/en-US/6cd55a56-0f3a-4c91-a1ad-154621a09f6b/deleting-corrupted-account-database-is-mandatory-on-usermailbox

  • Mailbox gets corrupt

    Does anybody else encounter frequent problems with corrupted mailboxes in Mail3? I'm not sure that this is the only situation which creates the problem here, but I have quite some time the following happening
    - An junk mail is moved by a filter to a IMAP folder
    - All mails in this folder look fine
    - I set the mail manually to junk
    - my filter automatically removes the junk mail from the IMAP folder to the local junk folder
    - the mail PREVIOUS to the junk mail is showing up corrupted (often without header, sometimes disappearing at all)
    - Rebuilding the IMAP mailbox fixes the corrupt mail
    I'm not 100% sure this is limited to IMAP folders, but it looks like a bug in the IMAP support. Any other experiences like that?
    Thomas

    Does anybody else encounter frequent problems with corrupted mailboxes in Mail3? I'm not sure that this is the only situation which creates the problem here, but I have quite some time the following happening
    - An junk mail is moved by a filter to a IMAP folder
    - All mails in this folder look fine
    - I set the mail manually to junk
    - my filter automatically removes the junk mail from the IMAP folder to the local junk folder
    - the mail PREVIOUS to the junk mail is showing up corrupted (often without header, sometimes disappearing at all)
    - Rebuilding the IMAP mailbox fixes the corrupt mail
    I'm not 100% sure this is limited to IMAP folders, but it looks like a bug in the IMAP support. Any other experiences like that?
    Thomas

  • I have a stubborn mailbox which refuses to be deleted in IMAP.

    Hi
    looking at our logs on our mail server in Server admin a user keeps getting an IOERROR with the cyrus.header: No such file or directory. I have removed what mail was in the mailbox and tried to delete it but no luck. I have tried Sir Admin but it wont allow me to create an ACL to delete it. I have rebuilt it using the server tools, but it still wont let me delete it.
    Is there a terminal command i could use?
    Thanks

    I'd recommend to use Cyradm to nuke a corrupted mailbox.
    There is brief article including instructions and download links at
    http://www.afp548.com/article.php?story=20040814204411280
    Note cyradm is NOT the same as SirAdmin mentioned earlier in this thread nor is it ServerAdmin.
    It is a command ine utility to adminstrate Cyrus IMAP servers.

  • Mailbox migration failed: MapiExceptionJetErrorPageNotInitialized: Unable to find table row

    Hi Everyone,
    I'm trying to migrate mailboxes from 2010 -> 2013 and I've com across an odd error.
    I've put my skip limit to 5(for bad files), however this error seems to appear regardless. I'm not a Jets DB expert, but not being able to find a row seems quite serious. Any ideas?
    Data migrated: 1004 MB (1,052,931,906 bytes) 
    Migration rate: 0 B (0 bytes) 
    Error: MigrationPermanentException: Error: MapiExceptionJetErrorPageNotInitialized: Unable to find table row. (hr=0x80004005, ec=-1019) Diagnostic context: ...... Lid: 52176 ClientVersion: 15.0.516.30 Lid: 50032 ServerVersion: 14.3.123.2 Lid: 23226 --- ROP
    Parse Start --- Lid: 27962 ROP: ropGetContentsTable [5] Lid: 27962 ROP: ropSetColumns [18] Lid: 17082 ROP Error: 0xFFFFFC05 Lid: 27489 Lid: 21921 StoreEc: 0xFFFFFC05 Lid: 27962 ROP: ropExtendedError [250] Lid: 1494 ---- Remote Context Beg ---- Lid: 1238 Remote
    Context Overflow Lid: 8756 StoreEc: 0xFFFFFC05 Lid: 58765 StoreEc: 0xFFFFFC05 Lid: 48425 StoreEc: 0xFFFFFC05 Lid: 6995 StoreEc: 0xFFFFFC05 PropTag: 0x67B50102 Lid: 4819 StoreEc: 0xFFFFFC05 Lid: 17692 Lid: 5587 StoreEc: 0xFFFFFC05 PropTag: 0xC1A84B0 Lid: 13300
    StoreEc: 0xFFFFFC05 Lid: 21097 Lid: 39027 dwParam: 0x6BD Lid: 8756 StoreEc: 0xFFFFFC05 Lid: 58765 StoreEc: 0xFFFFFC05 Lid: 48425 StoreEc: 0xFFFFFC05 Lid: 5459 StoreEc: 0xFFFFFC05 PropTag: 0xC1A84B0 Lid: 6483 StoreEc: 0xFFFFFC05 PropTag: 0xC1A84B0 Lid: 59073
    StoreEc: 0xFFFFFC05 Lid: 28220 Lid: 52321 StoreEc: 0xFFFFFC05 Lid: 46177 dwParam: 0xBFE629 Lid: 35937 StoreEc: 0xFFFFFC05 Lid: 44129 dwParam: 0x1183C6F Lid: 60513 StoreEc: 0xFFFFFC05 Lid: 48225 Lid: 9253 StoreEc: 0xFFFFFC05 Lid: 28104 Lid: 13861 StoreEc: 0xFFFFFC05
    Lid: 27265 StoreEc: 0xFFFFFC05 Lid: 1750 ---- Remote Context End ---- Lid: 27962 ROP: ropFindRow [79] Lid: 17082 ROP Error: 0xFFFFFC05 Lid: 23649 Lid: 21921 StoreEc: 0xFFFFFC05 Lid: 27962 ROP: ropExtendedError [250] Lid: 1494 ---- Remote Context Beg ---- Lid:
    26426 ROP: ropFindRow [79] Lid: 40685 StoreEc: 0xFFFFFC05 Lid: 28720 Lid: 11621 StoreEc: 0xFFFFFC05 Lid: 56781 StoreEc: 0xFFFFFC05 Lid: 21484 Lid: 23788 StoreEc: 0xFFFFFC05 Lid: 1750 ---- Remote Context End ---- Lid: 26849 Lid: 21817 ROP Failure: 0xFFFFFC05
    Lid: 29726 Lid: 18462 StoreEc: 0xFFFFFC05 

    Hi,
    From your description, if you specify a larger value for the bad items limit, this error will disappear. Then the issue should be related to the corrupt mailbox, such as the subfolder property and so on, you can use MFCMAPI to check them and then remove
    problematic folders.
    Hope this can be helpful to you.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Certain mailboxes not showing the stored mails

    After upgrading to OSX mavericks, mails in certain folders are not visible --  ony headers can be seen without the mail contents.
    How to get it back ?

    I had the same problem, and here is how I solved it.
    Note that this is a bad trick, and I don't guarantee it will work for you, but it did for me.
    Quit mail
    Go to the ~Library/Mail folder (you can find the ~Library folder by holding the option key and choose to Go To menu in the menu bar).
    There, you should see a V2 folder, with a Mailboxes folder inside.
    In that Mailboxes folder, I had some of my corrupted mailboxes (the ones with the empty mails) and the same mailbox folder with a "-2" suffix. I deleted the mailbox and renamed the "-2" to remove the suffix.
    Launch Mail again, that worked for me.

  • Problem with huge mailbox

    Hi all,
    Running GW POA and GW client version 7.0.3.
    One of my users has managed to gather more than 1 million messages in her mailbox (rule going wild for a few months!) resulting in a user DB of more than 3 GB! The GW client obviously can't display all those messages but it seems that even deleting some messages through the client has no effect. The message stats in the client stay the same (even after recalculating them using GWCHECK) and the user DB also stays the same size. Mail after April 19th isn't visible in the client at startup but it is present in the database because when I use a filter, I can get the client to show the mail but a simple filter (subjectline-query) takes about 4 hours to show anything! During those 4 hours the POA takes 100% CPU utilization from our Netware 6.5 server which is making some people very unhappy. I tried using Webaccess but it times out all the time. Even a standard Analyse & Fix from GWCHECK takes more than a day. :-(
    I've created a new mailbox for this user and I'm thinking of archiving the latest mail from her e corrupted mailbox. I could then change the FID of the archive to match the new mailbox (I think). Since normal GW tools take forever to accomplish this, could anyone point me in the direction of a good third-party tool for the job? Or is there a better path to keep this user happy?
    Thanks for thinking with me on this one!
    Arnold

    Thanks for your answer Edward!
    Originally Posted by edmaa
    Do all the messages have the same subject name ? if so you could delete
    them using gwcheck
    Yes, they do. They are all mailer-daemon replies to an out-of-office rule. I don't see how this could have happened in the first place. Groupwise should have send the answer only once. I know about the tricks to by-pass that behaviour but those were not applied in this case. It was a straight-forward rule. But, to answer your question, yes they all have the same subjectline. I think I read about the option you mention. You use the standalone GWCHECK directly on the (in this case) user database, correct? I just can't remember te parameter to use.
    The client doesn't seem to be able to delete messages but I guess GWCHECK will be a bit more aggressive there?
    Originally Posted by edmaa
    3rd party archive tools don't archive to the same gw archive the client
    can read. They generally archive to a seperate archive database.
    Ah, okay. So that's not really an option then.

  • MacbookPro Mid 2012 13" weird crash window (sometimes during gameplay)

    Hey guys...
    strange error occurs even don't really know how to describe, I'll try but the video will describe it better, of course.
    Configuration:
    Macbook Pro 13" Mid 2012
    8gb RAM (originally 4gb, self upgrade to 8gb (Corsair Vengeance SoDimm CL9 PC3-12800 8GB 1600MHz DD3-RAM Kit))
    Intel HD 4000
    Mountain Lion
    Error:
    Reproducible: Yes! (Many times), by playing a game (simple games like Virtual City Playground, or some real games like Starcraft II)
    Description:
    Playing a game or sometimes without running any real heavy applications/ games my MBP totally freaks out. Flickering on the screen and a weird repeating warn-signal or whatever appears so that I can't do anything than turning it completely off by using the Power-Button. After a restart Macbook Spotlight indicates again and it seems like the TimeMachine Update needs a lot more time to run, to analyse where it stopped or whatever. Please take a look on the Vid, to see the error. Applications and everything seem to be up-to-date. For me it seems like a graphic-card issue, but can't remember having this problem using Lion (but had Lion just a week or two, so not a lot of experience with it).
    http://youtu.be/MQX4UZaPYXQ
    Console since StarCraftII start to simulate the error:
    11.09.12 22:07:03,861 StarCraft II[2606]: Current process is NOT running as Admin: -60007
    11.09.12 22:07:04,000 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=2615[Blizzard Launche] clearing CS_VALID
    11.09.12 22:07:22,082 Dock[279]: no information back from LS about running process
    11.09.12 22:07:22,342 Agent[2608]: objc[2608]: Object 0x20c75b0 of class __NSCFData autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
    11.09.12 22:07:24,526 WindowServer[91]: Display 0x42730c0 captured by conn 0x1339b
    11.09.12 22:07:44,544 coreservicesd[63]: SendFlattenedData, got error #268435459 (ipc/send) invalid destination port from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=6594
    11.09.12 22:14:45,000 bootlog[0]: BOOT_TIME 1347423285 0
    11.09.12 22:15:03,000 kernel[0]: PMAP: PCID enabled
    11.09.12 22:15:03,000 kernel[0]: PMAP: Supervisor Mode Execute Protection enabled
    11.09.12 22:15:03,000 kernel[0]: Darwin Kernel Version 12.1.0: Tue Aug 14 13:29:55 PDT 2012; root:xnu-2050.9.2~1/RELEASE_X86_64
    11.09.12 22:15:03,000 kernel[0]: vm_page_bootstrap: 1993035 free pages and 87733 wired pages
    11.09.12 22:15:03,000 kernel[0]: kext submap [0xffffff7f8073e000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800073e000]
    11.09.12 22:15:03,000 kernel[0]: zone leak detection enabled
    11.09.12 22:15:03,000 kernel[0]: standard timeslicing quantum is 10000 us
    11.09.12 22:15:03,000 kernel[0]: standard background quantum is 2500 us
    11.09.12 22:15:03,000 kernel[0]: mig_table_max_displ = 74
    11.09.12 22:15:03,000 kernel[0]: TSC Deadline Timer supported and enabled
    11.09.12 22:15:03,000 kernel[0]: corecrypto kext started!
    11.09.12 22:15:03,000 kernel[0]: Running kernel space in FIPS MODE
    11.09.12 22:15:03,000 kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    11.09.12 22:15:03,000 kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    11.09.12 22:15:03,000 kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    11.09.12 22:15:03,000 kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    11.09.12 22:15:03,000 kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    11.09.12 22:15:03,000 kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!
    11.09.12 22:15:03,000 kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!
    11.09.12 22:15:03,000 kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    11.09.12 22:15:03,000 kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    11.09.12 22:15:03,000 kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    11.09.12 22:15:03,000 kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    11.09.12 22:15:03,000 kernel[0]: corecrypto.kext FIPS POST passed!
    11.09.12 22:15:03,000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    11.09.12 22:15:03,000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    11.09.12 22:15:03,000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    11.09.12 22:15:03,000 kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    11.09.12 22:15:03,000 kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    11.09.12 22:15:03,000 kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    11.09.12 22:15:03,000 kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    11.09.12 22:15:03,000 kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    11.09.12 22:15:03,000 kernel[0]: calling mpo_policy_init for TMSafetyNet
    11.09.12 22:15:03,000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    11.09.12 22:15:03,000 kernel[0]: calling mpo_policy_init for Sandbox
    11.09.12 22:15:03,000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    11.09.12 22:15:03,000 kernel[0]: calling mpo_policy_init for Quarantine
    11.09.12 22:15:03,000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    11.09.12 22:15:03,000 kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    11.09.12 22:15:03,000 kernel[0]: The Regents of the University of California. All rights reserved.
    11.09.12 22:15:03,000 kernel[0]: MAC Framework successfully initialized
    11.09.12 22:15:03,000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    11.09.12 22:15:03,000 kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    11.09.12 22:15:03,000 kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    11.09.12 22:15:03,000 kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0046
    11.09.12 22:15:03,000 kernel[0]: AppleIntelCPUPowerManagement: (built 23:03:24 Jun 24 2012) initialization complete
    11.09.12 22:15:03,000 kernel[0]: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    11.09.12 22:15:03,000 kernel[0]: [ PCI configuration begin ]
    11.09.12 22:15:03,000 kernel[0]: console relocated to 0xf10000000
    11.09.12 22:15:03,000 kernel[0]: PCI configuration changed (bridge=15 device=4 cardbus=0)
    11.09.12 22:15:03,000 kernel[0]: [ PCI configuration end, bridges 11 devices 15 ]
    11.09.12 22:15:03,000 kernel[0]: mbinit: done [96 MB total pool size, (64/32) split]
    11.09.12 22:15:03,000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    11.09.12 22:15:03,000 kernel[0]: rooting via boot-uuid from /chosen: E18B8BC2-6344-3067-A4CE-FC695124E956
    11.09.12 22:15:03,000 kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    11.09.12 22:15:03,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    11.09.12 22:15:03,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    11.09.12 22:15:03,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    11.09.12 22:15:03,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    11.09.12 22:15:03,000 kernel[0]: AppleIntelCPUPowerManagementClient: ready
    11.09.12 22:15:03,000 kernel[0]: BTCOEXIST off
    11.09.12 22:15:03,000 kernel[0]: BRCM tunables:
    11.09.12 22:15:03,000 kernel[0]: pullmode[1] txringsize[  256] reapmin[   32] reapcount[  128]
    11.09.12 22:15:03,000 kernel[0]: highWaterMark: VO[  192]  VI[  192]  BE[  192]  BK[  192]
    11.09.12 22:15:03,000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/TOSHIBA MK5065GSXF Media/IOGUIDPartitionScheme/Customer@2
    11.09.12 22:15:03,000 kernel[0]: BSD root: disk0s2, major 1, minor 2
    11.09.12 22:15:03,000 kernel[0]: jnl: unknown-dev: replay_journal: from: 17126912 to: 19440640 (joffset 0xe8a000)
    11.09.12 22:15:03,000 kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 003ee1fffe10e820; max speed s800.
    11.09.12 22:15:03,000 kernel[0]: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    11.09.12 22:15:03,000 kernel[0]: jnl: unknown-dev: journal replay done.
    11.09.12 22:15:03,000 kernel[0]: Kernel is LP64
    11.09.12 22:15:03,000 kernel[0]: hfs: Removed 34 orphaned / unlinked files and 907 directories
    11.09.12 22:14:48,919 com.apple.launchd[1]: *** launchd[1] has started up. ***
    11.09.12 22:14:48,919 com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    11.09.12 22:15:01,075 com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    11.09.12 22:15:06,107 hidd[47]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    11.09.12 22:15:06,110 fseventsd[48]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (2685 21 2757)
    11.09.12 22:15:06,111 fseventsd[48]: log dir: /.fseventsd getting new uuid: E41FE4C6-F5B9-4468-97D2-76653665DDEB
    11.09.12 22:15:11,000 kernel[0]: Waiting for DSMOS...
    11.09.12 22:15:11,000 kernel[0]: macx_swapon SUCCESS
    11.09.12 22:15:11,000 kernel[0]: BCM5701Enet: Ethernet address 40:6c:8f:41:93:a9
    11.09.12 22:15:11,000 kernel[0]: AirPort_Brcm4331: Ethernet address 7c:d1:c3:73:05:32
    11.09.12 22:15:11,000 kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    11.09.12 22:15:11,000 kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    11.09.12 22:15:12,003 mDNSResponder[40]: mDNSResponder mDNSResponder-379.27.1 (Aug  1 2012 20:12:04) starting OSXVers 12
    11.09.12 22:15:12,117 appleeventsd[53]: main: Starting up
    11.09.12 22:15:12,130 hidd[47]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    11.09.12 22:15:12,155 airportd[69]: _processDLILEvent: en1 attached (down)
    11.09.12 22:15:12,222 com.apple.usbmuxd[26]: usbmuxd-268.5 on Apr  5 2012 at 15:33:48, running 64 bit
    11.09.12 22:15:12,228 coreservicesd[63]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    11.09.12 22:15:12,000 kernel[0]: createVirtIf(): ifRole = 1
    11.09.12 22:15:12,000 kernel[0]: in func createVirtualInterface ifRole = 1
    11.09.12 22:15:12,000 kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff8016a11800
    11.09.12 22:15:12,000 kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    11.09.12 22:15:12,000 kernel[0]: Created virtif 0xffffff8016a11800 p2p0
    11.09.12 22:15:12,000 kernel[0]: IOBluetoothUSBDFU::probe
    11.09.12 22:15:12,000 kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821D FirmwareVersion - 0x0086
    11.09.12 22:15:12,000 kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    11.09.12 22:15:12,000 kernel[0]: Previous Shutdown Cause: 3
    11.09.12 22:15:12,000 kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    11.09.12 22:15:12,000 kernel[0]: [IOBluetoothHCIController][start] -- completed
    11.09.12 22:15:12,000 kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    11.09.12 22:15:12,000 kernel[0]: DSMOS has arrived
    11.09.12 22:15:12,794 WindowServer[76]: Server is starting up
    11.09.12 22:15:13,035 WindowServer[76]: Session 256 retained (2 references)
    11.09.12 22:15:13,035 WindowServer[76]: Session 256 released (1 references)
    11.09.12 22:15:13,044 WindowServer[76]: Session 256 retained (2 references)
    11.09.12 22:15:13,045 WindowServer[76]: init_page_flip: page flip mode is on
    11.09.12 22:15:13,126 mds[39]: (Normal) FMW: FMW 0 0
    11.09.12 22:15:13,146 WindowServer[76]: mux_initialize: kAGCGetMuxState (kMuxControl, kMuxControl_switchingMode) failed (0xe0000001)
    11.09.12 22:15:13,146 WindowServer[76]: mux_initialize: Mode is safe
    11.09.12 22:15:13,163 WindowServer[76]: GLCompositor enabled for tile size [256 x 256]
    11.09.12 22:15:13,163 WindowServer[76]: CGXGLInitMipMap: mip map mode is on
    11.09.12 22:15:13,183 WindowServer[76]: WSMachineUsesNewStyleMirroring: false
    11.09.12 22:15:13,183 WindowServer[76]: Display 0x042730c0: GL mask 0x1; bounds (0, 0)[1280 x 800], 10 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cc3, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009cc300000000042730c0
    11.09.12 22:15:13,184 WindowServer[76]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003f
    11.09.12 22:15:13,184 WindowServer[76]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    11.09.12 22:15:13,184 WindowServer[76]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    11.09.12 22:15:13,193 WindowServer[76]: Created shield window 0x5 for display 0x042730c0
    11.09.12 22:15:13,193 WindowServer[76]: Created shield window 0x6 for display 0x003f003f
    11.09.12 22:15:13,193 WindowServer[76]: Created shield window 0x7 for display 0x003f003e
    11.09.12 22:15:13,193 WindowServer[76]: Created shield window 0x8 for display 0x003f003d
    11.09.12 22:15:13,200 WindowServer[76]: Display 0x042730c0: GL mask 0x1; bounds (0, 0)[1280 x 800], 10 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cc3, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009cc300000000042730c0
    11.09.12 22:15:13,200 WindowServer[76]: Display 0x003f003f: GL mask 0x8; bounds (2304, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003f
    11.09.12 22:15:13,200 WindowServer[76]: Display 0x003f003e: GL mask 0x4; bounds (2305, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    11.09.12 22:15:13,200 WindowServer[76]: Display 0x003f003d: GL mask 0x2; bounds (2306, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    11.09.12 22:15:13,201 WindowServer[76]: CGXPerformInitialDisplayConfiguration
    11.09.12 22:15:13,201 WindowServer[76]:   Display 0x042730c0: MappedDisplay Unit 0; Vendor 0x610 Model 0x9cc3 S/N 0 Dimensions 11.26 x 7.05; online enabled built-in, Bounds (0,0)[1280 x 800], Rotation 0, Resolution 1
    11.09.12 22:15:13,201 WindowServer[76]:   Display 0x003f003f: MappedDisplay Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2304,0)[1 x 1], Rotation 0, Resolution 1
    11.09.12 22:15:13,201 WindowServer[76]:   Display 0x003f003e: MappedDisplay Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2305,0)[1 x 1], Rotation 0, Resolution 1
    11.09.12 22:15:13,201 WindowServer[76]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2306,0)[1 x 1], Rotation 0, Resolution 1
    11.09.12 22:15:13,201 WindowServer[76]: CGXMuxBoot: Unexpected boot switch return value (0xe00002c7)
    11.09.12 22:15:13,253 launchctl[80]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.teamviewer.teamviewer.plist
    11.09.12 22:15:13,253 launchctl[80]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.teamviewer.teamviewer_desktop.plist
    11.09.12 22:15:13,287 WindowServer[76]: GLCompositor: GL renderer id 0x01024400, GL mask 0x0000000f, accelerator 0x00003e17, unit 0, caps QEX|QGL|MIPMAP, vram 580 MB
    11.09.12 22:15:13,287 WindowServer[76]: GLCompositor: GL renderer id 0x01024400, GL mask 0x0000000f, texture units 8, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    11.09.12 22:15:13,297 WindowServer[76]: Unable to open IOHIDSystem (e00002bd)
    11.09.12 22:15:13,000 kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    11.09.12 22:15:14,188 mds[39]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    11.09.12 22:15:14,188 mds[39]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    11.09.12 22:15:14,236 mds[39]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    11.09.12 22:15:14,340 launchctl[85]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.teamviewer.teamviewer.plist
    11.09.12 22:15:14,340 launchctl[85]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.teamviewer.teamviewer_desktop.plist
    11.09.12 22:15:14,000 kernel[0]: nspace-handler-set-snapshot-time: 1347423316
    11.09.12 22:15:14,543 com.apple.SecurityServer[15]: Session 100000 created
    11.09.12 22:15:15,000 kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    11.09.12 22:15:15,000 kernel[0]: en1::IO80211Interface::postMessage bssid changed
    11.09.12 22:15:15,132 configd[18]: network changed.
    11.09.12 22:15:15,133 configd[18]: setting hostname to "MBP-Simon.local"
    11.09.12 22:15:15,194 WindowServer[76]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    11.09.12 22:15:16,291 WindowServer[76]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x042730c0 device: 0x10f80e320  isBackBuffered: 1 numComp: 3 numDisp: 3
    11.09.12 22:15:27,002 com.apple.SecurityServer[15]: Entering service
    11.09.12 22:15:27,076 loginwindow[43]: Login Window Application Started
    11.09.12 22:15:27,113 apsd[59]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    11.09.12 22:15:27,128 apsd[59]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    11.09.12 22:15:27,132 WindowServer[90]: Server is starting up
    11.09.12 22:15:27,134 WindowServer[90]: Session 256 retained (2 references)
    11.09.12 22:15:27,134 WindowServer[90]: Session 256 released (1 references)
    11.09.12 22:15:27,142 WindowServer[90]: Session 256 retained (2 references)
    11.09.12 22:15:27,143 UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    11.09.12 22:15:27,143 WindowServer[90]: init_page_flip: page flip mode is on
    11.09.12 22:15:27,148 awacsd[57]: Starting awacsd connectivity-77 (Jun 20 2012 15:40:49)
    11.09.12 22:15:27,165 awacsd[57]: InnerStore CopyAllZones: no info in Dynamic Store
    11.09.12 22:15:27,169 WindowServer[90]: mux_initialize: kAGCGetMuxState (kMuxControl, kMuxControl_switchingMode) failed (0xe0000001)
    11.09.12 22:15:27,169 WindowServer[90]: mux_initialize: Mode is safe
    11.09.12 22:15:27,186 WindowServer[90]: GLCompositor enabled for tile size [256 x 256]
    11.09.12 22:15:27,186 WindowServer[90]: CGXGLInitMipMap: mip map mode is on
    11.09.12 22:15:27,196 netbiosd[86]: Unable to start NetBIOS name service:
    11.09.12 22:15:27,199 WindowServer[90]: WSMachineUsesNewStyleMirroring: false
    11.09.12 22:15:27,199 WindowServer[90]: Display 0x042730c0: GL mask 0x1; bounds (0, 0)[1280 x 800], 10 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cc3, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009cc300000000042730c0
    11.09.12 22:15:27,199 WindowServer[90]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003f
    11.09.12 22:15:27,199 WindowServer[90]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    11.09.12 22:15:27,200 WindowServer[90]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    11.09.12 22:15:27,211 WindowServer[90]: Created shield window 0x4 for display 0x042730c0
    11.09.12 22:15:27,211 WindowServer[90]: Created shield window 0x5 for display 0x003f003f
    11.09.12 22:15:27,211 WindowServer[90]: Created shield window 0x6 for display 0x003f003e
    11.09.12 22:15:27,211 WindowServer[90]: Created shield window 0x7 for display 0x003f003d
    11.09.12 22:15:27,224 WindowServer[90]: Display 0x042730c0: GL mask 0x1; bounds (0, 0)[1280 x 800], 10 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cc3, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009cc300000000042730c0
    11.09.12 22:15:27,224 WindowServer[90]: Display 0x003f003f: GL mask 0x8; bounds (2304, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003f
    11.09.12 22:15:27,224 WindowServer[90]: Display 0x003f003e: GL mask 0x4; bounds (2305, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003e
    11.09.12 22:15:27,225 WindowServer[90]: Display 0x003f003d: GL mask 0x2; bounds (2306, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003d
    11.09.12 22:15:27,225 WindowServer[90]: CGXPerformInitialDisplayConfiguration
    11.09.12 22:15:27,225 WindowServer[90]:   Display 0x042730c0: MappedDisplay Unit 0; Vendor 0x610 Model 0x9cc3 S/N 0 Dimensions 11.26 x 7.05; online enabled built-in, Bounds (0,0)[1280 x 800], Rotation 0, Resolution 1
    11.09.12 22:15:27,225 WindowServer[90]:   Display 0x003f003f: MappedDisplay Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2304,0)[1 x 1], Rotation 0, Resolution 1
    11.09.12 22:15:27,225 WindowServer[90]:   Display 0x003f003e: MappedDisplay Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2305,0)[1 x 1], Rotation 0, Resolution 1
    11.09.12 22:15:27,225 WindowServer[90]:   Display 0x003f003d: MappedDisplay Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2306,0)[1 x 1], Rotation 0, Resolution 1
    11.09.12 22:15:27,225 WindowServer[90]: CGXMuxBoot: Unexpected boot switch return value (0xe00002c7)
    11.09.12 22:15:27,233 WindowServer[90]: GLCompositor: GL renderer id 0x01024400, GL mask 0x0000000f, accelerator 0x00003d17, unit 0, caps QEX|QGL|MIPMAP, vram 580 MB
    11.09.12 22:15:27,233 WindowServer[90]: GLCompositor: GL renderer id 0x01024400, GL mask 0x0000000f, texture units 8, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    11.09.12 22:15:27,242 loginwindow[43]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    11.09.12 22:15:27,301 digest-service[100]: label: default
    11.09.12 22:15:27,301 digest-service[100]:           dbname: od:/Local/Default
    11.09.12 22:15:27,301 digest-service[100]:           mkey_file: /var/db/krb5kdc/m-key
    11.09.12 22:15:27,301 digest-service[100]:           acl_file: /var/db/krb5kdc/kadmind.acl
    11.09.12 22:15:27,303 digest-service[100]: digest-request: uid=0
    11.09.12 22:15:27,320 aosnotifyd[102]: bootstrap_look_up failed (44e)
    11.09.12 22:15:27,323 rpcsvchost[111]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    11.09.12 22:15:27,325 digest-service[100]: digest-request: init request
    11.09.12 22:15:27,329 digest-service[100]: digest-request: init return domain: BUILTIN server: MBP-SIMON
    11.09.12 22:15:29,213 WindowServer[90]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    11.09.12 22:15:30,241 WindowServer[90]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x042730c0 device: 0x10c13b320  isBackBuffered: 1 numComp: 3 numDisp: 3
    11.09.12 22:15:32,202 systemkeychain[68]: done file: /var/run/systemkeychaincheck.done
    11.09.12 22:15:32,221 configd[18]: network changed: DNS*
    11.09.12 22:15:32,000 kernel[0]: MacAuthEvent en1   Auth result for: 20:76:00:07:c6:dc  MAC AUTH succeeded
    11.09.12 22:15:32,000 kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    11.09.12 22:15:32,000 kernel[0]: AirPort: Link Up on en1
    11.09.12 22:15:32,000 kernel[0]: en1: BSSID changed to 20:76:00:07:c6:dc
    11.09.12 22:15:32,000 kernel[0]: en1::IO80211Interface::postMessage bssid changed
    11.09.12 22:15:32,000 kernel[0]: AirPort: RSN handshake complete on en1
    11.09.12 22:15:35,074 configd[18]: network changed: DNS*
    11.09.12 22:15:35,078 mDNSResponder[40]: D2D_IPC: Loaded
    11.09.12 22:15:35,078 mDNSResponder[40]: D2DInitialize succeeded
    11.09.12 22:15:35,082 awacsd[57]: Configuring lazy AWACS client: 1366256562.p04.members.btmm.icloud.com.
    11.09.12 22:15:39,210 mDNSResponder[40]: Adding registration domain 1366256562.members.btmm.icloud.com.
    11.09.12 22:15:44,287 awacsd[57]: KV HTTP 0
    11.09.12 22:15:46,630 DMProxy[87]: CGSShutdownServerConnections: Detaching application from window server
    11.09.12 22:15:46,630 DMProxy[87]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    11.09.12 22:15:46,647 WindowServer[90]: Created shield window 0x8 for display 0x042730c0
    11.09.12 22:15:46,648 WindowServer[90]: Display 0x042730c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    11.09.12 22:15:46,665 WindowServer[90]: Display 0x042730c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    11.09.12 22:15:47,075 configd[18]: network changed: v4(en1+:192.168.1.74) DNS+ Proxy+ SMB
    11.09.12 22:15:47,100 UserEventAgent[11]: Captive: en1: Not probing 'TELUS7187' (protected network)
    11.09.12 22:15:47,104 configd[18]: network changed: v4(en1!:192.168.1.74) DNS Proxy SMB
    11.09.12 22:15:47,896 ntpd[95]: proto: precision = 1.000 usec
    11.09.12 22:15:47,911 WindowServer[90]: Display 0x042730c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    11.09.12 22:15:47,912 WindowServer[90]: Display 0x042730c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    11.09.12 22:15:47,918 launchctl[174]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.teamviewer.teamviewer.plist
    11.09.12 22:15:47,918 launchctl[174]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.teamviewer.teamviewer_desktop.plist
    11.09.12 22:15:47,947 launchctl[174]: com.apple.findmymacmessenger: Already loaded
    11.09.12 22:15:47,973 com.apple.SecurityServer[15]: Session 100005 created
    11.09.12 22:15:48,002 hidd[47]: CGSShutdownServerConnections: Detaching application from window server
    11.09.12 22:15:48,002 hidd[47]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    11.09.12 22:15:48,012 WindowServer[90]: Display 0x042730c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    11.09.12 22:15:48,028 loginwindow[43]: Login Window Started Security Agent
    11.09.12 22:15:48,076 locationd[44]: NOTICE,Location icon should now be in state 0
    11.09.12 22:15:48,077 locationd[44]: locationd was started after an unclean shutdown
    11.09.12 22:15:48,140 SecurityAgent[182]: This is the first run
    11.09.12 22:15:48,140 SecurityAgent[182]: MacBuddy was run = 0
    11.09.12 22:15:48,339 launchctl[186]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.teamviewer.teamviewer.plist
    11.09.12 22:15:48,340 launchctl[186]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.teamviewer.teamviewer_desktop.plist
    11.09.12 22:15:48,421 UserEventAgent[176]: cannot find useragent 1102
    11.09.12 22:15:49,169 com.apple.launchd[1]: (com.apple.xprotectupdater[24]) Exited with code: 252
    11.09.12 22:15:49,766 airportd[69]: _doAutoJoin: Already associated to “TELUS7187”. Bailing on auto-join.
    11.09.12 22:15:49,787 airportd[69]: _doAutoJoin: Already associated to “TELUS7187”. Bailing on auto-join.
    11.09.12 22:15:49,807 airportd[69]: _doAutoJoin: Already associated to “TELUS7187”. Bailing on auto-join.
    11.09.12 22:15:50,863 awacsd[57]: InnerStore GetWakeInfoForZone: no external port for 1366256562.members.btmm.icloud.com.
    11.09.12 22:15:51,198 awacsd[57]: InnerStore GetWakeInfoForZone: no external port for 1366256562.members.btmm.icloud.com.
    11.09.12 22:15:51,000 kernel[0]: utun_ctl_connect: creating interface utun0
    11.09.12 22:15:52,000 kernel[0]: ast_pending=0xffffff8003aa71b0
    11.09.12 22:15:52,000 kernel[0]: cpu_interrupt=0xffffff8003abe650
    11.09.12 22:15:52,000 kernel[0]: vboxdrv: fAsync=0 offMin=0x11cb offMax=0x1d7a
    11.09.12 22:15:52,000 kernel[0]: VBoxDrv: version 4.1.20 r80170; IOCtl version 0x190000; IDC version 0x10000; dev major=34
    11.09.12 22:15:52,000 kernel[0]: VBoxFltDrv: version 4.1.20 r80170
    11.09.12 22:15:52,000 kernel[0]: VBoxAdpDrv: version 4.1.20 r80170
    11.09.12 22:15:52,958 SecurityAgent[182]: User info context values set for simscheel
    11.09.12 22:15:53,096 SecurityAgent[182]: Login Window login proceeding
    11.09.12 22:15:53,299 loginwindow[43]: Login Window - Returned from Security Agent
    11.09.12 22:15:53,323 loginwindow[43]: USER_PROCESS: 43 console
    11.09.12 22:15:53,336 launchctl[237]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.teamviewer.teamviewer.plist
    11.09.12 22:15:53,336 launchctl[237]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.teamviewer.teamviewer_desktop.plist
    11.09.12 22:15:53,355 airportd[69]: _doAutoJoin: Already associated to “TELUS7187”. Bailing on auto-join.
    11.09.12 22:15:53,474 launchctl[240]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.teamviewer.teamviewer.plist
    11.09.12 22:15:53,474 launchctl[240]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.teamviewer.teamviewer_desktop.plist
    11.09.12 22:15:53,489 com.apple.launchd.peruser.501[236]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    11.09.12 22:15:53,493 loginwindow[43]: Connection with distnoted server was invalidated
    11.09.12 22:15:53,506 distnoted[241]: # distnote server agent  absolute time: 68.111959738   civil time: Tue Sep 11 22:15:53 2012   pid: 241 uid: 501  root: no
    11.09.12 22:15:53,763 WindowServer[90]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    11.09.12 22:15:53,776 Little Snitch Agent[249]: Little Snitch Agent version 3871 started.
    11.09.12 22:15:53,830 com.apple.SecurityServer[15]: Session 100007 created
    11.09.12 22:15:53,846 WindowServer[90]: Display 0x042730c0: MappedDisplay Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 3)
    11.09.12 22:15:53,932 Little Snitch Network Monitor[255]: Little Snitch Netzwerkmonitor version 3871 started.
    11.09.12 22:15:54,958 coreaudiod[260]: 2012-09-11 10:15:54.957627 PM [AirPlay] Started browsing for _airplay._tcp.
    11.09.12 22:15:54,958 coreaudiod[260]: 2012-09-11 10:15:54.958113 PM [AirPlay] Started browsing for _raop._tcp.
    11.09.12 22:15:55,361 awacsd[57]: InnerStore GetWakeInfoForZone: no external port for 1366256562.members.btmm.icloud.com.
    11.09.12 22:15:56,657 com.apple.launchd.peruser.501[236]: (com.apple.afpstat-qfa[278]) Exited with code: 2
    11.09.12 22:15:56,000 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=279[GoogleSoftwareUp] clearing CS_VALID
    11.09.12 22:15:56,869 coreservicesd[63]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyChildApplicationLaunch to notificationID=129
    11.09.12 22:15:57,991 com.apple.SecurityServer[15]: Session 100008 created
    11.09.12 22:15:57,993 coreservicesd[63]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationDeath to notificationID=152
    11.09.12 22:15:58,001 SocialPushAgent[265]: Error: unable to get the current device-token:(null) and/or the uuid:(null)
    11.09.12 22:15:58,004 SocialPushAgent[265]: Error: unable to get the current device-token:(null) and/or the uuid:(null)
    11.09.12 22:15:58,117 appleprofilepolicyd[302]: appleprofilepolicyd: profiling drivers not loaded, loading
    11.09.12 22:15:58,153 NotificationCenter[268]: Unable to simultaneously satisfy constraints:
        "<NSLayoutConstraint:0x7fc842c34ee0 H:[NSView:0x7fc842a5d9f0]-(0)-|(LTR)   (Names: widgetView:0x7fc842c31d90, '|':widgetView:0x7fc842c31d90 )>",
        "<NSLayoutConstraint:0x7fc842c4f490 H:|-(100)-[NSView:0x7fc842a5d9f0](LTR)   (Names: widgetView:0x7fc842c31d90, '|':widgetView:0x7fc842c31d90 )>",
        "<NSLayoutConstraint:0x7fc842c1c000 H:|-(0)-[NSView:0x7fc84286fa80]   (Names: '|':NSView:0x7fc842a5d9f0 )>",
        "<NSLayoutConstraint:0x7fc842c4f720 H:[NSView:0x7fc84286fa80]-(0)-|   (Names: '|':NSView:0x7fc842a5d9f0 )>",
        "<NSAutoresizingMaskLayoutConstraint:0x7fc84282bbd0 h=--& v=-&- H:[widgetView(385)]   (Names: widgetView:0x7fc842c31d90 )>",
        "<NSLayoutConstraint:0x7fc84286c720 H:[NCSwitchButton:0x7fc84286bbd0]-(>=9)-|   (Names: '|':NSView:0x7fc84286fa80 )>",
        "<NSLayoutConstraint:0x7fc84286c6b0 H:|-(35)-[NSTextField:0x7fc84286c1f0]   (Names: '|':NSView:0x7fc84286fa80 )>",
        "<NSLayoutConstraint:0x7fc842819df0 H:[NCSwitchButton:0x7fc84286bbd0(64)]>",
        "<NSLayoutConstraint:0x7fc842800c90 H:[NSTextField:0x7fc84286c1f0]-(NSSpace(8))-[NCSwitchButton:0x7fc84286bbd0]>",
        "<NSLayoutConstraint:0x7fc84286c2c0 H:[NSTextField:0x7fc84286c1f0(184)]>"
    Will attempt to recover by breaking constraint
    <NSLayoutConstraint:0x7fc84286c2c0 H:[NSTextField:0x7fc84286c1f0(184)]>
    Set the NSUserDefault NSConstraintBasedLayoutVisualizeMutuallyExclusiveConstraints to YES to have -[NSWindow visualizeConstraints:] automatically called when this happens.  And/or, break on objc_exception_throw to catch this in the debugger.
    11.09.12 22:15:58,153 lsboxd[301]: @AE relay 4755524c:4755524c
    11.09.12 22:15:58,184 lsboxd[301]: @AE relay 4755524c:4755524c
    11.09.12 22:15:58,196 NetworkBrowserAgent[304]: Starting NetworkBrowserAgent
    11.09.12 22:15:58,259 blued[300]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    11.09.12 22:15:58,769 Battery Health[291]: Receipt at /Applications/Battery Health.app/Contents/_MASReceipt/receipt Ok!
    11.09.12 22:16:00,688 ClamXavSentry[286]: clamd not running. Now trying to launch it...
    11.09.12 22:16:04,902 com.apple.time[264]: Interval minimum value is 30 seconds (specified value: 21).
    11.09.12 22:16:06,140 ClamXavSentry[286]: clamd launched successfully.  Continuing...
    11.09.12 22:16:06,148 ClamXavSentry[286]: scan email files
    11.09.12 22:16:06,148 ClamXavSentry[286]: I will quarantine infected files
    11.09.12 22:16:06,856 sudo[336]:     root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/local/clamXav/bin/freshclam --log=/usr/local/clamXav/share/clamav/freshclam.log --on-update-execute=EXIT_1
    11.09.12 22:16:13,464 com.apple.launchd[1]: (com.apple.coreservices.appleid.authentication[180]) Exit timeout elapsed (20 seconds). Killing
    11.09.12 22:16:14,591 sudo[352]:     root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/sbin/chown -R clamav:clamav /usr/local/clamXav/share/clamav
    11.09.12 22:16:14,618 sudo[354]:     root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/chmod 0775 /usr/local/clamXav/share/clamav
    11.09.12 22:16:14,638 sudo[356]:     root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/chmod 0664 /usr/local/clamXav/share/clamav/bytecode.cld /usr/local/clamXav/share/clamav/daily.cld /usr/local/clamXav/share/clamav/freshclam.log /usr/local/clamXav/share/clamav/main.cvd /usr/local/clamXav/share/clamav/mirrors.dat
    11.09.12 22:16:14,656 sudo[358]:     root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/usr/bin/touch /usr/local/clamXav/share/clamav/freshclam.log
    11.09.12 22:16:14,676 sudo[360]:     root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/chmod a+rw /usr/local/clamXav/share/clamav/freshclam.log
    11.09.12 22:16:29,345 launchctl[378]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.teamviewer.teamviewer.plist
    11.09.12 22:16:29,346 launchctl[378]: launchctl: Dubious permissions on file (skipping): /Library/LaunchAgents/com.teamviewer.teamviewer_desktop.plist
    11.09.12 22:16:29,867 com.apple.SecurityServer[15]: Session 100004 created
    11.09.12 22:17:05,092 Google Chrome[421]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    11.09.12 22:17:05,000 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=422[ksadmin] clearing CS_VALID
    11.09.12 22:17:05,956 Google Chrome Helper[424]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    11.09.12 22:17:06,333 Google Chrome Helper[427]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    11.09.12 22:17:06,000 kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=426[ksadmin] clearing CS_VALID
    11.09.12 22:17:06,506 Google Chrome Helper[430]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    11.09.12 22:17:06,507 Google Chrome Helper[429]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    11.09.12 22:17:06,610 Google Chrome Helper[424]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    11.09.12 22:17:06,648 Google Chrome Helper[431]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    11.09.12 22:17:06,846 Google Chrome Helper[427]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    11.09.12 22:17:07,090 Google Chrome Helper[431]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    11.09.12 22:17:07,556 Google Chrome Helper[429]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    11.09.12 22:17:07,635 Google Chrome[421]: Couldn't contact spell checker for Deutsch
    11.09.12 22:17:09,267 Google Chrome Helper[435]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    11.09.12 22:17:09,369 Google Chrome Helper[436]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    11.09.12 22:17:09,439 Google Chrome Helper[437]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    11.09.12 22:17:09,602 Google Chrome Helper[438]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    11.09.12 22:17:09,910 Google Chrome Helper[437]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    11.09.12 22:17:10,192 Google Chrome Helper[440]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    11.09.12 22:17:10,228 Google Chrome Helper[438]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    11.09.12 22:17:10,798 Google Chrome Helper EH[441]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    11.09.12 22:17:10,952 Google Chrome Helper[436]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    11.09.12 22:17:11,221 Google Chrome Helper[440]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    11.09.12 22:17:11,613 Google Chrome Helper EH[443]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    11.09.12 22:17:12,726 Google Chrome Helper[435]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    11.09.12 22:17:13,461 Google Chrome Helper EH[446]: Unsure about the internals of CFAllocator but going to patch them anyway. If there is a crash inside of CFAllocatorAllocate, please report it at http://crbug.com/117476 . If there is a crash and it is NOT inside of CFAllocatorAllocate, it is NOT RELATED. DO NOT REPORT IT THERE but rather FILE A NEW BUG.
    11.09.12 22:17:27,353 WindowServer[90]: CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    11.09.12 22:17:27,397 loginwindow[43]: find_shared_window: WID -1
    11.09.12 22:17:27,397 loginwindow[43]: CGSGetWindowTags: Invalid window 0xffffffff
    11.09.12 22:17:27,398 loginwindow[43]: find_shared_window: WID -1
    11.09.12 22:17:27,398 loginwindow[43]: CGSSetWindowTags: Invalid window 0xffffffff
    11.09.12 22:17:27,501 coreservicesd[63]: Application App:"loginwindow" [ 0x0/0x1001]  @ 0x0x7f81a0609e00 tried to be brought forward, but isn't in fPermittedFrontASNs ( ( ASN:0x0-0x7b07b:) ), so denying.
    11.09.12 22:17:27,501 WindowServer[90]: [cps/setfront] Failed setting the front application to loginwindow, psn 0x0-0x1001, securitySessionID=0x186a5, err=-13066
    11.09.12 22:17:27,681 loginwindow[43]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    11.09.12 22:17:27,682 loginwindow[43]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    11.09.12 22:17:33,932 Dock[282]: no information back from LS about running process
    A response with any suggestions would be great! Am actually off for a business trip and can't visit my local Apple Store where I bought my MBP and even don't really want that
    Thanks in advance!
    Regards
    Simon

    quax88 wrote:
    11.09.12 22:16:06,148 ClamXavSentry[286]: scan email files
    11.09.12 22:16:06,148 ClamXavSentry[286]: I will quarantine infected files
    This doesn't have anything to do with your problem, but it will likely cause other issues with your e-mail.
    Here's my standard recommendation concerting the use of A-V software to deal with potentially infected messages:
    Never use ClamXav (or any other A-V software) to move (quarantine) or delete e-mail. It will corrupt the mailbox index which could cause loss of other e-mail and other issues with functions such as searching. It may also leave the original e-mail on your ISP's e-mail server and will be re-downloaded to your hard drive the next time you check for new mail.
    So, if you choose to "Scan e-mail content for malware and phishing" in the General Preferences, make sure you do not elect to either Quarantine or Delete infected files.
    When possibly infected e-mail files are found:
    Right-click/Control-click on either the infection or file name in the ClamXav window.
    Select "Reveal In Finder" from the pop-up menu.
    When the window opens, double-click on the file to open the message in your e-mail client application.
    Read the message and if you agree that it is junk/spam/phishing then use the e-mail client's delete button to delete it (this is especially important when the word "Heuristics" appears in the infection name).
    If you disagree and choose to retain the message, return to ClamXav and choose "Exclude From Future Scans" from the pop-up menu.
    If this is a g-mail account and those messages continue to show up after you have deleted them in the above manner, you may need to log in to webmail using your browser, go to the "All Mail" folder, find the message(s) and use the delete button there to permanently delete them from the server.
    To fix the corrupted mailbox index(es), highlight each one that was corrupted and choose Rebuild from the appropriate menu.

  • Is it possible to use old Apple Flat Panel Display (62 watt power adapter) with MacBookPro 13" Mid-2012 running 10.8.4? Tried mini display to VGA cable

    Is it possible to use old Apple Flat Panel Display (62 watt power adapter) with a MacBookPro 13" Mid-2012 laptop?  Would like to use larger screen when working at home.  I have a mini display port to VGA cable and have tried to hook up the old display but it seems not to work.  When I try to activate the screen on the old display-- a window comes up in the MacBookPro and asks me if I want to shut down the computer.  What little I have read it that the MacBookPro had Thunderbolt and the old display may not be compatible?  Any assistance would be appreciated.

    quax88 wrote:
    11.09.12 22:16:06,148 ClamXavSentry[286]: scan email files
    11.09.12 22:16:06,148 ClamXavSentry[286]: I will quarantine infected files
    This doesn't have anything to do with your problem, but it will likely cause other issues with your e-mail.
    Here's my standard recommendation concerting the use of A-V software to deal with potentially infected messages:
    Never use ClamXav (or any other A-V software) to move (quarantine) or delete e-mail. It will corrupt the mailbox index which could cause loss of other e-mail and other issues with functions such as searching. It may also leave the original e-mail on your ISP's e-mail server and will be re-downloaded to your hard drive the next time you check for new mail.
    So, if you choose to "Scan e-mail content for malware and phishing" in the General Preferences, make sure you do not elect to either Quarantine or Delete infected files.
    When possibly infected e-mail files are found:
    Right-click/Control-click on either the infection or file name in the ClamXav window.
    Select "Reveal In Finder" from the pop-up menu.
    When the window opens, double-click on the file to open the message in your e-mail client application.
    Read the message and if you agree that it is junk/spam/phishing then use the e-mail client's delete button to delete it (this is especially important when the word "Heuristics" appears in the infection name).
    If you disagree and choose to retain the message, return to ClamXav and choose "Exclude From Future Scans" from the pop-up menu.
    If this is a g-mail account and those messages continue to show up after you have deleted them in the above manner, you may need to log in to webmail using your browser, go to the "All Mail" folder, find the message(s) and use the delete button there to permanently delete them from the server.
    To fix the corrupted mailbox index(es), highlight each one that was corrupted and choose Rebuild from the appropriate menu.

  • ToDo or not ToDo (MailboxUid), that is the question

    I have had a problem with Mail after being forced to rebuild a "corrupted" mailbox.
    It will quit immediately upon relaunch, giving the following error in the Problem Reports:
    Application Specific Information:
    -[MailboxesOutlineViewStateStorage clearAndResetShouldShowVariables]
    +[Library _upgradeMessageDirectoriesSynchronously]
    -[MetadataManager getAllCalendarStoreData]
    * Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'trying to set a non-ToDo MailboxUid for a ToDo. The MailboxUid for a ToDo must be a ToDosMailboxUid'
    Anything I can do about this? Since I can't even get Mail to launch, I don't know what to do...

    It would have been a nice quick fix if it had have worked. It appears then, that ToDo mailbox is a symptom of a deeper issue. You could always retrieve it from the trash, if you didn't empty it.
    Now might be a good time to make a copy of your Mail folder, and put the copy somewhere safe, in case you have to do something more fundamental to your corrupted Mail application.

  • ClamXav detecting phishing email (can't get rid of them)

    I received an email from my wife that she did not send me. It was an email that made no sense. It just had a bunch of words in a very long document. I assumed that her email program (Mac Mail) must have become infected with something that sent this email out to everyone in her address book. I deleted the email and downloaded ClamXav to check my system and make sure everything is ok.
    Whenever I run ClamXav, it detects 8 files with the following infection name: (Heuristics.Phishing.Email.SpoofedDomain)
    I ask ClamXav to quarantine the files, then I go into that folder and delete them. But if I run a check later, those 8 files are back. I can't get rid of them.
    I'm wondering if they are reinfecting my Mac Mail program via Apple's mail servers. I'm not sure if all my mail messages are kept on Apple's server, and them somehow these malware files get re-downloaded to my computer. I tried to figure out if there is a setting in my mail program that allows me to uncheck a box that says, "save mail files on server".....but I can't find any such setting. I thought I remember seeing something like that in the past.
    Does anyone have any idea what is causing my computer to be continuously reinfected and what I should do about it? I don't notice any problems with my computer, but obviously these files that I can't permanently delete has me worried.

    Randall Olson1 wrote:
    Whenever I run ClamXav, it detects 8 files with the following infection name: (Heuristics.Phishing.Email.SpoofedDomain)
    I ask ClamXav to quarantine the files, then I go into that folder and delete them. But if I run a check later, those 8 files are back. I can't get rid of them.
    First, I would encourage you to come to the ClamXav Forum to more quickly and efficiently answer questions such as this.
    My standard guidance for handling reported e-mail infection is as follows (pay particular attention to #6):
    Never use ClamXav (or any other A-V software) to move (quarantine) or delete e-mail. It will corrupt the mailbox index which could cause loss of other e-mail and other issues with functions such as searching. It may also leave the original e-mail on your ISP's e-mail server and will be re-downloaded to your hard drive the next time you check for new mail.
    So, if you choose to "Scan e-mail content for malware and phishing" in the General Preferences, make sure you do not elect to either Quarantine or Delete infected files.
    When possibly infected e-mail files are found:
    Right-click/Control-click on either the infection or file name in the ClamXav window.
    Select "Reveal In Finder" from the pop-up menu.
    When the window opens, double-click on the file to open the message in your e-mail client application.
    Read the message and if you agree that it is junk/spam/phishing then use the e-mail client's delete button to delete it (this is especially important when the word "Heuristics" appears in the infection name).
    If you disagree and choose to retain the message, return to ClamXav and choose "Exclude From Future Scans" from the pop-up menu.
    If this is a g-mail account and those messages continue to show up after you have deleted them in the above manner, you may need to log in to webmail using your browser, go to the "All Mail" folder, find the message(s) and use the delete button there to permanently delete them from the server.
    To fix corrupted mailbox index(es), highlight each one that was corrupted and choose Rebuild from the appropriate menu.

  • Mail retrieves old mail already read & deleted

    My mail application is annoying the crud out of me these days... I read a message and delete it, and then I go to check my mail later and it retrieves anywhere from 1-100+ old messages from the server. I have it set to remove deleted messages from the server after one week, and to remove read messages from the server after one week, yet it keeps retrieving messages that are several weeks old. It is incredibly annoying to suddenly receive 37 emails that I've already read and deleted...
    Any thoughts on how to solve this? Is it a corrupted mailbox of some sort? Corrupted preferences? A glitch in Apple Mail? An incompatibility with the server? Any ideas?
    Thanks,
    -- David
    iBook G4 1.2GHz   Mac OS X (10.4.6)  

    OK. There are several ways in Mail to manually remove messages from the POP server, but there is only one setting that causes messages to be automatically removed from the server: Preferences > Accounts > Advanced > Remove copy from server after retrieving a message.
    If you set it to After one week, for example, Mail should remove from the server every message that was downloaded more than one week ago, regardless of what you've done with those messages after downloading them. It doesn't matter whether you've read them or not. It doesn't matter whether you've deleted them locally or not. Either a week has elapsed and the messages should be removed from the server, or it hasn't and they shouldn't.
    The Preferences > Accounts > Mailbox Behaviors > Erase deleted messages when setting does not cause anything to be deleted from the server, ever. It just causes messages that were moved to the Trash to be permanently erased locally from your disk.
    Now, back to your problem, are all the messages that Mail is downloading again but it shouldn't older than the time you've specified in Remove copy from server after retrieving a message, or is Mail also downloading recent messages again?
    If the former, it could be that you were playing with that setting some time ago, Mail got confused and lost track of some messages that should have been removed, now those messages are gradually expiring from the list that Mail uses to keep track of which messages have already been downloaded, and that's causing Mail to believe they are new, thus downloading them again. If that's the case, just click the Remove now button in Preferences > Accounts > Advanced to remove every message still on the server, or use the Account Info window to remove from the server any messages that shouldn't be there. Choose Get Info (⌘I) from the Action menu located below the mailboxes list in the main Mail window to open the Account Info window -- type "Account Info" in the search field of Mail Help for more information on this feature.
    If the latter, i.e. if Mail is downloading again recent messages as well, it could be that there is a problem with the file that Mail uses to keep track of which messages have already been downloaded. Deleting that file would cause Mail to download everything still on the server as if new, but it may also fix the problem, so you may want to try this (use the Account Info window first to remove from the server any messages you don't want to be downloaded again):
    1. Quit Mail.
    2. In the Finder, go to HOME/Library/Mail/POP-username@mailserver/.
    3. Locate one or two files named MessageUidsAlreadyDownloaded and move them to the Desktop (to be deleted if this fixes the problem). Mail 1.x used MessageUidsAlreadyDownloaded to keep track of which messages had already been downloaded. Mail 2.0 uses MessageUidsAlreadyDownloaded2 for the same purpose.

Maybe you are looking for

  • In PS 9, can I backup to disc and keep the pix separated by file name?

    In the past, my backups to disc just result in a mass of pictures that are not separated by file name and haven't retained their numerical designation. It would be much more useful if this could be done. Is there a way of doing this in PS 9?

  • Parent table on one database and child table on the other database same svr

    Hi all, 1. Create table A with primary key on one database 2. Create table B with foreign key referencing the primary key of table A on different database but same server... How to do that, is that using database link..but how? Please, help Regards,

  • Having problem while converting pdf to tiff

    Hi, I am using adobe live cycle.I tried to convert one editable pdf file to tiff file. It was giving me an exception which seems i cant convert editable pdf file to tiff file. So first i converted editable pdf to non editable pdf and then converted t

  • Desperate! connect to itunes pic, and itunes wont recognize!

    yeah, I'm going to throw my phone at the neighours place in a minute, and hope it spontaniously combusts in the air, bounces off the cement wall, lands on the road and gets run over... so my rant is over, here is what its doing... it was working just

  • Combo Edit question

    Hello, I'm fairly new in setting up combo edits. We have an account that we want to use exclusively for one Bus Unit. No other Bus Unit should be able to post to this account. If someone could suggest the easiest way to achieve this, it will be great