Slow hard disk access --- still wonky

Hi,
Recently i've noticed that hard disk access has become very laggy, to the point
where it's driving me crazy.
For example, if i want to tab-complete through my directories, i have to wait a
few seconds each time.  Similarly with saving files in vim, or just using
firefox, which seems to suffer frequent hangs while the disk is spinning.
I tried downgrading the kernel to 3.4.something, to no avail (it definitely used
to work just fine with the old kernels).  I've also tried adding "commit=60" to
my fstab to reduce journalling access.
I ran bonnie++ and the following results came back:
Version 1.03e ------Sequential Output------ --Sequential Input- --Random-
-Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP
mattdell 7672M 102163 88 106118 6 38973 3 83155 67 124734 4 207.5 0
------Sequential Create------ --------Random Create--------
-Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP
16 +++++ +++ +++++ +++ +++++ +++ +++++ +++ +++++ +++ +++++ +++
mattdell,7672M,102163,88,106118,6,38973,3,83155,67,124734,4,207.5,0,16,+++++,+++,+++++,+++,+++++,+++,+++++,+++,+++++,+++,+++++,+++
t
which (by comparison with other results i've seen online) seem to indicate
there's nothing particularly wrong with the disk (it's a toshiba 7200rpm, i
think).
So i'm at a bit of a loss what to do next.  I've attached my dmesg output.  If
anyone has any suggestions, that would be awesome.
Dmesg output: http://pastebin.com/kJcbZVBT
Thanks,
Matt
Last edited by yourealwaysbe (2012-11-11 14:41:24)

Arf -- i noticed firefox was still laggy last night, and on a (second or third) reboot this morning, things are back to being laggy even without having run firefox...
I'm not sure where to look, but here's the output of mount if that will be of any use:
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
dev on /dev type devtmpfs (rw,nosuid,relatime,size=1962404k,nr_inodes=490601,mode=755)
run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755)
/dev/sda3 on / type ext4 (rw,relatime,data=ordered)
securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /sys/fs/cgroup type tmpfs (rw,nosuid,nodev,noexec,mode=755)
cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd)
cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset)
cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpuacct,cpu)
cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory)
cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices)
cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer)
cgroup on /sys/fs/cgroup/net_cls type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls)
cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=27,pgrp=1,timeout=300,minproto=5,maxproto=5,direct)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime)
mqueue on /dev/mqueue type mqueue (rw,relatime)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime)
debugfs on /sys/kernel/debug type debugfs (rw,relatime)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,relatime)
/dev/sda1 on /boot type ext2 (rw,relatime)
/dev/sda4 on /home type ext4 (rw,relatime,data=ordered)
All suggestions appreciated
edit: also, nothing untoward reported by top (i don't think):
top - 15:52:02 up 16 min, 0 users, load average: 0.36, 0.41, 0.30
Tasks: 104 total, 2 running, 102 sleeping, 0 stopped, 0 zombie
%Cpu(s): 0.1 us, 0.2 sy, 0.0 ni, 99.8 id, 0.0 wa, 0.0 hi, 0.0 si, 0.0 st
KiB Mem: 3930516 total, 779240 used, 3151276 free, 51616 buffers
KiB Swap: 2626620 total, 0 used, 2626620 free, 285284 cached
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
1 root 20 0 32552 3432 1924 S 0.0 0.1 0:00.51 systemd
2 root 20 0 0 0 0 S 0.0 0.0 0:00.00 kthreadd
3 root 20 0 0 0 0 S 0.0 0.0 0:00.04 ksoftirqd/0
4 root 20 0 0 0 0 S 0.0 0.0 0:00.14 kworker/0:0
5 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/0:0H
7 root 0 -20 0 0 0 S 0.0 0.0 0:00.00 kworker/u:0H
8 root rt 0 0 0 0 S 0.0 0.0 0:00.00 migration/0
9 root rt 0 0 0 0 S 0.0 0.0 0:00.00 watchdog/0
10 root rt 0 0 0 0 S 0.0 0.0 0:00.00 migration/1
The lag tends to occur when first tabbing into a directory.  On the second time
tabbing through things seem to be fast -- i guess that's cached somewhere.
editedit: i also tried switching back to initscripts, with no improvement, so i guess systemd is off the hook for the remaining problems
Last edited by yourealwaysbe (2012-11-11 15:13:57)

Similar Messages

  • MacBook Pro + Time Capsule = Slow Hard Disk Access..

    Hi,
    I know it's an issue with my MBP as my imac is fine with my TC
    Basically connections fail, are sometimes not possible and accessing D/L and Up/L files is so slow I can't even watch a movie from my TC..
    It's only a problem with my MBP though, my other computer is fine..
    I know I could do a re-install of OSX Lion but.. that's a major chore for me..
    I have degraged my comp, used Onyx, I have no viruses and everything is fully updated..
    Any suggestions?

    wheretofindmatt wrote:
    OK so, I bit the bullet and did a CLEAN install of my OSX.. Problem solved, just wish it didn't have to be the way!
    Clean install is definitely required.. the very idea of upgrade installs have never worked properly AFAIK.. you can patch an OS not upgrade to a new one..
    Thanks for relating your experience.. I have been telling people for a while to do clean install to fix Lion issues with TC.. makes me so pleased to be still on SL.

  • Excessive hard disk access

    Using Firefox (latest version) on OS X 10.6.8.
    I was on MapQuest, "get directions," adjusting a route repeatedly, when Firefox began a very long hard disk access. I closed a couple of other programs which at first I thought were the culprit. When I tried to quit Firefox (using Apple-Q) it would not quit. I finally used Force Quit (from right-click on the dock icon) and the HD access stopped.
    When I restarted Firefox it automatically went back to MQ and the HD access again resumed. I closed the MapQuest window (which was VERY slow to respond) and again quit FF as above.
    When I again opened FF, it opened a blank window (my "Home" is a blank window, "about:blank") and resumed the non-stop HD access. I quit again, moved Firefox.app to the trash, reinstalled from the Mozilla web site, started it again, and the same thing happened.
    I have not yet deleted my user data because I don't want to lose my bookmarks and cookies.

    The applet is running on the clients machine and if the user accepts the certificate of a signed applet it has full access to the machines file system. For saving files the user needs the rights to write into a certain folder.

  • Windows 2008 R2 Hyper-V has really slow VMs disk access

    Wondering if anyone can help? I have noticed in a couple of Windows Server 2008 R2 Hyper-V scenarios, that the VM guests are often very slow. Disk access is especially slow.
    In one situation their was only a couple of guest VMs, and they were running of mirrored IDE HDDs.  Performance improved significantly when I used two mirrored SSD hdds instead.
    My other main situation is where the VHDs are stored on HP Lefthand P4300, over 2-nodes with 8 SATA hdds in each, using iSCSI.
    So I ran a few tests with robocopy copying 4-6GB of files (mostly large) or whole VHDs (40GB or more), using HP4300 SATA, a newer HP 4330 SAS, a THECUS NAS with SATA hdds,  and an SSD in a THECUS NAS, and local SAS mirrored hdds. All using iSCSI except
    the local SAS hdds.
    You can see from results that Guests run considerably slower than host. Any ideas?
    Sample data (although not always same background conditions of load etc):
    From within Guest direct iSCSI to same (from HP 4330): 34MB/s
    From other Guest using VHD (from HP4300) to direct iSCSI (from HP4330): 14MB/s
    From within Guest using VHD (from HP4330) to same: 9MB/s
    From within Guest using VHD (from HP4300) to VHD (from HP4330): 11MB/s
    From within Guest using VHD (from HP4330) to VHD (from HP4330): 19MB/s
    From within Guest using VHD (from THECUS SSD) to same VHD (from THECUS SSD): 18MB/s
    From within Guest using VHD (from HP4300) to VHD (from THECUS SSD): 13MB/s
    From within Host from HP4300 iSCSI to HP4330 iSCSI: 12MB/s
    From within Host using VHD (from THECUS SSD) to same VHD (from THECUS SSD): 40MB/s
    From within Host from HP4330 iSCSI to same HP4330 iSCSI: 232MB/s & 132MB/s
    From within Host from HP4330 iSCSI to HP4300 iSCSI: 40MB/s & 57MB/s
    From within Host from HP4300 iSCSI to same HP4300 iSCSI: 26MB/s & 47MB/s
    From within Host from HP4300 iSCSI to Guest VHD (from THECUS SATA): 15MB/s

    Hi aucj,
    I would suggest to use host level ISCSI connection then build VM on that ISCSI disk .
    please add more Vcpu for that VM then try to copy again (shutdown the other VMs ,in that online VM from one folder to another folder ).
    Hp4330 ISCSI connection is 1GB , right ?
    If yes , it should be with max 100M/s with the single ISCSI connection .
    Best Regards
    Elton Ji
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Macbook Pro is extremely slow, hard disk in low-power mode and wont accelerate even while attempting to play a game

    Very recently my Macbook has been acting really slow. Normally whenever i play a game, it starts off slow then after i hear the fan spinning it begins to speed up. Its like a high-performance mode when the hard disk start running faster. However, my Mac's hard disks seem to be stuck in sleep because whenever i start a game, the fan doesn't spin fast and it acts like when i start my Mac or when i'm at critical battery and it shuts the hard disks off. I've never had this happen to me before and i can't play any games because its so slow. I have tried reseting the SMC and nothing happened. I unchecked "put hard disks to sleep when possible" in power saver options but it's still stuck in a power-saver mode. I really don't know what to do and i would appreciate some help as quickly as possible. Here are my specs:
    OS X Yosemite
    Version 10.10
    MacBook Pro (13-inch, Late 2011)
    Processor     2.4 GHz Intel Core i5
    Memory     4 GB 1333 MHz DDR3
    Graphics     Intel HD Graphics 3000 384 MB
    Serial Number     C1*******V13
    <Edited By Host>

    Ok, sorry about taking so long to respond, i was out doing some errands. So i started up my computer and ran League of Legends since it is a game i often play a lot. After starting it and loading into a game i still had the same problem. Processor seems to be napping practically since i couldn't hear the fan spinning faster like it normally does and i was averaging about 15 fps to my normal 60 to 70-ish. I had the Console opened and here is what i have:
    12/14/14 3:50:19.000 PM bootlog[0]: BOOT_TIME 1418601019 0
    12/14/14 3:50:49.000 PM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.AccountPolicyHelper" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/14/14 3:50:49.000 PM syslogd[17]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    12/14/14 3:50:49.000 PM kernel[0]: Longterm timer threshold: 1000 ms
    12/14/14 3:50:49.000 PM kernel[0]: PMAP: PCID enabled
    12/14/14 3:50:49.000 PM kernel[0]: Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64
    12/14/14 3:50:49.000 PM kernel[0]: vm_page_bootstrap: 800645 free pages and 239739 wired pages
    12/14/14 3:50:49.000 PM kernel[0]: kext submap [0xffffff7f80a00000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000a00000]
    12/14/14 3:50:49.000 PM kernel[0]: zone leak detection enabled
    12/14/14 3:50:49.000 PM kernel[0]: "vm_compressor_mode" is 4
    12/14/14 3:50:49.000 PM kernel[0]: multiq scheduler config: deep-drain 0, urgent first 1, depth limit 4, band limit 127, sanity check 0
    12/14/14 3:50:49.000 PM kernel[0]: standard timeslicing quantum is 10000 us
    12/14/14 3:50:49.000 PM kernel[0]: standard background quantum is 2500 us
    12/14/14 3:50:49.000 PM kernel[0]: mig_table_max_displ = 13
    12/14/14 3:50:49.000 PM kernel[0]: TSC Deadline Timer supported and enabled
    12/14/14 3:50:49.000 PM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    12/14/14 3:50:49.000 PM kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    12/14/14 3:50:49.000 PM kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    12/14/14 3:50:49.000 PM kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    12/14/14 3:50:49.000 PM kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    12/14/14 3:50:49.000 PM kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    12/14/14 3:50:49.000 PM kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    12/14/14 3:50:49.000 PM kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    12/14/14 3:50:49.000 PM kernel[0]: calling mpo_policy_init for TMSafetyNet
    12/14/14 3:50:49.000 PM kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    12/14/14 3:50:49.000 PM kernel[0]: calling mpo_policy_init for AMFI
    12/14/14 3:50:49.000 PM kernel[0]: Security policy loaded: Apple Mobile File Integrity (AMFI)
    12/14/14 3:50:49.000 PM kernel[0]: calling mpo_policy_init for Sandbox
    12/14/14 3:50:49.000 PM kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    12/14/14 3:50:49.000 PM kernel[0]: calling mpo_policy_init for Quarantine
    12/14/14 3:50:49.000 PM kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    12/14/14 3:50:49.000 PM kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    12/14/14 3:50:49.000 PM kernel[0]: The Regents of the University of California. All rights reserved.
    12/14/14 3:50:49.000 PM kernel[0]: MAC Framework successfully initialized
    12/14/14 3:50:49.000 PM kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    12/14/14 3:50:49.000 PM kernel[0]: AppleKeyStore starting (BUILT: Sep 19 2014 00:11:30)
    12/14/14 3:50:49.000 PM kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    12/14/14 3:50:49.000 PM kernel[0]: ACPI: sleep states S3 S4 S5
    12/14/14 3:50:49.000 PM kernel[0]: pci (build 00:11:20 Sep 19 2014), flags 0xe3000, pfm64 (36 cpu) 0xf80000000, 0x80000000
    12/14/14 3:50:49.000 PM kernel[0]: [ PCI configuration begin ]
    12/14/14 3:50:49.000 PM kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0046
    12/14/14 3:50:49.000 PM kernel[0]: AppleIntelCPUPowerManagement: (built 00:11:36 Sep 19 2014) initialization complete
    12/14/14 3:50:49.000 PM kernel[0]: console relocated to 0xf80000000
    12/14/14 3:50:49.000 PM kernel[0]: [ PCI configuration end, bridges 12, devices 16 ]
    12/14/14 3:50:49.000 PM kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID 3c0754fffefe8ed6; max speed s800.
    12/14/14 3:50:49.000 PM kernel[0]: mcache: 4 CPU(s), 64 bytes CPU cache line size
    12/14/14 3:50:49.000 PM kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    12/14/14 3:50:49.000 PM kernel[0]: rooting via boot-uuid from /chosen: 8BA0FA50-294E-3144-8594-5DE52235BB33
    12/14/14 3:50:49.000 PM kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    12/14/14 3:50:49.000 PM kernel[0]: AppleIntelCPUPowerManagementClient: ready
    12/14/14 3:50:49.000 PM kernel[0]: BTCOEXIST off
    12/14/14 3:50:49.000 PM kernel[0]: BRCM tunables:
    12/14/14 3:50:49.000 PM kernel[0]: pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    12/14/14 3:50:49.000 PM kernel[0]: CoreStorage: fsck_cs has finished for group "0984EE66-D5D6-4B9C-B75D-BACF10253B76" with status 0x00
    12/14/14 3:50:49.000 PM kernel[0]: CoreStorageFamily::unlockVEKs(EE5D9F83-0503-43C9-88BB-BF7F1EE483CD) was successful.
    12/14/14 3:50:49.000 PM kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/TOSHIBA MK5065GSXF Media/IOGUIDPartitionScheme/Untitled 1@2/CoreStoragePhysical/Untitled 1/Untitled 1
    12/14/14 3:50:49.000 PM kernel[0]: BSD root: disk1, major 1, minor 4
    12/14/14 3:50:49.000 PM kernel[0]: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    12/14/14 3:50:49.000 PM kernel[0]: hfs: mounted Untitled 1 on device root_device
    12/14/14 3:50:49.000 PM kernel[0]: VM Swap Subsystem is ON
    12/14/14 3:50:49.000 PM kernel[0]: USBF:    4.996    The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 2 of Hub at 0xfa000000)
    12/14/14 3:50:49.000 PM kernel[0]: USBF:    5.297    The IOUSBFamily was not able to enumerate a device.
    12/14/14 3:50:49.000 PM kernel[0]: USBF:    6. 19    The IOUSBFamily is having trouble enumerating a USB device that has been plugged in.  It will keep retrying.  (Port 2 of Hub at 0xfa000000)
    12/14/14 3:50:49.000 PM kernel[0]: USBF:    6. 19    The IOUSBFamily was not able to enumerate a device.
    12/14/14 3:50:34.319 PM com.apple.xpc.launchd[1]: (com.apple.alf) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    12/14/14 3:50:42.659 PM hidd[68]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    12/14/14 3:50:42.661 PM hidd[68]: IOHIDService compatibility thread running at priority 63 and schedule 2.
    12/14/14 3:50:42.661 PM iconservicesagent[37]: iconservicesagent launched.
    12/14/14 3:50:42.906 PM com.apple.SecurityServer[52]: Session 100000 created
    12/14/14 3:50:49.000 PM kernel[0]: USBF:    8.204    The IOUSBFamily was not able to enumerate a device.
    12/14/14 3:50:34.320 PM com.apple.xpc.launchd[1]: (com.apple.audio.coreaudiod) Unknown key for array: seatbelt-profiles
    12/14/14 3:50:34.320 PM com.apple.xpc.launchd[1]: (com.apple.autofsd) This service is defined to be constantly running and is inherently inefficient.
    12/14/14 3:50:34.320 PM com.apple.xpc.launchd[1]: (com.apple.backupd-status) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    12/14/14 3:50:49.535 PM com.apple.xpc.launchd[1]: (com.apple.watchdogd) Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    12/14/14 3:50:49.556 PM com.apple.xpc.launchd[1]: (com.apple.DataDetectorsDynamicData) The JoinExistingSession key is only available to Application services.
    12/14/14 3:50:49.570 PM com.apple.xpc.launchd[1]: (com.apple.FileSyncAgent.PHD.isRunning) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    12/14/14 3:50:50.000 PM kernel[0]: Previous shutdown cause: 5
    12/14/14 3:50:53.790 PM hidd[68]: ____IOHIDSessionScheduleAsync_block_invoke: thread_id=0x10fabb000
    12/14/14 3:50:53.790 PM hidd[68]: HID Session async scheduling initiated.
    12/14/14 3:50:53.790 PM hidd[68]: HID Session async root queue running at priority 63 and schedule 2.
    12/14/14 3:50:53.810 PM hidd[68]: HID Session async scheduling complete.
    12/14/14 3:50:53.810 PM hidd[68]: Successfully opened the IOHIDSession
    12/14/14 3:50:53.883 PM com.apple.usbmuxd[51]: usbmuxd-344.3 on Oct 13 2014 at 21:10:09, running 64 bit
    12/14/14 3:50:55.729 PM configd[25]: preference: no sharing preferences
    12/14/14 3:50:57.114 PM com.apple.SecurityServer[52]: Entering service
    12/14/14 3:50:57.000 PM kernel[0]: Waiting for DSMOS...
    12/14/14 3:50:57.249 PM com.apple.xpc.launchd[1]: (com.apple.xpc.launchd.domain.system) Service "com.apple.ManagedClient.startup" tried to hijack endpoint "com.apple.ManagedClient.agent" from owner: com.apple.ManagedClient
    12/14/14 3:50:57.275 PM thermald[22]: Waiting for OSTT support notification
    12/14/14 3:50:57.304 PM UserEventAgent[16]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    12/14/14 3:50:59.205 PM discoveryd[48]: Basic Sockets Unknown(-1), errno 0 UDS FD=3
    12/14/14 3:50:59.205 PM discoveryd[48]: Basic Sockets UDS FD=3 ERROR: failed to get effective user ID, errno 0
    12/14/14 3:50:59.206 PM discoveryd[48]: Basic SleepProxy BSP Server Disabled. Metric = 3373
    12/14/14 3:50:59.210 PM discoveryd[48]: AwdlD2d AwdlD2dInitialize: Initialized
    12/14/14 3:50:59.211 PM discoveryd[48]: D2D_IPC: Loaded
    12/14/14 3:51:05.625 PM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    QEX|MIPMAP, vram 451 MB
    12/14/14 3:51:13.662 PM xpcproxy[266]: CFPreferences could not connect to its daemon.
    Preferences using the connection 0x0 will be volatile and will not be persisted to disk.
    12/14/14 3:51:13.685 PM com.apple.AmbientDisplayAgent[160]: AMBD initializing devices
    12/14/14 3:51:13.903 PM iconservicesagent[262]: iconservicesagent launched.
    12/14/14 3:51:14.164 PM iconservicesagent[262]: Starting service with cache path: /var/folders/c7/9chl3yyd7ydct2yz21s67wz00000gn/C/com.apple.iconservices
    12/14/14 3:51:14.187 PM com.apple.xpc.launchd[1]: (com.apple.appkit.xpc.sandboxedServiceRunner) The JoinExistingSession key is only available to Application services.
    12/14/14 3:51:14.198 PM locationd[54]: Couldn't find a requirement string for masquerading client /System/Library/PrivateFrameworks/Parsec.framework
    12/14/14 3:51:14.188 PM com.apple.xpc.launchd[1]: (com.apple.DataDetectorsDynamicData) The JoinExistingSession key is only available to Application services.
    12/14/14 3:51:14.374 PM com.apple.xpc.launchd[1]: (com.apple.FileSyncAgent.PHD.isRunning) The HideUntilCheckIn property is an architectural performance issue. Please transition away from it.
    12/14/14 3:51:14.000 PM kernel[0]: BUG in process suhelperd[290]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/14/14 3:51:14.882 PM Keychain Circle Notification[257]: Posted at launch: (
    12/14/14 3:51:14.999 PM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    12/14/14 3:51:15.038 PM com.apple.xpc.launchd[1]: (com.apple.xpc.launchd.domain.pid.om.apple.photostream-agent.268) Path not allowed in target domain: type = pid, path =
    12/14/14 3:51:15.000 PM kernel[0]: BUG in process suhelperd[290]: over-released legacy external boost assertions (1 total, 1 external, 0 legacy-external)
    12/14/14 3:51:28.171 PM sntp[299]: time set +12.312274 s
    12/14/14 3:51:28.233 PM ntpd[154]: peer time.apple.com @ 17.171.4.37
    12/14/14 3:51:29.965 PM NotificationCenter[260]: Layout still needs update after calling -[NSView layout].  NSView or one of its superclasses may have overridden -layout without calling super. Or, something may have dirtied layout in the middle of updating it.  Both are programming errors in Cocoa Autolayout.  The former is pretty likely to arise if some pre-Cocoa Autolayout class had a method called layout, but it should be fixed.
    12/14/14 3:51:30.021 PM storeaccountd[289]: ADI: {
        "Cache-Control" = "no-transform, max-age=13509";
        Connection = "keep-alive";
        "Content-Encoding" = gzip;
        "Content-Length" = 21182;
        "Content-Type" = "text/xml; charset=UTF-8";
        Date = "Sun, 14 Dec 2014 23:51:29 GMT";
        "Last-Modified" = "Sun, 14 Dec 2014 21:56:23 GMT";
        Server = "ATS/4.1.0";
        "Strict-Transport-Security" = "max-age=31536000";
        Vary = "Accept-Encoding, X-Apple-Store-Front, Cookie, User-Agent";
        "X-Apple-ATS-Cache-Key" = "/init.itunes.apple.com/80/WebObjects/MZInit.woa/wa/initiateSession/MacAppStore /2.0%20/143441-1/13/https/itspod=15?ix=5";
        "X-Apple-Partner" = "origin.0";
        "apple-timing-app" = "59 ms";
        "x-apple-aka-ttl" = "Generated Sun Dec 14 13:56:23 PST 2014, Expires Sun Dec 14 19:36:23 PST 2014, TTL 20400s";
        "x-apple-application-instance" = 30932;
        "x-apple-application-site" = ST11;
        "x-apple-jingle-correlation-key" = QHDYFPU7E7C3M;
        "x-apple-max-age" = 14400;
        "x-apple-orig-url" = "https://init.itunes.apple.com/WebObjects/MZInit.woa/wa/initiateSession?ix=5&user AgentCacheKey=MacAppStore%2f2.0%20";
        "x-apple-request-store-front" = "143441-1,13";
        "x-apple-translated-wo-url" = "/WebObjects/MZInit.woa/wa/initiateSession?ix=5&userAgentCacheKey=MacAppStore%2 f2.0%20";
        "x-webobjects-loadaverage" = 0;
    12/14/14 3:51:33.224 PM SubmitDiagInfo[304]: Couldn't load config file from on-disk location. Falling back to default location. Reason: Won't serialize in _readDictionaryFromJSONData due to nil object
    12/14/14 3:51:33.505 PM com.apple.photostream-agent[268]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    12/14/14 3:51:34.507 PM com.apple.photostream-agent[268]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    12/14/14 3:51:35.509 PM com.apple.photostream-agent[268]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    12/14/14 3:51:35.667 PM SafariDAVClient[244]: ApplePushService: Timed out making blocking call, failed to perform call via XPC connection to 'com.apple.apsd'
    12/14/14 3:51:35.768 PM locationd[54]: Location icon should now be in state 'Active'
    12/14/14 3:51:36.626 PM storeaccountd[289]: ADI: {
        "Access-Control-Allow-Origin" = "*";
        "Cache-Control" = "private, max-age=60";
        Connection = "keep-alive";
        "Content-Length" = 2;
        "Content-Type" = "application/json; charset=UTF-8";
        Date = "Sun, 14 Dec 2014 23:51:36 GMT";
        Expires = "Sun, 14 Dec 2014 23:52:36 GMT";
        "Strict-Transport-Security" = "max-age=31536000";
        Vary = "X-Apple-Store-Front,X-Dsid,Cookie";
        "access-control-allow-credentials" = true;
        "apple-timing-app" = "1 ms";
        "x-apple-application-instance" = 1407;
        "x-apple-application-site" = ST11;
        "x-apple-jingle-correlation-key" = XVEHLICPMZK6S;
        "x-webobjects-loadaverage" = 61;
    12/14/14 3:52:17.030 PM Creative Cloud[272]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    12/14/14 3:52:25.400 PM AAM Updates Notifier[323]: WARNING: The Gestalt selector gestaltSystemVersion is returning 10.9.0 instead of 10.10.0. Use NSProcessInfo's operatingSystemVersion property to get correct system version number.
    Call location:
    12/14/14 3:52:25.402 PM mds[32]: (Server.Warning:445) No stores registered for metascope "kMDQueryScopeComputer"
    12/14/14 3:52:25.531 PM AAM Updates Notifier[323]: 0   CarbonCore                          0x92f1c7e7 ___Gestalt_SystemVersion_block_invoke + 135
    12/14/14 3:52:25.531 PM AAM Updates Notifier[323]: 1   libdispatch.dylib                   0x9010f0b5 dispatch_once_f + 251
    12/14/14 3:52:25.532 PM AAM Updates Notifier[323]: 2   libdispatch.dylib                   0x901100d8 dispatch_once + 31
    12/14/14 3:52:25.532 PM AAM Updates Notifier[323]: 3   CarbonCore                          0x92eaefb8 _Gestalt_SystemVersion + 1050
    12/14/14 3:52:25.532 PM AAM Updates Notifier[323]: 4   CarbonCore                          0x92eaeb69 Gestalt + 150
    12/14/14 3:52:25.532 PM AAM Updates Notifier[323]: 5   UpdaterCore                         0x0760f81e _ZN3esd11SystemUtils20GetOSPlatformVersionEv + 48
    12/14/14 3:52:25.532 PM AAM Updates Notifier[323]: 6   UpdaterCore                         0x0756fd4c _ZN25ThreadGetAvailableUpdates16ThreadWebFeedURL12GetOSVersionEb + 292
    12/14/14 3:52:26.641 PM ksfetch[347]: CFNetwork SSLHandshake failed (-9806)
    12/14/14 3:52:26.906 PM ksfetch[347]: CFNetwork SSLHandshake failed (-9802)
    12/14/14 3:52:27.190 PM ksfetch[347]: CFNetwork SSLHandshake failed (-9802)
    12/14/14 3:52:27.353 PM ksfetch[347]: CFNetwork SSLHandshake failed (-9802)
    12/14/14 3:52:27.355 PM ksfetch[347]: NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9802)
    12/14/14 3:52:28.000 PM kernel[0]: Google Chrome He (map: 0xffffff803c4c0a50) triggered DYLD shared region unnest for map: 0xffffff803c4c0a50, region 0x7fff84200000->0x7fff84400000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    12/14/14 3:52:58.388 PM Adobe CEF Helper[382]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    12/14/14 3:53:02.107 PM Adobe CEF Helper[382]: The function ‘CGFontSetShouldUseMulticache’ is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    12/14/14 3:53:02.000 PM kernel[0]: Google Chrome He (map: 0xffffff803ebab3c0) triggered DYLD shared region unnest for map: 0xffffff803ebab3c0, region 0x7fff84200000->0x7fff84400000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    12/14/14 3:53:02.000 PM kernel[0]: Google Chrome He (map: 0xffffff803a7a6e10) triggered DYLD shared region unnest for map: 0xffffff803a7a6e10, region 0x7fff84200000->0x7fff84400000. While not abnormal for debuggers, this increases system memory footprint until the target exits.
    12/14/14 3:53:04.204 PM com.apple.xpc.launchd[1]: (com.apple.imdmessageservices.IMDMessageServicesAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    12/14/14 3:53:04.205 PM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    12/14/14 3:53:06.914 PM fontd[207]: BUG in libdispatch client: dispatch_mig_server: mach_msg() failed (ipc/send) invalid memory - 0x1000000c
    12/14/14 3:53:06.914 PM Google Chrome Helper[384]: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
    12/14/14 3:53:06.915 PM Google Chrome Helper[384]: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
    12/14/14 3:53:06.917 PM Google Chrome Helper[384]: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
    12/14/14 3:53:06.917 PM Google Chrome Helper[384]: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
    12/14/14 3:53:07.312 PM Google Chrome Helper[384]: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
    12/14/14 3:53:07.312 PM Google Chrome Helper[384]: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
    12/14/14 3:53:10.565 PM Google Chrome Helper[384]: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
    12/14/14 3:53:10.565 PM Google Chrome Helper[384]: CoreText CopyFontsForRequest received mig IPC error (FFFFFFFFFFFFFECC) from font server
    12/14/14 3:53:26.441 PM Adobe Reader and Acrobat Updater[339]: Adobe Reader Updater encountered errorCode 1651
    12/14/14 3:54:28.850 PM SystemUIServer[190]: Attempt to use XPC with a MachService that has HideUntilCheckIn set. This will result in unpredictable behavior: com.apple.backupd.status.xpc
    12/14/14 3:55:27.932 PM locationd[54]: Location icon should now be in state 'Active'
    12/14/14 3:55:29.209 PM com.apple.InputMethodKit.UserDictionary[414]: -[PFUbiquitySwitchboardEntryMetadata setUseLocalStorage:](808): CoreData: Ubiquity:  jacquecanales~3459343E-D65C-5413-B107-E1053BCF7EC0:UserDictionary
    Using local storage: 1
    12/14/14 3:55:31.814 PM com.apple.InputMethodKit.UserDictionary[414]: -[PFUbiquitySwitchboardEntryMetadata setUseLocalStorage:](808): CoreData: Ubiquity:  jacquecanales~3459343E-D65C-5413-B107-E1053BCF7EC0:UserDictionary
    Using local storage: 0
    12/14/14 3:55:32.463 PM locationd[54]: Location icon should now be in state 'Inactive'
    12/14/14 3:55:32.513 PM sandboxd[325]: ([249]) com.apple.metada(249) deny mach-lookup com.apple.cfnetwork.cfnetworkagent
    12/14/14 3:55:32.523 PM sandboxd[325]: ([249]) com.apple.metada(249) deny mach-lookup com.apple.cfnetwork.cfnetworkagent
    12/14/14 3:55:32.533 PM sandboxd[325]: ([249]) com.apple.metada(249) deny mach-lookup com.apple.cfnetwork.cfnetworkagent
    12/14/14 3:55:35.532 PM locationd[54]: Location icon should now be in state 'Active'
    12/14/14 3:55:38.209 PM com.apple.xpc.launchd[1]: (com.apple.quicklook[417]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.quicklook
    12/14/14 3:55:43.312 PM locationd[54]: Location icon should now be in state 'Inactive'
    12/14/14 3:55:43.414 PM Console[420]: Failed to connect (_consoleX) outlet from (NSApplication) to (ConsoleX): missing setter or instance variable
    12/14/14 3:57:12.057 PM LoLPatcherUxHelper[448]: Cannot find executable for CFBundle 0x3c27ac0 </Users/JacqueCanales/Desktop/Isaac's Crap/League of Legends.app/Contents/LOL/RADS/projects/lol_patcher/releases/0.0.0.12/deploy/LoL PatcherUxHelper.app/Contents/Frameworks/Chromium Embedded Framework.framework/Libraries/PDF.plugin> (not loaded)
    12/14/14 3:57:28.034 PM discoveryd[48]: AwdlD2d AwdlD2dStopBrowsingForKey: '_airplay' Browsing service stopped
    12/14/14 3:57:28.035 PM discoveryd[48]: AwdlD2d AwdlD2dStopBrowsingForKey: '_raop' Browsing service stopped
    12/14/14 3:57:48.756 PM LolClient[453]: The function ‘CGFontSetShouldUseMulticache’ is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
    12/14/14 3:58:17.000 PM kernel[0]: process LoLPatcher[441] caught causing excessive wakeups. EXC_RESOURCE supressed due to audio playback
    12/14/14 3:58:21.246 PM LeagueofLegends[463]: WARNING: The Gestalt selector gestaltSystemVersion is returning 10.9.0 instead of 10.10.0. Use NSProcessInfo's operatingSystemVersion property to get correct system version number.
    Call location:
    12/14/14 3:58:21.246 PM LeagueofLegends[463]: 0   CarbonCore                          0x92f1c7e7 ___Gestalt_SystemVersion_block_invoke + 135
    12/14/14 3:58:21.246 PM LeagueofLegends[463]: 1   libdispatch.dylib                   0x9010f130 _dispatch_client_callout + 50
    12/14/14 3:58:21.246 PM LeagueofLegends[463]: 2   libdispatch.dylib                   0x9010f0b5 dispatch_once_f + 251
    12/14/14 3:58:21.246 PM LeagueofLegends[463]: 3   libdispatch.dylib                   0x901100d8 dispatch_once + 31
    12/14/14 3:58:21.247 PM LeagueofLegends[463]: 4   CarbonCore                          0x92eaefb8 _Gestalt_SystemVersion + 1050
    12/14/14 3:58:21.247 PM LeagueofLegends[463]: 5   CarbonCore                          0x92eaeb69 Gestalt + 150
    12/14/14 3:58:21.247 PM LeagueofLegends[463]: 6   BugSplat                            0x03b4a930 -[BugSplat initWithDatabase:appName:version:] + 221
    12/14/14 3:58:21.284 PM LeagueofLegends[463]: BugSplatFramework: initWithDatabase: defaultExceptionHandler is set
    12/14/14 3:58:24.678 PM WindowServer[147]: Display 0x4273140 captured by conn 0x16d1b
    12/14/14 3:58:24.812 PM apsd[49]: Peer [pid=194] requested push wake but lacks APSPushWakeEntitlement
    12/14/14 3:58:24.814 PM identityservicesd[232]: <IMMacNotificationCenterManager: 0x7fdda2739e40>: notification observer: com.apple.iChat   notification: __CFNotification 0x7fdda2744bd0 {name = _NSDoNotDisturbEnabledNotification}
    12/14/14 3:58:24.815 PM imagent[229]: <IMMacNotificationCenterManager: 0x7ffaa251be70>: notification observer: com.apple.FaceTime   notification: __CFNotification 0x7ffaa2572570 {name = _NSDoNotDisturbEnabledNotification}
    12/14/14 3:58:25.418 PM identityservicesd[232]: <IMMacNotificationCenterManager: 0x7fdda2739e40>:    NC Disabled: NO
    12/14/14 3:58:25.418 PM imagent[229]: <IMMacNotificationCenterManager: 0x7ffaa251be70>:    NC Disabled: NO
    12/14/14 3:58:25.431 PM identityservicesd[232]: <IMMacNotificationCenterManager: 0x7fdda2739e40>:   DND Enabled: YES
    12/14/14 3:58:25.431 PM imagent[229]: <IMMacNotificationCenterManager: 0x7ffaa251be70>:   DND Enabled: YES
    12/14/14 3:58:25.432 PM imagent[229]: <IMMacNotificationCenterManager: 0x7ffaa251be70>: Updating enabled: NO   (Topics: (null))
    12/14/14 3:58:25.432 PM identityservicesd[232]: <IMMacNotificationCenterManager: 0x7fdda2739e40>: Updating enabled: NO   (Topics: (null))
    12/14/14 3:58:25.432 PM identityservicesd[232]: <IMMacNotificationCenterManager: 0x7fdda2530200>: notification observer: com.apple.iChat   notification: __CFNotification 0x7fdda241acf0 {name = _NSDoNotDisturbEnabledNotification}
    12/14/14 3:58:25.439 PM identityservicesd[232]: <IMMacNotificationCenterManager: 0x7fdda2530200>:    NC Disabled: NO
    12/14/14 3:58:25.445 PM identityservicesd[232]: <IMMacNotificationCenterManager: 0x7fdda2530200>:   DND Enabled: YES
    12/14/14 3:58:25.445 PM identityservicesd[232]: <IMMacNotificationCenterManager: 0x7fdda2530200>: Updating enabled: NO   (Topics: (null))
    12/14/14 3:58:28.472 PM WindowServer[147]: Display 0x4273140 released by conn 0x16d1b
    12/14/14 3:58:28.578 PM apsd[49]: Peer [pid=194] requested push wake but lacks APSPushWakeEntitlement
    12/14/14 3:58:28.581 PM imagent[229]: <IMMacNotificationCenterManager: 0x7ffaa251be70>: notification observer: com.apple.FaceTime   notification: __CFNotification 0x7ffaa2552090 {name = _NSDoNotDisturbDisabledNotification}
    12/14/14 3:58:28.581 PM identityservicesd[232]: <IMMacNotificationCenterManager: 0x7fdda2739e40>: notification observer: com.apple.iChat   notification: __CFNotification 0x7fdda2470b60 {name = _NSDoNotDisturbDisabledNotification}
    12/14/14 3:58:28.611 PM imagent[229]: <IMMacNotificationCenterManager: 0x7ffaa251be70>:    NC Disabled: NO
    12/14/14 3:58:28.611 PM identityservicesd[232]: <IMMacNotificationCenterManager: 0x7fdda2739e40>:    NC Disabled: NO
    12/14/14 3:58:28.627 PM imagent[229]: <IMMacNotificationCenterManager: 0x7ffaa251be70>:   DND Enabled: NO
    12/14/14 3:58:28.627 PM identityservicesd[232]: <IMMacNotificationCenterManager: 0x7fdda2739e40>:   DND Enabled: NO
    12/14/14 3:58:28.627 PM imagent[229]: <IMMacNotificationCenterManager: 0x7ffaa251be70>: Updating enabled: YES   (Topics: (
        "com.apple.ess",
        "com.apple.private.ac"
    12/14/14 3:59:14.000 PM kernel[0]: process LeagueofLegends[463] caught causing excessive wakeups. EXC_RESOURCE supressed due to audio playback
    12/14/14 4:00:36.000 PM kernel[0]: process Creative Cloud[272] caught causing excessive wakeups. EXC_RESOURCE supressed due to audio playback
    12/14/14 4:00:47.502 PM WindowServer[147]: Display 0x4273140 captured by conn 0x16d1b
    12/14/14 4:00:47.525 PM LeagueofLegends[463]: notify name "com.apple.coregraphics.GUIConsoleSessionChanged" has been registered 20 times - this may be a leak
    12/14/14 4:00:47.565 PM apsd[49]: Peer [pid=194] requested push wake but lacks APSPushWakeEntitlement
    12/14/14 4:00:47.568 PM imagent[229]: <IMMacNotificationCenterManager: 0x7ffaa251be70>: notification observer: com.apple.FaceTime   notification: __CFNotification 0x7ffaa241eb10 {name = _NSDoNotDisturbEnabledNotification}
    12/14/14 4:00:47.568 PM identityservicesd[232]: <IMMacNotificationCenterManager: 0x7fdda2739e40>: notification observer: com.apple.iChat   notification: __CFNotification 0x7fdda276af40 {name = _NSDoNotDisturbEnabledNotification}
    12/14/14 4:00:47.700 PM imagent[229]: <IMMacNotificationCenterManager: 0x7ffaa251be70>:    NC Disabled: NO
    12/14/14 4:00:47.751 PM imagent[229]: <IMMacNotificationCenterManager: 0x7ffaa251be70>:   DND Enabled: YES
    12/14/14 4:00:47.751 PM identityservicesd[232]: <IMMacNotificationCenterManager: 0x7fdda2739e40>:    NC Disabled: NO
    12/14/14 4:00:47.752 PM imagent[229]: <IMMacNotificationCenterManager: 0x7ffaa251be70>: Updating enabled: NO   (Topics: (null))
    12/14/14 4:00:47.767 PM identityservicesd[232]: <IMMacNotificationCenterManager: 0x7fdda2739e40>:   DND Enabled: YES
    12/14/14 4:00:47.767 PM identityservicesd[232]: <IMMacNotificationCenterManager: 0x7fdda2739e40>: Updating enabled: NO   (Topics: (null))
    12/14/14 4:00:47.768 PM identityservicesd[232]: <IMMacNotificationCenterManager: 0x7fdda2530200>: notification observer: com.apple.iChat   notification: __CFNotification 0x7fdda262a500 {name = _NSDoNotDisturbEnabledNotification}
    12/14/14 4:00:47.783 PM identityservicesd[232]: <IMMacNotificationCenterManager: 0x7fdda2530200>:    NC Disabled: NO
    12/14/14 4:00:47.796 PM identityservicesd[232]: <IMMacNotificationCenterManager: 0x7fdda2530200>:   DND Enabled: YES
    12/14/14 4:00:47.797 PM identityservicesd[232]: <IMMacNotificationCenterManager: 0x7fdda2530200>: Updating enabled: NO   (Topics: (null))
    12/14/14 4:01:04.250 PM ntpd[154]: SYNC state ignoring -0.179895 s
    12/14/14 4:01:32.015 PM WindowServer[147]: Display 0x4273140 released by conn 0x16d1b
    12/14/14 4:01:32.134 PM apsd[49]: Peer [pid=194] requested push wake but lacks APSPushWakeEntitlement
    12/14/14 4:01:32.140 PM imagent[229]: <IMMacNotificationCenterManager: 0x7ffaa251be70>: notification observer: com.apple.FaceTime   notification: __CFNotification 0x7ffaa241eb10 {name = _NSDoNotDisturbDisabledNotification}
    12/14/14 4:01:32.140 PM identityservicesd[232]: <IMMacNotificationCenterManager: 0x7fdda2739e40>: notification observer: com.apple.iChat   notification: __CFNotification 0x7fdda262a500 {name = _NSDoNotDisturbDisabledNotification}
    12/14/14 4:01:32.287 PM identityservicesd[232]: <IMMacNotificationCenterManager: 0x7fdda2739e40>:    NC Disabled: NO
    12/14/14 4:01:32.287 PM imagent[229]: <IMMacNotificationCenterManager: 0x7ffaa251be70>:    NC Disabled: NO
    12/14/14 4:01:32.329 PM identityservicesd[232]: <IMMacNotificationCenterManager: 0x7fdda2739e40>:   DND Enabled: NO
    12/14/14 4:01:32.329 PM imagent[229]: <IMMacNotificationCenterManager: 0x7ffaa251be70>:   DND Enabled: NO
    12/14/14 4:01:32.330 PM imagent[229]: <IMMacNotificationCenterManager: 0x7ffaa251be70>: Updating enabled: YES   (Topics: (
        "com.apple.ess",
        "com.apple.private.ac"
    Sorry if this is too much, i really don't know what is relative to the problem and what isn't. I hope this helps! if there is a program that takes console logs and filters them create clean logs let me know and i'll do it.
    Oh and i'm also going to try verifying the disk on disk utility now.

  • Any "Hard Disk Access Indicator Monitor" on OS X?

    Activity monitor、iStats menu or so only show the write/read thoughtput of th disks,
    if there's any tool like "FileMon" or "DiskMon" on Windows to monitor which program/process is using the hard disk?

    Tried this (slightly cryptic) command in terminal?
    top
    And theres always console...
    Just remember that disk access is downstream of primary activity once things are sitting in memory.
    if you're thinking you can find out what is busying a hard drive, keep in mind that the driver of a given activity may not be what you think.
    Activity Monitor is still your best window for, well...activity.

  • Hard Disk Access

    I suddenly had problems writing to my hard disk attached to my airport extreme, so I connect it to my computer and got this:
    The Alias "Einstein"(The Hard Disk) can't be opened because the original item can't be found. Do you want to:
    Delete Alias/Fix Alias/OK
    I went to verify the disk, and was told it needed repairing, so I repaired it, and it now says it doesn't need repairing, however I still get the same problem.
    The strangest thing is that I CAN still access it - I went through terminal and it has no problem accessing and opening files, but the finder refuses time and time again, even after relaunching it or remounting the drive.
    I don't have the space to back up the drive fully. It's a 1TB drive, and I have a second 1TB drive, but that one is used as a Time Machine drive, and it backs up a small part of the drive that I have the problem with, but I dont have the space to back up everything...
    Any help would be fantastic

    You could try running the Apple Hardware Test to gain additional confirmation that your drive is good, and you could use Disk Warrior to try to repair it additionally. Also you might consider two other alternatives. First, consider the trade off between losing everything and purchasing a new 1 TB. You might want to purchase a new drive. The other possibility is trashing your TM backup. You can always start over with TM. With either of the last two possibilities, you apparently could use terminal to copy from the questionable drive to another drive.

  • Hard disk access denied after decryption of bit locker password

    i was using Bitlocker as a security purpose for a month but today i was removing the bitlocker password ,while decryption of the Hard disk it stop at 45% and stop there ...after some time i pause the decryption and remove the drive.... when i again insert
    into usb... it is just showing the device but no memory space and when i click to open it,it shows access denied iam in trouble becoz it contain 150 gb of my important data ..plz help me..  

    See my response in your other thread.

  • Hard disk access to applet

    hi,
    I have made a signed applet.. my trouble is this applet needs access to the client hard disk as it save the file transfered from the server to a perticular location. I do not want to change the policy file for each client. Can anybody tell me how to solve this problem of accessing the local disk?
    Thanks in advance
    -- Abdel Raoof Olakara
    http://olakara.googlepages.com

    The applet is running on the clients machine and if the user accepts the certificate of a signed applet it has full access to the machines file system. For saving files the user needs the rights to write into a certain folder.

  • Hard disk access noise

    Hi all, I just bought the DL2100 and additionally two new REDs 3TB each (RAID 1 configuration). NAS is really quiet idle, however every time I access files (read/write/stream) there is a ton of noise caused by the hard disks. Is this normal? I also have an external disk on the USB port. Absolutely quiet even during access. But the REDs spin and work even when I stream off the external HD. Seems to be somthing wrong What is your experience? Thanks in advance!Jimmy

    Hey Mike, I am talking about regular access and seek sound/noise. No weird other sounds.However, I think the hard disks are way too loud! (WD REDs expected to be quiet). I have a lot of old external and internal hard drives - not one is nearly as loud as my new REDs. Maybe I'm spoiled from my SSDs, I don't know. But seriously, the DL2100 should work pretty silent, regardless of file transfers, streaming, etc. Could also be a problem of the whole NAS construction, I don't know. Is there any hardware/software setting for "automatic acoustic management" for the HDs or the NAS system? Thank you!

  • Reading files from local hard disk - Access Local Files Only

    Hi All,
    I have a local flash file published as 'Access Local Files Only', to allow me to read from local filesystem.
    What methods or classes can I use to read text and other files from the user's harddisk.
    This is the first time I am trying to do something like this, all help is grealy appreciated.
    Thanks
    Andy

    Hi, thanks for the responses
    I did some searching and found that the urlloader class is the right one for the job.
    'Access Local Files Only' option is provided for this very purpose I believe.
    If anyone has done something like this and have some sample code it would be awesome
    Cheers
    Andy

  • Larger Hard disk access

    I am having a sparc ultra 10 machine.
    I have 2 20GB HDD installed with solaris 8. But in solaris i could see only 8.4GB x2. i.e 16.8GB. What happened to 23.2GB?. Please let me know the solution.
    Thanks in advance.
    I have upgraded the BIOS also.
    E.V.Sakthivel

    The applet is running on the clients machine and if the user accepts the certificate of a signed applet it has full access to the machines file system. For saving files the user needs the rights to write into a certain folder.

  • Iomega 2TB EZ Media Constant Hard Disk Access

    Hi,
    I have been provided a replacement 2TB NAS from Lenovo for a previously faulty drive, but this one seems to now constantly be writing something to the disk. Even with all computers on the network turned off, the disk make a short  noise as though its writting to disk and the disk light shows activity. After already having one faulty Iomega drive and loosing loads of data, I am more than a little concerned by this activity as it shouldnt be doing this.
    Thanks,
    Gee

    Hi medic00,
    Are you trying to use the Energy Saving feature to power down the drives? If the media server is enabled, the drives won't be able to power down.
    Have questions and need answers?
    Search the database for answers to FAQ's, software/driver downloads, tutorials, news, features and more!
    LenovoEMC Support & Downloads
    LenovoEMC North America Support Contact Page

  • Slow hard disk after 1Gb copied

    Hi, I have a Macbook Pro Early 2011. The problem happens when I  copy any file larger than 1GB to an external hd. After reaching 1Gb copied the speed copy falls from the 30 mbps to 3 mbps. Can anyone help me? PS: Sorry my english, I use the Google Translate.

    Ok. I have understand this issue. I' m a idiot because de speed was correct. The decimal number troll me.

  • RE: Apple iMac 27 Hard Disk Replacement Complaint

    Dear Customer ServiceManager,
    RE: Apple iMac 27” Hard Disk Replacement Complaint
    On May 12, 2011, Ibought an iMac 27”  for my daughter from your official Hong Kong website (www.apple.com/hk).
    I am writing tocomplain about my dissatisfaction of your poorproduct quality, irresponsibleattitude of your customer service, and most importantly my painful experience with your Apple Careservice.  I am also very disappointed with how your Apple Care staff made a discriminating comment about your low income Hong Kong customers.
    On July 28, 2011, mydaughter received an email from your company ([email protected]) informing her that the hard disk of her newly purchased iMac wasdefective due to factory error. You promised to replace the defective hard disk with a brand new onefree of charge, but when she asked your HK Apple technical support if therewould be on-site replacement service, your staff told her that she can onlyeither carry the 30-pound iMac herself to their service center or pay HKD1200for the Apple Care which offers the on-site replacement service. 
    First of all, I foundyour request very unreasonable.  Mydaughter was not the one who broke the hard disk, your company informed herthat you gave her a defective one. So why is the responsibility and the cost of taking the iMac for repairshould be borne by her, as an innocent customer, who paid HKD18, 000 for aniMac directly ordered from your official website?  She did nothing wrong but your company required her to barethe cost of transporting a 30-pound iMac and the risk of causing damage on theway. 
    Secondly, I believeyour company has deceitfully forced my daughter to buy your Apple Care, whichis completely against her original will. Since she is just a 22-year-old girl, it is impossible for her to carrythe 30-pound iMac by herself.  Andclearly, she was not given a choice but had to pay HKD1200 for the AppleCare.  This made me doubt if thisis a scam of your company.  Is thisa way of how Apple make extra money by giving your customer faulty products anda mission impossible, then forcing us to pay for a service that we did notneed?
    Anyway, thepainfulness of enjoying your Apple Care service has just started…
    On Aug 10, 20111:30pm, your service man came to change her hard disk with just a look as ifthe process was very ‘efficient’ and left after half an hour, even her Mac OShas not yet been completely installed. After he left, my daughter found that the OS could not be installed, soshe called your service center immediately and under her strong request, he hadto come back on the same day and check the new hard disk.  He found it proved to be a defectiveone again.  I was shockinglysurprised that your company, which always claims to produce products of highquality, selling at an expensive price, replaced my claim-to-be defective harddisk with a defective one again.  Iwonder how Apple’s quality control is done?  Your company didn’t even bother to check if the new harddisk is working before replacing it for customers. 
    My daughter requestedfor a new one, but then your service center said they had no new stock andasked her to wait until further notice. But without any definite date, it means my daughter’s brand new computercannot be used for… I don’t know how long.  Please notice that I paid HKD18,000 to buy a first-classproduct of high quality, as claimed by your company all over the world.
    So my daughter had tocall your service center again and forced them to return her original harddisk.  Till 5:00 pm on the sameday, another technician came to reinstall her original hard disk into hercomputer.  Surprisingly, all thedata in her original hard disk was still there, which means there is a riskthat all her personal data and information had been accessed by your servicecenter staff.   
    As a father, I had totake over the matter from my daughter and called your hotline 2112 0099 at5:00pm on Aug 10, 2011.  After 30minutes, I could finally talk to one of your technical support staff for 10minutes about my complaint.  Heasked me to hold the line and wait for him to transfer my call to his seniortechnical support colleague, so I kept on waiting for 15 minutes, but finallythe line was being cut and no body contacted me and my daughter again.
    I had to call yourhotline again at 6:00 pm and waited for another 15 minutes to reach one of youradvisors.  He passed my line toyour senior technical support advisor located in Singapore.  He said he is just a technical supportadvisor, so he could not take my complaint directly. He needed to talk to meagain on the next day with a customer service advisor.  He promised if he could not reach me onmy mobile phone, he would leave his direct line for me so that I would not haveto waste another half an hour to reach him through the hotline.
    On Aug 11, 2011 5:28pm, I received a voice mail from your senior technical support advisor asking me to call him back but he didn’t leave any direct telephonenumber as he promised.  So I triedto call back the caller ID, which was shown on my phone.  However, the auto reply of this numberwas, “This is an invalid number”. I asked the Hong Kong Telephone Company to help me to call but even theycould not reach this number.  Theytold me this number was from Shanghai, China.  So I had no choice but to call your hotline again.  After 25 minutes, one of your advisorstook my call and I had to repeat my story to him again in order to have him putme through to talk to your senior staff 42058 again.  I asked him why he didn’t leave his direct number for me tocall him back as he promised.  Hesaid he forgot!  What a surprisinganswer to leave your customer nothing but a number that he knew clearlycouldn’t be reached. 
    By that time, I havewasted nearly 45 minutes to reach him, and it was already 6:20pm and thecustomer service advisor was off work. Therefore, I made an appointment with him again and we agreed that hewould call me between 9:31-10:00am on Aug 12, 2011 morning.  I took half day-off from my work towait for your senior staff to call me.
    Unfortunately, Iwaited until 10:10 am and nobody contacted me again (I left both my mobilenumber and email to them).
    Finally, I called the hotline again and waited for 15 minutes, an advisor put me to your on-dutyCustomer Service Manager, Ken.  After I told him my name, he realized that he should be theone responsible for calling me this morning, but since he had a meeting thatmorning, he forgot to call me again! The Apple staff didn’t keep their promises after all which disappointedme a lot.  It seems to me thatApple is unwilling to accept negative feedbacks from customers.
    Ken told me thatthere was nothing he could do. 
    At the end, I wasreferred to a Customer Relations staff, Ms. Wing Liu.  Her response was also there is nothing she can do exceptgiving me a case number of my complaint. Since then, I never get any response from Apple regarding my case.
    I believe Apple has afull record of all my conversations with your staff and thus, should be able tolook into my case thoroughly.  Isincerely hope that Apple can take my feedback seriously and respond to my complaintin a responsible manner, but not just trying to suppress your customers, whohave already been treated unfairly, from claiming their rights.   Otherwise, it is really a shamefor Apple to claim itself delivering high quality products and services allover the world.
    Yours truly,
    Tommy Fong
    Apple Customer
    <Personal Information Edited by Host>

    I just realize Apple might have blocked my daughter's Apple ID from posting in your discussion forum. 
    My daughter was trying to go to this Community Page by logging into her account.  But your Communities webpage displays a "We'll be back soon" webpage.  Then I try to login with my Apple account and it works fine. 
    <Email Edited by Host>

Maybe you are looking for