Mounting lvm (on raid) fails every few boots

Hi,
as the title says, every few boots (probably every 5th boot or so) I get dropped to an emergency console because mounting one of my logical volumes (not always the same one) fails.
I have attached the logs form a successful and unsuccessful boot. The relevant lines I could find are:
Job dev-mapper-raidvg\x2dlvimages.device/start timed out.
Nov 01 07:58:01 mythbackend systemd[1]: Timed out waiting for device dev-mapper-raidvg\x2dlvimages.device.
Nov 01 07:58:01 mythbackend systemd[1]: Dependency failed for /home/laffi/media/images.
Nov 01 07:58:01 mythbackend systemd[1]: Dependency failed for Local File Systems.
Nov 01 07:58:01 mythbackend systemd[1]: Triggering OnFailure= dependencies of local-fs.target.
Nov 01 07:58:01 mythbackend systemd[1]: Dependency failed for File System Check on /dev/mapper/raidvg-lvimages.
Another thing I noticed is that a filesystem check gets started for that particular lv (lvimages) during the successful boot, but not the unsuccessful one. No idea if that means anything.
As you can see from the full log other lv's get mounted successful during the same boot.
The raid also seems to get started fine. I noticed this line in the logs, but it's in both the successful and unsuccessful boots so it probably is not the issue.
Nov 01 07:56:31 mythbackend systemd[1]: Cannot add dependency job for unit lvm.service, ignoring: Unit lvm.service failed to load: No such file or directory.
This is my fstab
# /etc/fstab: static file system information
# <file system> <dir> <type> <options> <dump> <pass>
# devpts /dev/pts devpts defaults 0 0
shm /dev/shm tmpfs nodev,nosuid 0 0
#/dev/cdrom /media/cd auto ro,user,noauto,unhide 0 0
#/dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
#/dev/fd0 /media/fl auto user,noauto 0 0
# /dev/sda1 /boot ext4 defaults 0 1
/dev/sda2 swap swap defaults 0 0
/dev/sda5 / ext4 defaults 0 1
#/dev/VolGroup01/lvolhome /home ext4 defaults 0 1
#/dev/raidvg/lvhome /home ext4 defaults 0 2
/dev/sda7 /home ext4 defaults 0 2
/dev/mapper/raidvg-lvmusic /home/laffi/media/music ext4 defaults 0 2
/dev/mapper/raidvg-lvphotos /home/laffi/media/photos ext4 defaults 0 2
/dev/mapper/raidvg-lvvideos /home/laffi/media/videos xfs defaults 0 2
/dev/mapper/raidvg-lvmovies /home/laffi/media/movies xfs defaults 0 2
/dev/mapper/raidvg-lvcamcorder /home/laffi/media/camcorder ext4 defaults 0 2
/dev/mapper/raidvg-lvrecordings /home/laffi/media/recordings xfs defaults 0 2
/dev/mapper/raidvg-lvlivetv /home/laffi/media/livetv xfs defaults 0 2
/dev/mapper/raidvg-lvrecarchive /home/laffi/media/recarchive xfs defaults 0 2
/dev/mapper/raidvg-lvbooks /home/laffi/media/books ext4 defaults 0 2
/dev/mapper/raidvg-lvimages /home/laffi/media/images ext4 defaults 0 2
# /dev/mapper/raidvg-lvbackhome /home/laffi/media/backhome ext4 defaults 0 2
/dev/sda6 /home/laffi/media/backup ext4 defaults 0 1
/dev/sdf1 /home/laffi/usbdrive ntfs defaults,nofail 0 2
Any help will be much appreciated. Thank you.u
Log of successful boot:
http://pastebin.com/raw.php?i=ZE9k76PW
Log of unsuccessful boot
http://pastebin.com/raw.php?i=12FH8S1B

WonderWoofy wrote:If you vgchange -ay when it drops you into the initramfs shell, can you then exit out and continue the boot?
Ok, finally managed to try this.
vgchange -ay results in a "volume group with 11 logical volumes now active" or something along those line.
I then pressed CTRL+D to exit the emergency console. After that, nothing happened. Waited a few minutes, just in case, then rebooted (via ctrl+alt+del).
Something maybe worth noting: in the meantime I had enabled the lvm-monitoring service to see if that makes a difference (seems like it doesn't, since I still have the same problem). I found the following line(s) in this unsuccessful boot (with lvm-monitoring service enabled):
Nov 07 09:00:29 mythbackend lvm[164]: 11 logical volume(s) in volume group "raidvg" monitored
Nov 07 09:00:29 mythbackend systemd[1]: Started Load/Save Random Seed.
Nov 07 09:00:29 mythbackend systemd[1]: Started Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
And then further down the following familiar lines:
Nov 07 09:00:32 mythbackend systemd[1]: Starting File System Check on /dev/sda7...
Nov 07 09:00:32 mythbackend systemd-fsck[305]: /dev/sda7: clean, 57416/640848 files, 1091272/2559488 blocks
Nov 07 09:00:32 mythbackend systemd[1]: Started File System Check on /dev/sda7.
Nov 07 09:00:32 mythbackend systemd[1]: Mounting /home...
Nov 07 09:00:32 mythbackend systemd[1]: home.mount: Directory /home to mount over is not empty, mounting anyway.
Nov 07 09:00:32 mythbackend kernel: EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
Nov 07 09:00:32 mythbackend systemd[1]: Mounted /home.
Nov 07 09:00:32 mythbackend systemd[1]: Mounting /home/laffi/media/backup...
Nov 07 09:00:32 mythbackend kernel: EXT4-fs (sda6): mounted filesystem with ordered data mode. Opts: (null)
Nov 07 09:00:32 mythbackend systemd[1]: Mounted /home/laffi/media/backup.
Nov 07 09:01:57 mythbackend systemd[1]: Job dev-mapper-raidvg\x2dlvrecarchive.device/start timed out.
Nov 07 09:01:57 mythbackend systemd[1]: Timed out waiting for device dev-mapper-raidvg\x2dlvrecarchive.device.
Nov 07 09:01:57 mythbackend systemd[1]: Dependency failed for /home/laffi/media/recarchive.
Nov 07 09:01:57 mythbackend systemd[1]: Dependency failed for Local File Systems.
Nov 07 09:01:57 mythbackend systemd[1]: Triggering OnFailure= dependencies of local-fs.target.
Nov 07 09:01:57 mythbackend systemd[1]: Dependency failed for File System Check on /dev/mapper/raidvg-lvrecarchive.
Any thoughts ? Thank you very much.
Last edited by dafrizz (2013-11-07 06:45:09)

Similar Messages

  • Netctl-auto fails every second boot

    So, since about two oder three days ago, my netctl-auto fails every second boot and I can't even enable a profile manually.
    I already found this thread: https://bbs.archlinux.org/viewtopic.php?pid=1275755
    But I checked and don't have any failed units and dhcpcd is not running.
    I will do some further investigation and post it here. Any ideas for solutions are welcome
    Wolle

    I've been having the same problem as well, it boots up just fine then after a reboot netctl-auto fails which had been going on for me for the past 30 minutes without "fixing" itself.
    After I added the line:
    TimeoutDHCP=30
    to my profile then rebooted, it worked. It could be a fluke "fix" but worth a try. I *think* the reason it worked is that the default timeout is 10 seconds which might not be enough to establish a connection for some routers/network cards.
    EDIT: I did another boot to see if it was a fluke, and it was. I'm getting a little tired of netctl-auto... I'm going to just disable it and manually do a "netctl start <profile>" after I boot up.
    Last edited by DukeH (2013-07-16 19:07:58)

  • Network fails every other boot [SOLVED]

    I seem to have a small prob when I startup my pc the network fails every other time. I had some probs w/ dhcp starting when I used gentoo, and found a workaround, putting "dhcpcd -k" in etc/conf.d/local.stop ran the dhcpcd -k command when I shutdown my pc, apparently arch's syntax is a bit different so I doubt etc/conf.d/local.stop exists, I tried /etc/rc.local.shutdown, but that didn't seem to do it either. Could someone please tell me the arch way to enter this command every shutdown?

    Snowman wrote:
    Haiyadragon wrote:
    I'm having the same problem. My motherbord has two network devices. It seems that the designations (eth0 and eth1) switch every boot. So every other boot eth0=dhcp is the right one.
    Will "dhcpcd -k" fix it?
    Check this: http://wiki.archlinux.org/index.php/Ude … _Each_Boot
    Thanks.
    Altough I find it quite weird they switch like that.
    "Because udev loads all modules at once, devices are sometimes initialized in a different order. For example, with two network cards, you may notice they switch designations between eth0 and eth1"
    Yeah, I don't buy it. They switched every boot.
    I'm trying the udev-sanctified method. Will find out in a day or so (when I (re)boot).

  • Netctl wireless fails every other boot [SOLVED]

    This has me stumped.
    Here is my netctl profile:
    gdm@gdmThink ~$ cat /etc/netctl/mifi4510l
    Description='A simple WPA encrypted wireless connection using a static IP'
    Interface=wlp3s0
    Connection=wireless
    Security=wpa
    ESSID='Verizon MIFI4510L E3A0 Secure'
    Key='password'
    IP=static
    Address='192.168.1.11/24'
    Gateway='192.168.1.1'
    DNS=('192.168.1.1')
    TimeoutWPA=30
    Here is a pastebin link to the "journalctl -b" for a failed boot:
    http://pastebin.com/GbELjqm0
    Here is a pastebin link to the "journalctl -b for a successful boot.
    http://pastebin.com/ywzDvkqD
    Other than there is no attempt to authenticate in the failed boot, I see no significant difference.
    Any help would be greatly appreciated.
    Last edited by gdavid (2013-05-26 16:19:42)

    [root@gdmThink gdm]# systemctl status -n 100 [email protected]
    [email protected] - A simple WPA encrypted wireless connection using a static IP
    Loaded: loaded (/etc/systemd/system/[email protected]; enabled)
    Active: failed (Result: exit-code) since Sat 2013-05-25 17:57:53 EDT; 42s ago
    Docs: man:netctl.profile(5)
    Process: 830 ExecStart=/usr/lib/network/network start %I (code=exited, status=1/FAILURE)
    [root@gdmThink gdm]#
    From dmesg:
    [ 11.726467] systemd[1]: Starting Login Service...
    [ 11.726547] systemd[1]: About to execute: /usr/lib/systemd/systemd-logind
    [ 11.726627] systemd[837]: Executing: /usr/lib/systemd/systemd-user-sessions start
    [ 11.726685] systemd[1]: Forked /usr/lib/systemd/systemd-logind as 838
    [ 11.726784] systemd[1]: systemd-logind.service changed dead -> start
    [ 11.726799] systemd[1]: Starting D-Bus System Message Bus...
    [ 11.726971] systemd[838]: Executing: /usr/lib/systemd/systemd-logind
    [ 11.727515] systemd[1]: About to execute: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
    [ 11.727642] systemd[1]: Forked /usr/bin/dbus-daemon as 839
    [ 11.727781] systemd[1]: dbus.service changed dead -> running
    [ 11.727786] systemd[1]: Job dbus.service/start finished, result=done
    [ 11.727923] systemd[839]: Executing: /usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation
    [ 11.728498] systemd[1]: Started D-Bus System Message Bus.
    [ 11.728602] systemd[1]: Set up jobs progress timerfd.
    [ 11.728630] systemd[1]: Received SIGCHLD from PID 829 (alsactl).
    [ 11.728645] systemd[1]: Got SIGCHLD for process 829 (alsactl)
    [ 11.728674] systemd[1]: Child 829 died (code=exited, status=0/SUCCESS)
    [ 11.728677] systemd[1]: Child 829 belongs to alsa-restore.service
    [ 11.728685] systemd[1]: alsa-restore.service: main process exited, code=exited, status=0/SUCCESS
    [ 11.728782] systemd[1]: alsa-restore.service changed start -> dead
    [ 11.728841] systemd[1]: Job alsa-restore.service/start finished, result=done
    [ 11.729552] systemd[1]: Started Restore Sound Card State.
    [ 11.729583] systemd[1]: Got SIGCHLD for process 833 (modprobe)
    [ 11.729609] systemd[1]: Child 833 died (code=exited, status=0/SUCCESS)
    [ 11.729611] systemd[1]: Child 833 belongs to lm_sensors.service
    [ 11.729618] systemd[1]: lm_sensors.service: main process exited, code=exited, status=0/SUCCESS
    [ 11.729620] systemd[1]: lm_sensors.service running next main command for state start
    [ 11.729652] systemd[1]: About to execute: /usr/bin/sensors -s
    [ 11.729756] systemd[1]: Forked /usr/bin/sensors as 840
    [ 11.729894] systemd[1]: Accepted connection on private bus.
    [ 11.729900] systemd[1]: Incoming traffic on dbus.socket
    [ 11.729908] systemd[1]: dbus.socket changed listening -> running
    [ 11.729940] systemd[1]: Accepted connection on private bus.
    [ 11.729978] systemd[1]: Accepted connection on private bus.
    [ 11.729987] systemd[840]: Executing: /usr/bin/sensors -s
    [ 11.730107] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
    [ 11.730151] systemd[1]: systemd-update-utmp.service: cgroup is empty
    [ 11.730175] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
    [ 11.730195] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
    [ 11.730237] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
    [ 11.730264] systemd[1]: alsa-restore.service: cgroup is empty
    [ 11.730282] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
    [ 11.730299] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
    [ 11.776646] systemd[835]: Executing: /usr/bin/laptop_mode init auto
    [ 11.937296] systemd[1]: Received SIGCHLD from PID 837 (systemd-user-se).
    [ 11.937318] systemd[1]: Got SIGCHLD for process 837 (systemd-user-se)
    [ 11.937352] systemd[1]: Child 837 died (code=exited, status=0/SUCCESS)
    [ 11.937354] systemd[1]: Child 837 belongs to systemd-user-sessions.service
    [ 11.937366] systemd[1]: systemd-user-sessions.service: main process exited, code=exited, status=0/SUCCESS
    [ 11.937490] systemd[1]: systemd-user-sessions.service changed start -> exited
    [ 11.937494] systemd[1]: Job systemd-user-sessions.service/start finished, result=done
    [ 11.938230] systemd[1]: Started Permit User Sessions.
    [ 11.938264] systemd[1]: Starting Getty on tty1...
    [ 11.938997] systemd[1]: About to execute: /sbin/agetty --noclear tty1 38400 linux
    [ 11.939186] systemd[1]: Forked /sbin/agetty as 844
    [ 11.939313] systemd[1]: [email protected] changed dead -> running
    [ 11.939344] systemd[1]: Job [email protected]/start finished, result=done
    [ 11.940070] systemd[1]: Started Getty on tty1.
    [ 11.940089] systemd[1]: Starting Login Prompts.
    [ 11.940092] systemd[1]: getty.target changed dead -> active
    [ 11.940094] systemd[1]: Job getty.target/start finished, result=done
    [ 11.940824] systemd[1]: Reached target Login Prompts.
    [ 11.940886] systemd[1]: Accepted connection on private bus.
    [ 11.941016] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
    [ 11.941058] systemd[1]: systemd-user-sessions.service: cgroup is empty
    [ 11.941085] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
    [ 11.973600] e1000e 0000:00:19.0: irq 49 for MSI/MSI-X
    [ 12.074517] e1000e 0000:00:19.0: irq 49 for MSI/MSI-X
    [ 12.074737] IPv6: ADDRCONF(NETDEV_UP): enp0s25: link is not ready
    [ 12.074979] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 12.075190] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 12.425688] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S
    [ 12.425894] iwlwifi 0000:03:00.0: Radio type=0x0-0x3-0x1
    [ 12.464645] systemd[1]: Received SIGCHLD from PID 840 (sensors).
    [ 12.464666] systemd[1]: Got SIGCHLD for process 840 (sensors)
    [ 12.464701] systemd[1]: Child 840 died (code=exited, status=0/SUCCESS)
    [ 12.464704] systemd[1]: Child 840 belongs to lm_sensors.service
    [ 12.464716] systemd[1]: lm_sensors.service: main process exited, code=exited, status=0/SUCCESS
    [ 12.464829] systemd[1]: lm_sensors.service changed start -> exited
    [ 12.464838] systemd[1]: Job lm_sensors.service/start finished, result=done
    [ 12.465943] systemd[1]: Started Initialize hardware monitoring sensors.
    [ 12.466053] systemd[1]: Accepted connection on private bus.
    [ 12.466244] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
    [ 12.466278] systemd[1]: lm_sensors.service: cgroup is empty
    [ 12.466302] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
    [ 12.648245] IPv6: ADDRCONF(NETDEV_UP): wlp3s0: link is not ready
    [ 12.648631] systemd[1]: Received SIGCHLD from PID 831 (dhcpcd).
    [ 12.648648] systemd[1]: Got SIGCHLD for process 831 (dhcpcd)
    [ 12.648680] systemd[1]: Child 831 died (code=exited, status=0/SUCCESS)
    [ 12.648682] systemd[1]: Child 831 belongs to dhcpcd.service
    [ 12.648688] systemd[1]: dhcpcd.service: control process exited, code=exited status=0
    [ 12.648719] systemd[1]: dhcpcd.service got final SIGCHLD for state start
    [ 12.648735] systemd[1]: Main PID loaded: 872
    [ 12.648782] systemd[1]: dhcpcd.service changed start -> running
    [ 12.648786] systemd[1]: Job dhcpcd.service/start finished, result=done
    [ 12.650040] systemd[1]: Started dhcpcd on all interfaces.
    [ 12.838952] systemd[1]: Received SIGCHLD from PID 830 (network).
    [ 12.838973] systemd[1]: Got SIGCHLD for process 830 (network)
    [ 12.839025] systemd[1]: Child 830 died (code=exited, status=1/FAILURE)
    [ 12.839028] systemd[1]: Child 830 belongs to [email protected]
    [ 12.839038] systemd[1]: [email protected]: main process exited, code=exited, status=1/FAILURE
    [ 12.839042] systemd[1]: [email protected] changed start -> failed
    [ 12.839129] systemd[1]: Job [email protected]/start finished, result=failed
    [ 12.841013] systemd[1]: Failed to start A simple WPA encrypted wireless connection using a static IP.
    [ 12.842353] systemd[1]: Unit [email protected] entered failed state.
    [ 12.842373] systemd[1]: Starting Network.
    [ 12.842377] systemd[1]: network.target changed dead -> active
    [ 12.842382] systemd[1]: Job network.target/start finished, result=done
    [ 12.843262] systemd[1]: Reached target Network.
    [ 12.843299] systemd[1]: Accepted connection on private bus.
    [ 12.843488] systemd[1]: Got D-Bus request: org.freedesktop.systemd1.Agent.Released() on /org/freedesktop/systemd1/agent
    [ 12.843531] systemd[1]: [email protected]: cgroup is empty
    [ 12.843557] systemd[1]: Got D-Bus request: org.freedesktop.DBus.Local.Disconnected() on /org/freedesktop/DBus/Local
    [ 12.843759] systemd[1]: Accepted connection on private bus.
    Sorry for the delayed response.  I am in the middle of moving.

  • My Powerbook boots up every few times and the hardware test still gives me -9972 error

    René O&#39;Deay wrote:
    My Powerbook G4 15" aluminum 1.67Ghz 10.3.9 Panther won't start up.
    (I did a backup on an external drive not long before it failed)
    have gotten lost in my research on apple forums and knowledge base.
    From the original install discs:
    The Hardware test gives the error.
    "2STF/8/3 ATA-100 ata-6-Master (-9972)"
    The Disc utility does see my harddrive but fails to repair with the messge:
    1 volume cannot be repaired,
    'Invalid  node Structure'
    Disk 'no valid packets (-9997)'
    I do have a useless partition from TechTool 4 and had successfully run the programs just before Powerbook failed.
    aid everything was ok, with no warnings.
    found somewhere a link to a hardware test code list, that said 9972 could be the cable (ribbon?) to the drive needed to be reset, replaced, or the harddrive replaced.
    our local New Orleans 'official' Apple Tech guy calimed it was the harddrive and not worth replacing.  he whined that it would take hours, tho the guys on ifixit claimed only half an hour.
    i have since got a refurb MacBook (even older it turns out) with Tiger, but I miss my 15 incher Powerbook. (on very tight budget)
    the battery got zapped by lightning last year and have struggled with it ever since. it won't fully recharge.
    Right now have got it on the AC without the battery to try to charge the backup battery.
    I have managed to restore it several times after crashing, inspite of my tech guy claiming otherwise. but have never really opened it up besides just looking at the memory slots. just one filled with 512 card.
    so any advice, or suggestions.
    I've been messing with my Power book for like 10 hours and finally finished replacing the hard drive. (just installing the software and all the updates took almost 2 hours by itself) Now it boots up every few times and the hardware test still gives me -9972 error.
    <Re-Titled By Host>

    My friend. Do not despair.
    Firstly, you have a backup. Kudos.
    Secondly, i suspect the hard drive in the machine is more than just a few years old. Hard drives die. I suspect the hard drive is the issue, not the cable.
    Thirdly, it is worth changing the hard drive and take the ifixit advice. Simple to change. If it will be your first time changing the hard drive, just be organized and follow the steps carefully.
    Now, before we decided it is the hard drive we need to confirm this.
    I would check if SMART reports favorable conditions for the drive. Disk utility can tell you.
    If good then I would zero out the drive. This allows the drive to excercise every sector and will build confidence of a well prepared drive going forward.
    You can then restore from backup.
    The other option is to replace the internal HD with a new one, perhaps with more storage.
    As an FYI, I replaced the drive on my powerbook G3 and it's faster, quite , has more storage and gives me some peace of mind. Worth the money. The little guy runs beautifully. 
    Sent from my iPhone

  • P35 NEO-2 FR won't boot. One beep every few seconds.

    Hello, I hope someone can help me
    Out of the nothing my computer crashed. There was a blue screen, but only for a split second, so I couldn’t get any information from that. After I tried to turn it back on I only got a black screen.
    Messages from my PC:
    One beep every few seconds. -- Means: DRAM refresh failure.
    The LEDs on the board have the combination red-red-green-green. -- Means: Decompressing BIOS Image to RAM for fast booting.
    Obviously I tried another RAM module. But it didn’t help. I don’t know what I should do, because I can’t even get to the BIOS. The screen just stays black.
    PS: I didn’t OC or try to flash a new Bios version.
    My system:
    P35 NEO-2 FR, BIOS v. 1.8, S/N: 601-7345-100B0805092463
    Intel Q9300
    G.Skill 2 GB DDR2 PC2-6400 CL5-5-5-15 (also tried brand new Corsair XMS2 DDR2 800 MHz CL5-5-5-18)
    MSI N460GTX Hawk
    beQuit Straight Power 600W

    Okay, please have a look at this document:
    http://www.ami.com/support/doc/AMIBIOS8_Checkpoint_and_Beep_Code_List_PUB.pdf
    As you can see, there are two main routines going on after you hit the power-on button:
    1. Bootblock Initialization
    __ and __
    2. POST Code
    Your problem description ...
    Quote
    The LEDs on the board have the combination red-red-green-green. -- Means: Decompressing BIOS Image to RAM for fast booting.
    ... indicates that your system halts in the first of the two main routines I just mentioned. To be more precise, it hangs at Bootblock Initialization Checkpoint D5, which is defined as follows:
    Quote
    Bootblock code is copied from ROM to lower system memory and control is given to it. BIOS now executes out of RAM. Copies compressed boot block code to memory in right segments. Copies BIOS from ROM to RAM for faster access. Performs main BIOS checksum and updates recovery status accordingly.
    In the last two phases of this checkpoint:
    Quote
    Copies BIOS from ROM to RAM for faster access. Performs main BIOS checksum and updates recovery status accordingly.
    The actual BIOS Code is copied into RAM and checked for integrity. When BIOS corruption is detected (=wrong BIOS checksum), the system will automatically jump into BIOS Recovery Mode (which is a sub-routine of the Bootblock Initialization routine).
    Now, this brings us to the actual meaning of the beep(s) you hear:
    Quote
    One beep every few seconds. -- Means: DRAM refresh failure.
    The BIOS Recovery mode (which is not part of the actual P.O.S.T. Routine, but a sub-routine of the Bootblick Intialization Routine) has its own set of Beep Code definitions which are described on page 15 of the document I linked you to:
    Quote
    Boot Block Beep Codes
    Number of Beeps -- Description
    1 -- No media present. (Insert diskette in floppy drive A:)
    2 -- ‘AMIBOOT.ROM’ file not found in root directory of diskette in A:
    3 -- Insert next diskette if multiple diskettes are used for recovery
    4 -- Flash Programming successful
    5 -- File read error
    7 -- No Flash EPROM detected
    10 -- Flash Erase error
    11 -- Flash Program error
    12 --‘AMIBOOT.ROM’ file size error
    13 -- BIOS ROM image mismatch (file layout does not match image present in flash device)
    Consequently, the meaning of that single beep, that repeats every few settings is not "DRAM refresh failure" (this would be its meaning in the P.O.S.T. Routine, but we are looking at the Recovery Routine), but it actually means:
    Quote
    1 -- No media present. (Insert diskette in floppy drive A:)
    What you have to do is this:
    1. Hook up an internal (!!) floppy drive to your mainboard
    2. Prepare an AMI BIOS Recovery disk:
    --> Download the latest BIOS Archive for your board from the product site
    --> Extract the actual BIOS File and rename it to AMIBOOT.ROM
    --> Copy the renamed BIOS File to an empty & formated floppy disk
    3. Put the disk that contains the AMIBOOT.ROM file into the internal floppy drive that you connected to the mainboard.
    4. Pray that the system finds the disk, reads the file on it and performs a recovery flash

  • MacBook Air keeps playing the restart sound every few hours

    So my Macbook Air keeps playing the restart sound every few hours. It's that "Dummmmmmmm" sound when you first boot up the computer. Things I noticed: when the sound played and I quickly went to open my laptop it was like nothing has happened - I had my Google Chrome window from the previous session open, everything was just normal as if I had just opened the laptop to resume using it. This has only happened when the Mac is folded up. Today it just happened at approximately 10:00 and here's the log:
    23/02/2014 10:00:04.000 am bootlog[0]: BOOT_TIME 1393167604 0
    23/02/2014 10:00:06.000 am syslogd[17]: Configuration Notice:
    ASL Module "com.apple.appstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    23/02/2014 10:00:06.000 am syslogd[17]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".
    23/02/2014 10:00:06.000 am syslogd[17]: Configuration Notice:
    ASL Module "com.apple.authd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    23/02/2014 10:00:06.000 am syslogd[17]: Configuration Notice:
    ASL Module "com.apple.bookstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    23/02/2014 10:00:06.000 am syslogd[17]: Configuration Notice:
    ASL Module "com.apple.eventmonitor" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    23/02/2014 10:00:06.000 am syslogd[17]: Configuration Notice:
    ASL Module "com.apple.install" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    23/02/2014 10:00:06.000 am syslogd[17]: Configuration Notice:
    ASL Module "com.apple.iokit.power" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    23/02/2014 10:00:06.000 am syslogd[17]: Configuration Notice:
    ASL Module "com.apple.mail" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    23/02/2014 10:00:06.000 am syslogd[17]: Configuration Notice:
    ASL Module "com.apple.MessageTracer" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    23/02/2014 10:00:06.000 am syslogd[17]: Configuration Notice:
    ASL Module "com.apple.performance" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    23/02/2014 10:00:06.000 am 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.
    23/02/2014 10:00:06.000 am 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.
    23/02/2014 10:00:06.000 am 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.
    23/02/2014 10:00:06.000 am 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.
    23/02/2014 10:00:06.000 am 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.
    23/02/2014 10:00:06.000 am 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.
    23/02/2014 10:00:06.000 am 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.
    23/02/2014 10:00:06.000 am kernel[0]: Longterm timer threshold: 1000 ms
    23/02/2014 10:00:06.000 am kernel[0]: PMAP: PCID enabled
    23/02/2014 10:00:06.000 am kernel[0]: PMAP: Supervisor Mode Execute Protection enabled
    23/02/2014 10:00:06.000 am kernel[0]: Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
    23/02/2014 10:00:06.000 am kernel[0]: vm_page_bootstrap: 901222 free pages and 139162 wired pages
    23/02/2014 10:00:06.000 am kernel[0]: kext submap [0xffffff7f807a5000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a5000]
    23/02/2014 10:00:06.000 am kernel[0]: zone leak detection enabled
    23/02/2014 10:00:06.000 am kernel[0]: "vm_compressor_mode" is 4
    23/02/2014 10:00:06.000 am kernel[0]: standard timeslicing quantum is 10000 us
    23/02/2014 10:00:06.000 am kernel[0]: standard background quantum is 2500 us
    23/02/2014 10:00:06.000 am kernel[0]: mig_table_max_displ = 74
    23/02/2014 10:00:06.000 am kernel[0]: TSC Deadline Timer supported and enabled
    23/02/2014 10:00:06.000 am kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    23/02/2014 10:00:06.000 am kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    23/02/2014 10:00:06.000 am kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    23/02/2014 10:00:06.000 am kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    23/02/2014 10:00:06.000 am kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    23/02/2014 10:00:06.000 am kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    23/02/2014 10:00:06.000 am kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    23/02/2014 10:00:06.000 am kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    23/02/2014 10:00:06.000 am kernel[0]: calling mpo_policy_init for TMSafetyNet
    23/02/2014 10:00:06.000 am kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    23/02/2014 10:00:06.000 am kernel[0]: calling mpo_policy_init for Sandbox
    23/02/2014 10:00:06.000 am kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    23/02/2014 10:00:06.000 am kernel[0]: calling mpo_policy_init for Quarantine
    23/02/2014 10:00:06.000 am kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    23/02/2014 10:00:06.000 am kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    23/02/2014 10:00:06.000 am kernel[0]: The Regents of the University of California. All rights reserved.
    23/02/2014 10:00:06.000 am kernel[0]: MAC Framework successfully initialized
    23/02/2014 10:00:06.000 am kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    23/02/2014 10:00:06.000 am kernel[0]: AppleKeyStore starting (BUILT: Sep 19 2013 22:20:34)
    23/02/2014 10:00:06.000 am kernel[0]: IOAPIC: Version 0x20 Vectors 64:103
    23/02/2014 10:00:06.000 am kernel[0]: ACPI: sleep states S0 S3 S4 S5
    23/02/2014 10:00:06.000 am kernel[0]: pci (build 22:16:29 Sep 19 2013), flags 0x63408, pfm64 (39 cpu) 0x7f80000000, 0x80000000
    23/02/2014 10:00:06.000 am kernel[0]: Sleep failure code 0x00000000 0x1f006500
    23/02/2014 10:00:06.000 am kernel[0]: [ PCI configuration begin ]
    23/02/2014 10:00:06.000 am kernel[0]: console relocated to 0x7f90000000
    23/02/2014 10:00:06.000 am kernel[0]: [ PCI configuration end, bridges 12, devices 14 ]
    23/02/2014 10:00:06.000 am kernel[0]: AppleIntelLpssSpiController::_notificationPublishedHandler: AppleIntelLpssDmac did show up, fDmacService 0xffffff8022796400
    23/02/2014 10:00:06.000 am kernel[0]: AppleIntelLpssSpiController::_notificationPublishedHandler: AppleIntelLpssGspi channel# 1 did show up, gspi 0xffffff8081c53000
    23/02/2014 10:00:06.000 am kernel[0]: AppleHSSPIController::start Start Succeeded
    23/02/2014 10:00:06.000 am kernel[0]: AppleThunderboltNHIType2::setupPowerSavings - GPE based runtime power management
    23/02/2014 10:00:06.000 am kernel[0]: mcache: 4 CPU(s), 64 bytes CPU cache line size
    23/02/2014 10:00:06.000 am kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    23/02/2014 10:00:06.000 am kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    23/02/2014 10:00:06.000 am kernel[0]: rooting via boot-uuid from /chosen: D4475447-00EF-3DF8-B55C-AC39F0146EC8
    23/02/2014 10:00:06.000 am 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>
    23/02/2014 10:00:06.000 am kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    23/02/2014 10:00:06.000 am kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    23/02/2014 10:00:06.000 am kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    23/02/2014 10:00:06.000 am kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    23/02/2014 10:00:06.000 am kernel[0]: AppleHSSPIController::HandleMessage Device Wake by Host
    23/02/2014 10:00:06.000 am kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP06@1C,5/IOPCI2PCIBridg e/SSD0@0/AppleAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageD evice/IOBlockStorageDriver/APPLE SSD SD0128F Media/IOGUIDPartitionScheme/未命名@2
    23/02/2014 10:00:06.000 am kernel[0]: BSD root: disk0s2, major 1, minor 2
    23/02/2014 10:00:06.000 am kernel[0]: jnl: b(1, 2): replay_journal: from: 12412416 to: 14165504 (joffset 0x384000)
    23/02/2014 10:00:06.000 am kernel[0]: srom rev:11
    23/02/2014 10:00:06.000 am kernel[0]: ARPT: 0.895219: ChangeVCO => vco:960, xtalF:40, frac: 98, ndivMode: 3, ndivint: 24
    23/02/2014 10:00:06.000 am kernel[0]: ARPT: 0.895253: Data written into the PLL_CNTRL_ADDR2: 00000c31
    23/02/2014 10:00:06.000 am kernel[0]: ARPT: 0.895327: Data written into the PLL_CNTRL_ADDR3 (Fractional): 0000100e
    23/02/2014 10:00:06.000 am kernel[0]: ARPT: 0.908490: BTCOEXIST off
    23/02/2014 10:00:06.000 am kernel[0]: ARPT: 0.909092: BRCM tunables:
    23/02/2014 10:00:06.000 am kernel[0]: ARPT: 0.909117:   pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    23/02/2014 10:00:06.000 am kernel[0]: ARPT: 0.910906: wl0: Broadcom BCM43a0, vendorID[0x14e4] BAR0[0xb0600004]
    23/02/2014 10:00:06.000 am kernel[0]: 6.30.223.154 (r420397)
    23/02/2014 10:00:06.000 am kernel[0]: Apple Internal Keyboard / Trackpad::start Start Succeeded
    23/02/2014 10:00:06.000 am kernel[0]: [AppleMultitouchDevice::start] entered
    23/02/2014 10:00:06.000 am kernel[0]: jnl: b(1, 2): journal replay done.
    23/02/2014 10:00:06.000 am kernel[0]: hfs: mounted KeithDrive on device root_device
    23/02/2014 10:00:06.000 am kernel[0]: XCPM: registered
    23/02/2014 10:00:06.000 am kernel[0]: hfs: Removed 40 orphaned / unlinked files and 29 directories
    23/02/2014 10:00:06.000 am kernel[0]: USBMSC Identifier (non-unique): 00000000AP05 0x5ac 0x8406 0x5, 3
    23/02/2014 10:00:06.000 am kernel[0]: IOThunderboltSwitch<0xffffff80227db600>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    23/02/2014 10:00:06.000 am kernel[0]: IOThunderboltSwitch<0xffffff80227db600>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    23/02/2014 10:00:04.452 am com.apple.launchd[1]: *** launchd[1] has started up. ***
    23/02/2014 10:00:04.452 am com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    23/02/2014 10:00:06.189 am com.apple.SecurityServer[14]: Session 100000 created
    23/02/2014 10:00:06.000 am kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    23/02/2014 10:00:06.000 am kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    23/02/2014 10:00:07.428 am com.apple.SecurityServer[14]: Entering service
    23/02/2014 10:00:07.000 am kernel[0]: AirPort: Link Down on en0. Reason 8 (Disassociated because station leaving).
    23/02/2014 10:00:07.461 am configd[19]: dhcp_arp_router: en0 SSID unavailable
    23/02/2014 10:00:07.502 am UserEventAgent[11]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    23/02/2014 10:00:07.518 am UserEventAgent[11]: Captive: CNPluginHandler en0: Inactive
    23/02/2014 10:00:07.000 am kernel[0]: Previous Shutdown Cause: -128
    23/02/2014 10:00:07.000 am kernel[0]: AppleCamIn::init
    23/02/2014 10:00:07.000 am kernel[0]: AppleCamIn::probe
    23/02/2014 10:00:07.000 am kernel[0]: AppleCamIn::start
    23/02/2014 10:00:07.000 am kernel[0]: AppleCamIn::start: fS2DeviceRegs=0xffffff8096d25000 (len=65536)
    23/02/2014 10:00:07.000 am kernel[0]: AppleCamIn::start: fS2DeviceMemory=0xffffff8097617000 (len=268435456)
    23/02/2014 10:00:07.000 am kernel[0]: AppleCamIn::start: fISPRegsMem=0xffffff80236d6080 (len=1048576)
    23/02/2014 10:00:07.000 am kernel[0]: virtual bool AppleCamIn::start(IOService *): about to configure DDR
    23/02/2014 10:00:07.000 am kernel[0]: IOBluetoothUSBDFU::probe
    23/02/2014 10:00:07.000 am kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x828F FirmwareVersion - 0x0078
    23/02/2014 10:00:07.000 am kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0xbc00 ****
    23/02/2014 10:00:07.000 am kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0xbc00 ****
    23/02/2014 10:00:07.000 am kernel[0]: init
    23/02/2014 10:00:07.000 am kernel[0]: probe
    23/02/2014 10:00:07.000 am kernel[0]: start
    23/02/2014 10:00:07.000 am kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0xbc00
    23/02/2014 10:00:07.000 am kernel[0]: [IOBluetoothHCIController][start] -- completed
    23/02/2014 10:00:07.000 am kernel[0]: hmm.. mismatch sizes: 3100 vs 20
    23/02/2014 10:00:07.000 am kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    23/02/2014 10:00:07.000 am kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0x6ec0 -- 0xf000 -- 0xbc00 ****
    23/02/2014 10:00:07.000 am kernel[0]: DSMOS has arrived
    23/02/2014 10:00:07.000 am kernel[0]: IOPPF - IODeviceTree:/efi/platform/StartupPowerEvents: 0x0
    23/02/2014 10:00:07.000 am kernel[0]: IOPPF: XCPM mode
    23/02/2014 10:00:07.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    23/02/2014 10:00:07.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    23/02/2014 10:00:07.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    23/02/2014 10:00:07.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    23/02/2014 10:00:07.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    23/02/2014 10:00:07.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    23/02/2014 10:00:07.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    23/02/2014 10:00:07.000 am kernel[0]: save_ddr_phy_regs: saving 127 DDR PHY shmoo-calibrated registers
    23/02/2014 10:00:07.000 am kernel[0]: AppleCamIn::initACPI - status = 0x00000000, acpi_path_object = 0xffffff80223a84a0
    23/02/2014 10:00:07.000 am kernel[0]: AppleCamIn::initACPI - status = 0x00000000, acpi_path = IOACPIPlane:/_SB/PCI0@0/RP02@1c0001/CMRA@0
    23/02/2014 10:00:07.000 am kernel[0]: AppleCamIn::initACPI - status = 0x00000000, acpi_device_entry = 0xffffff8022717700
    23/02/2014 10:00:07.000 am kernel[0]: AppleCamIn::initACPI - status = 0x00000000, fACPIDevice = 0xffffff8022717700
    23/02/2014 10:00:07.000 am kernel[0]: AppleCamIn::initACPI - status = 0x00000000, fACPIPowerEnabled = 1
    23/02/2014 10:00:07.000 am kernel[0]: AppleCamIn::start - link control offset in PCI bridge = 0x50
    23/02/2014 10:00:07.000 am kernel[0]: AppleCamIn::start - pmcsr offset in PCI bridge = 0xa4
    23/02/2014 10:00:07.000 am kernel[0]: AppleCamIn::power_off_hardware
    23/02/2014 10:00:07.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    23/02/2014 10:00:07.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    23/02/2014 10:00:07.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    23/02/2014 10:00:07.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    23/02/2014 10:00:07.000 am kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    23/02/2014 10:00:07.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    23/02/2014 10:00:07.920 am configd[19]: network changed.
    23/02/2014 10:00:07.921 am configd[19]: setting hostname to "KeithdeMacBook-Air.local"
    23/02/2014 10:00:07.000 am kernel[0]: NTFS driver 3.11 [Flags: R/W].
    23/02/2014 10:00:07.000 am kernel[0]: NTFS volume name BOOTCAMP, version 3.1.
    23/02/2014 10:00:08.021 am fseventsd[47]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (962 4 1670)
    23/02/2014 10:00:08.021 am fseventsd[47]: log dir: /.fseventsd getting new uuid: E03FF15F-787F-471A-B187-95824E52D0EF
    23/02/2014 10:00:08.000 am kernel[0]: AppleCamIn::initForPM
    23/02/2014 10:00:08.000 am kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    23/02/2014 10:00:08.000 am kernel[0]: en1: promiscuous mode enable succeeded
    23/02/2014 10:00:08.000 am kernel[0]: VM Swap Subsystem is ON
    23/02/2014 10:00:08.839 am hidd[78]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    23/02/2014 10:00:08.840 am hidd[78]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    23/02/2014 10:00:08.000 am kernel[0]: Unrecognized reportID 0x02
    23/02/2014 10:00:08.948 am loginwindow[73]: Login Window Application Started
    23/02/2014 10:00:08.948 am awacsd[87]: Starting awacsd connectivity_executables-97 (Aug 24 2013 23:49:23)
    23/02/2014 10:00:08.960 am awacsd[87]: InnerStore CopyAllZones: no info in Dynamic Store
    23/02/2014 10:00:08.966 am digest-service[92]: label: default
    23/02/2014 10:00:08.967 am digest-service[92]:           dbname: od:/Local/Default
    23/02/2014 10:00:08.967 am digest-service[92]:           mkey_file: /var/db/krb5kdc/m-key
    23/02/2014 10:00:08.967 am digest-service[92]:           acl_file: /var/db/krb5kdc/kadmind.acl
    23/02/2014 10:00:08.980 am mDNSResponder[70]: mDNSResponder mDNSResponder-522.1.11 (Aug 24 2013 23:49:34) starting OSXVers 13
    23/02/2014 10:00:08.988 am digest-service[92]: digest-request: uid=0
    23/02/2014 10:00:09.001 am com.apple.usbmuxd[55]: usbmuxd-327.4 on Jan  7 2014 at 01:25:07, running 64 bit
    23/02/2014 10:00:09.042 am apsd[89]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    23/02/2014 10:00:09.044 am digest-service[92]: digest-request: netr probe 0
    23/02/2014 10:00:09.045 am digest-service[92]: digest-request: init request
    23/02/2014 10:00:09.055 am digest-service[92]: digest-request: init return domain: BUILTIN server: KEITHDEMACBOOK-AIR indomain was: <NULL>
    23/02/2014 10:00:09.107 am configd[19]: network changed.
    23/02/2014 10:00:09.109 am configd[19]: network changed: DNS*
    23/02/2014 10:00:09.114 am mDNSResponder[70]: D2D_IPC: Loaded
    23/02/2014 10:00:09.114 am mDNSResponder[70]: D2DInitialize succeeded
    23/02/2014 10:00:09.119 am mDNSResponder[70]:   4: Listening for incoming Unix Domain Socket client requests
    23/02/2014 10:00:09.164 am networkd[115]: networkd.115 built Aug 24 2013 22:08:46
    23/02/2014 10:00:09.179 am WindowServer[100]: Server is starting up
    23/02/2014 10:00:09.183 am WindowServer[100]: Session 256 retained (2 references)
    23/02/2014 10:00:09.183 am WindowServer[100]: Session 256 released (1 references)
    23/02/2014 10:00:09.187 am mds[69]: (Normal) FMW: FMW 0 0
    23/02/2014 10:00:09.203 am mds[69]: (Normal) Volume: volume:0x7fc551812800 ********** Bootstrapped Creating a default store:1 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/BOOTCAMP
    23/02/2014 10:00:09.212 am WindowServer[100]: Session 256 retained (2 references)
    23/02/2014 10:00:09.216 am WindowServer[100]: init_page_flip: page flip mode is on
    23/02/2014 10:00:09.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    23/02/2014 10:00:09.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    23/02/2014 10:00:09.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    23/02/2014 10:00:09.000 am kernel[0]: Network delay is not specified! Defaulting to 0x384
    23/02/2014 10:00:09.305 am WindowServer[100]: Found 17 modes for display 0x00000000 [9, 8]
    23/02/2014 10:00:09.309 am locationd[75]: NBB-Could not get UDID for stable refill timing, falling back on random
    23/02/2014 10:00:09.312 am WindowServer[100]: Found 1 modes for display 0x00000000 [1, 0]
    23/02/2014 10:00:09.316 am WindowServer[100]: Found 1 modes for display 0x00000000 [1, 0]
    23/02/2014 10:00:09.321 am WindowServer[100]: mux_initialize: Couldn't find any matches
    23/02/2014 10:00:09.323 am WindowServer[100]: Found 17 modes for display 0x00000000 [9, 8]
    23/02/2014 10:00:09.328 am WindowServer[100]: Found 1 modes for display 0x00000000 [1, 0]
    23/02/2014 10:00:09.329 am WindowServer[100]: Found 1 modes for display 0x00000000 [1, 0]
    23/02/2014 10:00:09.361 am locationd[75]: Location icon should now be in state 'Inactive'
    23/02/2014 10:00:09.365 am WindowServer[100]: WSMachineUsesNewStyleMirroring: true
    23/02/2014 10:00:09.367 am WindowServer[100]: Display 0x04273c00: GL mask 0x1; bounds (0, 0)[1440 x 900], 17 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cf0, S/N 0, Unit 0, Rotation 0
    UUID 0x933c106c08bc09aaf750c2a74a119def
    23/02/2014 10:00:09.368 am WindowServer[100]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[1920 x 1200], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    23/02/2014 10:00:09.368 am WindowServer[100]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    23/02/2014 10:00:09.368 am WindowServer[100]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    23/02/2014 10:00:09.376 am locationd[75]: locationd was started after an unclean shutdown
    23/02/2014 10:00:09.390 am WindowServer[100]: WSSetWindowTransform: Singular matrix
    23/02/2014 10:00:09.390 am WindowServer[100]: WSSetWindowTransform: Singular matrix
    23/02/2014 10:00:09.407 am WindowServer[100]: Display 0x04273c00: GL mask 0x1; bounds (0, 0)[1440 x 900], 17 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9cf0, S/N 0, Unit 0, Rotation 0
    UUID 0x933c106c08bc09aaf750c2a74a119def
    23/02/2014 10:00:09.407 am WindowServer[100]: Display 0x003f003f: GL mask 0x8; bounds (2464, 0)[1 x 1], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    23/02/2014 10:00:09.407 am WindowServer[100]: Display 0x003f003e: GL mask 0x4; bounds (2465, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    23/02/2014 10:00:09.407 am WindowServer[100]: Display 0x003f003d: GL mask 0x2; bounds (2466, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    23/02/2014 10:00:09.408 am WindowServer[100]: CGXPerformInitialDisplayConfiguration
    23/02/2014 10:00:09.408 am WindowServer[100]:   Display 0x04273c00: Unit 0; Vendor 0x610 Model 0x9cf0 S/N 0 Dimensions 11.42 x 7.09; online enabled built-in, Bounds (0,0)[1440 x 900], Rotation 0, Resolution 1
    23/02/2014 10:00:09.408 am WindowServer[100]:   Display 0x003f003f: Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2464,0)[1 x 1], Rotation 0, Resolution 1
    23/02/2014 10:00:09.408 am WindowServer[100]:   Display 0x003f003e: Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2465,0)[1 x 1], Rotation 0, Resolution 1
    23/02/2014 10:00:09.408 am WindowServer[100]:   Display 0x003f003d: Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2466,0)[1 x 1], Rotation 0, Resolution 1
    23/02/2014 10:00:09.422 am airportd[91]: airportdProcessDLILEvent: en0 attached (up)
    23/02/2014 10:00:09.000 am kernel[0]: AirPort_Brcm4360_P2PInterface::init name <p2p0> role 1
    23/02/2014 10:00:09.000 am kernel[0]: AirPort_Brcm4360_P2PInterface::init() <p2p> role 1
    23/02/2014 10:00:09.435 am WindowServer[100]: GLCompositor: GL renderer id 0x01024500, GL mask 0x0000000f, accelerator 0x00004593, unit 0, caps QEX|MIPMAP, vram 1024 MB
    23/02/2014 10:00:09.436 am WindowServer[100]: GLCompositor: GL renderer id 0x01024500, GL mask 0x0000000f, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    23/02/2014 10:00:09.436 am WindowServer[100]: GLCompositor enabled for tile size [256 x 256]
    23/02/2014 10:00:09.436 am WindowServer[100]: CGXGLInitMipMap: mip map mode is on
    23/02/2014 10:00:09.447 am loginwindow[73]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    23/02/2014 10:00:09.469 am systemkeychain[96]: done file: /var/run/systemkeychaincheck.done
    23/02/2014 10:00:09.579 am WindowServer[100]: Display 0x04273c00: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    23/02/2014 10:00:09.635 am launchctl[125]: com.apple.findmymacmessenger: Already loaded
    23/02/2014 10:00:09.654 am com.apple.SecurityServer[14]: Session 100004 created
    23/02/2014 10:00:09.721 am loginwindow[73]: Setting the initial value of the magsave brightness level 2
    23/02/2014 10:00:09.727 am UserEventAgent[127]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    23/02/2014 10:00:09.762 am loginwindow[73]: Login Window Started Security Agent
    23/02/2014 10:00:09.855 am SecurityAgent[134]: This is the first run
    23/02/2014 10:00:09.856 am SecurityAgent[134]: MacBuddy was run = 0
    23/02/2014 10:00:09.877 am SecurityAgent[134]: User info context values set for keithy
    23/02/2014 10:00:09.878 am WindowServer[100]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04273c00 device: 0x7f8b61e10da0  isBackBuffered: 1 numComp: 3 numDisp: 3
    23/02/2014 10:00:09.878 am WindowServer[100]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7f8b61e10da0) - enabling OpenGL
    23/02/2014 10:00:10.000 am kernel[0]: hfs: mounted Recovery HD on device disk0s3
    23/02/2014 10:00:10.123 am mds[69]: (Normal) Volume: volume:0x7fc551826000 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/Recovery HD
    23/02/2014 10:00:10.208 am fseventsd[47]: Logging disabled completely for device:1: /Volumes/Recovery HD
    23/02/2014 10:00:10.000 am kernel[0]: hfs: unmount initiated on Recovery HD on device disk0s3
    23/02/2014 10:00:10.276 am loginwindow[73]: Login Window - Returned from Security Agent
    23/02/2014 10:00:10.313 am loginwindow[73]: USER_PROCESS: 73 console
    23/02/2014 10:00:10.000 am kernel[0]: AppleKeyStore:Sending lock change 0
    23/02/2014 10:00:10.457 am com.apple.launchd.peruser.501[146]: Background: Aqua: Registering new GUI session.
    23/02/2014 10:00:10.475 am com.apple.launchd.peruser.501[146]: (com.spotify.webhelper) Unknown key: SpotifyPath
    23/02/2014 10:00:10.476 am com.apple.launchd.peruser.501[146]: (com.apple.cmfsyncagent) Ignored this key: UserName
    23/02/2014 10:00:10.476 am com.apple.launchd.peruser.501[146]: (com.apple.EscrowSecurityAlert) Unknown key: seatbelt-profiles
    23/02/2014 10:00:10.477 am com.apple.launchd.peruser.501[146]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    23/02/2014 10:00:10.481 am launchctl[148]: com.apple.pluginkit.pkd: Already loaded
    23/02/2014 10:00:10.481 am launchctl[148]: com.apple.sbd: Already loaded
    23/02/2014 10:00:10.493 am distnoted[150]: # distnote server agent  absolute time: 7.309113255   civil time: Sun Feb 23 10:00:10 2014   pid: 150 uid: 501  root: no
    23/02/2014 10:00:10.000 am kernel[0]: en0: 802.11d country code set to 'US'.
    23/02/2014 10:00:10.000 am kernel[0]: en0: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 144 149 153 157 161 165
    23/02/2014 10:00:10.861 am WindowServer[100]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    23/02/2014 10:00:11.094 am SystemUIServer[165]: Cannot find executable for CFBundle 0x7fa8e8d917d0 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    23/02/2014 10:00:11.098 am sharingd[177]: Starting Up...
    23/02/2014 10:00:11.171 am SystemUIServer[165]: Cannot find executable for CFBundle 0x7fa8e8d97ce0 </System/Library/CoreServices/Menu Extras/Battery.menu> (not loaded)
    23/02/2014 10:00:11.173 am SystemUIServer[165]: Cannot find executable for CFBundle 0x7fa8e8d709e0 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    23/02/2014 10:00:11.187 am mds[69]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    23/02/2014 10:00:11.285 am WindowServer[100]: Display 0x04273c00: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    23/02/2014 10:00:11.390 am WindowServer[100]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    23/02/2014 10:00:11.535 am apsd[89]: Unexpected connection from logged out uid 501
    23/02/2014 10:00:11.544 am com.apple.SecurityServer[14]: Session 100005 created
    23/02/2014 10:00:11.631 am com.apple.audio.DriverHelper[182]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    23/02/2014 10:00:11.632 am com.apple.audio.DriverHelper[182]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    23/02/2014 10:00:11.632 am com.apple.audio.DriverHelper[182]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    23/02/2014 10:00:11.632 am com.apple.audio.DriverHelper[182]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    23/02/2014 10:00:11.632 am com.apple.audio.DriverHelper[182]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    23/02/2014 10:00:11.632 am com.apple.audio.DriverHelper[182]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    23/02/2014 10:00:11.632 am com.apple.audio.DriverHelper[182]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    23/02/2014 10:00:11.633 am com.apple.audio.DriverHelper[182]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    23/02/2014 10:00:11.633 am com.apple.audio.DriverHelper[182]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    23/02/2014 10:00:11.633 am com.apple.audio.DriverHelper[182]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    23/02/2014 10:00:11.633 am com.apple.audio.DriverHelper[182]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    23/02/2014 10:00:11.633 am com.apple.audio.DriverHelper[182]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    23/02/2014 10:00:11.662 am com.apple.audio.DriverHelper[182]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    23/02/2014 10:00:11.662 am com.apple.audio.DriverHelper[182]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    23/02/2014 10:00:11.662 am com.apple.audio.DriverHelper[182]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    23/02/2014 10:00:11.860 am SystemUIServer[165]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    23/02/2014 10:00:11.860 am SystemUIServer[165]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    23/02/2014 10:00:12.017 am xpcproxy[195]: assertion failed: 13B42: xpcproxy + 3438 [EE7817B0-1FA1-3603-B88A-BD5E595DA86F]: 0x2
    23/02/2014 10:00:12.037 am com.apple.IconServicesAgent[194]: IconServicesAgent launched.
    23/02/2014 10:00:12.183 am xpcproxy[198]: assertion failed: 13B42: xpcproxy + 3438 [EE7817B0-1FA1-3603-B88A-BD5E595DA86F]: 0x2
    23/02/2014 10:00:12.495 am accountsd[199]: assertion failed: 13B42: liblaunch.dylib + 25164 [FCBF0A02-0B06-3F97-9248-5062A9DEB32C]: 0x25
    23/02/2014 10:00:12.000 am kernel[0]: ARPT: 9.541431: MacAuthEvent en0   Auth result for: 00:1d:d3:c3:b5:80  MAC AUTH succeeded
    23/02/2014 10:00:12.729 am accountsd[199]: /SourceCache/Accounts/Accounts-336.9/ACDAuthenticationPluginManager.m - -[ACDAuthenticationPluginManager credentialForAccount:client:handler:] - 230 - The authentication plugin for account "[email protected]" (DA49B773-680F-41DA-BA31-10A500BCD013) could not be found!
    23/02/2014 10:00:12.730 am accountsd[199]: /SourceCache/Accounts/Accounts-336.9/ACDAccountStore.m - __62-[ACDAccountStore credentialForAccountWithIdentifier:handler:]_block_invoke389 - 857 - No plugin provides credentials for account [email protected]. Falling back to legacy behavior.
    23/02/2014 10:00:12.000 am kernel[0]: wlEvent: en0 en0 Link UP virtIf = 0
    23/02/2014 10:00:12.000 am kernel[0]: AirPort: Link Up on en0
    23/02/2014 10:00:12.000 am kernel[0]: en0: BSSID changed to 00:1d:d3:c3:b5:80
    23/02/2014 10:00:13.000 am kernel[0]: AirPort: RSN handshake complete on en0
    23/02/2014 10:00:13.403 am com.apple.SecurityServer[14]: Session 100009 created
    23/02/2014 10:00:13.801 am WindowServer[100]: Display 0x04273c00: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    23/02/2014 10:00:14.026 am UserEventAgent[11]: Captive: [CNInfoNetworkActive:1655] en0: SSID 'GetALife' making interface primary (protected network)
    23/02/2014 10:00:14.027 am configd[19]: network changed: DNS* Proxy
    23/02/2014 10:00:14.027 am UserEventAgent[11]: Captive: CNPluginHandler en0: Evaluating
    23/02/2014 10:00:14.028 am UserEventAgent[11]: Captive: en0: Probing 'GetALife'
    23/02/2014 10:00:14.035 am configd[19]: network changed: v6(en0!:2601:b:9400:3fc:fd37:1539:24f1:3341) DNS+ Proxy+ SMB
    23/02/2014 10:00:14.225 am WindowServer[100]: Display 0x04273c00: Unit 0; ColorProfile { 2, "Color LCD"}; TransferTable (256, 12)
    23/02/2014 10:00:14.251 am com.apple.IconServicesAgent[194]: main Failed to composit image for binding VariantBinding [0x311] flags: 0x8 binding: FileInfoBinding [0x21f] - extension: mov, UTI: com.apple.quicktime-movie, fileType: MooV.
    23/02/2014 10:00:14.252 am quicklookd[209]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x203] flags: 0x8 binding: FileInfoBinding [0x103] - extension: mov, UTI: com.apple.quicktime-movie, fileType: MooV request size:16 scale: 1
    23/02/2014 10:00:14.267 am talagent[164]: CGSBindSurface: Invalid window 0x1d
    23/02/2014 10:00:14.268 am WindowServer[100]: _CGXWindowRightsRelinquish: Invalid window 0x1d
    23/02/2014 10:00:14.269 am talagent[164]: CGSConnectionRelinquishWindowRights(cid, result, reservedRights): CGError 1001 on line 875
    23/02/2014 10:00:14.269 am talagent[164]: CGSBindSurface: Invalid window 0x1a
    23/02/2014 10:00:14.270 am WindowServer[100]: _CGXWindowRightsRelinquish: Invalid window 0x1a
    23/02/2014 10:00:14.270 am talagent[164]: CGSConnectionRelinquishWindowRights(cid, result, reservedRights): CGError 1001 on line 875
    23/02/2014 10:00:14.270 am WindowServer[100]: CGXReleaseWindowList: Invalid window 29 (index 0/2)
    23/02/2014 10:00:14.270 am WindowServer[100]: CGXReleaseWindowList: Invalid window 26 (index 1/2)
    23/02/2014 10:00:14.410 am UserEventAgent[149]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    23/02/2014 10:00:14.417 am com.apple.dock.extra[201]: <NSXPCConnection: 0x7fd693e12a50>: received an undecodable message (no exported object to receive message). Dropping message.
    23/02/2014 10:00:14.000 am kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    23/02/2014 10:00:14.000 am kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=216[ksadmin] final status 0x0, allow (remove VALID)ing page
    23/02/2014 10:00:14.592 am com.apple.time[149]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    23/02/2014 10:00:14.714 am com.apple.SecurityServer[14]: Session 100011 created
    23/02/2014 10:00:14.898 am mds[69]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    23/02/2014 10:00:14.924 am mds[69]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    23/02/2014 10:00:14.925 am mds[69]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    23/02/2014 10:00:14.985 am com.apple.time[149]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    23/02/2014 10:00:15.058 am gamed[189]: CKSoftwareMap: Registering with Daemon
    23/02/2014 10:00:15.064 am com.apple.NotesMigratorService[224]: Joined Aqua audit session
    23/02/2014 10:00:15.132 am com.apple.internetaccounts[198]: An instance 0x7fa799f9cf10 of class IMAPMailbox was deallocated while key value observers were still registered with it. Observation info was leaked, and may even become mistakenly attached to some other object. Set a breakpoint on NSKVODeallocateBreak to stop here in the debugger. Here's the current observation info:
    <NSKeyValueObservationInfo 0x7fa799f9d070> (
    <NSKeyValueObservance 0x7fa799f9d000: Observer: 0x7fa799f5b600, Key path: uidNext, Options: <New: NO, Old: NO, Prior: NO> Context: 0x7fff8695b44b, Property: 0x7fa799eb92b0>
    23/02/2014 10:00:15.271 am WindowServer[100]: disable_update_timeout: UI updates were forcibly disabled by application "talagent" for over 1.00 seconds. Server has re-enabled them.
    23/02/2014 10:00:15.652 am configd[19]: network changed: v6(en0!:2601:b:9400:3fc:bae8:56ff:fe0c:3ac2) DNS Proxy SMB
    23/02/2014 10:00:15.684 am mds[69]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    23/02/2014 10:00:15.876 am configd[19]: network changed: v6(en0:2601:b:9400:3fc:bae8:56ff:fe0c:3ac2) DNS! Proxy SMB
    23/02/2014 10:00:16.056 am Spotify[162]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    23/02/2014 10:00:16.085 am airportd[91]: _doAutoJoin: Already associated to “GetALife”. Bailing on auto-join.
    23/02/2014 10:00:16.386 am Spotify[162]: Mac OS version: 10.9
    23/02/2014 10:00:16.612 am System Preferences[158]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    23/02/2014 10:00:16.641 am WindowServer[100]: disable_update_timeout: UI updates were forcibly disabled by application "System Preferences" for over 1.00 seconds. Server has re-enabled them.
    23/02/2014 10:00:17.049 am Spotify Helper EH[228]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    23/02/2014 10:00:17.108 am WindowServer[100]: common_reenable_update: UI updates were finally reenabled by application "System Preferences" after 1.47 seconds (server forcibly re-enabled them after 1.00 seconds)
    23/02/2014 10:00:17.274 am Preview[159]: It does not make sense to draw an image when [NSGraphicsContext currentContext] is nil.  This is a programming error. Break on void _NSWarnForDrawingImageWithNoCurrentContext() to debug.  This will be logged only once.  This may break in the future.
    23/02/2014 10:00:17.282 am Google Chrome Helper[229]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    23/02/2014 10:00:17.282 am Google Chrome Helper[229]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    23/02/2014 10:00:17.301 am Google Chrome Helper[229]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    23/02/2014 10:00:17.363 am WindowServer[100]: disable_update_timeout: UI updates were forcibly disabled by application "µTorrent" for over 1.00 seconds. Server has re-enabled them.
    23/02/2014 10:00:17.491 am WindowServer[100]: disable_update_timeout: UI updates were forcibly disabled by application "Mail" for over 1.00 seconds. Server has re-enabled them.
    23/02/2014 10:00:17.560 am com.apple.Preview.TrustedBookmarksService[230]: Failure to de-serialize bookmark data file.
    23/02/2014 10:00:17.000 am kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=232[ksadmin] final status 0x0, allow (remove VALID)ing page
    23/02/2014 10:00:17.876 am WindowServer[100]: common_reenable_update: UI updates were finally reenabled by application "Mail" after 1.39 seconds (server forcibly re-enabled them after 1.00 seconds)
    23/02/2014 10:00:17.908 am Preview[159]:
    ***** AESendMessage [async] returned: -1712 [loc:0]
    23/02/2014 10:00:17.969 am uTorrent[161]: *** WARNING: -[NSImage compositeToPoint:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    23/02/2014 10:00:17.975 am uTorrent[161]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    23/02/2014 10:00:18.212 am Google Chrome Helper[233]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    23/02/2014 10:00:18.212 am Google Chrome Helper[233]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    23/02/2014 10:00:18.230 am Google Chrome Helper[233]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    23/02/2014 10:00:18.000 am kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=247[GoogleSoftwareUp] final status 0x0, allow (remove VALID)ing page
    23/02/2014 10:00:18.474 am com.apple.launchd.peruser.501[146]: (org.herf.Flux.30128[251]) Spawned and waiting for the debugger to attach before continuing...
    23/02/2014 10:00:18.536 am Spotify Helper[234]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    23/02/2014 10:00:18.588 am com.apple.launchd.peruser.501[146]: (com.apple.mrt.uiagent[239]) Exited with code: 255
    23/02/2014 10:00:19.505 am Google Chrome Helper[250]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    23/02/2014 10:00:19.506 am Google Chrome Helper[250]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    23/02/2014 10:00:19.517 am Google Chrome Helper[250]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    23/02/2014 10:00:19.641 am Google Chrome Helper[248]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    23/02/2014 10:00:19.641 am Google Chrome Helper[248]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    23/02/2014 10:00:19.655 am Google Chrome Helper[253]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    23/02/2014 10:00:19.656 am Google Chrome Helper[253]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    23/02/2014 10:00:19.659 am Google Chrome Helper[248]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    23/02/2014 10:00:19.668 am Google Chrome Helper[253]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    23/02/2014 10:00:19.724 am WindowServer[100]: common_reenable_update: UI updates were finally reenabled by application "µTorrent" after 3.36 seconds (server forcibly re-enabled them after 1.00 seconds)
    23/02/2014 10:00:19.848 am Google Chrome Helper[254]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    23/02/2014 10:00:19.848 am Google Chrome Helper[254]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    23/02/2014 10:00:19.863 am Google Chrome Helper[254]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    23/02/2014 10:00:19.868 am WiFiKeychainProxy[235]: [NO client logger] <Aug 30 2013 23:40:46> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    23/02/2014 10:00:19.869 am WiFiKeychainProxy[235]: [NO client logger] <Aug 30 2013 23:40:46> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    23/02/2014 10:00:19.975 am Spotify Helper[260]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    23/02/2014 10:00:19.997 am Google Chrome Helper[255]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd. : LSXPCClient.cp #426 ___ZN26LSClientToServerConnection21setupServerConnectionEiPK14__CFDictionary_bl ock_invoke() q=com.apple.main-thread
    23/02/2014 10:00:19.997 am Google Chrome Helper[255]: Process unable to create connection because the sandbox denied the right to lookup com.apple.coreservices.launchservicesd and so this process cannot talk to launchservicesd.
    23/02/2014 10:00:20.018 am Spotify Helper[261]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    23/02/2014 10:00:20.020 am Google Chrome Helper[255]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1100)
    23/02/2014 10:00:21.018 am Spotify Helper[265]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    23/02/2014 10:00:21.798 am Spotify Helper[260]: 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.
    23/02/2014 10:00:21.802 am Spotify Helper[234]: 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.
    23/02/2014 10:00:22.173 am Spotify Helper[261]: 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.
    23/02/2014 10:00:22.415 am mds[69]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputerIndexed"
    23/02/2014 10:00:22.495 am mds[69]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    23/02/2014 10:00:22.499 am Spotify Helper[265]: 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.
    23/02/2014 10:00:23.971 am awacsd[87]: Exiting
    23/02/2014 10:00:25.471 am WindowServer[100]: common_reenable_update: UI updates were finally reenabled by application "talagent" after 11.19 seconds (server forcibly re-enabled them after 1.00 seconds)
    23/02/2014 10:00:26.466 am WindowServer[100]: CGError post_notification(const CGSNotificationType, void *const, const size_t, const bool, const CGSRealTimeDelta, const int, const CGSConnectionID *const, const pid_t): Timed out 1.000 second wait for reply from "(PID 226)" for synchronous notification type 102 (kCGSDisplayWillSleep) (CID 0x11c03, PID 226)
    23/02/2014 10:00:26.466 am WindowServer[100]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x7f8b61e2d530(2001)
    23/02/2014 10:00:26.498 am WindowServer[100]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x7f8b61e2d530(2001)
    23/02/2014 10:00:28.000 am kernel[0]: IOPMrootDomain: idle revert, state 21
    23/02/2014 10:00:28.714 am WindowServer[100]: CGXDisplayDidWakeNotification [25521870084]: posting kCGSDisplayDidWake
    23/02/2014 10:00:28.715 am WindowServer[100]: handle_will_sleep_auth_and_shield_windows: Deferring.
    23/02/2014 10:00:28.934 am parentalcontrolsd[278]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    23/02/2014 10:00:29.647 am ntpd[52]: proto: precision = 1.000 usec
    23/02/2014 10:00:31.058 am com.apple.IconServicesAgent[194]: main Failed to composit image for binding VariantBinding [0x15b] flags: 0x8 binding: FileInfoBinding [0x34b] - extension: jpg, UTI: public.jpeg, fileType: ????.
    23/02/2014 10:00:31.058 am quicklookd[209]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x803] flags: 0x8 binding: FileInfoBinding [0x703] - extension: jpg, UTI: public.jpeg, fileType: ???? request size:16 scale: 1
    23/02/2014 10:00:31.749 am configd[19]: network changed: v4(en0+:10.0.0.19) v6(en0:2601:b:9400:3fc:bae8:56ff:fe0c:3ac2) DNS! Proxy SMB
    23/02/2014 10:00:32.234 am com.apple.IconServicesAgent[194]: main Failed to composit image for binding VariantBinding [0x54d] flags: 0x8 binding: FileInfoBinding [0x64d] - extension: gif, UTI: com.compuserve.gif, fileType: ????.
    23/02/2014 10:00:32.234 am quicklookd[209]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0xc03] flags: 0x8 binding: FileInfoBinding [0xb03] - extension: gif, UTI: com.compuserve.gif, fileType: ???? request size:16 scale: 1
    23/02/2014 10:00:33.927 am mds_stores[117]: (Error) SecureStore: Access token 3 changed uid from -1 to 501
    23/02/2014 10:00:33.991 am Console[284]: setPresentationOptions called with NSApplicationPresentationFullScreen when there is no visible fullscreen window; this call will be ignored.
    23/02/2014 10:00:37.693 am apsd[89]: Unrecognized leaf certificate
    23/02/2014 10:00:38.075 am CalendarAgent[206]: Account refresh finished with an error
    com.apple.message.domain: com.apple.calendar.account_refresh
    com.apple.message.signature: signature
    com.apple.message.result: failure
    Sender_Mach_UUID: 1FFEB79A-E424-33F2-825D-A61EBB6A9438
    23/02/2014 10:00:38.076 am CalendarAgent[206]: [com.apple.calendar.store.log.caldav.queue] [Account refresh failed with error: Error Domain=NSURLErrorDomain Code=-1003 "A server with the specified hostname could not be found." UserInfo=0x7fe67a54b290 {NSUnderlyingError=0x7fe67a6eb8e0 "A server with the specified hostname could not be found.", NSErrorFailingURLStringKey=https://terda12%[email protected]/calendar/dav/terda12%40gmail.com /user///terda12%[email protected]/calendar/dav/terda12%40gmail.com/user/, NSErrorFailingURLKey=https://terda12%[email protected]/calendar/dav/terda12%40gmail.com /user///terda12%[email protected]/calendar/dav/terda12%40gmail.com/user/, AccountName=Calendar, CalDAVErrFromRefresh=YES, NSLocalizedDescription=A server with the specified hostname could not be found.}]
    23/02/2014 10:00:38.080 am CalendarAgent[206]: [com.apple.calendar.store.log.caldav.queue] [Adding [<CalDAVAccountRefreshQueueableOperation: 0x7fe67a44c820; Sequence: 0>] to failed operations.]
    23/02/2014 10:00:41.263 am Spotify Helper EH[290]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    23/02/2014 10:00:42.380 am Spotify Helper[291]: Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650
    23/02/2014 10:00:44.300 am ntpd[52]: ntpd: time set +0.646077 s
    23/02/2014 10:00:44.327 am com.apple.time[149]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    23/02/2014 10:00:44.354 am com.apple.time[149]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    23/02/2014 10:00:44.933 am Spotify Helper EH[290]: CoreText performance note: Client called CTFontCreateWithName() using name "Times Roman" and got font with PostScript name "Times-Roman". For best performance, only use PostScript names when calling this API.
    23/02/2014 10:00:44.934 am Spotify Helper EH[290]: CoreText performance note: Set a breakpoint on CTFontLog

    Also here's the log before it happened. As you can see there is no activity from 9:48 to 10:00 am when the sound occurred.
    23/02/2014 9:48:12.792 am ntpd[52]: FREQ state ignoring -0.145411 s
    23/02/2014 9:48:15.258 am WindowServer[96]: _CGXHWCaptureWindowList: No capable active display found.
    23/02/2014 9:48:20.000 am kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000280
    23/02/2014 9:48:20.000 am kernel[0]: ARPT: 61.319378: AirPort_Brcm43xx::powerChange: System Sleep
    23/02/2014 9:48:20.000 am kernel[0]: ARPT: 61.319390: wl0: powerChange: *** BONJOUR/MDNS OFFLOADS ARE NOT RUNNING.
    23/02/2014 9:48:20.000 am kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    23/02/2014 10:00:04.000 am bootlog[0]: BOOT_TIME 1393167604 0
    23/02/2014 10:00:06.000 am syslogd[17]: Configuration Notice:
    ASL Module "com.apple.appstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    23/02/2014 10:00:06.000 am syslogd[17]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".

  • I believe OS 10.10.2 is causing my mac to freeze every few seconds.

    For the last two weeks or so, my MacBook Pro (2011) has been freezing every few seconds. I can barley type this now. When I pull up Activity Monitor, it shows my memory running at 3.0+ out of 4 GB's. I've tried everything I could think of. My Mac is more of a internet surfing comp so I didn't mind reinstalling OS. It worked great for about 30 minutes then everything started to freeze again. Im curious if anyone else is having this issue and if anyone's figured out how to fix it. I ran a diagnostic on my ram and thats not the issue. Im to the point of upgrading my ram but i think it's dumb reverting to that when the 4 GB has been plenty for me in the past.
    Thank You.

    Problem description:
    System lagging every few seconds.
    EtreCheck version: 2.1.8 (121)
    Report generated February 16, 2015 at 4:19:55 AM PST
    Download EtreCheck from http://etresoft.com/etrecheck
    Click the [Click for support] links for help with non-Apple products.
    Click the [Click for details] links for more information about that line.
    Hardware Information: ℹ️
        MacBook Pro (13-inch, Early 2011) (Technical Specifications)
        MacBook Pro - model: MacBookPro8,1
        1 2.3 GHz Intel Core i5 CPU: 2-core
        4 GB RAM Upgradeable
            BANK 0/DIMM0
                2 GB DDR3 1333 MHz ok
            BANK 1/DIMM0
                2 GB DDR3 1333 MHz ok
        Bluetooth: Old - Handoff/Airdrop2 not supported
        Wireless:  en1: 802.11 a/b/g/n
        Battery Health: Normal - Cycle count 216
    Video Information: ℹ️
        Intel HD Graphics 3000 - VRAM: 384 MB
            Color LCD 1280 x 800
    System Software: ℹ️
        OS X 10.10.2 (14C109) - Time since boot: 2 days 23:36:23
    Disk Information: ℹ️
        ST9320325ASG disk0 : (320.07 GB)
            EFI (disk0s1) <not mounted> : 210 MB
            Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
            Macintosh HD (disk1) / : 318.84 GB (288.95 GB free)
                Encrypted AES-XTS Unlocked Failed
                Core Storage: disk0s2 319.21 GB Online
        MATSHITADVD-R   UJ-898 
    USB Information: ℹ️
        Apple Computer, Inc. IR Receiver
        Apple Inc. FaceTime HD Camera (Built-in)
        Apple Inc. Apple Internal Keyboard / Trackpad
        Apple Inc. BRCM2070 Hub
            Apple Inc. Bluetooth USB Host Controller
    Thunderbolt Information: ℹ️
        Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
        Mac App Store and identified developers
    Launch Agents: ℹ️
        [loaded]    com.oracle.java.Java-Updater.plist [Click for support]
    Launch Daemons: ℹ️
        [loaded]    com.adobe.fpsaud.plist [Click for support]
        [loaded]    com.oracle.java.Helper-Tool.plist [Click for support]
    User Login Items: ℹ️
        iTunesHelper    Application  (/Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)
    Internet Plug-ins: ℹ️
        FlashPlayer-10.6: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        Flash Player: Version: 16.0.0.305 - SDK 10.6 [Click for support]
        QuickTime Plugin: Version: 7.7.3
        JavaAppletPlugin: Version: Java 8 Update 31 Check version
        Default Browser: Version: 600 - SDK 10.10
    3rd Party Preference Panes: ℹ️
        Flash Player  [Click for support]
        Java  [Click for support]
    Time Machine: ℹ️
        Time Machine not configured!
    Top Processes by CPU: ℹ️
             6%    WindowServer
             0%    com.apple.WebKit.Networking
             0%    fontd
             0%    com.apple.WebKit.WebContent
             0%    Safari
    Top Processes by Memory: ℹ️
        163 MB    com.apple.WebKit.WebContent
        142 MB    softwareupdated
        103 MB    Safari
        77 MB    mds_stores
        77 MB    Finder
    Virtual Memory Information: ℹ️
        208 MB    Free RAM
        1.60 GB    Active RAM
        1.41 GB    Inactive RAM
        1.03 GB    Wired RAM
        2.92 GB    Page-ins
        66 MB    Page-outs
    Diagnostics Information: ℹ️
        Feb 13, 2015, 04:41:28 AM    Self test - passed

  • Btrfs vs LVM+DM-RAID

    Hi all,
    this is my first post, so hello everyone!
    I was wondering recently for my new setup, which must contain both RAID0 and RAID1 (mirrored) partitions, which one is better for that... I was using LVM and MD-RAID until now, everything worked OK. Nice feature in btrfs seems to be online FS resize (eg. no umount), which annoyed me with LVM.
    Actually, why did they put RAID features in a filesystem in the first place with the btrfs, when it is already available and working on millions of production installations of Linux around the world with the existing software (LVM and Linux soft RAID md), proven stable over the years?
    So what do you guys think, is btrfs stable enough right now (I noticed they did finally complete a fsck utility for that FS), and what is advantage of btrfs subvolumes over LVM+MD?
    Thanks,
    Davor

    Evanlec wrote:I played around with BTRFS using its raid functionality, which made it easy to add/remove devices from the raid, but unfortunately it was just too buggy.
    I had to re-install arch twice because of btrfs and I finally said screw it and went back to ext4 + mdadm.
    My advice, stick with what you've got for now
    But just out of curiousity, how long ago was that you played with it and had major problems, so bad that you had to reinstall? They now do have a fsck utility... I'm asking because kernel people release kernel versions every few days, I'm barely keeping track (compile my own kernel, because I don't want preemption and 100Hz clock on a server), I'm on 3.2.11 now... I regularly do my "pacman -Syu", every few days or whenever I remember to do so. So I bet this FS gets less and less buggy every day  and I wouldn't torture it too much if I were using it (like doing unclean shutdowns, cutting off power, etc)
    I did my own research in the meanwhile. I thought I would use it's RAID functionality which is really simple, but where I was wrong in my assumptions was to use it's subvolumes in place of LVM logical volumes... That's not quite the same thing, as although you can mount a btrfs subvolume on a different mount point, such as for example /var/log, but you cannot limit it's size and resize it later when needed like LVM. That's what I think at least, I created filesystems on files instead of real block devices while playing with it (loop device) so I wouldn't screw something up, and I couldn't in any way create a subvolume of specified size or resize it. Maybe I didn't do my reading/researching very well, though...
    So is it possible to create a btrfs subvolume of a set size and resize later or at least mount it with a size limit? If not LVM will stay always on my systems as this is not a replacement for it, and for RAID, why would one use btrfs for it when there is already MD?
    I'm asking about a future here when btrfs will be mature, if someone is knowledgeable of plans for this FS, why would one use it for RAID and volume management instead of existing software (LVM2, mdadm) that works very well, and did so for many years?
    Thanks.

  • MacBook Pro freezes every few seconds

    Hi All,
    My two year old MacBook Pro started freezing randomly one day. It happens with any application that I have open (Safari, Word, Finder), I get the beach ball every few seconds for any operation I try doing. When the cursor comes back I have seen spikes of CPU usage and the relevant program also shows as 'Not Responding'.
    I have tried everything, PRAM/SMC resetting, hardware test, disk repair etc. The latest being a clean install of Mavercks. It was fine for a few hours until it started freezing again like before. I made sure not to install much and didn't even copy my backup over yet.  Here is my EtreCheck output, can someone please HELP!!
    EtreCheck version: 1.9.12 (48)
    Report generated 30 June 2014 22:30:19 GMT+5
    Hardware Information:
      MacBook Pro (13-inch, Mid 2012) (Verified)
      MacBook Pro - model: MacBookPro9,2
      1 2.9 GHz Intel Core i7 CPU: 2 cores
      8 GB RAM
    Video Information:
      Intel HD Graphics 4000 - VRAM: (null)
      Color LCD 1280 x 800
    System Software:
      OS X 10.9.3 (13D65) - Uptime: 0 days 8:1:9
    Disk Information:
      TOSHIBA MK7559GSXF disk0 : (750.16 GB)
      EFI (disk0s1) <not mounted>: 209.7 MB
      Macintosh HD (disk0s2) / [Startup]: 749.3 GB (519.34 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      MATSHITADVD-R   UJ-8A8 
    USB Information:
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information:
      Apple Inc. thunderbolt_bus
    Gatekeeper:
      Mac App Store and identified developers
    Launch Daemons:
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.google.keystone.daemon.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
    Launch Agents:
      [loaded] com.google.keystone.agent.plist Support
    User Launch Agents:
      [failed] com.adobe.ARM.[...].plist Support
      [failed] com.nero.HSMMonitor.plist Support
    User Login Items:
      iTunesHelper
      Dropbox-PG
      Dropbox
      Tunnelblick
    Internet Plug-ins:
      FlashPlayer-10.6: Version: 14.0.0.125 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      Flash Player: Version: 14.0.0.125 - SDK 10.6 Support
      Default Browser: Version: 537 - SDK 10.9
      o1dbrowserplugin: Version: 5.4.2.18903 Support
      SharePointBrowserPlugin: Version: 14.1.0 Support
      googletalkbrowserplugin: Version: 5.4.2.18903 Support
    Audio Plug-ins:
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User Internet Plug-ins:
      WebEx64: Version: 1.0 - SDK 10.5 Support
    3rd Party Preference Panes:
      Flash Player  Support
    Time Machine:
      Time Machine not configured!
    Top Processes by CPU:
          15% WindowServer
          7% mdworker
          2% Activity Monitor
          2% Dock
          1% SystemUIServer
    Top Processes by Memory:
      211 MB com.apple.WebKit.WebContent
      188 MB Safari
      123 MB com.apple.IconServicesAgent
      90 MB Dropbox
      74 MB mds_stores
    Virtual Memory Information:
      4.05 GB Free RAM
      2.70 GB Active RAM
      410 MB Inactive RAM
      870 MB Wired RAM
      552 MB Page-ins
      0 B Page-outs

    Thanks for your reply. Here's a portion of the console output during a particularly problematic time:
    01/07/2014 12:33:37.914 com.apple.WebKit.WebContent[656]: NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9812)
    01/07/2014 12:33:38.743 Dock[183]: find_shared_window: Invalid depth WindowID 0x687
    01/07/2014 12:33:39.351 com.apple.WebKit.Networking[422]: NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9812)
    01/07/2014 12:34:09.781 fontd[194]: ATSFindFolder timeout. (domain:-32763, dirType:'font', createFolder:false, ATSServer pid:194)
    01/07/2014 12:34:11.764 Dock[183]: find_shared_window: Invalid depth WindowID 0x6ad
    01/07/2014 12:35:04.047 com.apple.WebKit.Networking[422]: CFNetwork SSLHandshake failed (-9806)
    01/07/2014 12:37:36.000 kernel[0]: MacAuthEvent en1   Auth result for: 64:66:b3:93:a6:e8  MAC AUTH succeeded
    01/07/2014 12:37:36.000 kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    01/07/2014 12:37:36.000 kernel[0]: wl0: Roamed or switched channel, reason #8, bssid 64:66:b3:93:a6:e8
    01/07/2014 12:37:36.000 kernel[0]: en1: BSSID changed to 64:66:b3:93:a6:e8
    01/07/2014 12:37:36.000 kernel[0]: AirPort: RSN handshake complete on en1
    01/07/2014 12:39:34.215 Dock[183]: find_shared_window: Invalid depth WindowID 0x80f
    01/07/2014 12:39:44.059 Dock[183]: find_shared_window: Invalid depth WindowID 0x834
    01/07/2014 12:40:00.570 Dock[183]: find_shared_window: Invalid depth WindowID 0x858
    01/07/2014 12:41:14.463 WindowServer[90]: disable_update_timeout: UI updates were forcibly disabled by application "Microsoft Word" for over 1.00 seconds. Server has re-enabled them.
    01/07/2014 12:41:14.669 WindowServer[90]: common_reenable_update: UI updates were finally reenabled by application "Microsoft Word" after 1.21 seconds (server forcibly re-enabled them after 1.00 seconds)
    01/07/2014 12:45:25.000 kernel[0]: MacAuthEvent en1   Auth result for: 64:66:b3:93:a6:e8  MAC AUTH succeeded
    01/07/2014 12:45:25.000 kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    01/07/2014 12:45:25.000 kernel[0]: AirPort: RSN handshake complete on en1
    01/07/2014 12:45:25.000 kernel[0]: wl0: Roamed or switched channel, reason #8, bssid 64:66:b3:93:a6:e8
    01/07/2014 12:45:25.000 kernel[0]: en1: BSSID changed to 64:66:b3:93:a6:e8
    01/07/2014 12:46:01.496 Dock[183]: find_shared_window: Invalid depth WindowID 0x905
    01/07/2014 12:46:57.825 com.apple.SecurityServer[15]: Killing auth hosts
    01/07/2014 12:46:57.825 com.apple.SecurityServer[15]: Session 100012 destroyed
    01/07/2014 12:50:06.454 com.apple.WebKit.WebContent[685]: NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9812)
    01/07/2014 12:50:08.330 com.apple.launchd[1]: (com.apple.qtkitserver[689]) Could not terminate job: 3: No such process
    01/07/2014 12:50:08.330 com.apple.launchd[1]: (com.apple.qtkitserver[689]) Using fallback option to terminate job...
    01/07/2014 12:52:41.749 WindowServer[90]: _CGXHWCaptureWindowList: No capable active display found.
    01/07/2014 12:53:02.180 Dock[183]: find_shared_window: Invalid depth WindowID 0x9e1
    01/07/2014 12:53:55.256 Dock[183]: find_shared_window: Invalid depth WindowID 0xa58
    01/07/2014 12:53:58.964 Dock[183]: find_shared_window: Invalid depth WindowID 0xa6a
    01/07/2014 12:54:44.057 Dock[183]: find_shared_window: Invalid depth WindowID 0xae9
    01/07/2014 12:56:03.269 Dock[183]: find_shared_window: Invalid depth WindowID 0xb92
    01/07/2014 12:56:26.912 Dock[183]: find_shared_window: Invalid depth WindowID 0xbc9
    01/07/2014 12:57:24.560 Dock[183]: find_shared_window: Invalid depth WindowID 0xc17
    01/07/2014 12:58:52.024 Safari[419]: Couldn't contact spell checker for Multilingual
    01/07/2014 12:59:00.610 AppleSpell[353]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    01/07/2014 12:59:00.610 AppleSpell[353]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    01/07/2014 12:59:00.611 AppleSpell[353]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    01/07/2014 12:59:00.612 AppleSpell[353]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    01/07/2014 12:59:00.614 AppleSpell[353]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    01/07/2014 12:59:22.496 Dock[183]: find_shared_window: Invalid depth WindowID 0xd1e
    01/07/2014 12:59:37.440 AppleSpell[353]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    01/07/2014 12:59:37.440 AppleSpell[353]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    01/07/2014 12:59:37.441 AppleSpell[353]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    01/07/2014 12:59:37.441 AppleSpell[353]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    01/07/2014 12:59:37.441 AppleSpell[353]: *** -[NSMachPort handlePortMessage:]: dropping incoming DO message because the connection is invalid
    01/07/2014 13:00:16.000 kernel[0]: MacAuthEvent en1   Auth result for: 64:66:b3:93:a6:e8  MAC AUTH succeeded
    01/07/2014 13:00:16.000 kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    01/07/2014 13:00:16.000 kernel[0]: AirPort: RSN handshake complete on en1
    01/07/2014 13:00:16.000 kernel[0]: wl0: Roamed or switched channel, reason #8, bssid 64:66:b3:93:a6:e8
    01/07/2014 13:00:16.000 kernel[0]: en1: BSSID changed to 64:66:b3:93:a6:e8
    01/07/2014 13:00:24.747 Dock[183]: find_shared_window: Invalid depth WindowID 0xd91
    01/07/2014 13:00:28.448 Safari[419]: Error launching spell checker for U.S. English:  Error Domain=NSCocoaErrorDomain Code=256 "The application “AppleSpell.service” could not be launched because a miscellaneous error occurred (OSStatus -1712)." UserInfo=0x60800027bdc0 {NSURL=file:///System/Library/Services/AppleSpell.service, NSLocalizedDescription=The application “AppleSpell.service” could not be launched because a miscellaneous error occurred (OSStatus -1712)., NSUnderlyingError=0x608000242e80 "The operation couldn’t be completed. (OSStatus error -1712.)"}
    01/07/2014 13:00:28.448 Safari[419]: Suppressing further spell checker launch failure warnings

  • My macbook pro freezes every few seconds

    Hi everyone!
    About a week ago my MBP started freezing every few seconds showing the well known spinning beach balls every time, even when running no apps, I've sepnt plenty of time looking for a solution, I've read this problem might be due to a physically damaged hard drive, bt I've tested it several times using different apps and it shows no error, I've read from another discussion about Etrecheck as a useful app to quickly gather certain system information that may help point to a cause of this problem, so I hope some of you guys can help me checking the log output. Here it is:
    Hardware Information:
              MacBook Pro (15-inch, Mid 2010)
              MacBook Pro - model: MacBookPro6,2
              1 2.4 GHz Intel Core i5 CPU: 2 cores
              8 GB RAM
    Video Information:
              NVIDIA GeForce GT 330M - VRAM: 256 MB
              Intel HD Graphics - VRAM: 288 MB
    Startup Items:
              Digidesign Mbox 2 - Path: /Library/StartupItems/Digidesign Mbox 2
              DigidesignLoader - Path: /Library/StartupItems/DigidesignLoader
              HWNetMgr - Path: /Library/StartupItems/HWNetMgr
              HWPortDetect - Path: /Library/StartupItems/HWPortDetect
              M-Audio FireWire Audio Helper - Path: /Library/StartupItems/M-Audio FireWire Audio Helper
              M-Audio Firmware Loader - Path: /Library/StartupItems/M-Audio Firmware Loader
              PACESupport - Path: /Library/StartupItems/PACESupport
    System Software:
              Mac OS X 10.7.5 (11G63) - Uptime: 0 days 5:1:32
    Disk Information:
              TOSHIBA MK5055GSXF disk0 : (500.11 GB)
                        disk0s1 (disk0s1) <not mounted>: 209.7 MB
                        HD MACINTOSH (disk0s2) /: 499.25 GB (310.21 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              MATSHITADVD-R   UJ-898
    USB Information:
              Apple Inc. iPhone
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Internal Memory Card Reader
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Inc. Built-in iSight
              Apple Computer, Inc. IR Receiver
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
              com.paceap.kext.pacesupport.snowleopard          (5.7.2)
              com.digidesign.iokit.DigiDal          (8.0.3f1)
              com.waves.driver.soundgrid          (2.0.0)
    Problem System Launch Daemons:
              [not loaded] ftp-proxy.plist
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist
              [loaded] com.digidesign.elevenrack.helper.plist
              [loaded] com.digidesign.fwfamily.helper.plist
              [loaded] com.m-audio.firewire.helper.plist
              [loaded] com.microsoft.office.licensing.helper.plist
              [loaded] com.waves.daemon.SoundGridProtocolService.plist
              [loaded] PACESupport.plist
    Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist
              [loaded] com.adobe.CS5ServiceManager.plist
    User Launch Agents:
              [loaded] com.divx.agent.postinstall.plist
    User Login Items:
              iTunesHelper
              ProFire Agent
              TrapsMonitor
    3rd Party Preference Panes:
              Digidesign Eleven Rack
              DigidesignMbox2
              Digidesign Mbox 2 Pro
              DivX
              Flash Player
              Flip4Mac WMV
              Growl
              Java
              PreferencesPane
              PreferencesPane
              YAMAHA-USBMIDIPatch
    Internet Plug-ins:
              DivXBrowserPlugin.plugin
              Flash Player.plugin
              FlashPlayer-10.6.plugin
              Flip4Mac WMV Plugin.plugin
              iPhotoPhotocast.plugin
              JavaAppletPlugin.plugin
              OVSHelper.plugin
              QuickTime Plugin.plugin
              SharePointBrowserPlugin.plugin
              Silverlight.plugin
    User Internet Plug-ins:
    Bad Fonts:
              None
    Top Processes by CPU:
                   8%          Skype
                   3%          firefox
                   2%          WindowServer
                   1%          EtreCheck
                   1%          plugin-container
                   1%          SGProtocolService
                   0%          fontd
                   0%          SystemUIServer
                   0%          configd
                   0%          aosnotifyd
    Top Processes by Memory:
              836 MB   firefox
              123 MB   mds
              115 MB   Skype
              82 MB    plugin-container
              66 MB    WindowServer
              57 MB    Finder
              57 MB    quicklookd
              41 MB    Dock
              41 MB    mdworker
              33 MB    coreservicesd
    Virtual Memory Statistics
              4.77 GB  Free RAM
              1.50 GB  Active RAM
              881 MB   Inactive RAM
              882 MB   Wired RAM
              415 MB   Page-ins
              0 B      Page-outs
    Thank you very much for your help!

    Hi Carolyn!
    Thank yo very much for your help, I've done everything you suggested, but the spinning beach ball is still appearing every few seconds, I also created another admin account just to check and it showed the same behaviour.  this is ehat I have now:
    Hardware Information:
              MacBook Pro (15-inch, Mid 2010)
              MacBook Pro - model: MacBookPro6,2
              1 2.4 GHz Intel Core i5 CPU: 2 cores
              8 GB RAM
    Video Information:
              NVIDIA GeForce GT 330M - VRAM: 256 MB
              Intel HD Graphics - VRAM: 288 MB
    Startup Items:
              M-Audio FireWire Audio Helper - Path: /Library/StartupItems/M-Audio FireWire Audio Helper
              M-Audio Firmware Loader - Path: /Library/StartupItems/M-Audio Firmware Loader
    System Software:
              Mac OS X 10.7.5 (11G63) - Uptime: 0 days 0:12:0
    Disk Information:
              TOSHIBA MK5055GSXF disk0 : (500.11 GB)
                        disk0s1 (disk0s1) <not mounted>: 209.7 MB
                        HD MACINTOSH (disk0s2) /: 499.25 GB (310.02 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              MATSHITADVD-R   UJ-898
    USB Information:
              Apple Inc. iPhone
              Apple Internal Memory Card Reader
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Computer, Inc. IR Receiver
              Apple Inc. Built-in iSight
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
              com.digidesign.iokit.DigiDal          (8.0.3f1)
              com.waves.driver.soundgrid          (2.0.0)
    Problem System Launch Daemons:
              [not loaded] ftp-proxy.plist
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist
              [failed] com.digidesign.elevenrack.helper.plist
              [loaded] com.digidesign.fwfamily.helper.plist
              [loaded] com.m-audio.firewire.helper.plist
              [loaded] com.microsoft.office.licensing.helper.plist
              [loaded] com.waves.daemon.SoundGridProtocolService.plist
    Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist
              [loaded] com.adobe.CS5ServiceManager.plist
    User Launch Agents:
              [loaded] com.divx.agent.postinstall.plist
    User Login Items:
              iTunesHelper
              ProFire Agent
              TrapsMonitor
    3rd Party Preference Panes:
              DivX
              Flash Player
              Flip4Mac WMV
              Java
              PreferencesPane
              PreferencesPane
              YAMAHA-USBMIDIPatch
    Internet Plug-ins:
              DivXBrowserPlugin.plugin
              Flash Player.plugin
              FlashPlayer-10.6.plugin
              Flip4Mac WMV Plugin.plugin
              iPhotoPhotocast.plugin
              JavaAppletPlugin.plugin
              OVSHelper.plugin
              QuickTime Plugin.plugin
              SharePointBrowserPlugin.plugin
              Silverlight.plugin
    User Internet Plug-ins:
    Bad Fonts:
              None
    Top Processes by CPU:
                   2%          WindowServer
                   1%          SGProtocolService
                   1%          EtreCheck
                   1%          firefox
                   1%          SystemUIServer
                   0%          fontd
                   0%          iTunes
                   0%          configd
                   0%          usbmuxd
                   0%          Finder
    Top Processes by Memory:
              287 MB   firefox
              131 MB   iTunes
              74 MB    mds
              57 MB    WindowServer
              57 MB    Finder
              33 MB    Dock
              25 MB    coreservicesd
              25 MB    SystemUIServer
              25 MB    plugin-container
              25 MB    EtreCheck
    Virtual Memory Statistics
              6.11 GB  Free RAM
              916 MB   Active RAM
              202 MB   Inactive RAM
              817 MB   Wired RAM
              222 MB   Page-ins
              0 B      Page-outs
    Do you have any idea about something else to be done?
    Thank you very much for you time

  • Macbook pro ( 13" mid 2009 ) keeps freezing every few minutes since downloading mavericks

    Ever since downloading osx Mavericks , my mac book keeps on crashing every few minutes. Doesn't matter what application I am using, system hangs every few minutes. I have been looking at Activity monitor closely. Following programs end up using a lot of CPU and hang a lot:
    SystemUIServer ( not responding -- several times )
    Google Chrome ( not responding -- several times )
    Google Chrome Helper ( not responding -- several times )
    PepperFlashPlayer ( not responding -- several times )
    Windows Server ( not crashing -- but using a lot of CPU resources - remains at top 5 CPU usage tasks. )
    Looking at Console app .. following programs cause a lot of crashes: ( Console itself was not responding several times I was looking at it )
    systemstatsd
    GoogleChromeHelper
    I also ran EtreCheck program .. here is the output:
    Hardware Information:
              MacBook Pro (13-inch, Mid 2009)
              MacBook Pro - model: MacBookPro5,5
              1 2.26 GHz Intel Core 2 Duo CPU: 2 cores
              8 GB RAM
    Video Information:
              NVIDIA GeForce 9400M - VRAM: 256 MB
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0
              AirPlay: Version: 1.9
              AppleAVBAudio: Version: 2.0.0
              iSightAudio: Version: 7.7.3
    Startup Items:
              ChmodBPF - Path: /Library/StartupItems/ChmodBPF
    System Software:
              OS X 10.9 (13A603) - Uptime: 0 days 12:48:1
    Disk Information:
              FUJITSU MJA2160BH FFS G1 disk0 : (160.04 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 159.18 GB (116.26 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              MATSHITADVD-R   UJ-868 
    USB Information:
              Apple Inc. Built-in iSight
              Apple Internal Memory Card Reader
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Computer, Inc. IR Receiver
              Apple Inc. BRCM2046 Hub
                        Apple Inc. Bluetooth USB Host Controller
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
    Problem System Launch Daemons:
              [failed]          com.apple.systemstatsd.plist
    Problem System Launch Agents:
    Launch Daemons:
              [loaded]          com.anchorfree.ajaxserver.plist
              [loaded]          com.fitbit.galileod.plist
              [loaded]          com.google.keystone.daemon.plist
              [loaded]          com.microsoft.office.licensing.helper.plist
              [loaded]          org.macosforge.xquartz.privileged_startx.plist
    Launch Agents:
              [loaded]          com.google.keystone.agent.plist
              [loaded]          org.macosforge.xquartz.startx.plist
    User Launch Agents:
              [loaded]          com.adobe.ARM.[...].plist
              [failed]          com.apple.CSConfigDotMacCert-sukhi_rs@me.com-SharedServices.Agent.plist
    User Login Items:
              iTunesHelper
              iTunesHelper
              Google Drive
    3rd Party Preference Panes:
              None
    Internet Plug-ins:
              AdobePDFViewer.plugin
              Default Browser.plugin
              DirectorShockwave.plugin
              DivXBrowserPlugin.plugin
              EPPEX Plugin.plugin
              Flip4Mac WMV Plugin.plugin
              googletalkbrowserplugin.plugin
              iPhotoPhotocast.plugin
              npgtpo3dautoplugin.plugin
              o1dbrowserplugin.plugin
              PDF Browser Plugin.plugin
              QuickTime Plugin.plugin
              SharePointBrowserPlugin.plugin
              Silverlight.plugin
    User Internet Plug-ins:
    Bad Fonts:
              None
    Time Machine:
              Time Machine not configured!
    Top Processes by CPU:
                   5%          WindowServer
                   2%          EtreCheck
                   1%          Google Chrome
                   1%          hidd
                   1%          Activity Monitor
                   0%          fontd
                   0%          sysmond
                   0%          notifyd
                   0%          ocspd
                   0%          imagent
    Top Processes by Memory:
              123 MB             softwareupdated
              115 MB             Google Chrome
              106 MB             com.apple.IconServicesAgent
              82 MB              mds_stores
              61 MB              Activity Monitor
              49 MB              mds
              49 MB              Finder
              41 MB              WindowServer
              33 MB              Dock
              33 MB              Google Chrome Helper
    Virtual Memory Statistics:
              4.87 GB            Free RAM
              1.50 GB            Active RAM
              673 MB             Inactive RAM
              738 MB             Wired RAM
              1.42 GB            Page-ins
              0 B                Page-outs
    Is there anything else you would like me to post?

    ChmodBPF - Path: /Library/StartupItems/ChmodBPF
    StartupItems can slow your Mac down.
    Go to HD > Library > StartuItems
    Remove this:  ChmodBPF
    Restart your Mac.
    If it's still slow, open System Preferences > Users & Groups > Login items
    Remove Google Drive.  (iTunes Helper should not be a problem)
    Restart your Mac.

  • Late 2012 iMac Freezes every few days

    My iMac has been in the Apple Store for a week with the Geniuses and they came back saying they couldn't find anything so putting this out to this community in the hope someone else can help. Here are the details.
    Model: 21.5 inch Late-2012 iMac
    RAM: 8Gb
    Processor: 2.9Ghz Intel Core i5
    Graphics: NVIDIA GeForce GT 650M 512 MB
    Hard Drive: 1.12 Tb Fusion (653Gb free)
    OS: 10.8.4
    Software: Fairly vanilla with no MS or Adobe Apps. No system extensions or hacks installed.
    Symptom: Every few days or so the iMac locks up. Certain running applications will still work but many common ones such as Pages, Aperture, App Store & TextEdit will hang when trying to open. Force Quitting them doesn't affect them. When I try to shut down the computer it goes to the grey screen and stays there. Eventually the power needs to be turned off to reboot it. This has been doing this for the last several months.
    Solutions Tried:
    - Fixed permissions
    - Reset PRAM
    - Re-install OS X
    I can't replicate the crash but today it happened again. At around 3:50pm I went to the iMac and noticed that Pages wouldn't load. Force quitting the App didn't do anything. Aperture was not responding so force quit that. Still wouldn't re-open. Mail was working fine and I was able to send a test message. Safari worked fine. Launched System Preferences ok but could not launch TextEdit or App Store. Calendar opened and closed fine. Attempted to restart the Mac but got the grey screen and after 5 minutes of waiting turned the computer off & relaunched it.
    Here is a snapshot of some Console entries:
    5/09/13 2:27:41.316 PM coreaudiod[122]: Enabled automatic stack shots because audio IO is inactive
    5/09/13 2:28:16.449 PM coreaudiod[122]: Disabled automatic stack shots because audio IO is active
    5/09/13 2:28:17.262 PM coreaudiod[122]: Enabled automatic stack shots because audio IO is inactive
    5/09/13 2:28:50.579 PM com.apple.usbmuxd[68]: _heartbeat_failed heartbeat detected detach for device 0xdf3-10.0.1.10:0!
    5/09/13 2:37:54.690 PM com.apple.usbmuxd[68]: _heartbeat_failed heartbeat detected detach for device 0xdfc-10.0.1.10:0!
    5/09/13 2:42:04.656 PM lsboxd[209]: @AE relay 61657674:6f646f63
    5/09/13 2:47:21.156 PM com.apple.usbmuxd[68]: _heartbeat_failed heartbeat detected detach for device 0xe05-10.0.1.11:0!
    5/09/13 4:03:23.428 PM com.apple.launchd[1]: *** launchd[1] has started up. ***
    5/09/13 4:03:23.428 PM com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    5/09/13 4:03:24.934 PM com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    5/09/13 4:03:26.157 PM airportd[30]: _processDLILEvent: en1 attached (down)
    5/09/13 4:03:26.342 PM UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    5/09/13 4:03:26.609 PM fseventsd[39]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (419745 5 419906)
    5/09/13 4:03:26.612 PM fseventsd[39]: log dir: /.fseventsd getting new uuid: A3689432-84D2-4FB0-8C25-0352BC004F8B
    5/09/13 4:03:26.666 PM mDNSResponder[40]: mDNSResponder mDNSResponder-379.38.1 (Apr 25 2013 19:19:56) starting OSXVers 12
    Notice that the last Console entry was at 2:47pm (in red) and then nothing. I went to use the computer at 3:50pm and did several actions on it. Plugged in iPad, opened iTunes. Copied a file from the iPad to the desktop. Prior to that it hadn't been used for several hours. The shutdown that I selected does not appear in the log (although it only managed to go to the grey screen rather than complete a full shut down).
    Appreciate any clues at all here. This is very frustrating and has been going on for far too long.
    TIA. Jordan

    Back up all data immediately as your boot drive may be failing.
    If you have more than one user account, these instructions must be carried out as an administrator.
    Triple-click anywhere in the line below on this page to select it:
    syslog -k Sender kernel -k Message CReq 'Channel t|GPU D|I/O|Previous Sh' | tail | open -ef
    Copy the selected text to the Clipboard (command-C).
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window (command-V).
    The command may take a noticeable amount of time to run. Wait for a new line ending in a dollar sign (“$”) to appear.
    A TextEdit window will open with the output of the command. If the command produced no output, the window will be empty. Post the contents of the TextEdit window (not the Terminal window), if any — the text, please, not a screenshot. The title of the window doesn't matter, and you don't need to post that.

  • Iwlwifi disconnecting every few minutes

    Hi!
    I've got an intel wifi card (Network controller: Intel Corporation Centrino Advanced-N 6230 (rev 34)), using iwlwifi. Every few minutes I get disconnected from the AP and when trying to reconnect it fails most of the times. Reloading iwlwifi or the networkmanager doesn't help. Is this a bug or may be something wrong with my configuration?
    Thanks!
    Edit: I am using a Toshiba portege laptop
    Last edited by jackgu1988 (2012-02-02 16:52:55)

    Hi all,
    I've installed Arch Linux recently on my laptop and I've been experiencing the same problem myself. I tried jumping from Gentoo forums to Arch Linux forums to you-name-it forums to find an answer to this problem but nothing worked for me.
    In these forums, you will find many posts with commands that say that fix that problem (this post will be eventually one of them) but somehow fail to do so in your laptop. I don't know if there is an one-answer-fits-all, but through these searches -and some experimentation of my own- I've found a rather aggressive approach to make my wireless connections more robust. I disabled IPv6 and most of the card's hardware-intensive options.
    Still, since this way probably will not work or appeal to most of you, I'd also like to provide a more coherent approach to this problem, so that you will know where to go to after reading this post (than endlessly Google searching).
    Step 0: Know your enemy
    The problem I was dealing with was similar to the original poster's and happened consistently. When my signal's strength wasn't good and the network card had lots of traffic (downloading a file while watching YouTube while ...), the download speed would abruptly come to a halt. Removing and re-inserting the iwlwifi module would fix it temporarily, but later on it would relapse. Also, there was no apparent error to troubleshoot, since iwlwifi would print on dmesg only the re-connections and not any error.
    The above was experienced with kernels 3.2, 3.5, 3.6, 3.7. I can't say for sure that all versions of these kernels are problematic, so you are free to check it out your self. An easy way to check if patches were issued about iwlwifi in a specific kernel version can be found from here. Just compare the dates of the file changes between different kernel versions.
    Also, you might want to know that the wifi was working seamlessly with the 3.3.8 version of the kernel. Thus, if you want to check out a different linux kernel, I'd suggest you start with this one. Obviously, this is for people using Debian or other distros that rely on older kernels. So, our first question would be...
    Step 1: What is your kernel?
    You can find a description of your system with this command:
    uname -mor
    My output is:
    3.7.1-2-ARCH x86_64 GNU/Linux
    Step 2: What is your hardware?
    It is very important to know what your hardware is. If you have the same hardware as I do, then you probably have more chances to fix it. If you post a question in another forum and then mark your question as solved, people would like to know what your hardware was. If you send a bug report to the iwlwifi team, they will need your card's model.
    So, write:
    lspci | grep -i net
    My output is:
    01:00.0 Network controller: Intel Corporation Centrino Wireless-N 130 (rev 34)
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 06)
    Step 3: What is your problem?
    You can see more debug info about your problem by writing:
    dmseg
    or to filter through these messages:
    dmesg | grep iwlwifi
    If you see any errors, tracebacks etc. then these are bugs and you'd best search for similar bugs here. If there are no similar bugs, I'd suggest you create a new bug report. The people that answer in this list are core developers of the iwlwifi module and you'd best send them these bug reports in order to help them track down these problems.
    Step 4: Solution (?)
    GRUB
    The are many ways to disable IPv6. I did it using GRUB:
    sudo cp /boot/grub/grub.cfg /boot/grub/grub.bak #For backup reasons
    sudo nano /etc/default/grub
    Add this option "ipv6.disable=1" to the line GRUB_CMDLINE_LINUX_DEFAULT=, so that your GRUB looks like this:
    GRUB_DEFAULT=0                                                                 
    GRUB_TIMEOUT=5                                                                 
    GRUB_DISTRIBUTOR="Arch"                                                         
    GRUB_CMDLINE_LINUX_DEFAULT="ipv6.disable=1"                                    
    GRUB_CMDLINE_LINUX=""
    Finally, do:
    sudo grub-mkconfig -o /boot/grub/grub.cfg
    sudo reboot
    to update your grub and restart your laptop. If anything goes wrong, you can restore your grub.cfg file using the backup grub.bak we created above.
    IWLWIFI OPTIONS
    Provided IPv6 is disabled, you can check in real time which of the following options make a difference, without restarting your laptop:
    sudo modprobe -r iwldvm iwlwifi
    sudo modprobe iwlwifi 11n_disable=1 bt_coex_active=0 power_save=0 auto_agg=0 swcrypto=1
    You can learn more about these options by writing:
    modinfo iwlwifi
    Hopefully, you will experience no disconnections from now on.
    Now, in order to automatically pass these options at startup to iwlwifi, you can create a *.conf file inside /etc/modprobe.d directory.
    nano /etc/modprobe.d/iwlwifi.conf
    And add this line:
    options iwlwifi 11n_disable=1 bt_coex_active=0 power_save=0 auto_agg=0 swcrypto=1
    Step 5: This %@#%@ @#%#% doesn't #%@#% work
    Well, bummer. I'd highly recommend to inform the developers of iwlwifi about your problem, as I've mentioned above. If the dev list intimidates you, post about this problem here.
    Good luck...
    Edit
    It's likely that you may encounter the following strange behavior when trying to connect to your access point.
    Copied form my dmesg:
    [  904.190052] iwlwifi 0000:01:00.0: L1 Enabled; Disabling L0S
    [  904.197452] iwlwifi 0000:01:00.0: Radio type=0x2-0x2-0x1
    [  904.886420] wlan0: authenticate with 00:26:44:b3:16:a4
    [  904.928370] wlan0: send auth to 00:26:44:b3:16:a4 (try 1/3)
    [  904.930494] wlan0: authenticated
    [  904.932220] wlan0: associate with 00:26:44:b3:16:a4 (try 1/3)
    [  904.939798] wlan0: RX AssocResp from 00:26:44:b3:16:a4 (capab=0x411 status=0 aid=2)
    [  904.942701] wlan0: associated
    [  915.641048] wlan0: deauthenticating from 00:26:44:b3:16:a4 by local choice (reason=3)
    If the above is coupled with the netcfg's response:
    > DHCP IP lease attempt failed.
                                                                              [FAILED]
    then you have just encountered a strange dhcpcd bug, which has nothing to do with iwlwifi.
    You can find possible solutions here.
    Last edited by Brainfree (2013-02-03 07:24:08)

  • Drop outs every few hours

    Hi all
    hope someone can help as i am coming to the end of my tether with my BT Faster Broadband connection
    it drops out every few hours and has done for almost 2 months.  i cant watch a movie or play a game without losing connection at least once, maybe twice if i am really unlucky.
    i got a new hh5 a little while ago and was fine for a while. then the problems started - dropping 2 or 3 times a day.  contacted bt and they sent a replacement hh5. no change.  eventually in the last few days got worse and its now sometimes dropping at least a dozen times a day, rendering my connection little short of useless.
    almost convinced it was a hh5 issue as they seemed to take an age to resynch, so bought an asus dsl-n66u and crossed my fingers.
    soon enough, connection dropped again and again. 
    i have tried 3 different cables, between router and socket, removed the openreach faceplate and plugged a new filter  in to the test socket.  connected for around 4 hours and droped again.
    Connection details from the Asus, with the filter in the master socket - the same as with the openreach filter (as you can see i lost connection again not so long ago.
    DSL Driver Version
    FwVer:5.4.11.21_A_TC3095 HwVer:T14.F7_0.0
    DSL Link Status
    up
    DSL Uptime
    0days 0hours 12minutes 7seconds
    DSL Modulation
    ITU G.993.2(VDSL2)
    Annex Mode
    ANNEX_A
    SNR Down
    5.8 dB
    SNR Up
    9.7 dB
    Line Attenuation Down
    102.3 dB
    Line Attenuation Up
    12.7 dB
    Data Rate Down
    13595 kbps
    Data Rate Up
    796 kbps
    MAX Rate Down
    18232 kbps
    MAX Rate Up
    937 kbps
    POWER Down
    0.5 dbm
    POWER Up
    0.4 dbm
    CRC Down
    1
    CRC Up
    0
    The last drop out:
    2014-02-16 22:33:14 [Informational] syslog: Terminating on signal 15
    2014-02-16 22:33:14 [Informational] syslog: Connect time 82.5 minutes.
    2014-02-16 22:33:14 [Informational] syslog: Sent 3492127 bytes, received 20543118 bytes.
    2014-02-16 22:33:14 [Informational] syslog: LCP down.
    2014-02-16 22:33:15 [Informational] WAN Connection: Ethernet link down.
    2014-02-16 22:33:15 [Informational] stop_nat_rules: apply the redirect_rules!
    2014-02-16 22:33:17 [Informational] kernel: tc3262_ptm_close
    2014-02-16 22:33:17 [Informational] dnsmasq[14153]: started, version 2.52 cachesize 150
    2014-02-16 22:33:17 [Informational] dnsmasq[14153]: compile time options: IPv6 GNU-getopt no-RTC no-DBus no-I18N no-DHCP no-TFTP
    2014-02-16 22:33:17 [Informational] dnsmasq[14153]: reading /etc/resolv.conf
    2014-02-16 22:33:17 [Warning] dnsmasq[14153]: ignoring nameserver ::1 - local interface
    2014-02-16 22:33:17 [Warning] dnsmasq[14153]: ignoring nameserver 127.0.0.1 - local interface
    2014-02-16 22:33:17 [Informational] dnsmasq[14153]: read /etc/hosts - 4 addresses
    2014-02-16 22:33:21 [Informational] WAN Connection: Ethernet link up.
    2014-02-16 22:33:25 [Informational] WAN Connection: Fail to connect with some issues.
    2014-02-16 22:33:40 [Informational] kernel: nas8: starting interface.
    2014-02-16 22:33:40 [Informational] syslog: Initialize LCP.
    2014-02-16 22:33:40 [Informational] syslog: Plugin libpppoe.so loaded.
    2014-02-16 22:33:40 [Informational] syslog: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
    2014-02-16 22:33:40 [Notice] syslog: pppd 2.4.5 started by admin, uid 0
    2014-02-16 22:33:40 [Informational] syslog: LCP is allowed to come up.
    2014-02-16 22:33:41 [Informational] kernel: Link State: PVC_8 logistic interface down.
    2014-02-16 22:33:43 [Informational] kernel: tc3262_ptm_close
    2014-02-16 22:33:43 [Informational] kernel: nas8: starting interface.
    2014-02-16 22:33:44 [Informational] syslog: Initialize LCP.
    2014-02-16 22:33:44 [Informational] syslog: Plugin libpppoe.so loaded.
    2014-02-16 22:33:44 [Informational] syslog: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
    2014-02-16 22:33:44 [Notice] syslog: pppd 2.4.5 started by admin, uid 0
    2014-02-16 22:33:44 [Informational] syslog: LCP is allowed to come up.
    2014-02-16 22:33:45 [Informational] kernel: firewall_execute begin
    2014-02-16 22:33:46 [Informational] kernel: firewall_execute end
    2014-02-16 22:33:54 [Debug] kernel: nas8: no IPv6 routers present
    2014-02-16 22:33:59 [Debug] syslog: PADS: Service-Name: ''
    2014-02-16 22:33:59 [Informational] syslog: PPP session is 913
    2014-02-16 22:33:59 [Warning] syslog: Connected to a0:f3:e4:34:54:bc via interface nas8
    2014-02-16 22:33:59 [Debug] syslog: using channel 15
    2014-02-16 22:33:59 [Informational] syslog: Using interface ppp8
    2014-02-16 22:33:59 [Notice] syslog: Connect: ppp8 <--> nas8
    2014-02-16 22:33:59 [Informational] syslog: CHAP authentication succeeded: CHAP authentication success
    2014-02-16 22:33:59 [Informational] syslog: CHAP authentication success
    2014-02-16 22:33:59 [Notice] syslog: CHAP authentication succeeded
    2014-02-16 22:33:59 [Notice] syslog: peer from calling number A0:F3:E4:34:54:BC authorized
    2014-02-16 22:33:59 [Notice] syslog: local  IP address 86.139.185.229
    2014-02-16 22:33:59 [Notice] syslog: remote IP address 172.16.17.6
    2014-02-16 22:33:59 [Notice] syslog: primary   DNS address 213.120.234.26
    2014-02-16 22:33:59 [Notice] syslog: secondary DNS address 213.120.234.10
    2014-02-16 22:33:59 [Informational] kernel: firewall_execute begin
    2014-02-16 22:34:00 [Informational] kernel: firewall_execute end
    2014-02-16 22:34:00 [Informational] kernel: route_setting
    2014-02-16 22:34:00 [Informational] kernel: open /tmp/pre_lan_route.list fail
    2014-02-16 22:34:00 [Informational] kernel: open /tmp/pre_wan0_route.list fail
    2014-02-16 22:34:00 [Informational] kernel: open /tmp/pre_wan0_mroute.list fail
    2014-02-16 22:34:00 [Informational] kernel: ddns_execute(), DDNS is not enable, so remove /etc/ddns.conf.
    2014-02-16 22:34:00 [Informational] kernel: Link State: PVC_8 logistic interface up.
    2014-02-16 22:34:01 [Informational] dnsmasq[15417]: started, version 2.52 cachesize 150
    2014-02-16 22:34:01 [Informational] dnsmasq[15417]: compile time options: IPv6 GNU-getopt no-RTC no-DBus no-I18N no-DHCP no-TFTP
    2014-02-16 22:34:01 [Informational] dnsmasq[15417]: using nameserver 213.120.234.10#53(via ppp8)
    2014-02-16 22:34:01 [Informational] dnsmasq[15417]: using nameserver 213.120.234.26#53(via ppp8)
    2014-02-16 22:34:01 [Informational] dnsmasq[15417]: reading /etc/resolv.conf
    2014-02-16 22:34:01 [Warning] dnsmasq[15417]: ignoring nameserver ::1 - local interface
    2014-02-16 22:34:01 [Warning] dnsmasq[15417]: ignoring nameserver 127.0.0.1 - local interface
    2014-02-16 22:34:01 [Informational] dnsmasq[15417]: using nameserver 213.120.234.10#53(via ppp8)
    2014-02-16 22:34:01 [Informational] dnsmasq[15417]: using nameserver 213.120.234.26#53(via ppp8)
    2014-02-16 22:34:01 [Informational] dnsmasq[15417]: read /etc/hosts - 4 addresses
    2014-02-16 22:33:43 [Informational] WAN Connection: WAN was restored.
    2014-02-16 22:33:43 [Informational] start_nat_rules: apply the nat_rules(/tmp/nat_rules)!
    2014-02-16 22:34:29 [Warning] syslog: IPV6CP: timeout sending Config-Requests
    2014-02-16 22:43:25 [Informational] WEB: WEB user <admin> login
    In summary, in the last 24 (ish hours)
    2014-02-15 21:42:15 [Informational] syslog: Connect time 71.1 minutes.
    2014-02-15 22:34:15 [Informational] syslog: Connect time 50.6 minutes.
    2014-02-15 23:20:44 [Informational] syslog: Connect time 42.5 minutes.
    2014-02-16 00:11:24 [Informational] syslog: Connect time 42.7 minutes.
    2014-02-16 02:59:50 [Informational] syslog: Connect time 168.5 minutes.
    2014-02-16 06:35:57 [Informational] syslog: Connect time 213.9 minutes.
    2014-02-16 11:24:28 [Informational] syslog: Connect time 288.6 minutes.
    2014-02-16 11:26:23 [Informational] syslog: Connect time 1.7 minutes.
    2014-02-16 17:33:40 [Informational] syslog: Connect time 366.6 minutes.
    2014-02-16 21:10:53 [Informational] syslog: Connect time 217.6 minutes.
    2014-02-16 22:33:14 [Informational] syslog: Connect time 82.5 minutes.
    thanks in advance
    Darren

    Sorry, just dropped out again giving this log -
    2014-02-16 23:15:06 [Informational] syslog: Terminating on signal 15
    2014-02-16 23:15:06 [Informational] syslog: Connect time 41.5 minutes.
    2014-02-16 23:15:06 [Informational] syslog: Sent 7191878 bytes, received 30257559 bytes.
    2014-02-16 23:15:06 [Informational] syslog: LCP down.
    2014-02-16 23:15:07 [Informational] WAN Connection: Ethernet link down.
    2014-02-16 23:15:07 [Informational] stop_nat_rules: apply the redirect_rules!
    2014-02-16 23:15:08 [Informational] kernel: tc3262_ptm_close
    2014-02-16 23:15:09 [Informational] dnsmasq[450]: started, version 2.52 cachesize 150
    2014-02-16 23:15:09 [Informational] dnsmasq[450]: compile time options: IPv6 GNU-getopt no-RTC no-DBus no-I18N no-DHCP no-TFTP
    2014-02-16 23:15:09 [Informational] dnsmasq[450]: reading /etc/resolv.conf
    2014-02-16 23:15:09 [Warning] dnsmasq[450]: ignoring nameserver ::1 - local interface
    2014-02-16 23:15:09 [Warning] dnsmasq[450]: ignoring nameserver 127.0.0.1 - local interface
    2014-02-16 23:15:09 [Informational] dnsmasq[450]: read /etc/hosts - 4 addresses
    2014-02-16 23:15:12 [Informational] WAN Connection: Ethernet link up.
    2014-02-16 23:15:17 [Informational] WAN Connection: Fail to connect with some issues.
    2014-02-16 23:15:24 [Informational] WAN Connection: Ethernet link down.
    2014-02-16 23:15:41 [Informational] WAN Connection: Ethernet link up.
    2014-02-16 23:15:41 [Informational] WAN Connection: Fail to connect with some issues.
    2014-02-16 23:16:04 [Informational] kernel: nas8: starting interface.
    2014-02-16 23:16:04 [Informational] syslog: Initialize LCP.
    2014-02-16 23:16:04 [Informational] syslog: Plugin libpppoe.so loaded.
    2014-02-16 23:16:04 [Informational] syslog: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
    2014-02-16 23:16:04 [Notice] syslog: pppd 2.4.5 started by admin, uid 0
    2014-02-16 23:16:04 [Informational] syslog: LCP is allowed to come up.
    2014-02-16 23:16:04 [Informational] kernel: Link State: PVC_8 logistic interface down.
    2014-02-16 23:16:07 [Informational] kernel: tc3262_ptm_close
    2014-02-16 23:16:10 [Informational] kernel: nas8: starting interface.
    2014-02-16 23:16:10 [Informational] syslog: Initialize LCP.
    2014-02-16 23:16:10 [Informational] syslog: Plugin libpppoe.so loaded.
    2014-02-16 23:16:10 [Informational] syslog: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
    2014-02-16 23:16:10 [Notice] syslog: pppd 2.4.5 started by admin, uid 0
    2014-02-16 23:16:10 [Informational] syslog: LCP is allowed to come up.
    2014-02-16 23:16:10 [Informational] kernel: firewall_execute begin
    2014-02-16 23:16:10 [Informational] kernel: firewall_execute end
    2014-02-16 23:16:18 [Debug] kernel: nas8: no IPv6 routers present
    2014-02-16 23:16:23 [Debug] syslog: PADS: Service-Name: ''
    The OR modem is a couple of years old, not sure of the exact model as it's mounted on the wall behind a piano.  Not used it since we have the HH5 or the Asus, but as i said earlier, the same happens with the OR modem plugged in to the WAN socket on the Asus and the HH5

Maybe you are looking for