Randomizing recordStore

hi,
im having this peculiar problem.
Aim: Extracting a record randomly from a RecordStore with every record gaving almost equal probability of being returned.
        try
            numRecs = myDatabase.getNumRecords();
        catch (RecordStoreException rse)
             System.out.println(rse);
             rse.printStackTrace();
        System.out.println("There are " + numRecs + " records in the record store");
        if(numRecs != 0)
            try
                int someNumber = (int) rand.nextInt() % numRecs;
                recordToBeReturned = new String(myDatabase.getRecord(someNumber));
            catch(RecordStoreNotOpenException rsnoe)
                System.out.println("The record store is not open");
                rsnoe.printStackTrace();
            catch(InvalidRecordIDException irie)
                System.out.println("The Record ID is invalid");
                irie.printStackTrace();
            catch (RecordStoreException rse)
                 System.out.println("There has been a general exception");
                 rse.printStackTrace();
Problem: the "getRecord()" method throws up an Arithmetic Exception. i even tried using the variant of getRecord(int, byte[],int). still no use.
So, could anyone suggest a way to randomize using RecordComparator so that i can retrieve random records with enumerate().
thanx in advance.
=====
kiran

hey guyz,
i finally hit upon a solution which seems rather crude.
but im not sure whether the probablity for each record is almost equal...please help me analyze this..here is the code fragment:
public class Database implements RecordComparator{
public synchronized RecordEnumeration enumerate() throws RecordStoreNotOpenException
       return myDatabase.enumerateRecords(null, this, true);
    public Record getARecord()
        Record recordToBeReturned = new Record();
        int numRecs = 0;
        int someID = 0;
         /* class Record is defined as follows:
           *  class Record
           *         String actualRecord;
           *        int  recordID;
        try
            RecordEnumeration rEnum = this.enumerate();
            if(rEnum.hasNextElement() == false)
                rEnum.reset();
            recordToBeReturned.actualRecord = new String(rEnum.nextRecord());
            recordToBeReturned.recordId = rEnum.nextRecordId();
       //CATCH EXCEPTIONS HERE
       *generate a random number between -1 and 1.
       * so this method will randomly oscillate between
       * EQUIVALENT, PRECEDES AND FOLLOWS
    public int compare(byte [] rec1, byte [] rec2)
        Random rand = new Random();
        int randomNumber = (int) rand.nextInt() % 3;
        return randomNumber - 1;
}

Similar Messages

  • Mid 2009 13.3" Macbook Pro random freezing issue

    Hi all,
    I had a 2009 13.3" Unibody Macbook and last week purchased a 13.3" Macbook Pro. I had installed 4GB of RAM in the MB myself, and it had worked fine for the month I owned it.
    I backed up my MB with an external USB hard drive using Time machine, restored from this backup on my MBP and moved the 4GB RAM over.
    When using the MBP I get random freezes lasting between 1 and 3 seconds, occuring every 5 to 30 minutes.
    Could someone please advise a good way to diagnose this problem further? I am guessing it is not the RAM as it worked fine whilst in the MB.

    I have an update!
    I made an appointment with a local Apple Genius Bar and talked to a technian. He said it was neither the RAM nor the Hard Drive at fault.
    His only thoughts were that a software issue was the root cause. I have been doing some serious investigating this morning and figured it out. Viewing system.log in Console shows:
    SMS::infiniteIntTimerEventHandler ERROR: we have infinite interrupts, disabling
    At exactly 5 minute intervals. These correlate with the freezes (to the second).
    SMS refers to the Apple Sudden Motion Sensor. I disabled this by doing "sudo pmset -a sms 0" in Terminal, rebooted and everything is fine.
    I have no idea why the SMS thinks the Macbook is falling every 5 minutes, but when it occures the hard drive heads are locked down to prevent damage, which is a perfect reason as to why iTunes would crash but Spotify (streaming internet music) does not.
    Problem solved!
    Edit:
    In reply to some questions posted by other members (thank you by the way).
    I did install EFI 1.7 update. I did not use the Migration assistance. At some point I will do a fresh install then pick and choose parts from a backup rather than using a full Time Machine Restore. This could still have been the root cause of the issue, but it is hard to tell.
    Thanks guys!
    Message was edited by: mynamestom

  • Email randomly not sending, no error message, Email GONE

    Hello,
    This has happened multiple times, seemingly at random, and it is EXTREMELY frustrating.
    I will compose my email, hit send, I get the 'whoosh' sound, little spinning wheel next to the Wifi/LTE logo, etc., and... nothing. The email never arrives, it's not in my sent folder, it's like it never existed. It's just GONE. The only way I can tell if a message has sent or not is to go check my sent folder every time. I had some pretty important emails get eaten like this before I even figured out it was happening, which I'm sure you can imagine did nothing good for my reputation.
    It has happened with big emails and small emails, emails sent from several different accounts, and it seems to happen about 30% of the time. I can't figure out any pattern to it. I'm watching the wheel turn now after 15 minutes of waiting for a 2MB message to send (4 photos at "large" compression and 2 medium paragraphs of text), so it seems like it's trying to send, but I don't see a drafts or outbox folder anywhere. My Wifi connection is fine and other apps on my phone are loading data quickly and easily.
    I just quit Mail and the email is officially gone. No more spinning wheel, nothing in any of my sent folders (I checked them all).
    The fact that it works sometimes and not others seems to suggest my settings are correct. Any ideas would be greatly appreciated.

    Have you tried removing the mail account and adding it back? Is this the only email account you have on the device?

  • Macbook Air 2012: intermittent, random freezes of trackpad and keyboard lasting a few seconds each

    There have been a few other people to have reported this problem, but there has been no consistent solution for me on my Macbook Air 13" 2012, running 10.8.4.
    What happens is this: while typing, the built-in keyboard and trackpad will suddenly lock up at the same time, randomly, intermittently, and for just a few seconds before returning to normal. This has been true through all the updates of 10.8.x since I bought the system last year.
    During the freeze, one of the three behaviors occurs:
    1) both keyboard and trackpad are completely unresponsive
    2) both keyboard and trackpad get really slow, with high latency. Keys pressed show up much later or have to be pressed several times before registering. Trackpad is jumpy if it moves at all.
    3) key gets stuck, sometimes the BACKSPACE key, which usually results in several dozen emails getting deleted or entire paragraphs, or rows and rows of the same stuck key. Pressing other keys does nothing.
    I've spoken online with various other people who have the same problem and confirmed that the built-in keyboard and trackpad seem to be joined together whenever this problem strikes. You never see one freeze without the other also freezing.
    Also, these commonly-recommended solutions don't work:
    a) Reset PRAM. Done this many times. Does nothing.
    b) Bring it in to Apple. Did this too. They replaced the keyboard and trackpad but the problem remains.
    c) Clearing caches in safe mode. No improvement.
    d) Removing "com.google.keystone.deamon.plist" and "com.google.keystone.agent.plist" doesn't seem to work either, even though the errors and behavior are exactly the same for me as for george.e.gonzalez in this thread: https://discussions.apple.com/message/19702976#19702976
    These files do come back, though, thanks to Google Software Update. The keystone software appears to be part of Google Chrome, although I cannot confirm this.
    e) I DO have Google Android File Transfer installed like one other person reported; they said uninstalling it fixed the problem. Unfortunately, that has not worked for me. Also, Android File Transfer is installed (same version 1.0.50.2266, same Mac OS 10.8.4) on an older 2008 Macbook, and it works fine, which points to something on just this Macbook Air as being the cause.
    f) I don't use the Radio Silence firewall app--can't remove it.
    g) I don't have the telldus device or whatever it is, so I don't have the "com.telldus.service.plist" to remove.
    h) Completely clearing out /Library/LaunchAgents, /Library/LaunchDaemons, and /Library/StartupItems doesn't do anything.
    i) Repairing permissions or repairing the volume does nothing.
    j) Reinstalling the OS fresh does nothing.
    k) I don't have an external trackpad, mouse, or keyboard for testing while the freezing happens, but the machine itself seems to be working, just not the built-in input devices, which are on the same USB bus.
    l) Pressing ESC does not stop the key stuck situation, as it does for some people.
    It feels to me like a hardware problem, not an OS problem, and it feels like a USB bus issue. I have noticed that when I insert USB flash drives, I get the same lock-up for a few seconds, something which my other Macs don't do.
    I've also noticed various USB errors in the Console around the same time (same as george.e.gonzalez):
    7/26/13 1:20:04.000 AM kernel[0]: AppleUSBMultitouchDriver::_deviceGetReport - DeviceRequest for reportID 0x0 returned with result 0xe000404f - retrying
    7/26/13 1:20:05.000 AM kernel[0]: USBF:          844075.636          AppleUSBEHCI[0xffffff80157f1000]::Found a transaction which hasn't moved in 5 seconds on bus 0x1a, timing out! (Addr: 2, EP: 0)
    But I'm not able to precisely correlate these errors to the pause.
    Is anybody else having this problem that can shed more light on it than these other suggested repairs? This has been frustrating for quite a while, but I've had the stuck BACKSPACE key delete hundreds of emails on a webmail platform that I was unable to recover using Undo and out of the trash, and that's just no longer tolerable...
    Thank you, thank you, thank you, if anyone can help me fix this!

    Hi, Dan--
    Nope, none of those four... I do have Dropbox but never installed it on this machine. The other three are services I've never signed up for.
    I am basically using these apps up-front:
    Mail.app, Safari, Notes, Terminal, maybe LibreOffice 4.0.x, maybe Sublime Text 2, Console.
    And the freezes happen about twice a day, usually when I'm in Mail or Terminal, but that's because those are the ones where I'm typing the most and can see immediately when the freezes happen. It could be happening even more frequently while I'm browsing, but I might not know it because I'm merely reading what's on the screen.
    This is a list from Activity Monitor of what I'm using right now, which is very typical of what I use all day:
    407
    XType.FontHelper
    dchang
    0.0
    2
    2.8 MB
    Intel (64 bit)
    278
    xpcd
    dchang
    0.0
    2
    5.0 MB
    Intel (64 bit)
    313
    WebKitPluginAgent
    dchang
    0.0
    2
    944 KB
    Intel (64 bit)
    250
    usernoted
    dchang
    0.0
    2
    4.0 MB
    Intel (64 bit)
    233
    UserEventAgent
    dchang
    0.0
    3
    7.6 MB
    Intel (64 bit)
    347
    Terminal
    dchang
    0.0
    5
    51.3 MB
    Intel (64 bit)
    280
    tccd
    dchang
    0.0
    2
    3.8 MB
    Intel (64 bit)
    243
    talagent
    dchang
    0.0
    2
    6.2 MB
    Intel (64 bit)
    244
    SystemUIServer
    dchang
    0.1
    3
    26.5 MB
    Intel (64 bit)
    4254
    System Preferences
    dchang
    0.5
    3
    24.8 MB
    Intel (64 bit)
    995
    Sublime Text 2
    dchang
    0.0
    12
    82.5 MB
    Intel (64 bit)
    380
    ssh-agent
    dchang
    0.0
    3
    3.0 MB
    Intel (64 bit)
    4321
    ssh
    dchang
    0.0
    1
    2.0 MB
    Intel (64 bit)
    4276
    ssh
    dchang
    0.0
    1
    2.0 MB
    Intel (64 bit)
    335
    ShareKitHelper
    dchang
    0.0
    2
    9.1 MB
    Intel (64 bit)
    429
    ScopedBookmarkAgent
    dchang
    0.0
    2
    5.0 MB
    Intel (64 bit)
    318
    Safari Web Content
    dchang
    2.1
    23
    835.4 MB
    Intel (64 bit)
    316
    Safari
    dchang
    0.2
    17
    127.9 MB
    Intel (64 bit)
    3975
    QuickLookSatellite-general
    dchang
    0.0
    4
    6.0 MB
    Intel (64 bit)
    3974
    Quick Look Helper
    dchang
    0.0
    4
    6.4 MB
    Intel (64 bit)
    3978
    QTKitServer-(3975) QuickLookSatellite-general
    dchang
    0.0
    2
    3.7 MB
    Intel
    319
    QTKitServer-(318) Safari Web Content
    dchang
    0.0
    5
    8.2 MB
    Intel
    3979
    QTKitMoviesValidator-(3978) QTKitServer
    dchang
    0.0
    3
    5.3 MB
    Intel
    359
    printtool
    dchang
    0.0
    2
    5.4 MB
    Intel (64 bit)
    327
    pbs
    dchang
    0.0
    4
    3.7 MB
    Intel (64 bit)
    249
    pboard
    dchang
    0.0
    1
    904 KB
    Intel (64 bit)
    254
    Notification Center
    dchang
    0.0
    3
    18.4 MB
    Intel (64 bit)
    676
    Notes
    dchang
    0.0
    9
    47.1 MB
    Intel (64 bit)
    277
    NetworkBrowserAgent
    dchang
    0.0
    3
    4.4 MB
    Intel (64 bit)
    4156
    mdworker
    dchang
    0.0
    3
    11.7 MB
    Intel (64 bit)
    298
    Mail
    dchang
    0.0
    11
    151.5 MB
    Intel (64 bit)
    302
    lsboxd
    dchang
    0.0
    2
    3.4 MB
    Intel (64 bit)
    54
    loginwindow
    dchang
    0.1
    2
    25.8 MB
    Intel (64 bit)
    3589
    LibreOffice
    dchang
    0.2
    6
    105.9 MB
    Intel
    230
    launchd
    dchang
    0.0
    2
    1.4 MB
    Intel (64 bit)
    469
    iTunes Helper
    dchang
    0.0
    3
    3.8 MB
    Intel (64 bit)
    258
    imagent
    dchang
    0.0
    3
    5.3 MB
    Intel (64 bit)
    3508
    Image Capture Extension
    dchang
    0.0
    3
    9.7 MB
    Intel (64 bit)
    3980
    helpd
    dchang
    0.0
    2
    2.0 MB
    Intel (64 bit)
    270
    fontd
    dchang
    0.0
    2
    6.5 MB
    Intel (64 bit)
    322
    Flash Player (Safari Internet plug-in)
    dchang
    1.7
    21
    255.7 MB
    Intel (64 bit)
    245
    Finder
    dchang
    0.1
    5
    73.1 MB
    Intel (64 bit)
    242
    Dock
    dchang
    0.0
    3
    43.1 MB
    Intel (64 bit)
    234
    distnoted
    dchang
    0.0
    4
    4.1 MB
    Intel (64 bit)
    3550
    Dashboard
    dchang
    0.0
    8
    24.5 MB
    Intel (64 bit)
    663
    cookied
    dchang
    0.0
    2
    3.4 MB
    Intel (64 bit)
    499
    Console
    dchang
    0.0
    2
    26.8 MB
    Intel (64 bit)
    326
    com.apple.NotesMigratorService
    dchang
    0.0
    2
    10.9 MB
    Intel (64 bit)
    4328
    com.apple.iCloudHelper
    dchang
    0.0
    3
    5.5 MB
    Intel (64 bit)
    685
    com.apple.hiservices-xpcservice
    dchang
    0.0
    2
    2.5 MB
    Intel (64 bit)
    315
    com.apple.hiservices-xpcservice
    dchang
    0.0
    2
    2.5 MB
    Intel (64 bit)
    279
    com.apple.dock.extra
    dchang
    0.0
    2
    13.9 MB
    Intel (64 bit)
    320
    com.apple.audio.SandboxHelper
    dchang
    0.0
    2
    2.6 MB
    Intel (64 bit)
    3976
    com.apple.audio.SandboxHelper
    dchang
    0.0
    2
    2.6 MB
    Intel (64 bit)
    3977
    com.apple.audio.ComponentHelper
    dchang
    0.0
    2
    2.7 MB
    Intel (64 bit)
    321
    com.apple.audio.ComponentHelper
    dchang
    0.0
    2
    2.9 MB
    Intel (64 bit)
    236
    cfprefsd
    dchang
    0.0
    4
    11.6 MB
    Intel (64 bit)
    262
    CalendarAgent
    dchang
    0.0
    6
    22.5 MB
    Intel (64 bit)
    4318
    bash
    dchang
    0.0
    1
    1.2 MB
    Intel (64 bit)
    4121
    bash
    dchang
    0.0
    1
    1.2 MB
    Intel (64 bit)
    329
    AppleSpell.service
    dchang
    0.0
    2
    14.8 MB
    Intel (64 bit)
    261
    AppleIDAuthAgent
    dchang
    0.0
    3
    2.0 MB
    Intel (64 bit)
    4330
    Activity Monitor
    dchang
    2.5
    5
    17.9 MB
    Intel (64 bit)
    272
    accountsd
    dchang
    0.0
    2
    3.5 MB
    Intel (64 bit)
    At this time, the only thing generating errors in the console log is the now-famous "coreaudiod[246]: Enabled automatic stack shots because audio IO is inactive" error that is considered normal behavior...

  • XML Publisher Report Bursting Program Randomly failing

    Hi,
    In our environment "XML Publisher Report Bursting Program" fails randomly and failures are very very few and random, and can not be reproduced.
    The error message is
    +++++++++++++++++++++++++++++++++++++++++++
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    XDOBURSTREP module: XML Publisher Report Bursting Program
    Current system time is 16-APR-2013 14:00:42
    Exception in thread "main" java.lang.NullPointerException
    at java.util.Hashtable.put(Hashtable.java:394)
    at oracle.apps.xdo.oa.cp.CPUtil.getSessionProperties(CPUtil.java:42)
    at oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine.runProgram(JCP4XDOBurstingEngine.java:84)
    at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    oracle.apps.xdo.oa.cp.JCP4XDOBurstingEngine
    Program exited with status 1
    Executing request completion options...
    ++++++++++++++++++++++++++++++++++++++++++++++
    Had been trying to find out any pattern, but no fix time or particular parent request.
    Only common point in failure with above error are below columns in fnd_concurrent_request
    Description - blank
    LFILE_SIZE - 1476
    & interim_status_code - Blank
    Any suggestions will be helpful

    Hi;
    Similar issue mention at below notes, Please review:
    NPE Error While Bursting Using XDOBURSTREP in EBS R12 [ID 754790.1]
    Bursting Engine Ends With Java.Lang.Nullpointerexception[Article ID 559443.1]
    XDOBURSTREP - XML Publisher Report Bursting Program Fails with InvalidPropertyValueException[Article ID 603424.1]
    If its not help I suggest rise SR
    Regard
    Helios

  • Macbook problems, hard drive crash, random shutdown, freezes

    I bought my macbook used a few months ago, and it worked flawlessly until about 3 weeks ago. The system started freezing and not booting (getting folder icon instead of apple at startup). I ran drive setup and tried to repair the drive, but this did not fix the problem. DiskWarrior also could not fix it. I pulled the drive and installed a new hard drive, as I wanted a larger capacity anyways. All my problems appeared fixed for about two weeks, then similar problems began occurring. I backed up all the files I needed to an external firewire drive and attempted to reformat the new internal drive. Drive Setup says it can not reformat the drive - can't mount it and if it does, the drive disappears while in the process of formatting. I pulled the new drive and am having it replaced under warranty. I am using the firewire drive to run my computer, and this seemed to work fine for a day or two until the computer just started shutting down with no warning. Everything goes black, including the little light on the front of the computer. I have to hold down the power button for 10 seconds before it lets me start the computer back up. I had read this may be a memory issue, so I ran memtest and it says the memory is fine (I need to do it in single user mode still, however). I also tried pulling both sticks of ram. They are both 1GB crucial memory. I put each stick in by itself and tried it in both slots and was able to reproduce the shutdown issue with any ram configuration of either stick.
    After all this, I realized the firewire drive was only running 10.5, so I updated all the software through software update, and it is now running 10.5.2. It seems to be working better as I have not experienced a random shutdown yet, but I'm anticipating it may start back up soon. Today, however I experienced a different problem - the screen froze on me and the only way to get anything to happen was to force a shutdown with them power button. It's restarted and seems to be working fine again for now.
    I've run some logs and here's some things I've found:
    When the latest freeze happened, I got this repeated over 100 times:
    Apr 29 11:04:31 jon-turners-macbook quicklookd[536]: CGContextClosePath: no current point.
    I've also seen this:
    Apr 29 11:18:19 jon-turners-macbook kernel[0]: Previous Shutdown Cause: 3
    Apr 29 11:18:19 jon-turners-macbook kernel[0]: GFX0: family specific matching fails
    Apr 25 19:19:50 localhost kernel[0]: hi mem tramps at 0xffe00000
    Should there be anything else I can check? I would run Apple Hardware Utilities, but I don't have the original disks, just the Leopard installer. I have Disk Warrior, but it seems strange this would happen with multiple systems and drives. I'd like to get Techtool Pro, but haven't had the money/time to order it yet.

    Thanks for the replies!
    Yeah, I think it's the HDD. I was just worried that the RAM was bad and corrupted the HDD or something, but given the symptoms I think you guys are right. Ordered a 7200RPM 320GB HDD off Amazon Prime...will be here tomorrow
    I'll post how it goes after I finish installing it. I'm backing up as I type.
    I wonder if I can fix the ir port and the sleep indicator light when I install the hard-drive. The sleep indicator light never turns off. It stays on as long as my computer is on, only turns off when I shut it down.

  • For a few months now my ical keeps jumping back and forth.  It's very hard to use my calendar as it doesn't open on today, it may stay a few seconds and then it goes backwards to random dates and forwards.  It doesn't sit still so I can see what I have on

    My iCal is driving me nuts.
    It won't sit still when I am looking at my calender.  I try holding it still with one finger, two fingers and it just moves.  It jumps to random dates and I have no confidence in it any longer.   I use my calendar all the time and this just isn't good enough.
    I have gone into the apple store and they said they hadn't seen that before.  It did it while I was there.  They restored the phone and it didn't make any difference.
    I have turned the calendar off in settings - mail - icloud - deleted and then turned back on again.  It didn't help.
    I put the Google Calendar app on in the hopes I would have a calendar that wouldn't frustrate me and it is so slow in responding, I have deleted it.
    I see online that many others are having the same problem with their iCal. 
    It would be great to know the solution.
    Please help

    Hey everyone in Apple world!
    I figured out how to fix the flashing yellow screen problem that I've been having on my MBP!  Yessssss!!!
    I found this super handy website with the golden answer: http://support.apple.com/kb/HT1379
    I followed the instructions on this page and here's what I did:
    Resetting NVRAM / PRAM
    Shut down your Mac.
    Locate the following keys on the keyboard: Command (⌘), Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.
    I went through the 6 steps above twice, just to make sure I got rid of whatever stuff was holding up my bootup process.  Since I did that, my MBP boots up just like normal.  No flashing yellow screen anymore!!   
    (Note that I arrived at this solution when I first saw this page: http://support.apple.com/kb/TS2570?viewlocale=en_US)
    Let me know if this works for you!
    Elaine

  • I randomly get black boxes instead of images when loading a webpage

    == Issue
    ==
    I have another kind of problem with Firefox
    == Description
    ==
    Ever since I upgraded to the newest version of Firefox, I've been getting a lot of blacked out boxes instead of the actual images. When I right click "View Image", the image does show up, but I don't want to keep right clicking boxes just to see an image. I also checked to see if I might how blocked the image on AdBlock or on "Page Info", but nothing was marked.
    The blacking out of images seems to happen randomly at different times. From different tabs opened, not all images are blacked out. On the same page, some images will be blacked out while some show up. Also, I've for the same web page, one day I'll open it up and everything is fine, but the next day I open up the same URL and the images are blacked out. It just seems so random.
    I was thinking my internet speed could have something to do with it. The blacking out also happens more frequently when I have multiple tabs open or if the images are larger. However, I did not have this problem until I upgraded Firefox.
    == This happened
    ==
    A few times a week
    == I upgraded to the newest version of Firefox
    ==
    == Troubleshooting information
    ==
    Application Basics
    Name Firefox
    Version 3.6.6
    Profile Directory
    Open Containing Folder
    Installed Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    Adblock Plus 1.2.1 true
    AVG Safe Search 9.0.0.825 true {3f963a5b-e555-4543-90e2-c3908898db71}
    AVG Security Toolbar 4.002.023.004 false avg@igeared
    Delicious Bookmarks 2.1.072 true {2fa4ed95-0317-4c6a-a74c-5f3e3912c1f9}
    Dictionary 2.1.10 true [email protected]
    FireShot 0.80 false {0b457cAA-602d-484a-8fe7-c1d894a011ba}
    FlashGot 1.2.1.27 true {19503e42-ca3c-4c27-b1e2-9cdb2170ee34}
    Java Console 6.0.14 true
    Java Console 6.0.15 true
    Java Console 6.0.17 true
    Java Quick Starter 1.0 true [email protected]
    Microsoft .NET Framework Assistant 1.2.1 true {20a82645-c095-46ed-80e3-08825760534b}
    Read It Later 2.0.6 true [email protected]
    SkipScreen 0.4.7amo true SkipScreen@SkipScreen
    StumbleUpon 3.64 true
    TVU Web Player 2,4,9,1 true [email protected]
    FastestFox 4.1.5 true [email protected]
    ColorfulTabs 4.6.1 false {0545b830-f0aa-4d7e-8820-50a4629a56fe}
    Morning Coffee 1.33 true morningCoffee@shaneliesegang
    Java Console 6.0.20 true
    Modified Preferences
    Name
    Value
    accessibility.typeaheadfind.flashBar 0
    browser.history_expire_days.mirror 180
    browser.history_expire_days_min 30
    browser.places.importBookmarksHTML false
    browser.places.importDefaults false
    browser.places.leftPaneFolderId -1
    browser.places.migratePostDataAnnotations false
    browser.places.smartBookmarksVersion 2
    browser.places.updateRecentTagsUri false
    browser.startup.homepage www.yahoo.com
    browser.startup.homepage_override.mstone rv:1.9.2.6
    dom.ipc.plugins.timeoutSecs 10
    extensions.lastAppVersion 3.6.6
    general.useragent.extra.microsoftdotnet ( .NET CLR 3.5.30729)
    javascript.options.showInConsole true
    keyword.URL http://us.yhs.search.yahoo.com/avg/search?fr=yhs-avg&type=yahoo_avg_hs2-tb-web_us&p=
    network.cookie.prefsMigrated true
    network.http.sendRefererHeader 0
    places.last_vacuum 1278934795
    print.print_printer Microsoft XPS Document Writer
    print.printer_Microsoft_XPS_Document_Writer.print_bgcolor false
    print.printer_Microsoft_XPS_Document_Writer.print_bgimages false
    print.printer_Microsoft_XPS_Document_Writer.print_command
    print.printer_Microsoft_XPS_Document_Writer.print_downloadfonts false
    print.printer_Microsoft_XPS_Document_Writer.print_edge_bottom 0
    print.printer_Microsoft_XPS_Document_Writer.print_edge_left 0
    print.printer_Microsoft_XPS_Document_Writer.print_edge_right 0
    print.printer_Microsoft_XPS_Document_Writer.print_edge_top 0
    print.printer_Microsoft_XPS_Document_Writer.print_evenpages true
    print.printer_Microsoft_XPS_Document_Writer.print_footercenter
    print.printer_Microsoft_XPS_Document_Writer.print_footerleft &PT
    print.printer_Microsoft_XPS_Document_Writer.print_footerright &D
    print.printer_Microsoft_XPS_Document_Writer.print_headercenter
    print.printer_Microsoft_XPS_Document_Writer.print_headerleft &T
    print.printer_Microsoft_XPS_Document_Writer.print_headerright &U
    print.printer_Microsoft_XPS_Document_Writer.print_in_color true
    print.printer_Microsoft_XPS_Document_Writer.print_margin_bottom 0.5
    print.printer_Microsoft_XPS_Document_Writer.print_margin_left 0.5
    print.printer_Microsoft_XPS_Document_Writer.print_margin_right 0.5
    print.printer_Microsoft_XPS_Document_Writer.print_margin_top 0.5
    print.printer_Microsoft_XPS_Document_Writer.print_oddpages true
    print.printer_Microsoft_XPS_Document_Writer.print_orientation 0
    print.printer_Microsoft_XPS_Document_Writer.print_pagedelay 500
    print.printer_Microsoft_XPS_Document_Writer.print_paper_data 1
    print.printer_Microsoft_XPS_Document_Writer.print_paper_height 11.00
    print.printer_Microsoft_XPS_Document_Writer.print_paper_size_type 0
    print.printer_Microsoft_XPS_Document_Writer.print_paper_size_unit 0
    print.printer_Microsoft_XPS_Document_Writer.print_paper_width 8.50
    print.printer_Microsoft_XPS_Document_Writer.print_reversed false
    print.printer_Microsoft_XPS_Document_Writer.print_scaling 1.00
    print.printer_Microsoft_XPS_Document_Writer.print_shrink_to_fit true
    print.printer_Microsoft_XPS_Document_Writer.print_to_file false
    print.printer_Microsoft_XPS_Document_Writer.print_unwriteable_margin_bottom 0
    print.printer_Microsoft_XPS_Document_Writer.print_unwriteable_margin_left 0
    print.printer_Microsoft_XPS_Document_Writer.print_unwriteable_margin_right 0
    print.printer_Microsoft_XPS_Document_Writer.print_unwriteable_margin_top 0
    privacy.clearOnShutdown.cookies false
    privacy.clearOnShutdown.formdata false
    privacy.clearOnShutdown.history false
    privacy.cpd.formdata false
    privacy.cpd.sessions false
    privacy.cpd.siteSettings true
    privacy.item.formdata false
    privacy.item.history false
    privacy.sanitize.migrateFx3Prefs true
    privacy.sanitize.sanitizeOnShutdown true
    privacy.sanitize.timeSpan 0
    security.warn_viewing_mixed false
    security.warn_viewing_mixed.show_once false
    == Firefox version
    ==
    3.6.6
    == Operating system
    ==
    Windows XP
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.6) Gecko/20100625 Firefox/3.6.6 ( .NET CLR 3.5.30729)
    == Plugins installed
    ==
    *-Shockwave Flash 10.1 r53
    *2,4,9,1
    *6.0.12.69
    *RealPlayer(tm) LiveConnect-Enabled Plug-In
    *npdivxplayerplugin
    *Adobe PDF Plug-In For Firefox and Netscape "9.3.2"
    *NPRuntime Script Plug-in Library for Java(TM) Deploy
    *Default Plug-in
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
    *Adobe Shockwave for Director Netscape plug-in, version 11.5
    *4.0.50524.0
    *Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    *Npdsplay dll
    *DRM Store Netscape Plugin
    *DRM Netscape Network Object

    Do you have that problem when running in the Firefox SafeMode?
    [http://support.mozilla.com/en-US/kb/Safe+Mode]
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this:
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • ICal Print List - Why are to-dos randomly sorted?

    When printing from iCal in the list view, my To-Do List is NEVER sorted the way I sorted it in the main iCal window (whether by Calendar, Priority, or Manually). Instead it's just sorted randomly, which is very unorganized.
    Does anyone know why this is, or what can be done to fix it?

    It sounds like from your description that you're entering a date as a string in the todo description. Ideally you should be entering the date as the due date. This will help the sort order both in iCal and when printing. When you decide to print the To Do List, make sure View is set to List. Only check To Dos. In the time range, select the range you want to see. Anything without a due date will be printed under the heading To Dos without Due Date.

  • 1000s of photos randomly sorted into 1000s of folders.  Any ideas for getting them out without opening each one??

    Somehow, very much unintentionally (it might have something to do with a 2 yr old "typing" on the keyboard while I wasn't looking), 1000s of my photos have been placed into separate folders, 2 or 3 random photos or videos in each folder.  I have started opening each folder and moving the photos out, but with almost 1600 folders to go, I need to know if some else has ever encountered this issue, and if so, did you find a quicker way to get the photos out of the folders without having to manually open each one?
    For the record, I now have my computer set to lock my screen when I leave my desk, lesson learned. 

    I am using an iMac with iOS 7.0.4. All of the photos were on iPhoto '11 after I updated to 9.4.3, and Aperture 3.4.5, but a few months ago they all disappeared from the iPhoto and Aperture libraries, Events, Photos and Faces sections. A few weeks later, I noticed a bunch of new folders on my external hard drive with the same title in a serial list of numbers, had somehow been created.  Since I still had the pictures backed up on an external hard drive, I didn't worry about it too much at the time, but today I needed to find a picture from years ago and that brought up the need to fix the mess. In opening the 200 or so files that I have already opened, I noticed that they all listed in their details that they had been modified on 7/27/2013, from 12:07 am to 12:33 am (I guess it wasn't the 2 yr old's fault after all, because she would have been sleeping, sorry kiddo).  The peculiar thing is that there is no rhyme or reason to the way the photos and videos were put in the folders. Some folders have only photos from a broad range of time, some have photos and videos, but none of them are sequential in time within the folder. When I transfer the photos and videos out of the folders, into the main overall picture folder, some of them are already in the main folder and some of them are not, meaning that I can't just take for granted that they are all copies, and delete all of the folders with that certain name.
    Since I have now cleared my child of being the culprit for all of this mess, I'm thinking it must have been caused by a computer glitch or an update, as Terence suggested, especially considering the time of night when the changes took place.  All that is listed in the software update section of my System Preferences area is an update to the AirPort Utility to version 6.3 on 7/26/23 at 12:23 pm. iPhoto had updadated to 9.4.3 on 4/27/13, but none of the files showed modifications on any date other than 7/27/13.  Aperture had also updated to version 3.4.5, but it had updated days earlier on 7/11/13. Nothing had updated since 7/11/13 until AirPort Utility updated on 7/26/23, and nothing updated after that until 9/12/13.

  • System freezes randomly for 5+ minutes at a time

    Hi, I've been having random hard freezes (only remedy would to wait it out or push the dreaded power button while saying "shhhhhh, it'll be over soon" and weeping). I have looked at the logs and it seems journald has something to do with it, but I don't know what the problem is. I suspected that firefox/aurora globbling too much memory might be the problem, but the freezes occur even without any programs open at all except openbox and sxhkd.
    Here's the relevant log which coincides with one of the times the freeze occurred:
    Sep 29 12:14:44 Monaco systemd[1]: systemd-journald.service watchdog timeout (limit 1min)!
    Sep 29 12:15:00 Monaco systemd-journal[133]: Journal stopped
    Sep 29 12:17:27 Monaco systemd-journal[16848]: Permanent journal is using 32.0M (max allowed 20.0M, trying to leave 2.7G free of 6.0G available → current limit 32.0M).
    Sep 29 12:17:34 Monaco systemd-journald[133]: Received SIGTERM from PID 1 (systemd).
    Sep 29 12:17:36 Monaco systemd[1]: Unit systemd-journald.service entered failed state.
    Sep 29 12:17:40 Monaco systemd[1]: systemd-journald.service has no holdoff time, scheduling restart.
    Sep 29 12:17:43 Monaco systemd[1]: Stopping Journal Service...
    Sep 29 12:17:43 Monaco systemd[1]: Starting Journal Service...
    Sep 29 12:17:43 Monaco systemd[1]: Started Journal Service.
    Sep 29 12:17:49 Monaco systemd-journal[16848]: Journal started
    Sep 29 12:15:56 Monaco openvpn[11774]: Connection reset, restarting [0]
    Sep 29 12:15:56 Monaco openvpn[11774]: SIGUSR1[soft,connection-reset] received, process restarting
    Sep 29 12:15:56 Monaco openvpn[11774]: Restart pause, 5 second(s)
    Sep 29 12:16:03 Monaco openvpn[11774]: Re-using pre-shared static key
    Sep 29 12:25:56 Monaco systemd-journal[16896]: Permanent journal is using 36.0M (max allowed 20.0M, trying to leave 2.7G free of 6.0G available → current limit 36.0M).
    Sep 29 12:25:56 Monaco systemd[1]: Starting Journal Service...
    Sep 29 12:25:56 Monaco systemd[1]: systemd-journald.service stop-sigterm timed out. Killing.
    Sep 29 12:25:56 Monaco systemd[1]: Starting Journal Service...
    Sep 29 12:25:56 Monaco systemd[1]: systemd-journald.service: main process exited, code=killed, status=9/KILL
    Sep 29 12:25:56 Monaco systemd[1]: Unit systemd-journald.service entered failed state.
    Sep 29 12:25:56 Monaco kernel: termite invoked oom-killer: gfp_mask=0x200da, order=0, oom_score_adj=0
    Sep 29 12:25:56 Monaco kernel: termite cpuset=/ mems_allowed=0
    Sep 29 12:25:56 Monaco kernel: CPU: 1 PID: 16841 Comm: termite Tainted: P O 3.16.3-1-ARCH #1
    Sep 29 12:25:56 Monaco kernel: Hardware name: HP-Pavilion GN551AA-ABA m8200n/Nettle2, BIOS 5.16 08/14/2007
    Sep 29 12:25:56 Monaco kernel: 0000000000000000 00000000b33a5399 ffff88004697ba08 ffffffff8152b3bc
    Sep 29 12:25:56 Monaco kernel: ffff88003ecd5180 ffff88004697ba80 ffffffff8152a89a ffffffff8106e696
    Sep 29 12:25:56 Monaco kernel: ffff88004697ba70 ffffffff810d544c 00000000b33a5399 00000000000200da
    Sep 29 12:25:56 Monaco kernel: Call Trace:
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8152b3bc>] dump_stack+0x4d/0x6f
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8152a89a>] dump_header+0xad/0x235
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8106e696>] ? put_online_cpus+0x56/0x90
    Sep 29 12:25:56 Monaco kernel: [<ffffffff810d544c>] ? rcu_oom_notify+0xdc/0x110
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8114fd0c>] oom_kill_process+0x26c/0x3f0
    Sep 29 12:25:56 Monaco kernel: [<ffffffff81077b35>] ? has_ns_capability_noaudit+0x35/0x50
    Sep 29 12:25:56 Monaco kernel: [<ffffffff81077b67>] ? has_capability_noaudit+0x17/0x20
    Sep 29 12:25:56 Monaco kernel: [<ffffffff811505cb>] out_of_memory+0x52b/0x580
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8115631d>] __alloc_pages_nodemask+0xbfd/0xc20
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8119c04f>] alloc_pages_vma+0xaf/0x1c0
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8117acb4>] do_cow_fault+0x64/0x250
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8117ccf4>] handle_mm_fault+0x6c4/0x1090
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8105c3cf>] __do_page_fault+0x18f/0x600
    Sep 29 12:25:56 Monaco kernel: [<ffffffff81184741>] ? mprotect_fixup+0x151/0x260
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8105c862>] do_page_fault+0x22/0x30
    Sep 29 12:25:56 Monaco kernel: [<ffffffff81532ff8>] page_fault+0x28/0x30
    Sep 29 12:25:56 Monaco kernel: Mem-Info:
    Sep 29 12:25:56 Monaco kernel: Node 0 DMA per-cpu:
    Sep 29 12:25:56 Monaco kernel: CPU 0: hi: 0, btch: 1 usd: 0
    Sep 29 12:25:56 Monaco kernel: CPU 1: hi: 0, btch: 1 usd: 0
    Sep 29 12:25:56 Monaco kernel: Node 0 DMA32 per-cpu:
    Sep 29 12:25:56 Monaco kernel: CPU 0: hi: 186, btch: 31 usd: 171
    Sep 29 12:25:56 Monaco kernel: CPU 1: hi: 186, btch: 31 usd: 30
    Sep 29 12:25:56 Monaco kernel: active_anon:566070 inactive_anon:141732 isolated_anon:0
    active_file:784 inactive_file:815 isolated_file:0
    unevictable:34 dirty:0 writeback:24 unstable:0
    free:14235 slab_reclaimable:5656 slab_unreclaimable:5394
    mapped:10704 shmem:8528 pagetables:6076 bounce:0
    free_cma:0
    Sep 29 12:25:56 Monaco kernel: Node 0 DMA free:12212kB min:232kB low:288kB high:348kB active_anon:1056kB inactive_anon:1108kB active_file:40kB inactive_file:84kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15976kB managed:15892kB mlocked:0kB dirty:0kB writeback:0kB mapped:0kB shmem:0kB slab_reclaimable:56kB slab_unreclaimable:60kB kernel_stack:32kB pagetables:28kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:2455 all_unreclaimable? yes
    Sep 29 12:25:56 Monaco kernel: lowmem_reserve[]: 0 2995 2995 2995
    Sep 29 12:25:56 Monaco kernel: Node 0 DMA32 free:44728kB min:44820kB low:56024kB high:67228kB active_anon:2263224kB inactive_anon:565820kB active_file:3096kB inactive_file:3176kB unevictable:136kB isolated(anon):0kB isolated(file):0kB present:3128192kB managed:3069416kB mlocked:136kB dirty:0kB writeback:96kB mapped:42816kB shmem:34112kB slab_reclaimable:22568kB slab_unreclaimable:21516kB kernel_stack:4096kB pagetables:24276kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:9562 all_unreclaimable? yes
    Sep 29 12:25:56 Monaco kernel: lowmem_reserve[]: 0 0 0 0
    Sep 29 12:25:56 Monaco kernel: Node 0 DMA: 7*4kB (UE) 7*8kB (UEM) 2*16kB (U) 12*32kB (UEM) 9*64kB (UM) 1*128kB (E) 1*256kB (E) 1*512kB (E) 2*1024kB (EM) 2*2048kB (ER) 1*4096kB (M) = 12212kB
    Sep 29 12:25:56 Monaco kernel: Node 0 DMA32: 244*4kB (UEM) 341*8kB (UE) 250*16kB (UEM) 203*32kB (UEM) 237*64kB (UEM) 94*128kB (UEM) 13*256kB (UM) 0*512kB 0*1024kB 0*2048kB 0*4096kB = 44728kB
    Sep 29 12:25:56 Monaco kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
    Sep 29 12:25:56 Monaco kernel: 10380 total pagecache pages
    Sep 29 12:25:56 Monaco kernel: 265 pages in swap cache
    Sep 29 12:25:56 Monaco kernel: Swap cache stats: add 548468, delete 548203, find 29936/36511
    Sep 29 12:25:56 Monaco kernel: Free swap = 0kB
    Sep 29 12:25:56 Monaco kernel: Total swap = 2116244kB
    Sep 29 12:25:56 Monaco kernel: 786042 pages RAM
    Sep 29 12:25:56 Monaco kernel: 0 pages HighMem/MovableOnly
    Sep 29 12:25:56 Monaco kernel: 14694 pages reserved
    Sep 29 12:25:56 Monaco kernel: 0 pages hwpoisoned
    Sep 29 12:25:56 Monaco kernel: [ pid ] uid tgid total_vm rss nr_ptes swapents oom_score_adj name
    Sep 29 12:25:56 Monaco kernel: [ 158] 0 158 8069 14 18 152 -1000 systemd-udevd
    Sep 29 12:25:56 Monaco kernel: [ 222] 0 222 4270 60 11 110 0 mount.ntfs-3g
    Sep 29 12:25:56 Monaco kernel: [ 234] 0 234 3793 43 11 25 0 systemd-logind
    Sep 29 12:25:56 Monaco kernel: [ 235] 0 235 18482 0 40 343 0 cupsd
    Sep 29 12:25:56 Monaco kernel: [ 236] 81 236 6275 81 17 82 -900 dbus-daemon
    Sep 29 12:25:56 Monaco kernel: [ 238] 0 238 1106 34 8 21 0 dhcpcd
    Sep 29 12:25:56 Monaco kernel: [ 249] 0 249 9997 3 24 146 -1000 sshd
    Sep 29 12:25:56 Monaco kernel: [ 251] 32 251 7713 16 20 73 0 rpcbind
    Sep 29 12:25:56 Monaco kernel: [ 259] 0 259 8726 0 20 92 0 lircd
    Sep 29 12:25:56 Monaco kernel: [ 260] 124 260 72948 2 42 590 0 colord
    Sep 29 12:25:56 Monaco kernel: [ 283] 0 283 17646 2 39 143 0 login
    Sep 29 12:25:56 Monaco kernel: [ 301] 0 301 69839 66 133 493 0 smbd
    Sep 29 12:25:56 Monaco kernel: [ 304] 0 304 69970 86 130 473 0 smbd
    Sep 29 12:25:56 Monaco kernel: [ 307] 1000 307 6700 0 16 146 0 systemd
    Sep 29 12:25:56 Monaco kernel: [ 309] 1000 309 18439 123 36 429 0 (sd-pam)
    Sep 29 12:25:56 Monaco kernel: [ 311] 1000 311 10143 2 24 477 0 zsh
    Sep 29 12:25:56 Monaco kernel: [ 332] 1000 332 3817 2 12 109 0 startx
    Sep 29 12:25:56 Monaco kernel: [ 354] 1000 354 3980 0 13 54 0 xinit
    Sep 29 12:25:56 Monaco kernel: [ 355] 1000 355 65132 9680 112 4643 0 Xorg.bin
    Sep 29 12:25:56 Monaco kernel: [ 401] 1000 401 51109 1696 99 4190 0 openbox
    Sep 29 12:25:56 Monaco kernel: [ 412] 1000 412 158444 522 134 5366 0 mpd
    Sep 29 12:25:56 Monaco kernel: [ 414] 1000 414 3160 21 12 25 0 sxhkd
    Sep 29 12:25:56 Monaco kernel: [ 415] 1000 415 52991 173 105 3950 0 volumeicon
    Sep 29 12:25:56 Monaco kernel: [ 416] 1000 416 47411 109 96 3123 0 tint2
    Sep 29 12:25:56 Monaco kernel: [ 424] 1000 424 4507 0 13 70 0 dbus-launch
    Sep 29 12:25:56 Monaco kernel: [ 425] 1000 425 6215 56 17 46 0 dbus-daemon
    Sep 29 12:25:56 Monaco kernel: [ 427] 1000 427 83835 0 32 192 0 at-spi-bus-laun
    Sep 29 12:25:56 Monaco kernel: [ 431] 1000 431 6189 23 18 57 0 dbus-daemon
    Sep 29 12:25:56 Monaco kernel: [ 434] 1000 434 30771 40 30 148 0 at-spi2-registr
    Sep 29 12:25:56 Monaco kernel: [ 496] 1000 496 71998 496 105 3768 0 termite
    Sep 29 12:25:56 Monaco kernel: [ 497] 1000 497 10168 2 25 481 0 zsh
    Sep 29 12:25:56 Monaco kernel: [ 518] 1000 518 4781 2 15 66 0 tmux
    Sep 29 12:25:56 Monaco kernel: [ 520] 1000 520 5365 74 15 71 0 tmux
    Sep 29 12:25:56 Monaco kernel: [ 521] 1000 521 10735 2 26 535 0 zsh
    Sep 29 12:25:56 Monaco kernel: [ 1087] 1000 1087 5560 2 16 109 0 zsh
    Sep 29 12:25:56 Monaco kernel: [ 1093] 1000 1093 36873 0 38 157 0 chromedriver
    Sep 29 12:25:56 Monaco kernel: [ 1278] 1000 1278 8763 2 21 84 0 xfconfd
    Sep 29 12:25:56 Monaco kernel: [ 1284] 1000 1284 109910 967 139 4237 0 keepassx
    Sep 29 12:25:56 Monaco kernel: [ 1288] 1000 1288 11207 35 26 59 0 gconfd-2
    Sep 29 12:25:56 Monaco kernel: [ 1444] 1000 1444 44034 2 22 154 0 dconf-service
    Sep 29 12:25:56 Monaco kernel: [ 4107] 1000 4107 46937 1858 91 3445 0 weechat
    Sep 29 12:25:56 Monaco kernel: [ 7602] 1000 7602 5560 2 16 109 0 zsh
    Sep 29 12:25:56 Monaco kernel: [ 7605] 1000 7605 3818 2 13 121 0 bash
    Sep 29 12:25:56 Monaco kernel: [ 7615] 1000 7615 3886 2 13 168 0 bash
    Sep 29 12:25:56 Monaco kernel: [ 7616] 1000 7616 1873 2 10 21 0 tee
    Sep 29 12:25:56 Monaco kernel: [11774] 99 11774 6141 70 17 71 0 openvpn
    Sep 29 12:25:56 Monaco kernel: [13718] 1000 13718 5560 2 17 108 0 zsh
    Sep 29 12:25:56 Monaco kernel: [13721] 1000 13721 94096 2319 150 5932 0 sonata
    Sep 29 12:25:56 Monaco kernel: [13897] 1000 13897 5560 2 16 108 0 zsh
    Sep 29 12:25:56 Monaco kernel: [13900] 1000 13900 1217352 653232 2274 376361 0 aurora
    Sep 29 12:25:56 Monaco kernel: [14180] 1000 14180 70205 262 102 4007 0 termite
    Sep 29 12:25:56 Monaco kernel: [14182] 1000 14182 87917 5172 78 3419 0 livestreamer
    Sep 29 12:25:56 Monaco kernel: [14190] 1000 14190 356932 11656 374 6706 0 vlc
    Sep 29 12:25:56 Monaco kernel: [16825] 1000 16825 48332 2732 79 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16841] 1000 16841 48332 2065 77 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16851] 1000 16851 30085 118 54 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16853] 1000 16853 30085 118 53 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16857] 1000 16857 30085 119 53 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16859] 1000 16859 30085 119 54 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16861] 1000 16861 30085 118 53 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16863] 1000 16863 30085 118 54 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16865] 1000 16865 30085 119 54 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16867] 1000 16867 30085 118 54 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16869] 1000 16869 30085 119 54 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16882] 0 16882 69839 88 125 471 0 smbd
    Sep 29 12:25:56 Monaco kernel: Out of memory: Kill process 13900 (aurora) score 793 or sacrifice child
    Sep 29 12:25:56 Monaco kernel: Killed process 14180 (termite) total-vm:280820kB, anon-rss:1048kB, file-rss:0kB
    Sep 29 12:25:56 Monaco kernel: termite invoked oom-killer: gfp_mask=0x200da, order=0, oom_score_adj=0
    Sep 29 12:25:56 Monaco kernel: termite cpuset=/ mems_allowed=0
    Sep 29 12:25:56 Monaco kernel: CPU: 1 PID: 16841 Comm: termite Tainted: P O 3.16.3-1-ARCH #1
    Sep 29 12:25:56 Monaco kernel: Hardware name: HP-Pavilion GN551AA-ABA m8200n/Nettle2, BIOS 5.16 08/14/2007
    Sep 29 12:25:56 Monaco kernel: 0000000000000000 00000000b33a5399 ffff88004697ba08 ffffffff8152b3bc
    Sep 29 12:25:56 Monaco kernel: ffff88003ecd5180 ffff88004697ba80 ffffffff8152a89a ffffffff8106e696
    Sep 29 12:25:56 Monaco kernel: ffff88004697ba70 ffffffff810d544c 00000000b33a5399 00000000000200da
    Sep 29 12:25:56 Monaco kernel: Call Trace:
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8152b3bc>] dump_stack+0x4d/0x6f
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8152a89a>] dump_header+0xad/0x235
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8106e696>] ? put_online_cpus+0x56/0x90
    Sep 29 12:25:56 Monaco kernel: [<ffffffff810d544c>] ? rcu_oom_notify+0xdc/0x110
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8114fd0c>] oom_kill_process+0x26c/0x3f0
    Sep 29 12:25:56 Monaco kernel: [<ffffffff81077b35>] ? has_ns_capability_noaudit+0x35/0x50
    Sep 29 12:25:56 Monaco kernel: [<ffffffff81077b67>] ? has_capability_noaudit+0x17/0x20
    Sep 29 12:25:56 Monaco kernel: [<ffffffff811505cb>] out_of_memory+0x52b/0x580
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8115631d>] __alloc_pages_nodemask+0xbfd/0xc20
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8119c04f>] alloc_pages_vma+0xaf/0x1c0
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8117acb4>] do_cow_fault+0x64/0x250
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8117ccf4>] handle_mm_fault+0x6c4/0x1090
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8105c3cf>] __do_page_fault+0x18f/0x600
    Sep 29 12:25:56 Monaco kernel: [<ffffffff81184741>] ? mprotect_fixup+0x151/0x260
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8105c862>] do_page_fault+0x22/0x30
    Sep 29 12:25:56 Monaco kernel: [<ffffffff81532ff8>] page_fault+0x28/0x30
    Sep 29 12:25:56 Monaco kernel: Mem-Info:
    Sep 29 12:25:56 Monaco kernel: Node 0 DMA per-cpu:
    Sep 29 12:25:56 Monaco kernel: CPU 0: hi: 0, btch: 1 usd: 0
    Sep 29 12:25:56 Monaco kernel: CPU 1: hi: 0, btch: 1 usd: 0
    Sep 29 12:25:56 Monaco kernel: Node 0 DMA32 per-cpu:
    Sep 29 12:25:56 Monaco kernel: CPU 0: hi: 186, btch: 31 usd: 176
    Sep 29 12:25:56 Monaco kernel: CPU 1: hi: 186, btch: 31 usd: 33
    Sep 29 12:25:56 Monaco kernel: active_anon:566070 inactive_anon:141732 isolated_anon:0
    active_file:792 inactive_file:793 isolated_file:0
    unevictable:34 dirty:0 writeback:24 unstable:0
    free:14235 slab_reclaimable:5656 slab_unreclaimable:5394
    mapped:10704 shmem:8528 pagetables:6076 bounce:0
    free_cma:0
    Sep 29 12:25:56 Monaco kernel: Node 0 DMA free:12212kB min:232kB low:288kB high:348kB active_anon:1056kB inactive_anon:1108kB active_file:72kB inactive_file:48kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15976kB managed:15892kB mlocked:0kB dirty:0kB writeback:0kB mapped:0kB shmem:0kB slab_reclaimable:56kB slab_unreclaimable:60kB kernel_stack:32kB pagetables:28kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:2492 all_unreclaimable? yes
    Sep 29 12:25:56 Monaco kernel: lowmem_reserve[]: 0 2995 2995 2995
    Sep 29 12:25:56 Monaco kernel: Node 0 DMA32 free:44728kB min:44820kB low:56024kB high:67228kB active_anon:2263224kB inactive_anon:565820kB active_file:3096kB inactive_file:3124kB unevictable:136kB isolated(anon):0kB isolated(file):0kB present:3128192kB managed:3069416kB mlocked:136kB dirty:0kB writeback:96kB mapped:42816kB shmem:34112kB slab_reclaimable:22568kB slab_unreclaimable:21516kB kernel_stack:4096kB pagetables:24276kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:9658 all_unreclaimable? yes
    Sep 29 12:25:56 Monaco kernel: lowmem_reserve[]: 0 0 0 0
    Sep 29 12:25:56 Monaco kernel: Node 0 DMA: 7*4kB (UE) 7*8kB (UEM) 2*16kB (U) 12*32kB (UEM) 9*64kB (UM) 1*128kB (E) 1*256kB (E) 1*512kB (E) 2*1024kB (EM) 2*2048kB (ER) 1*4096kB (M) = 12212kB
    Sep 29 12:25:56 Monaco kernel: Node 0 DMA32: 244*4kB (UEM) 341*8kB (UE) 250*16kB (UEM) 203*32kB (UEM) 237*64kB (UEM) 94*128kB (UEM) 13*256kB (UM) 0*512kB 0*1024kB 0*2048kB 0*4096kB = 44728kB
    Sep 29 12:25:56 Monaco kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
    Sep 29 12:25:56 Monaco kernel: 10380 total pagecache pages
    Sep 29 12:25:56 Monaco kernel: 265 pages in swap cache
    Sep 29 12:25:56 Monaco kernel: Swap cache stats: add 548468, delete 548203, find 29936/36512
    Sep 29 12:25:56 Monaco kernel: Free swap = 0kB
    Sep 29 12:25:56 Monaco kernel: Total swap = 2116244kB
    Sep 29 12:25:56 Monaco kernel: 786042 pages RAM
    Sep 29 12:25:56 Monaco kernel: 0 pages HighMem/MovableOnly
    Sep 29 12:25:56 Monaco kernel: 14694 pages reserved
    Sep 29 12:25:56 Monaco kernel: 0 pages hwpoisoned
    Sep 29 12:25:56 Monaco kernel: [ pid ] uid tgid total_vm rss nr_ptes swapents oom_score_adj name
    Sep 29 12:25:56 Monaco kernel: [ 158] 0 158 8069 14 18 152 -1000 systemd-udevd
    Sep 29 12:25:56 Monaco kernel: [ 222] 0 222 4270 60 11 110 0 mount.ntfs-3g
    Sep 29 12:25:56 Monaco kernel: [ 234] 0 234 3793 43 11 25 0 systemd-logind
    Sep 29 12:25:56 Monaco kernel: [ 235] 0 235 18482 0 40 343 0 cupsd
    Sep 29 12:25:56 Monaco kernel: [ 236] 81 236 6275 81 17 82 -900 dbus-daemon
    Sep 29 12:25:56 Monaco kernel: [ 238] 0 238 1106 34 8 21 0 dhcpcd
    Sep 29 12:25:56 Monaco kernel: [ 249] 0 249 9997 3 24 146 -1000 sshd
    Sep 29 12:25:56 Monaco kernel: [ 251] 32 251 7713 16 20 73 0 rpcbind
    Sep 29 12:25:56 Monaco kernel: [ 259] 0 259 8726 0 20 92 0 lircd
    Sep 29 12:25:56 Monaco kernel: [ 260] 124 260 72948 2 42 590 0 colord
    Sep 29 12:25:56 Monaco kernel: [ 283] 0 283 17646 2 39 143 0 login
    Sep 29 12:25:56 Monaco kernel: [ 301] 0 301 69839 66 133 493 0 smbd
    Sep 29 12:25:56 Monaco kernel: [ 304] 0 304 69970 86 130 473 0 smbd
    Sep 29 12:25:56 Monaco kernel: [ 307] 1000 307 6700 0 16 146 0 systemd
    Sep 29 12:25:56 Monaco kernel: [ 309] 1000 309 18439 123 36 429 0 (sd-pam)
    Sep 29 12:25:56 Monaco kernel: [ 311] 1000 311 10143 2 24 477 0 zsh
    Sep 29 12:25:56 Monaco kernel: [ 332] 1000 332 3817 2 12 109 0 startx
    Sep 29 12:25:56 Monaco kernel: [ 354] 1000 354 3980 0 13 54 0 xinit
    Sep 29 12:25:56 Monaco kernel: [ 355] 1000 355 65132 9680 112 4643 0 Xorg.bin
    Sep 29 12:25:56 Monaco kernel: [ 401] 1000 401 51109 1696 99 4190 0 openbox
    Sep 29 12:25:56 Monaco kernel: [ 412] 1000 412 158444 522 134 5366 0 mpd
    Sep 29 12:25:56 Monaco kernel: [ 414] 1000 414 3160 21 12 25 0 sxhkd
    Sep 29 12:25:56 Monaco kernel: [ 415] 1000 415 52991 173 105 3950 0 volumeicon
    Sep 29 12:25:56 Monaco kernel: [ 416] 1000 416 47411 109 96 3123 0 tint2
    Sep 29 12:25:56 Monaco kernel: [ 424] 1000 424 4507 0 13 70 0 dbus-launch
    Sep 29 12:25:56 Monaco kernel: [ 425] 1000 425 6215 56 17 46 0 dbus-daemon
    Sep 29 12:25:56 Monaco kernel: [ 427] 1000 427 83835 0 32 192 0 at-spi-bus-laun
    Sep 29 12:25:56 Monaco kernel: [ 431] 1000 431 6189 23 18 57 0 dbus-daemon
    Sep 29 12:25:56 Monaco kernel: [ 434] 1000 434 30771 40 30 148 0 at-spi2-registr
    Sep 29 12:25:56 Monaco kernel: [ 496] 1000 496 71998 496 105 3768 0 termite
    Sep 29 12:25:56 Monaco kernel: [ 497] 1000 497 10168 2 25 481 0 zsh
    Sep 29 12:25:56 Monaco kernel: [ 518] 1000 518 4781 2 15 66 0 tmux
    Sep 29 12:25:56 Monaco kernel: [ 520] 1000 520 5365 74 15 71 0 tmux
    Sep 29 12:25:56 Monaco kernel: [ 521] 1000 521 10735 2 26 535 0 zsh
    Sep 29 12:25:56 Monaco kernel: [ 1087] 1000 1087 5560 2 16 109 0 zsh
    Sep 29 12:25:56 Monaco kernel: [ 1093] 1000 1093 36873 0 38 157 0 chromedriver
    Sep 29 12:25:56 Monaco kernel: [ 1278] 1000 1278 8763 2 21 84 0 xfconfd
    Sep 29 12:25:56 Monaco kernel: [ 1284] 1000 1284 109910 967 139 4237 0 keepassx
    Sep 29 12:25:56 Monaco kernel: [ 1288] 1000 1288 11207 35 26 59 0 gconfd-2
    Sep 29 12:25:56 Monaco kernel: [ 1444] 1000 1444 44034 2 22 154 0 dconf-service
    Sep 29 12:25:56 Monaco kernel: [ 4107] 1000 4107 46937 1858 91 3445 0 weechat
    Sep 29 12:25:56 Monaco kernel: [ 7602] 1000 7602 5560 2 16 109 0 zsh
    Sep 29 12:25:56 Monaco kernel: [ 7605] 1000 7605 3818 2 13 121 0 bash
    Sep 29 12:25:56 Monaco kernel: [ 7615] 1000 7615 3886 2 13 168 0 bash
    Sep 29 12:25:56 Monaco kernel: [ 7616] 1000 7616 1873 2 10 21 0 tee
    Sep 29 12:25:56 Monaco kernel: [11774] 99 11774 6141 70 17 71 0 openvpn
    Sep 29 12:25:56 Monaco kernel: [13718] 1000 13718 5560 2 17 108 0 zsh
    Sep 29 12:25:56 Monaco kernel: [13897] 1000 13897 5560 2 16 108 0 zsh
    Sep 29 12:25:56 Monaco kernel: [13900] 1000 13900 1217352 653232 2274 376361 0 aurora
    Sep 29 12:25:56 Monaco kernel: [14183] 1000 14180 70205 265 102 4006 0 gmain
    Sep 29 12:25:56 Monaco kernel: [14182] 1000 14182 87917 5172 78 3419 0 livestreamer
    Sep 29 12:25:56 Monaco kernel: [14190] 1000 14190 356932 11656 374 6706 0 vlc
    Sep 29 12:25:56 Monaco kernel: [16825] 1000 16825 48332 2732 79 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16841] 1000 16841 48332 2065 77 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16851] 1000 16851 30085 118 54 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16853] 1000 16853 30085 118 53 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16857] 1000 16857 30085 119 53 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16859] 1000 16859 30085 119 54 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16861] 1000 16861 30085 118 53 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16863] 1000 16863 30085 118 54 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16865] 1000 16865 30085 119 54 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16867] 1000 16867 30085 118 54 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16869] 1000 16869 30085 119 54 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16882] 0 16882 69839 88 125 471 0 smbd
    Sep 29 12:25:56 Monaco kernel: Out of memory: Kill process 13900 (aurora) score 793 or sacrifice child
    Sep 29 12:25:56 Monaco kernel: Killed process 14183 (gmain) total-vm:280820kB, anon-rss:1052kB, file-rss:8kB
    Sep 29 12:25:56 Monaco systemd[1]: systemd-journald.service has no holdoff time, scheduling restart.
    Sep 29 12:25:56 Monaco systemd[1]: Stopping Journal Service...
    Sep 29 12:25:56 Monaco systemd[1]: Starting Journal Service...
    Sep 29 12:25:56 Monaco systemd[1]: Started Journal Service.
    Sep 29 12:25:56 Monaco kernel: termite invoked oom-killer: gfp_mask=0x200da, order=0, oom_score_adj=0
    Sep 29 12:25:56 Monaco kernel: termite cpuset=/ mems_allowed=0
    Sep 29 12:25:56 Monaco kernel: CPU: 1 PID: 16867 Comm: termite Tainted: P O 3.16.3-1-ARCH #1
    Sep 29 12:25:56 Monaco kernel: Hardware name: HP-Pavilion GN551AA-ABA m8200n/Nettle2, BIOS 5.16 08/14/2007
    Sep 29 12:25:56 Monaco kernel: 0000000000000000 00000000db03e644 ffff880007f17a08 ffffffff8152b3bc
    Sep 29 12:25:56 Monaco kernel: ffff88003ecd5180 ffff880007f17a80 ffffffff8152a89a ffffffff8106e696
    Sep 29 12:25:56 Monaco kernel: ffff880007f17a70 ffffffff810d544c 00000000db03e644 00000000000200da
    Sep 29 12:25:56 Monaco kernel: Call Trace:
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8152b3bc>] dump_stack+0x4d/0x6f
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8152a89a>] dump_header+0xad/0x235
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8106e696>] ? put_online_cpus+0x56/0x90
    Sep 29 12:25:56 Monaco kernel: [<ffffffff810d544c>] ? rcu_oom_notify+0xdc/0x110
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8114fd0c>] oom_kill_process+0x26c/0x3f0
    Sep 29 12:25:56 Monaco kernel: [<ffffffff81077b35>] ? has_ns_capability_noaudit+0x35/0x50
    Sep 29 12:25:56 Monaco kernel: [<ffffffff81077b67>] ? has_capability_noaudit+0x17/0x20
    Sep 29 12:25:56 Monaco kernel: [<ffffffff811505cb>] out_of_memory+0x52b/0x580
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8115631d>] __alloc_pages_nodemask+0xbfd/0xc20
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8119c04f>] alloc_pages_vma+0xaf/0x1c0
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8117acb4>] do_cow_fault+0x64/0x250
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8117ccf4>] handle_mm_fault+0x6c4/0x1090
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8105c3cf>] __do_page_fault+0x18f/0x600
    Sep 29 12:25:56 Monaco kernel: [<ffffffff81184741>] ? mprotect_fixup+0x151/0x260
    Sep 29 12:25:56 Monaco kernel: [<ffffffff8105c862>] do_page_fault+0x22/0x30
    Sep 29 12:25:56 Monaco kernel: [<ffffffff81532ff8>] page_fault+0x28/0x30
    Sep 29 12:25:56 Monaco kernel: Mem-Info:
    Sep 29 12:25:56 Monaco kernel: Node 0 DMA per-cpu:
    Sep 29 12:25:56 Monaco kernel: CPU 0: hi: 0, btch: 1 usd: 0
    Sep 29 12:25:56 Monaco kernel: CPU 1: hi: 0, btch: 1 usd: 0
    Sep 29 12:25:56 Monaco kernel: Node 0 DMA32 per-cpu:
    Sep 29 12:25:56 Monaco kernel: CPU 0: hi: 186, btch: 31 usd: 138
    Sep 29 12:25:56 Monaco kernel: CPU 1: hi: 186, btch: 31 usd: 128
    Sep 29 12:25:56 Monaco kernel: active_anon:565660 inactive_anon:141680 isolated_anon:0
    active_file:33 inactive_file:39 isolated_file:0
    unevictable:34 dirty:6 writeback:1590 unstable:0
    free:16000 slab_reclaimable:5526 slab_unreclaimable:5480
    mapped:10239 shmem:8528 pagetables:5958 bounce:0
    free_cma:0
    Sep 29 12:25:56 Monaco kernel: Node 0 DMA free:12156kB min:232kB low:288kB high:348kB active_anon:1060kB inactive_anon:1208kB active_file:32kB inactive_file:0kB unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15976kB managed:15892kB mlocked:0kB dirty:4kB writeback:0kB mapped:4kB shmem:0kB slab_reclaimable:56kB slab_unreclaimable:60kB kernel_stack:32kB pagetables:28kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:68 all_unreclaimable? yes
    Sep 29 12:25:56 Monaco kernel: lowmem_reserve[]: 0 2995 2995 2995
    Sep 29 12:25:56 Monaco kernel: Node 0 DMA32 free:51844kB min:44820kB low:56024kB high:67228kB active_anon:2261580kB inactive_anon:565512kB active_file:100kB inactive_file:184kB unevictable:136kB isolated(anon):0kB isolated(file):0kB present:3128192kB managed:3069416kB mlocked:136kB dirty:20kB writeback:6360kB mapped:40952kB shmem:34112kB slab_reclaimable:22048kB slab_unreclaimable:21860kB kernel_stack:4224kB pagetables:23804kB unstable:0kB bounce:0kB free_cma:0kB writeback_tmp:0kB pages_scanned:429 all_unreclaimable? yes
    Sep 29 12:25:56 Monaco kernel: lowmem_reserve[]: 0 0 0 0
    Sep 29 12:25:56 Monaco kernel: Node 0 DMA: 10*4kB (UEM) 5*8kB (UE) 4*16kB (UEM) 10*32kB (UEM) 9*64kB (UM) 1*128kB (E) 1*256kB (E) 1*512kB (E) 2*1024kB (EM) 2*2048kB (ER) 1*4096kB (M) = 12176kB
    Sep 29 12:25:56 Monaco kernel: Node 0 DMA32: 1586*4kB (UEM) 519*8kB (UEM) 268*16kB (UEM) 198*32kB (UEM) 227*64kB (UEM) 99*128kB (UEM) 14*256kB (UM) 0*512kB 0*1024kB 0*2048kB 0*4096kB = 51904kB
    Sep 29 12:25:56 Monaco kernel: Node 0 hugepages_total=0 hugepages_free=0 hugepages_surp=0 hugepages_size=2048kB
    Sep 29 12:25:56 Monaco kernel: 10971 total pagecache pages
    Sep 29 12:25:56 Monaco kernel: 2314 pages in swap cache
    Sep 29 12:25:56 Monaco kernel: Swap cache stats: add 556759, delete 554445, find 391956/398651
    Sep 29 12:25:56 Monaco kernel: Free swap = 0kB
    Sep 29 12:25:56 Monaco kernel: Total swap = 2116244kB
    Sep 29 12:25:56 Monaco kernel: 786042 pages RAM
    Sep 29 12:25:56 Monaco kernel: 0 pages HighMem/MovableOnly
    Sep 29 12:25:56 Monaco kernel: 14694 pages reserved
    Sep 29 12:25:56 Monaco kernel: 0 pages hwpoisoned
    Sep 29 12:25:56 Monaco kernel: [ pid ] uid tgid total_vm rss nr_ptes swapents oom_score_adj name
    Sep 29 12:25:56 Monaco kernel: [ 158] 0 158 8069 14 18 152 -1000 systemd-udevd
    Sep 29 12:25:56 Monaco kernel: [ 222] 0 222 4270 60 11 110 0 mount.ntfs-3g
    Sep 29 12:25:56 Monaco kernel: [ 234] 0 234 3793 43 11 25 0 systemd-logind
    Sep 29 12:25:56 Monaco kernel: [ 235] 0 235 18482 0 40 343 0 cupsd
    Sep 29 12:25:56 Monaco kernel: [ 236] 81 236 6275 81 17 82 -900 dbus-daemon
    Sep 29 12:25:56 Monaco kernel: [ 238] 0 238 1106 34 8 21 0 dhcpcd
    Sep 29 12:25:56 Monaco kernel: [ 249] 0 249 9997 3 24 146 -1000 sshd
    Sep 29 12:25:56 Monaco kernel: [ 251] 32 251 7713 16 20 73 0 rpcbind
    Sep 29 12:25:56 Monaco kernel: [ 259] 0 259 8726 0 20 92 0 lircd
    Sep 29 12:25:56 Monaco kernel: [ 260] 124 260 72948 2 42 590 0 colord
    Sep 29 12:25:56 Monaco kernel: [ 283] 0 283 17646 2 39 143 0 login
    Sep 29 12:25:56 Monaco kernel: [ 301] 0 301 69839 66 133 493 0 smbd
    Sep 29 12:25:56 Monaco kernel: [ 304] 0 304 69970 86 130 473 0 smbd
    Sep 29 12:25:56 Monaco kernel: [ 307] 1000 307 6700 0 16 146 0 systemd
    Sep 29 12:25:56 Monaco kernel: [ 309] 1000 309 18439 123 36 429 0 (sd-pam)
    Sep 29 12:25:56 Monaco kernel: [ 311] 1000 311 10143 2 24 477 0 zsh
    Sep 29 12:25:56 Monaco kernel: [ 332] 1000 332 3817 2 12 109 0 startx
    Sep 29 12:25:56 Monaco kernel: [ 354] 1000 354 3980 0 13 54 0 xinit
    Sep 29 12:25:56 Monaco kernel: [ 355] 1000 355 65470 9962 112 4632 0 Xorg.bin
    Sep 29 12:25:56 Monaco kernel: [ 401] 1000 401 51109 1696 99 4190 0 openbox
    Sep 29 12:25:56 Monaco kernel: [ 412] 1000 412 158444 522 134 5366 0 mpd
    Sep 29 12:25:56 Monaco kernel: [ 414] 1000 414 3160 21 12 25 0 sxhkd
    Sep 29 12:25:56 Monaco kernel: [ 415] 1000 415 52991 173 105 3950 0 volumeicon
    Sep 29 12:25:56 Monaco kernel: [ 416] 1000 416 47411 109 96 3123 0 tint2
    Sep 29 12:25:56 Monaco kernel: [ 424] 1000 424 4507 0 13 70 0 dbus-launch
    Sep 29 12:25:56 Monaco kernel: [ 425] 1000 425 6215 56 17 46 0 dbus-daemon
    Sep 29 12:25:56 Monaco kernel: [ 427] 1000 427 83835 0 32 192 0 at-spi-bus-laun
    Sep 29 12:25:56 Monaco kernel: [ 431] 1000 431 6189 23 18 57 0 dbus-daemon
    Sep 29 12:25:56 Monaco kernel: [ 434] 1000 434 30771 40 30 148 0 at-spi2-registr
    Sep 29 12:25:56 Monaco kernel: [ 496] 1000 496 71998 499 105 3765 0 termite
    Sep 29 12:25:56 Monaco kernel: [ 497] 1000 497 10168 2 25 481 0 zsh
    Sep 29 12:25:56 Monaco kernel: [ 518] 1000 518 4781 2 15 66 0 tmux
    Sep 29 12:25:56 Monaco kernel: [ 520] 1000 520 5365 74 15 71 0 tmux
    Sep 29 12:25:56 Monaco kernel: [ 521] 1000 521 10735 2 26 535 0 zsh
    Sep 29 12:25:56 Monaco kernel: [ 1087] 1000 1087 5560 2 16 109 0 zsh
    Sep 29 12:25:56 Monaco kernel: [ 1278] 1000 1278 8763 2 21 84 0 xfconfd
    Sep 29 12:25:56 Monaco kernel: [ 1284] 1000 1284 109910 967 139 4237 0 keepassx
    Sep 29 12:25:56 Monaco kernel: [ 1288] 1000 1288 11207 35 26 59 0 gconfd-2
    Sep 29 12:25:56 Monaco kernel: [ 1444] 1000 1444 44034 2 22 154 0 dconf-service
    Sep 29 12:25:56 Monaco kernel: [ 4107] 1000 4107 46934 1884 91 3424 0 weechat
    Sep 29 12:25:56 Monaco kernel: [ 7602] 1000 7602 5560 2 16 109 0 zsh
    Sep 29 12:25:56 Monaco kernel: [ 7605] 1000 7605 3818 2 13 121 0 bash
    Sep 29 12:25:56 Monaco kernel: [ 7615] 1000 7615 3886 2 13 168 0 bash
    Sep 29 12:25:56 Monaco kernel: [ 7616] 1000 7616 1873 2 10 21 0 tee
    Sep 29 12:25:56 Monaco kernel: [11774] 99 11774 6141 70 17 71 0 openvpn
    Sep 29 12:25:56 Monaco kernel: [13718] 1000 13718 5560 2 17 108 0 zsh
    Sep 29 12:25:56 Monaco kernel: [13897] 1000 13897 5560 2 16 108 0 zsh
    Sep 29 12:25:56 Monaco kernel: [13900] 1000 13900 1217352 645627 2274 383966 0 aurora
    Sep 29 12:25:56 Monaco kernel: [16825] 1000 16825 48325 2931 90 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16841] 1000 16841 48325 2932 90 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16851] 1000 16851 48332 2316 77 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16853] 1000 16853 48325 2932 87 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16857] 1000 16857 30085 121 53 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16859] 1000 16859 30085 121 54 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16861] 1000 16861 48332 548 69 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16863] 1000 16863 30929 121 55 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16865] 1000 16865 48332 308 68 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16867] 1000 16867 48332 1870 75 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16869] 1000 16869 48332 1864 75 0 0 termite
    Sep 29 12:25:56 Monaco kernel: [16896] 0 16896 186 2 3 0 0 systemd-journal
    Sep 29 12:25:56 Monaco kernel: [16897] 0 16897 1328 12 4 0 0 systemctl
    Sep 29 12:25:56 Monaco kernel: Out of memory: Kill process 13900 (aurora) score 793 or sacrifice child
    Sep 29 12:25:56 Monaco kernel: Killed process 13900 (aurora) total-vm:4869408kB, anon-rss:2582508kB, file-rss:0kB
    Sep 29 12:25:56 Monaco systemd-journal[16896]: Journal started
    Sep 29 12:16:41 Monaco systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage...
    Sep 29 12:17:48 Monaco systemd[1]: Started Trigger Flushing of Journal to Persistent Storage.
    Sep 29 12:17:49 Monaco systemd[1]: Looping too fast. Throttling execution a little.
    Sep 29 12:20:19 Monaco systemd[1]: systemd-journald.service watchdog timeout (limit 1min)!
    Sep 29 12:25:43 Monaco systemd[1]: Starting Trigger Flushing of Journal to Persistent Storage...
    Sep 29 12:25:56 Monaco systemd[1]: Started Trigger Flushing of Journal to Persistent Storage.
    Sep 29 12:25:57 Monaco systemd[1]: Looping too fast. Throttling execution a little.
    I'm also unsure why 12:16:41 timestamp appears *after* 12:25:56!
    What I want to know is what might be causing the freezes or how I can figure out what's causing the freezes, and hopefully how to fix it!
    Thanks!
    edit: I'm aware of the "Out of memory" error related to firefox/aurora, but the freeze happens even without firefox/aurora running!
    Last edited by fengshaun (2014-10-09 04:56:51)

    Thanks! I had already tried the wiki article about disabling crash dumps and it didn't help! Also, I don't have access to previous logs anymore since "buhman" on [email protected] suggested I remove /var/log/journal directory which solved the problem for now (I waited for a few days before reporting to make sure I don't get freezes).
    Also, he had this to say: "feel free to mention that even crap like buhDB is a better implementation of a binary log database"
    I'll see when the freezes happen again (or if they do at all) and report back if it happens again.
    Thanks!
    Last edited by fengshaun (2014-10-12 04:01:42)

  • ADF_FACES-60097 error while opening a random schedule job

    Hello,
    recently i'm facing a error in oim while i open the schedule job
    When i logeed in with xelsysadm
    click on advanced.then click on System management
    search all the scehdule jobs
    open a random schedule job
    error occured!!
    Error: An error Occurred while retrieving trigger for the schedule job.
    ADF_FACES-60097
    please help
    regards
    tp

    Hi Frank,
    Thanks for the reply. I am using it as an inline popup. I am trying to create command links dynamically in an iterator. When a link is clicked a popup window opens. The text of the link is passed to the popup window by creating a variable in the session scope ( I even tried request scope) by an action listener in the backing bean.
    I tried to create another simple application with a static command button which passes its text to popup window through a session scope variable. It worked fine. I am not sure why the same procedure is not working in my original application. Can you give me a hint what could possibly go wrong according the exception stack trace ?
    Thanks,
    KK

  • Windows 7 Blue Screen - Random Shut Down

    I'm having problem with my Toshiba Satellite L505 which randomly shows a blue screen prior to shutting down and restarting.  I have  use my system recovery disk to return my computer back to it's original state.   The computer worked fine for a couple of month but has crashed again.   Below is a sample of the blue screen messages prior to shutting down:
    A problem has been detected and Windows has been shut down to prevent damage
    to your computer.
    The problem seems to be caused by the following file: ntoskrnl.exe
    KMODE_EXCEPTION_NOT_HANDLED
    If this is the first time you've seen this stop error screen,
    restart your computer. If this screen appears again, follow
    these steps:
    Check to make sure any new hardware or software is properly installed.
    If this is a new installation, ask your hardware or software manufacturer
    for any Windows updates you might need.
    If problems continue, disable or remove any newly installed hardware
    or software. Disable BIOS memory options such as caching or shadowing.
    If you need to use safe mode to remove or disable components, restart
    your computer, press F8 to select Advanced Startup Options, and then
    select Safe Mode.
    Technical Information:
    *** STOP: 0x0000001e (0xffffffffc0000005, 0xfffff800032a526b, 0x0000000000000000,
    0x000000007efa0000)
    *** ntoskrnl.exe - Address 0xfffff800032c4c40 base at 0xfffff8000324f000 DateStamp
    0x50e79935
    2nd blue screen crash message
    A problem has been detected and Windows has been shut down to prevent damage
    to your computer.
    The problem seems to be caused by the following file: PCIIDEX.SYS
    KMODE_EXCEPTION_NOT_HANDLED
    If this is the first time you've seen this stop error screen,
    restart your computer. If this screen appears again, follow
    these steps:
    Check to make sure any new hardware or software is properly installed.
    If this is a new installation, ask your hardware or software manufacturer
    for any Windows updates you might need.
    If problems continue, disable or remove any newly installed hardware
    or software. Disable BIOS memory options such as caching or shadowing.
    If you need to use safe mode to remove or disable components, restart
    your computer, press F8 to select Advanced Startup Options, and then
    select Safe Mode.
    Technical Information:
    *** STOP: 0x0000001e (0xffffffffc0000005, 0xfffff800033c6cda, 0x0000000000000001,
    0x0000000000000018)
    *** PCIIDEX.SYS - Address 0xfffff88000e879d4 base at 0xfffff88000e86000 DateStamp
    0x4a5bc114
    Does anyone know what this means and would be able to help.

    Hiya
    Run a full computer scan with your antivirus software. virus Backdoor.NTHack. may be the problem, and it runs Dl.bat in folder InetPub\Scripts.When you boot up the computer, go to task menager (CTRL+ALT+Delete), look if you have this runned: Firedaemon.exe, Sud.exe, Os2srv.exe,  Mmtask.exe.
    2. If you have a CARD READER than go to bios "Integrated Peripherals" and set Legacy USB storage detect to DISABLED
    Let me know if you get any more problems

  • Many random abrupt restarts with ML and my Mac Pro

    Any help would be appreciated with this...
    Ive recently clean installed Mountain Lion with only a handful of 3rd party apps on my 2009(?) Mac Pro and seem to be getting  about 3-6 random Kernal Panics and/or abrupt restarts a day.  There seems to be no rhyme or reason for them as they all happen when doing differant tasks.  Last time it happened I was only browsing in Safari with itunes playing in the background.  iTunes started to skip like a scratched record 4 or 5 times then suddenly the computer shut down and restarted itself.  Below is the report that I sent to Apple.  Any idea whats causing the problem or suggestions on a fix?  If more info is required Id be happy to post.  Thanks!
    Interval Since Last Panic Report:  659874 sec
    Panics Since Last Report:          3
    Anonymous UUID:                   
    Wed Aug 15 17:18:50 2012
    panic(cpu 0 caller 0xffffff801bab7b95): Kernel trap at 0xffffff7f9d18f975, type 13=general protection, registers:
    CR0: 0x0000000080010033, CR2: 0xffffff81354e4000, CR3: 0x000000001e29d000, CR4: 0x0000000000000660
    RAX: 0xffffff803240ff00, RBX: 0xffffff803e95a800, RCX: 0xffffff802ffae7c1, RDX: 0x0000000000000000
    RSP: 0xffffff810c24bd90, RBP: 0xffffff810c24bdb0, RSI: 0xffffff803eaad900, RDI: 0xffffff803eaad900
    R8:  0x0000000000000a50, R9:  0x0000000000000000, R10: 0x0000000000021294, R11: 0x0000000000000000
    R12: 0x0000000000000001, R13: 0xffffff80ede120b4, R14: 0xffffff80ede12000, R15: 0xffffff803e925800
    RFL: 0x0000000000010286, RIP: 0xffffff7f9d18f975, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0xffffff81354e4000, Error code: 0x0000000000000000, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff810c24ba30 : 0xffffff801ba1d5f6
    0xffffff810c24baa0 : 0xffffff801bab7b95
    0xffffff810c24bc70 : 0xffffff801bace4ad
    0xffffff810c24bc90 : 0xffffff7f9d18f975
    0xffffff810c24bdb0 : 0xffffff7f9d18f6f3
    0xffffff810c24be00 : 0xffffff7f9d18f6ab
    0xffffff810c24be50 : 0xffffff7f9d18f936
    0xffffff810c24be80 : 0xffffff7f9d1745d2
    0xffffff810c24bed0 : 0xffffff7f9d17259f
    0xffffff810c24bef0 : 0xffffff801be47078
    0xffffff810c24bf30 : 0xffffff801be45b8a
    0xffffff810c24bf80 : 0xffffff801be45cb9
    0xffffff810c24bfb0 : 0xffffff801bab2677
          Kernel Extensions in backtrace:
             com.apple.GeForce(8.0)[91C40470-82BA-329A-A9D7-4C70F28275FD]@0xffffff7f9d16e000 ->0xffffff7f9d230fff
                dependency: com.apple.NVDAResman(8.0.0)[6A699209-FB98-316B-A3C0-DCA82AA8C86B]@0xffffff7f9c0 d8000
                dependency: com.apple.iokit.IONDRVSupport(2.3.4)[E37F420A-B5CD-38ED-9441-5247583B6ACE]@0xff ffff7f9c0c4000
                dependency: com.apple.iokit.IOPCIFamily(2.7)[8C9E06A4-13D0-33F5-A377-9E36F0ECC229]@0xffffff 7f9c04d000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.4)[5D671681-D21B-3CCA-9810-B15E648C1B27]@0 xffffff7f9c081000
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    12A269
    Kernel version:
    Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64
    Kernel UUID: 8D5F8EF3-9D12-384B-8070-EF2A49C45D24
    Kernel slide:     0x000000001b800000
    Kernel text base: 0xffffff801ba00000
    System model name: MacPro4,1 (Mac-F221BEC8)
    System uptime in nanoseconds: 8723959231719
    last loaded kext at 7137625116281: com.apple.driver.AppleUSBCDC          4.1.21 (addr 0xffffff7f9dbfa000, size 16384)
    last unloaded kext at 7344248256356: com.apple.driver.AppleUSBCDC          4.1.21 (addr 0xffffff7f9dbfa000, size 12288)
    loaded kexts:
    com.apple.driver.AppleBluetoothMultitouch          75.15
    com.apple.driver.AppleHWSensor          1.9.5d0
    com.apple.driver.AudioAUUC          1.60
    com.apple.iokit.IOBluetoothSerialManager          4.0.9f8
    com.apple.driver.AppleTyMCEDriver          1.0.2d2
    com.apple.driver.AGPM          100.12.69
    com.apple.driver.AppleUSBDisplays          352.4.2
    com.apple.driver.AppleMikeyHIDDriver          122
    com.apple.driver.AppleHDA          2.3.0f2
    com.apple.filesystems.autofs          3.0
    com.apple.iokit.IOUserEthernet          1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X          7.0.0
    com.apple.driver.AppleUpstreamUserClient          3.5.10
    com.apple.driver.AppleMikeyDriver          2.3.0f2
    com.apple.driver.ApplePolicyControl          3.2.6
    com.apple.driver.ACPI_SMC_PlatformPlugin          1.0.0
    com.apple.driver.AppleMCCSControl          1.0.33
    com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport          4.0.9f8
    com.apple.driver.AppleLPC          1.6.0
    com.apple.GeForce          8.0.0
    com.apple.driver.XsanFilter          404
    com.apple.iokit.IOAHCIBlockStorage          2.2.0
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless          1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib          1.0.0d1
    com.apple.BootCache          34
    com.apple.iokit.SCSITaskUserClient          3.5.1
    com.apple.driver.AppleUSBHub          5.1.6
    com.apple.driver.AppleFWOHCI          4.9.5
    com.apple.driver.AirPort.Brcm4331          600.15.20
    com.apple.driver.Intel82574L          2.3.0b4
    com.apple.driver.AppleAHCIPort          2.4.0
    com.apple.driver.AppleUSBEHCI          5.1.5
    com.apple.driver.AppleUSBUHCI          5.1.5
    com.apple.driver.AppleEFINVRAM          1.6.1
    com.apple.driver.AppleRTC          1.5
    com.apple.driver.AppleHPET          1.7
    com.apple.driver.AppleACPIButtons          1.6
    com.apple.driver.AppleSMBIOS          1.9
    com.apple.driver.AppleACPIEC          1.6
    com.apple.driver.AppleAPIC          1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient          196.0.0
    com.apple.nke.applicationfirewall          4.0.39
    com.apple.security.quarantine          2
    com.apple.driver.AppleIntelCPUPowerManagement          196.0.0
    com.apple.driver.AppleBluetoothHIDKeyboard          165.5
    com.apple.driver.AppleHIDKeyboard          165.5
    com.apple.driver.IOBluetoothHIDDriver          4.0.9f8
    com.apple.driver.AppleMultitouchDriver          235.27
    com.apple.iokit.IOSerialFamily          10.0.6
    com.apple.driver.AppleUSBMergeNub          5.1.5
    com.apple.iokit.IOUSBHIDDriver          5.0.0
    com.apple.driver.DspFuncLib          2.3.0f2
    com.apple.iokit.IOAudioFamily          1.8.9fc9
    com.apple.kext.OSvKernDSPLib          1.6
    com.apple.kext.triggers          1.0
    com.apple.iokit.IOSurface          86.0.2
    com.apple.iokit.IOBluetoothFamily          4.0.9f8
    com.apple.driver.AppleGraphicsControl          3.2.6
    com.apple.driver.IOPlatformPluginLegacy          1.0.0
    com.apple.driver.AppleSMBusController          1.0.10d0
    com.apple.iokit.IOFireWireIP          2.2.5
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport          4.0.9f8
    com.apple.driver.AppleSMBusPCI          1.0.10d0
    com.apple.driver.AppleHDAController          2.3.0f2
    com.apple.iokit.IOHDAFamily          2.3.0f2
    com.apple.driver.IOPlatformPluginFamily          5.2.0d16
    com.apple.nvidia.nv50hal          8.0.0
    com.apple.NVDAResman          8.0.0
    com.apple.iokit.IONDRVSupport          2.3.4
    com.apple.iokit.IOGraphicsFamily          2.3.4
    com.apple.driver.AppleSMC          3.1.3d11
    com.apple.driver.AppleUSBComposite          5.0.0
    com.apple.iokit.IOSCSIMultimediaCommandsDevice          3.5.1
    com.apple.iokit.IOBDStorageFamily          1.7
    com.apple.iokit.IODVDStorageFamily          1.7.1
    com.apple.iokit.IOCDStorageFamily          1.7.1
    com.apple.iokit.IOAHCISerialATAPI          2.5.0
    com.apple.iokit.IOSCSIArchitectureModelFamily          3.5.1
    com.apple.iokit.IOUSBUserClient          5.0.0
    com.apple.iokit.IOFireWireFamily          4.5.5
    com.apple.iokit.IO80211Family          500.15
    com.apple.iokit.IONetworkingFamily          3.0
    com.apple.iokit.IOAHCIFamily          2.2.0
    com.apple.iokit.IOUSBFamily          5.1.6
    com.apple.driver.AppleEFIRuntime          1.6.1
    com.apple.iokit.IOHIDFamily          1.8.0
    com.apple.iokit.IOSMBusFamily          1.1
    com.apple.security.sandbox          220
    com.apple.kext.AppleMatch          1.0.0d1
    com.apple.security.TMSafetyNet          7
    com.apple.driver.DiskImages          344
    com.apple.iokit.IOStorageFamily          1.8
    com.apple.driver.AppleKeyStore          28.18
    com.apple.driver.AppleACPIPlatform          1.6
    com.apple.iokit.IOPCIFamily          2.7
    com.apple.iokit.IOACPIFamily          1.4
    com.apple.kec.corecrypto          1.0
    Model: MacPro4,1, BootROM MP41.0081.B07, 4 processors, Quad-Core Intel Xeon, 2.66 GHz, 8 GB, SMC 1.39f5
    Graphics: NVIDIA GeForce GT 120, NVIDIA GeForce GT 120, PCIe, 512 MB
    Graphics: NVIDIA GeForce GT 120, NVIDIA GeForce GT 120, PCIe, 512 MB
    Memory Module: DIMM 1, 2 GB, DDR3 ECC, 1066 MHz, 0x802C, 0x31384A53463235363732415A2D3147314431
    Memory Module: DIMM 2, 2 GB, DDR3 ECC, 1066 MHz, 0x802C, 0x31384A53463235363732415A2D3147314431
    Memory Module: DIMM 3, 2 GB, DDR3 ECC, 1066 MHz, 0x802C, 0x31384A53463235363732415A2D3147314431
    Memory Module: DIMM 4, 2 GB, DDR3 ECC, 1066 MHz, 0x802C, 0x31384A53463235363732415A2D3147314431
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8E), Broadcom BCM43xx 1.0 (5.106.98.81.20)
    Bluetooth: Version 4.0.9f8 10405, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en2
    PCI Card: NVIDIA GeForce GT 120, sppci_displaycontroller, Slot-2
    PCI Card: NVIDIA GeForce GT 120, sppci_displaycontroller, Slot-1
    Serial ATA Device: HL-DT-ST DVD-RW GH41N
    Serial ATA Device: Maxtor 6B250S0, 251 GB
    Serial ATA Device: WDC WD20EARS-00J2GB0, 2 TB
    USB Device: hub_device, apple_vendor_id, 0x9121, 0xfd300000 / 3
    USB Device: HP Color LaserJet CP2025dn, 0x03f0  (Hewlett Packard), 0x5417, 0xfd330000 / 8
    USB Device: Datacolor Spyder3, 0x085c, 0x0300, 0xfd310000 / 7
    USB Device: Apple Cinema Display, apple_vendor_id, 0x921d, 0xfd320000 / 6
    USB Device: hub_device, apple_vendor_id, 0x9121, 0xfd100000 / 2
    USB Device: DYMO LabelWriter Twin Turbo, 0x0922  (Dymo Corporation), 0x0018, 0xfd130000 / 5
    USB Device: Apple Cinema Display, apple_vendor_id, 0x921d, 0xfd120000 / 4
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x5a100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0x5a110000 / 5
    USB Device: DTZ-2000W, 0x056a  (WACOM Co., Ltd.), 0x00c5, 0x1a200000 / 2
    FireWire Device: built-in_hub, 800mbit_speed
    FireWire Device: unknown_device, unknown_speed

    Still happening after the 10.8.1.  Any ideas?

  • Keyboard and trackpad freeze and randomly become unresponsive

    I've got a MacBook Pro (15-inch Early 2011) running Mac OS X 10.8.2.
    Since a few weeks ago at random intervals my keyboard and trackpad become permanently unresponsive. I don't recall any particular cause or change that would have caused this to start happening.
    What happens is that the trackpad and keyboard will stop functioning completely. The computer, display etc. would continue to function properly:
    The clock keeps ticking.
    If music were playing it would continue etc.
    Internet connectivity (via an ethernet cable or WiFi) continues to work as well (a download will continue, and even resume if I disconnect and reconnect the ethernet cable).
    Presssing the power button will bring up the shutdown dialog as usual (but I can't use it, obviously, so a forced shutdown needs to be performed instead by holding down the power button longer).
    .. but the keyboard and trackpad are rendered inoperable, as if they were no longer connected.
    I've made no progress in finding out what could possibly be the cause of this. A few observations:
    It has never happened while not using the keyboard (e.g. watch a DVD with TV series for a few hours, and afterwards the keyboard would always be fine).
    It always happens while actively typing (e.g. while in the middle of replying to an e-mail).
    It is not a temporary problem, the keyboard and trackpad will not become responsive again after some time (the computer isn't particulary occupied with calculating something big, no beachball and no busy mechanical noises).
    It does not happen progessively. It works fine and snappy one second, and I'm touching a dead keyboard a split second later.
    I tried connecting a USB keyboard but that doesn't seem to work either (I'm mentioning this since some of the linked threads below close with that as a solution).
    Possibly related (although I haven't found anything in these threads):
    Keyboard causes trackpad to not function properly
    Keyboard and trackpack freeze
    Keyboard and Trackpad Unresponsive
    MacBook Pro Keyboard & TrackPad freeze! Totally Unresponsive!
    MacBook Pro inbuilt Keyboard and Trackpad freeze when not connected to bluetooth devices?
    I've crawled through some log files in /var/log (via the shell and through Console.app) and found a couple things that may be relevant, although they seem unrelated. Etiher way, I was surprised by what I found. All sorts of errors with regards to Bluetooth and USB stuff. I'm not aware of using either. I haven't used bluetooth in years and though I sometimes charge an iPod by USB, I haven't had any problems with that, and this keyboard/trackpad freeze has also happened on sessions where I started the laptop and never even touch the USB ports in the time leading up to the freeze.
    Sample log from when it happened. It last happened at 21:04:xx:
    Jan 14 20:18:39 KrinkleMac.local com.apple.usbmuxd[34]: _handle_timer heartbeat detected detach for device 0x141-192.168.178.13:0!
    Jan 14 20:23:49 KrinkleMac.local lsboxd[2155]: @AE relay 4755524c:4755524c
    Jan 14 20:26:14 KrinkleMac.local com.apple.usbmuxd[34]: _handle_timer heartbeat detected detach for device 0x142-192.168.178.13:0!
    Jan 14 20:29:11 KrinkleMac.local WindowServer[80]: CGXSetWindowBackgroundBlurRadius: Invalid window 0xffffffff
    Jan 14 20:29:16 KrinkleMac.local lsboxd[2155]: @AE relay 4755524c:4755524c
    Jan 14 20:30:13 KrinkleMac.local CalendarAgent[6449]: Unexpected EOF, returning last token as fallback
    Jan 14 20:30:43 --- last message repeated 1 time ---
    Jan 14 20:33:24 KrinkleMac.local com.apple.usbmuxd[34]: _handle_timer heartbeat detected detach for device 0x143-192.168.178.13:0!
    Jan 14 20:41:09 KrinkleMac.local com.apple.usbmuxd[34]: _handle_timer heartbeat detected detach for device 0x144-192.168.178.13:0!
    Jan 14 20:42:43 KrinkleMac.local mtmd[46]: Set snapshot time: 2013-01-14 20:42:45 +0100 (current time: 2013-01-14 20:42:43 +0100)
    Jan 14 20:42:43 KrinkleMac kernel[0]: nspace-handler-set-snapshot-time: 1358192565
    Jan 14 20:43:14 --- last message repeated 10 times ---
    Jan 14 20:43:28 KrinkleMac.local AddressBookSourceSync[6580]: *** -[IADomainCache init]: IA domains cache is out of date.
    Jan 14 20:45:12 KrinkleMac.local CalendarAgent[6449]: Unexpected EOF, returning last token as fallback
    Jan 14 20:48:09 KrinkleMac.local com.apple.usbmuxd[34]: _handle_timer heartbeat detected detach for device 0x145-192.168.178.13:0!
    Jan 14 20:55:54 KrinkleMac.local com.apple.usbmuxd[34]: _handle_timer heartbeat detected detach for device 0x146-192.168.178.13:0!
    Jan 14 21:01:13 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe
    Jan 14 21:01:13 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    Jan 14 21:01:13 KrinkleMac kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    Jan 14 21:01:13 KrinkleMac kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    Jan 14 21:01:13 KrinkleMac kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Jan 14 21:01:13 KrinkleMac kernel[0]: [AppleBluetoothHCIControllerUSBTransport][ClearFeatureInterruptEndpointHalt] -- ClearPipeStall returned e000404f
    Jan 14 21:01:13 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe
    Jan 14 21:01:13 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    Jan 14 21:01:13 KrinkleMac kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    Jan 14 21:01:13 KrinkleMac kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    Jan 14 21:01:13 KrinkleMac.local blued[6615]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    Jan 14 21:01:14 KrinkleMac kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Jan 14 21:01:39 KrinkleMac kernel[0]: USBF:          145183.427          AppleUSBHubPort[0xffffff803c3d2600]::FatalError - Port 3 of Hub at 0xfa110000 reported error 0xe00002c0 while doing clearing port feature (1)
    Jan 14 21:01:39 KrinkleMac kernel[0]: USBF:          145183.722          IOUSBCompositeDriver[0xffffff803ae3be00](CompositeDevice) GetFullConfigDescriptor(0) returned NULL
    Jan 14 21:01:41 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe
    Jan 14 21:01:41 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    Jan 14 21:01:41 KrinkleMac kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    Jan 14 21:01:41 KrinkleMac kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    Jan 14 21:01:41 KrinkleMac kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Jan 14 21:01:59 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe
    Jan 14 21:01:59 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    Jan 14 21:01:59 KrinkleMac kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    Jan 14 21:01:59 KrinkleMac kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    Jan 14 21:01:59 KrinkleMac kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Jan 14 21:02:02 KrinkleMac kernel[0]: USBF:          145206.333          AppleUSBHub[0xffffff80476a9000]::ConfigureHub(hub @ 0xfa110000) No config descriptor, retrying
    Jan 14 21:02:02 KrinkleMac kernel[0]: USBF:          145206.634          AppleUSBHub[0xffffff80476a9000]::ConfigureHub(hub @ 0xfa110000) No config descriptor, after retry, resetting the port (1)
    Jan 14 21:02:12 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe
    Jan 14 21:02:12 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    Jan 14 21:02:12 KrinkleMac kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    Jan 14 21:02:12 KrinkleMac kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    Jan 14 21:02:12 KrinkleMac kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Jan 14 21:02:12 KrinkleMac kernel[0]: [AppleBluetoothHCIControllerUSBTransport][ClearFeatureInterruptEndpointHalt] -- ClearPipeStall returned e000404f
    Jan 14 21:02:12 KrinkleMac kernel[0]: USBF:          145216.648          AppleUSBHubPort[0xffffff803a385000]::FatalError - Port 1 of Hub at 0xfa110000 reported error 0xe000404f while doing get status (first in port status change)
    Jan 14 21:02:12 KrinkleMac kernel[0]: USBF:          145216.649          AppleUSBHubPort[0xffffff8038a3ba00]::FatalError - Port 2 of Hub at 0xfa110000 reported error 0xe00002c0 while doing clearing port feature (1)
    Jan 14 21:02:13 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe
    Jan 14 21:02:13 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    Jan 14 21:02:13 KrinkleMac kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    Jan 14 21:02:13 KrinkleMac kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    Jan 14 21:02:13 KrinkleMac kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Jan 14 21:02:13 KrinkleMac kernel[0]: [AppleBluetoothHCIControllerUSBTransport][ClearFeatureInterruptEndpointHalt] -- ClearPipeStall returned e000404f
    Jan 14 21:02:13 KrinkleMac kernel[0]: E:[AppleBluetoothHCIControllerUSBTransport]WARNING !!!! [AppleBluetoothHCIControllerUSBTransport::DeviceRequestCompleteHandler] error 0xe00002ed (kIOReturnNotResponding)
    Jan 14 21:02:13 KrinkleMac kernel[0]: USBF:          145217.575          AppleUSBHubPort[0xffffff80398bf400]::FatalError - Port 2 of Hub at 0xfa110000 reported error 0xe00002c0 while doing get status (first in port status change)
    Jan 14 21:02:15 KrinkleMac kernel[0]: USBF:          145219.525          AppleUSBHubPort[0xffffff8039e80800]::FatalError - Port 2 of Hub at 0xfa110000 reported error 0xe000404f while doing getting port status (2)
    Jan 14 21:02:15 KrinkleMac kernel[0]: USBF:          145219.525          AppleUSBHubPort[0xffffff8038c87e00]::FatalError - Port 1 of Hub at 0xfa110000 reported error 0xe00002ed while doing getting port status (2)
    Jan 14 21:02:15 KrinkleMac kernel[0]: USBF:          145219.525          AppleUSBHubPort[0xffffff803a123000]::FatalError - Port 3 of Hub at 0xfa110000 reported error 0xe000404f while doing getting port status (2)
    Jan 14 21:02:15 KrinkleMac kernel[0]: USBF:          145219.529          AppleUSBHubPort[0xffffff8039e80800]::FatalError - Port 2 of Hub at 0xfa110000 reported error 0xe00002ed while doing get status (first in port status change)
    Jan 14 21:02:15 KrinkleMac kernel[0]: USBF:          145219.530          AppleUSBHubPort[0xffffff8038c87e00]::FatalError - Port 1 of Hub at 0xfa110000 reported error 0xe00002ed while doing get status (first in port status change)
    Jan 14 21:02:15 KrinkleMac kernel[0]: USBF:          145219.530          AppleUSBHubPort[0xffffff803a123000]::FatalError - Port 3 of Hub at 0xfa110000 reported error 0xe000404f while doing get status (first in port status change)
    Jan 14 21:02:16 KrinkleMac kernel[0]: USBF:          145221.123          AppleUSBHubPort[0xffffff803a123000]::FatalError - Port 1 of Hub at 0xfa110000 reported error 0xe00002c0 while doing clearing port feature (1)
    Jan 14 21:02:16 KrinkleMac kernel[0]: USBF:          145221.123          AppleUSBHubPort[0xffffff8039e80800]::FatalError - Port 2 of Hub at 0xfa110000 reported error 0xe00002c0 while doing clearing port feature (1)
    Jan 14 21:02:16 KrinkleMac kernel[0]: USBF:          145221.125          AppleUSBHubPort[0xffffff8038c87e00]::FatalError - Port 3 of Hub at 0xfa110000 reported error 0xe00002c0 while doing get status (first in port status change)
    Jan 14 21:02:22 KrinkleMac kernel[0]: USBF:          145226.307          AppleUSBHubPort[0xffffff803a123000]::FatalError - Port 3 of Hub at 0xfa110000 reported error 0xe00002c0 while doing clearing port feature (1)
    Jan 14 21:02:22 KrinkleMac kernel[0]: USBF:          145226.373          AppleUSBHubPort[0xffffff8038c87e00]::FatalError - Port 1 of Hub at 0xfa110000 reported error 0xe00002c0 while doing get status (first in port status change)
    Jan 14 21:02:23 KrinkleMac kernel[0]: USBF:          145228.196          AppleUSBHubPort[0xffffff8039fd0c00]::FatalError - Port 2 of Hub at 0xfa110000 reported error 0xe000404f while doing getting port status (2)
    Jan 14 21:02:23 KrinkleMac kernel[0]: USBF:          145228.196          USBF:          145228.196          AppleUSBHubPort[0xffffff803a261e00]::FatalError - Port 1 of Hub at 0xfa110000 reported error 0xe00002ed while doing getting port status (2)AppleUSBHubPort[0xffffff803a123000]::FatalError - Port 3 of Hub at 0xfa110000 reported error 0xe000404f while doing getting port status (2)
    Jan 14 21:02:23 KrinkleMac kernel[0]: USBF:          145228.200          AppleUSBHubPort[0xffffff803a261e00]::FatalError - Port 1 of Hub at 0xfa110000 reported error 0xe00002ed while doing get status (first in port status change)
    Jan 14 21:02:23 KrinkleMac kernel[0]: USBF:          145228.200          AppleUSBHubPort[0xffffff803a123000]::FatalError - Port 3 of Hub at 0xfa110000 reported error 0xe000404f while doing get status (first in port status change)
    Jan 14 21:02:23 KrinkleMac kernel[0]: USBF:          145228.200          AppleUSBHubPort[0xffffff8039fd0c00]::FatalError - Port 2 of Hub at 0xfa110000 reported error 0xe00002ed while doing get status (first in port status change)
    Jan 14 21:02:25 KrinkleMac kernel[0]: USBF:          145229.331          [0xffffff8038559600] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 1 of Hub at 0xfa100000)
    Jan 14 21:02:25 KrinkleMac kernel[0]: USBF:          145229.766          [0xffffff8038559600] The IOUSBFamily was not able to enumerate a device.
    Jan 14 21:02:26 KrinkleMac kernel[0]: USBF:          145230.963          [0xffffff8038559600] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 1 of Hub at 0xfa100000)
    Jan 14 21:02:26 KrinkleMac kernel[0]: USBF:          145230.963          [0xffffff8038559600] The IOUSBFamily was not able to enumerate a device.
    Jan 14 21:02:28 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe
    Jan 14 21:02:28 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    Jan 14 21:02:28 KrinkleMac kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    Jan 14 21:02:28 KrinkleMac kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    Jan 14 21:02:28 KrinkleMac kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Jan 14 21:02:38 KrinkleMac kernel[0]: USBF:          145242.843          AppleUSBHub[0xffffff803c64b000]::ConfigureHub(hub @ 0xfa110000) No config descriptor, retrying
    Jan 14 21:02:38 KrinkleMac kernel[0]: USBF:          145243.145          AppleUSBHub[0xffffff803c64b000]::ConfigureHub(hub @ 0xfa110000) No config descriptor, after retry, resetting the port (1)
    Jan 14 21:02:40 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe
    Jan 14 21:02:40 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    Jan 14 21:02:40 KrinkleMac kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    Jan 14 21:02:40 KrinkleMac kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    Jan 14 21:02:40 KrinkleMac kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Jan 14 21:02:47 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe
    Jan 14 21:02:47 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    Jan 14 21:02:47 KrinkleMac kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    Jan 14 21:02:47 KrinkleMac kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    Jan 14 21:02:47 KrinkleMac kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Jan 14 21:02:54 KrinkleMac.local com.apple.usbmuxd[34]: _handle_timer heartbeat detected detach for device 0x147-192.168.178.13:0!
    Jan 14 21:03:03 KrinkleMac kernel[0]: BRCM2070 Hub::terminate(kIOServiceSynchronous) timeout
    Jan 14 21:03:04 KrinkleMac kernel[0]: USBF:          145268.325          AppleUSBHubPort[0xffffff8039bc4c00]::FatalError - Port 3 of Hub at 0xfa110000 reported error 0xe00002c0 while doing get status (first in port status change)
    Jan 14 21:03:20 KrinkleMac kernel[0]: USBF:          145285.139          [0xffffff8038559600] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 1 of Hub at 0xfa100000)
    Jan 14 21:03:21 KrinkleMac kernel[0]: USBF:          145285.572          [0xffffff8038559600] The IOUSBFamily was not able to enumerate a device.
    Jan 14 21:03:22 KrinkleMac kernel[0]: USBF:          145286.868          [0xffffff8038559600] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 1 of Hub at 0xfa100000)
    Jan 14 21:03:23 KrinkleMac kernel[0]: USBF:          145288.132          [0xffffff8038559600] The IOUSBFamily was not able to enumerate a device.
    Jan 14 21:03:24 KrinkleMac kernel[0]: USBF:          145288.882          [0xffffff8038559600] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 1 of Hub at 0xfa100000)
    Jan 14 21:03:25 KrinkleMac kernel[0]: USBF:          145289.385          [0xffffff8038559600] The IOUSBFamily was not able to enumerate a device.
    Jan 14 21:04:05 KrinkleMac kernel[0]: USBF:          145329.455          AppleUSBHubPort[0xffffff803a24e400]::FatalError - Port 1 of Hub at 0xfa110000 reported error 0xe00002c0 while doing clearing port feature (1)
    Jan 14 21:04:05 KrinkleMac kernel[0]: USBF:          145329.456          AppleUSBHubPort[0xffffff8038a96200]::FatalError - Port 2 of Hub at 0xfa110000 reported error 0xe00002c0 while doing clearing port feature (1)
    Jan 14 21:04:05 KrinkleMac kernel[0]: USBF:          145329.492          AppleUSBHubPort[0xffffff803a9a6600]::FatalError - Port 3 of Hub at 0xfa110000 reported error 0xe00002c0 while doing get status (first in port status change)
    Jan 14 21:04:06 KrinkleMac kernel[0]: USBF:          145330.483          AppleUSBHubPort[0xffffff803a24e400]::FatalError - Port 3 of Hub at 0xfa110000 reported error 0xe00002c0 while doing get status (first in port status change)
    Jan 14 21:04:06 KrinkleMac kernel[0]: USBF:          145330.703          IOUSBCompositeDriver[0xffffff803b7c3700](CompositeDevice) GetFullConfigDescriptor(0) returned NULL
    Jan 14 21:04:06 KrinkleMac kernel[0]: USBF:          145330.703          IOUSBCompositeDriver[0xffffff803c98b400](CompositeDevice) GetFullConfigDescriptor(0) returned NULL
    Jan 14 21:04:09 KrinkleMac kernel[0]: USBF:          145333.634          [0xffffff8038559600] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 1 of Hub at 0xfa100000)
    Jan 14 21:04:09 KrinkleMac kernel[0]: USBF:          145334. 67          [0xffffff8038559600] The IOUSBFamily was not able to enumerate a device.
    Jan 14 21:04:10 KrinkleMac kernel[0]: USBF:          145334.916          [0xffffff8038559600] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 1 of Hub at 0xfa100000)
    Jan 14 21:04:10 KrinkleMac kernel[0]: USBF:          145335.347          [0xffffff8038559600] The IOUSBFamily was not able to enumerate a device.
    Jan 14 21:04:16 KrinkleMac kernel[0]: USBF:          145340.675          [0xffffff8038559600] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 1 of Hub at 0xfa100000)
    Jan 14 21:04:16 KrinkleMac kernel[0]: USBF:          145341.108          [0xffffff8038559600] The IOUSBFamily was not able to enumerate a device.
    Jan 14 21:04:18 KrinkleMac kernel[0]: USBF:          145343.300          [0xffffff8038559600] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 1 of Hub at 0xfa100000)
    Jan 14 21:04:19 KrinkleMac kernel[0]: USBF:          145343.803          [0xffffff8038559600] The IOUSBFamily was not able to enumerate a device.
    Jan 14 21:04:20 KrinkleMac kernel[0]: USBF:          145344.644          [0xffffff8038559600] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 1 of Hub at 0xfa100000)
    Jan 14 21:04:23 KrinkleMac kernel[0]: USBF:          145348. 42          [0xffffff8038559600] The IOUSBFamily was not able to enumerate a device.
    Jan 14 21:04:24 KrinkleMac kernel[0]: USBF:          145348.868          [0xffffff8038559600] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 1 of Hub at 0xfa100000)
    Jan 14 21:04:24 KrinkleMac kernel[0]: USBF:          145349.299          [0xffffff8038559600] The IOUSBFamily was not able to enumerate a device.
    Jan 14 21:04:30 KrinkleMac kernel[0]: USBF:          145355. 76          [0xffffff8038559600] The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 1 of Hub at 0xfa100000)
    Jan 14 21:04:30 KrinkleMac kernel[0]: USBF:          145355. 76          [0xffffff8038559600] The IOUSBFamily gave up enumerating a USB device after 10 retries.  (Port 1 of Hub at 0xfa100000)
    Jan 14 21:04:30 KrinkleMac kernel[0]: USBF:          145355. 76          [0xffffff8038559600] The IOUSBFamily was not able to enumerate a device.
    Jan 14 21:04:42 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe
    Jan 14 21:04:42 KrinkleMac kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    Jan 14 21:04:42 KrinkleMac kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    Jan 14 21:04:42 KrinkleMac kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    Jan 14 21:04:44 KrinkleMac kernel[0]: [AppleBluetoothHCIControllerUSBTransport][ClearFeatureInterruptEndpointHalt] -- ClearPipeStall returned e000404f
    Jan 14 21:05:20 localhost bootlog[0]: BOOT_TIME 1358193920 0
    Jan 14 21:05:26 localhost com.apple.launchd[1]: *** launchd[1] has started up. ***
    Jan 14 21:05:26 localhost com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    Jan 14 21:05:41 localhost com.apple.launchd[1] (com.apple.automountd): Unknown key for boolean: NSSupportsSuddenTermination
    Jan 14 21:05:41 localhost kernel[0]: PMAP: PCID enabled
    Jan 14 21:05:41 localhost kernel[0]: Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64

    I've recorded the logs several times now and although a lot is variable (likely unrelated errors and crap). The following 5 lines consistently occur right before the freeze:
    1/18/13 11:06:10.000 PM kernel[0]: IOBluetoothUSBDFU::probe
    1/18/13 11:06:10.000 PM kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    1/18/13 11:06:10.000 PM kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    1/18/13 11:06:10.000 PM kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    1/18/13 11:06:24.000 PM kernel[0]: [AppleBluetoothHCIControllerUSBTransport][ClearFeatureInterruptEndpointHalt] -- ClearPipeStall returned e000404f
    1/18/13 11:07:22.000 PM bootlog[0]: BOOT_TIME 1358546842 0
    1/18/13 11:29:27.000 PM kernel[0]: IOBluetoothUSBDFU::probe
    1/18/13 11:29:27.000 PM kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x821A FirmwareVersion - 0x0041
    1/18/13 11:29:27.000 PM kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    1/18/13 11:29:27.000 PM kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    1/18/13 11:30:02.000 PM kernel[0]: [AppleBluetoothHCIControllerUSBTransport][ClearFeatureInterruptEndpointHalt] -- ClearPipeStall returned e000404f
    1/18/13 11:31:39.000 PM bootlog[0]: BOOT_TIME 1358548299 0

Maybe you are looking for

  • Airplay no longer working with 3rd party after upgrading to Maverick.

    I updated my MacBook Pro this week and I have noticed that the airplay icon is no longer showing up in iTunes to connect to my Denon Amplifier. The interesting thing is that my old iPad 1 that I have that is still running 5.1.1 can connect and play t

  • Apple Loops Utility Question

    Can you some how bring up the selected transient spots of a created apple loop into Logic for chopping purposes? then import them into an exs instrument? and if so will the chops adjust accordingly when the tempo is changed on the transport? thanks D

  • Do not display NULL tables/values(Urgent)

    Hi, My template consists of a parent BC and child BC fields(BIP integrated with Siebel) . I have inserted the child table inside the parent table. When there are no values in the child record i do not want the parent record to get displayed. I tried

  • Unable to read http response from servlet (on nokia 6630 device)

    I am sending a http GET request to a servlet for getting some response. Though I am able to obtain the response when I run my j2me app on sony phone I am not able to get any response in case of nokia. On being asked for the APN on nokia I do select t

  • What dpi should I use when making a file for a HD (1920x1080px) in Photoshop??

    I am making a graphic for an HD (1920x1080px) in Photoshop and I wanted to know which dpi Should I use? 72dpi?100dpi?300dpi? I dont want this to bee seen bad in a big screen...=S Thanks in Advance, Orangejuice.-