MacBook Air 6,1 Bootloader

I have a Macbook Air 2013, 6,1. I have been trying to use rEFInd as the bootloader, but I can't seem to make it work. Here's how I have my partition's set up:
sda1 EFI (vfat)
sda2 Mac OS X (HFS+)
sda3 Mac OS Recovery
sda4 / (ext4)
sda5 swap
I have sda1 mounted on /boot based on this forum comment. After calling mkinitcpio according to the Beginner's Guide, the kernel entry appeared in rEFInd's menu. When I try to boot from it, however, I get the following error:
Unable to find root device ''
What am I doing wrong?

Yeah, I haven't done any special configuration of rEFInd. Here's the conf after I installed it from Mac OS:
# refind.conf
# Configuration file for the rEFInd boot menu
# Timeout in seconds for the main menu screen. Setting the timeout to 0
# disables automatic booting (i.e., no timeout).
timeout 20
# Screen saver timeout; the screen blanks after the specified number of
# seconds with no keyboard input. The screen returns after most keypresses
# (unfortunately, not including modifier keys such as Shift, Control, Alt,
# or Option). The default is 0, which disables the screen saver.
#screensaver 300
# Hide user interface elements for personal preference or to increase
# security:
# banner - the rEFInd title banner (built-in or loaded via "banner")
# label - boot option text label in the menu
# singleuser - remove the submenu options to boot Mac OS X in single-user
# or verbose modes; affects ONLY MacOS X
# safemode - remove the submenu option to boot Mac OS X in "safe mode"
# hwtest - the submenu option to run Apple's hardware test
# arrows - scroll arrows on the OS selection tag line
# hints - brief command summary in the menu
# editor - the options editor (+, F2, or Insert on boot options menu)
# all - all of the above
# Default is none of these (all elements active)
#hideui singleuser
#hideui all
# Set the name of a subdirectory in which icons are stored. Icons must
# have the same names they have in the standard directory. The directory
# name is specified relative to the main rEFInd binary's directory. If
# an icon can't be found in the specified directory, an attempt is made
# to load it from the default directory; thus, you can replace just some
# icons in your own directory and rely on the default for others.
# Default is "icons".
#icons_dir myicons
# Use a custom title banner instead of the rEFInd icon and name. The file
# path is relative to the directory where refind.efi is located. The color
# in the top left corner of the image is used as the background color
# for the menu screens. Currently uncompressed BMP images with color
# depths of 24, 8, 4 or 1 bits are supported, as well as PNG images.
#banner hostname.bmp
#banner mybanner.png
# Custom images for the selection background. There is a big one (144 x 144)
# for the OS icons, and a small one (64 x 64) for the function icons in the
# second row. If only a small image is given, that one is also used for
# the big icons by stretching it in the middle. If only a big one is given,
# the built-in default will be used for the small icons.
# Like the banner option above, these options take a filename of an
# uncompressed BMP image file with a color depth of 24, 8, 4, or 1 bits,
# or a PNG image. The PNG format is required if you need transparency
# support (to let you "see through" to a full-screen banner).
#selection_big selection-big.bmp
#selection_small selection-small.bmp
# Set the font to be used for all textual displays in graphics mode.
# The font must be a PNG file with alpha channel transparency. It must
# contain ASCII characters 32-126 (space through tilde), inclusive, plus
# a glyph to be displayed in place of characters outside of this range,
# for a total of 96 glyphs. Only monospaced fonts are supported. Fonts
# may be of any size, although large fonts can produce display
# irregularities.
# The default is rEFInd's built-in font, Luxi Mono Regular 12 point.
#font myfont.png
# Use text mode only. When enabled, this option forces rEFInd into text mode.
# Passing this option a "0" value causes graphics mode to be used. Pasing
# it no value or any non-0 value causes text mode to be used.
# Default is to use graphics mode.
#textonly
# Set the EFI text mode to be used for textual displays. This option
# takes a single digit that refers to a mode number. Mode 0 is normally
# 80x25, 1 is sometimes 80x50, and higher numbers are system-specific
# modes. Mode 1024 is a special code that tells rEFInd to not set the
# text mode; it uses whatever was in use when the program was launched.
# If you specify an invalid mode, rEFInd pauses during boot to inform
# you of valid modes.
# CAUTION: On VirtualBox, and perhaps on some real computers, specifying
# a text mode and uncommenting the "textonly" option while NOT specifying
# a resolution can result in an unusable display in the booted OS.
# Default is 1024 (no change)
#textmode 2
# Set the screen's video resolution. Pass this option either:
# * two values, corresponding to the X and Y resolutions
# * one value, corresponding to a GOP (UEFI) video mode
# Note that not all resolutions are supported. On UEFI systems, passing
# an incorrect value results in a message being shown on the screen to
# that effect, along with a list of supported modes. On EFI 1.x systems
# (e.g., Macintoshes), setting an incorrect mode silently fails. On both
# types of systems, setting an incorrect resolution results in the default
# resolution being used. A resolution of 1024x768 usually works, but higher
# values often don't.
# Default is "0 0" (use the system default resolution, usually 800x600).
#resolution 1024 768
#resolution 3
# Launch specified OSes in graphics mode. By default, rEFInd switches
# to text mode and displays basic pre-launch information when launching
# all OSes except OS X. Using graphics mode can produce a more seamless
# transition, but displays no information, which can make matters
# difficult if you must debug a problem. Also, on at least one known
# computer, using graphics mode prevents a crash when using the Linux
# kernel's EFI stub loader. You can specify an empty list to boot all
# OSes in text mode.
# Valid options:
# osx - Mac OS X
# linux - A Linux kernel with EFI stub loader
# elilo - The ELILO boot loader
# grub - The GRUB (Legacy or 2) boot loader
# windows - Microsoft Windows
# Default value: osx
#use_graphics_for osx,linux
# Which non-bootloader tools to show on the tools line, and in what
# order to display them:
# shell - the EFI shell (requires external program; see rEFInd
# documentation for details)
# memtest - the memtest86 program, in EFI/tools, EFI/memtest86,
# EFI/memtest, EFI/tools/memtest86, or EFI/tools/memtest
# gptsync - the (dangerous) gptsync.efi utility (requires external
# program; see rEFInd documentation for details)
# apple_recovery - boots the Apple Recovery HD partition, if present
# mok_tool - makes available the Machine Owner Key (MOK) maintenance
# tool, MokManager.efi, used on Secure Boot systems
# about - an "about this program" option
# exit - a tag to exit from rEFInd
# shutdown - shuts down the computer (a bug causes this to reboot
# EFI systems)
# reboot - a tag to reboot the computer
# firmware - a tag to reboot the computer into the firmware's
# user interface (ignored on older computers)
# Default is shell,memtest,apple_recovery,mok_tool,about,shutdown,reboot,firmware
#showtools shell, memtest, mok_tool, about, reboot, exit, firmware
# Directories in which to search for EFI drivers. These drivers can
# provide filesystem support, give access to hard disks on plug-in
# controllers, etc. In most cases none are needed, but if you add
# EFI drivers and you want rEFInd to automatically load them, you
# should specify one or more paths here. rEFInd always scans the
# "drivers" and "drivers_{arch}" subdirectories of its own installation
# directory (where "{arch}" is your architecture code); this option
# specifies ADDITIONAL directories to scan.
# Default is to scan no additional directories for EFI drivers
#scan_driver_dirs EFI/tools/drivers,drivers
# Which types of boot loaders to search, and in what order to display them:
# internal - internal EFI disk-based boot loaders
# external - external EFI disk-based boot loaders
# optical - EFI optical discs (CD, DVD, etc.)
# hdbios - BIOS disk-based boot loaders
# biosexternal - BIOS external boot loaders (USB, eSATA, etc.)
# cd - BIOS optical-disc boot loaders
# manual - use stanzas later in this configuration file
# Note that the legacy BIOS options require firmware support, which is
# not present on all computers.
# On UEFI PCs, default is internal,external,optical,manual
# On Macs, default is internal,hdbios,external,biosexternal,optical,cd,manual
#scanfor internal,external,optical,manual
# Delay for the specified number of seconds before scanning disks.
# This can help some users who find that some of their disks
# (usually external or optical discs) aren't detected initially,
# but are detected after pressing Esc.
# The default is 0.
#scan_delay 5
# When scanning volumes for EFI boot loaders, rEFInd always looks for
# Mac OS X's and Microsoft Windows' boot loaders in their normal locations,
# and scans the root directory and every subdirectory of the /EFI directory
# for additional boot loaders, but it doesn't recurse into these directories.
# The also_scan_dirs token adds more directories to the scan list.
# Directories are specified relative to the volume's root directory. This
# option applies to ALL the volumes that rEFInd scans UNLESS you include
# a volume name and colon before the directory name, as in "myvol:/somedir"
# to scan the somedir directory only on the filesystem named myvol. If a
# specified directory doesn't exist, it's ignored (no error condition
# results). The default is to scan the "boot" directory in addition to
# various hard-coded directories.
#also_scan_dirs boot,ESP2:EFI/linux/kernels
# Partitions to omit from scans. You must specify a volume by its
# label, which you can obtain in an EFI shell by typing "vol", from
# Linux by typing "blkid /dev/{devicename}", or by examining the
# disk's label in various OSes' file browsers.
# The default is "Recovery HD".
#dont_scan_volumes "Recovery HD"
# Directories that should NOT be scanned for boot loaders. By default,
# rEFInd doesn't scan its own directory, the EFI/tools directory, the
# EFI/memtest directory, or the EFI/memtest86 directory. Using the
# dont_scan_dirs option enables you to "blacklist" other directories;
# but note that using this option removes the EFI/memtest and
# EFI/memtest86 directories, so if you don't want them scanned, be
# sure to include them in your new list. You might use this token to
# keep EFI/boot/bootx64.efi out of the menu if that's a duplicate of
# another boot loader or to exclude a directory that holds drivers
# or non-bootloader utilities provided by a hardware manufacturer. If
# a directory is listed both here and in also_scan_dirs, dont_scan_dirs
# takes precedence. Note that this blacklist applies to ALL the
# filesystems that rEFInd scans, not just the ESP, unless you precede
# the directory name by a filesystem name, as in "myvol:EFI/somedir"
# to exclude EFI/somedir from the scan on the myvol volume but not on
# other volumes.
#dont_scan_dirs ESP:/EFI/boot,EFI/Dell,EFI/memtest86
# Files that should NOT be included as EFI boot loaders (on the
# first line of the display). If you're using a boot loader that
# relies on support programs or drivers that are installed alongside
# the main binary or if you want to "blacklist" certain loaders by
# name rather than location, use this option. Note that this will
# NOT prevent certain binaries from showing up in the second-row
# set of tools. Most notably, MokManager.efi is in this blacklist,
# but will show up as a tool if present in certain directories. You
# can control the tools row with the showtools token.
# The default is shim.efi,PreLoader.efi,TextMode.efi,ebounce.efi,GraphicsConsole.efi,MokManager.efi,HashTool.efi,HashTool-signed.efi
#dont_scan_files shim.efi,MokManager.efi
# Scan for Linux kernels that lack a ".efi" filename extension. This is
# useful for better integration with Linux distributions that provide
# kernels with EFI stub loaders but that don't give those kernels filenames
# that end in ".efi", particularly if the kernels are stored on a
# filesystem that the EFI can read. When uncommented, this option causes
# all files in scanned directories with names that begin with "vmlinuz"
# or "bzImage" to be included as loaders, even if they lack ".efi"
# extensions. The drawback to this option is that it can pick up kernels
# that lack EFI stub loader support and other files. Passing this option
# a "0" value causes kernels without ".efi" extensions to NOT be scanned;
# passing it alone or with any other value causes all kernels to be scanned.
# Default is to NOT scan for kernels without ".efi" extensions.
scan_all_linux_kernels
# Set the maximum number of tags that can be displayed on the screen at
# any time. If more loaders are discovered than this value, rEFInd shows
# a subset in a scrolling list. If this value is set too high for the
# screen to handle, it's reduced to the value that the screen can manage.
# If this value is set to 0 (the default), it's adjusted to the number
# that the screen can handle.
#max_tags 0
# Set the default menu selection. The available arguments match the
# keyboard accelerators available within rEFInd. You may select the
# default loader using:
# - A digit between 1 and 9, in which case the Nth loader in the menu
# will be the default.
# - Any substring that corresponds to a portion of the loader's title
# (usually the OS's name or boot loader's path).
#default_selection 1
# Include a secondary configuration file within this one. This secondary
# file is loaded as if its options appeared at the point of the "include"
# token itself, so if you want to override a setting in the main file,
# the secondary file must be referenced AFTER the setting you want to
# override. Note that the secondary file may NOT load a tertiary file.
#include manual.conf
# Sample manual configuration stanzas. Each begins with the "menuentry"
# keyword followed by a name that's to appear in the menu (use quotes
# if you want the name to contain a space) and an open curly brace
# ("{"). Each entry ends with a close curly brace ("}"). Common
# keywords within each stanza include:
# volume - identifies the filesystem from which subsequent files
# are loaded. You can specify the volume by label or by
# a number followed by a colon (as in "0:" for the first
# filesystem or "1:" for the second).
# loader - identifies the boot loader file
# initrd - Specifies an initial RAM disk file
# icon - specifies a custom boot loader icon
# ostype - OS type code to determine boot options available by
# pressing Insert. Valid values are "MacOS", "Linux",
# "Windows", and "XOM". Case-sensitive.
# graphics - set to "on" to enable graphics-mode boot (useful
# mainly for MacOS) or "off" for text-mode boot.
# Default is auto-detected from loader filename.
# options - sets options to be passed to the boot loader; use
# quotes if more than one option should be passed or
# if any options use characters that might be changed
# by rEFInd parsing procedures (=, /, #, or tab).
# disabled - use alone or set to "yes" to disable this entry.
# Note that you can use either DOS/Windows/EFI-style backslashes (\)
# or Unix-style forward slashes (/) as directory separators. Either
# way, all file references are on the ESP from which rEFInd was
# launched.
# Use of quotes around parameters causes them to be interpreted as
# one keyword, and for parsing of special characters (spaces, =, /,
# and #) to be disabled. This is useful mainly with the "options"
# keyword. Use of quotes around parameters that specify filenames is
# permissible, but you must then use backslashes instead of slashes,
# except when you must pass a forward slash to the loader, as when
# passing a root= option to a Linux kernel.
# Below are several sample boot stanzas. All are disabled by default.
# Find one similar to what you need, copy it, remove the "disabled" line,
# and adjust the entries to suit your needs.
# A sample entry for a Linux 3.3 kernel with its new EFI boot stub
# support on a filesystem called "KERNELS". This entry includes
# Linux-specific boot options and specification of an initial RAM disk.
# Note uses of Linux-style forward slashes, even in the initrd
# specification. Also note that a leading slash is optional in file
# specifications.
menuentry Linux {
icon EFI/refind/icons/os_linux.icns
volume KERNELS
loader bzImage-3.3.0-rc7
initrd initrd-3.3.0.img
options "ro root=UUID=5f96cafa-e0a7-4057-b18f-fa709db5b837"
disabled
# A sample entry for loading Ubuntu using its standard name for
# its GRUB 2 boot loader. Note uses of Linux-style forward slashes
menuentry Ubuntu {
loader /EFI/ubuntu/grubx64.efi
icon /EFI/refined/icons/os_linux.icns
disabled
# A minimal ELILO entry, which probably offers nothing that
# auto-detection can't accomplish.
menuentry "ELILO" {
loader \EFI\elilo\elilo.efi
disabled
# Like the ELILO entry, this one offers nothing that auto-detection
# can't do; but you might use it if you want to disable auto-detection
# but still boot Windows....
menuentry "Windows 7" {
loader \EFI\Microsoft\Boot\bootmgfw.efi
disabled
# EFI shells are programs just like boot loaders, and can be
# launched in the same way. You can pass a shell the name of a
# script that it's to run on the "options" line. The script
# could initialize hardware and then launch an OS, or it could
# do something entirely different.
menuentry "Windows via shell script" {
icon \EFI\refind\icons\os_win.icns
loader \EFI\tools\shell.efi
options "fs0:\EFI\tools\launch_windows.nsh"
disabled
# Mac OS is normally detected and run automatically; however,
# if you want to do something unusual, a manual boot stanza may
# be the way to do it. This one does nothing very unusual, but
# it may serve as a starting point. Note that you'll almost
# certainly need to change the "volume" line for this example
# to work.
menuentry "My Mac OS X" {
icon \EFI\refind\icons\os_mac.icns
volume "OS X boot"
loader \System\Library\CoreServices\boot.efi
disabled

Similar Messages

  • Mid-2013 Macbook Air drains battery at hibernate

    I recently got a new Macbook Air:
    MBA 13-inch, Mid 2013
    Processor  1.7 GHz Intel Core i7
    Memory  8 GB 1600 MHz DDR3
    Graphics  Intel HD Graphics 5000 1024 MB
    Software  OS X 10.8.4 (12E3067)
    The issue I'm running into is essentially that I close the lid (unplugged from power and anything else) and overnight the entire battery drains.  When looking into the system log, I noticed that the sleep seems to run OK but it's when it tries to hibernate that the issue comes up.  It looks to me like it tries to hibernate and runs into an error, tries again, run into an erro, tries again, etc.
    Sep 18 17:37:42 LMC-034538 kernel[0]: 4976.801546: AirPort_Brcm43xx::powerChange: System Sleep
    Sep 18 17:37:42 LMC-034538 kernel[0]: AppleCamIn::powerStateWillChangeTo - root-domain power state = 0x00000002 (flags=0x00000004)
    Sep 18 17:37:43 LMC-034538 kernel[0]: AppleCamIn::handleWakeEvent_gated
    Sep 18 17:37:43 LMC-034538 kernel[0]: AppleCamIn::acpiControlS2ChipPower - powerState=0, status = 0x0, result_value = 0x0
    Sep 18 17:37:43 LMC-034538 kernel[0]: AppleThunderboltNHIType2::waitForOk2Go2Sx - retries = 3
    Sep 18 20:37:39 LMC-034538 hidd[79]: MultitouchHID: device bootloaded
    Sep 18 20:37:39 LMC-034538 kernel[0]: Wake reason: EC.SleepTimer (SleepTimer)
    Sep 18 20:37:39 LMC-034538 kernel[0]: 4978.519425: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    Sep 18 20:37:39 LMC-034538 kernel[0]: AppleCamIn::powerStateWillChangeTo - root-domain power state = 0x00000003 (flags=0x00000002)
    Sep 18 20:37:39 LMC-034538 kernel[0]: AppleCamIn::wakeEventHandlerThread
    Sep 18 20:37:39 LMC-034538 kernel[0]: Previous Sleep Cause: 5
    Sep 18 20:37:39 LMC-034538 kernel[0]: AppleHSSPIController::HandleMessage Device Wake by Host
    Sep 18 20:37:39 LMC-034538 kernel[0]: IOThunderboltSwitch<0xffffff80260c3000>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    Sep 18 20:37:39 LMC-034538 kernel[0]: IOThunderboltSwitch<0xffffff80260c3000>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    Sep 18 20:37:39 LMC-034538 kernel[0]: TBT W (2): 0x0100 [x]
    Sep 18 20:37:39 LMC-034538 kernel[0]: Graphics suppressed 577 ms
    Sep 18 20:37:40 LMC-034538 kernel[0]: hibernate image path: /var/vm/sleepimage
    Sep 18 20:37:40 LMC-034538 kernel[0]: 4979.587912: AirPort_Brcm43xx::powerChange: System Sleep
    Sep 18 20:37:41 LMC-034538 digest-service[1563]: label: default
    Sep 18 20:37:41 LMC-034538 digest-service[1563]:           dbname: od:/Local/Default
    Sep 18 20:37:41 LMC-034538 digest-service[1563]:           mkey_file: /var/db/krb5kdc/m-key
    Sep 18 20:37:41 LMC-034538 digest-service[1563]:           acl_file: /var/db/krb5kdc/kadmind.acl
    Sep 18 20:37:41 LMC-034538 kernel[0]: AppleCamIn::handleWakeEvent_gated
    Sep 18 20:37:41 LMC-034538 kernel[0]: AppleCamIn::acpiControlS2ChipPower - powerState=0, status = 0x0, result_value = 0x0
    Sep 18 20:37:41 LMC-034538 digest-service[1563]: digest-request: uid=0
    Sep 18 20:37:41 LMC-034538 rpcsvchost[1564]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    Sep 18 20:37:41 LMC-034538 digest-service[1563]: digest-request: init request
    Sep 18 20:37:41 LMC-034538 digest-service[1563]: digest-request: init return domain: BUILTIN server: LMC-034538
    Sep 18 20:37:42 LMC-034538 kernel[0]: (default pager): [KERNEL]: ps_allocate_cluster - send HI_WAT_ALERT
    Sep 18 20:37:42 LMC-034538 kernel[0]: macx_swapon SUCCESS
    Sep 18 20:37:42 LMC-034538 kernel[0]: 4982.339010: MacAuthEvent en0   Auth result for: 74:31:70:6d:14:2b  MAC AUTH succeeded
    Sep 18 20:37:42 LMC-034538 kernel[0]: wlEvent: en0 en0 Link UP virtIf = 0
    Sep 18 20:37:42 LMC-034538 kernel[0]: AirPort: Link Up on en0
    Sep 18 20:37:42 LMC-034538 kernel[0]: en0: BSSID changed to 74:31:70:6d:14:2b
    Sep 18 20:37:42 LMC-034538 kernel[0]: en0::IO80211Interface::postMessage bssid changed
    Sep 18 20:37:42 LMC-034538 kernel[0]: AirPort: RSN handshake complete on en0
    Sep 18 20:37:43 LMC-034538 airportd[1555]: _doAutoJoin: Already associated to “Gumdrop-Motorola”. Bailing on auto-join.
    Sep 18 20:37:43 LMC-034538 kernel[0]: (default pager): [KERNEL]: ps_select_segment - send HI_WAT_ALERT
    Sep 18 20:37:43 LMC-034538 kernel[0]: macx_swapon SUCCESS
    Sep 18 20:37:43 LMC-034538 netbiosd[71]: name servers down?
    Sep 18 20:37:44 LMC-034538 kernel[0]: (default pager): [KERNEL]: ps_select_segment - send HI_WAT_ALERT
    Sep 18 20:37:44 LMC-034538 kernel[0]: macx_swapon SUCCESS
    Sep 18 20:37:47 LMC-034538 kernel[0]: (default pager): [KERNEL]: ps_select_segment - send HI_WAT_ALERT
    Sep 18 20:37:47 LMC-034538 kernel[0]: macx_swapon SUCCESS
    Sep 18 20:37:50 LMC-034538 configd[20]: network changed: v4(en0+:192.168.0.15) DNS+ Proxy+ SMB
    Sep 18 20:37:50 LMC-034538 UserEventAgent[14]: Captive: en0: Not probing 'Gumdrop-Motorola' (protected network)
    Sep 18 20:37:50 LMC-034538 configd[20]: network changed: v4(en0!:192.168.0.15) DNS Proxy SMB
    Sep 18 20:37:51 LMC-034538 kernel[0]: (default pager): [KERNEL]: ps_select_segment - send HI_WAT_ALERT
    Sep 18 20:37:51 LMC-034538 kernel[0]: macx_swapon SUCCESS
    Sep 18 20:37:53 LMC-034538 kernel[0]: hibernate_alloc_pages act 205305, inact 278633, anon 174076, throt 0, spec 291721, wire 134467, wireinit 153798
    Sep 18 20:37:53 LMC-034538 kernel[0]: hibernate_setup(0) took 13830 ms
    Sep 18 20:37:53 LMC-034538 kernel[0]: sizeof(IOHibernateImageHeader) == 512
    Sep 18 20:37:53 LMC-034538 kernel[0]: kern_open_file_for_direct_io(-536870181) took 0 ms
    Sep 18 20:37:53 LMC-034538 kernel[0]: error 0xe00002db opening hibernation file
    Sep 18 20:37:53 LMC-034538 kernel[0]: IOPolledFileOpen(e00002db)
    Sep 18 20:37:53 LMC-034538 kernel[0]: hibernate file close due timeout
    Sep 18 20:37:53 LMC-034538 kernel[0]: AppleCamIn::powerStateWillChangeTo - root-domain power state = 0x00000002 (flags=0x00000004)
    Sep 18 20:37:54 LMC-034538 kernel[0]: en0: BSSID changed to 74:31:70:6d:14:2b
    Sep 18 20:37:54 LMC-034538 kernel[0]: wlEvent: en0 en0 Link DOWN virtIf = 0
    Sep 18 20:37:54 LMC-034538 kernel[0]: AirPort: Link Down on en0. Reason 8 (Disassociated because station leaving).
    Sep 18 20:37:54 LMC-034538 kernel[0]: en0::IO80211Interface::postMessage bssid changed
    Sep 18 20:37:54 LMC-034538 kernel[0]: IOThunderboltSwitch<0xffffff80260c3000>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    Sep 18 20:37:55 LMC-034538 kernel[0]: AppleThunderboltNHIType2::waitForOk2Go2Sx - retries = 2
    Sep 18 20:37:56 LMC-034538 hidd[79]: MultitouchHID: device bootloaded
    Sep 18 20:37:56 LMC-034538 kernel[0]: sleep
    Sep 18 20:37:56 LMC-034538 kernel[0]: Wake reason: ?
    Sep 18 20:37:56 LMC-034538 kernel[0]: 4995.563125: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    Sep 18 20:37:56 LMC-034538 kernel[0]: AppleCamIn::powerStateWillChangeTo - root-domain power state = 0x00000003 (flags=0x00000002)
    This all seems to loop until the battery drains completely.  Any Thoughts?

    I have the exact same problem. I just installed Mavericks three days ago and I'm having battery drain when the lid is closed.
    Does anybody have a solution for this problem ?
    Here are the logs :
    Oct 24 19:33:26 Yassines-MacBook-Air kernel[0]: Wake reason: ?
    Oct 24 19:33:26 Yassines-MacBook-Air kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    Oct 24 19:33:26 Yassines-MacBook-Air kernel[0]: AppleCamIn::wakeEventHandlerThread
    Oct 24 19:33:26 Yassines-MacBook-Air kernel[0]: Previous Sleep Cause: 5
    Oct 24 19:33:26 Yassines-MacBook-Air kernel[0]: AppleHSSPIController::HandleMessage Device Wake by Host
    Oct 24 19:33:26 Yassines-MacBook-Air.local hidd[71]: MultitouchHID: device bootloaded
    Oct 24 19:33:26 Yassines-MacBook-Air kernel[0]: IOThunderboltSwitch<0xffffff80263b0600>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    Oct 24 19:33:26 Yassines-MacBook-Air kernel[0]: IOThunderboltSwitch<0xffffff80263b0600>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    Oct 24 19:33:26 Yassines-MacBook-Air kernel[0]: TBT W (2): 0x0100 [x]
    Oct 24 19:33:26 Yassines-MacBook-Air kernel[0]: ARPT: 16306.189738: si_survive_perst_war: bar0win before 18003000, bar0win after 18001000
    Oct 24 19:33:26 Yassines-MacBook-Air kernel[0]: ARPT: 16306.253606: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    Oct 24 19:33:26 Yassines-MacBook-Air kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    Oct 24 19:33:26 Yassines-MacBook-Air kernel[0]: AppleCamIn::wakeEventHandlerThread
    Oct 24 19:33:31 Yassines-MacBook-Air kernel[0]: AppleCamIn::handleWakeEvent_gated
    Oct 24 19:33:55 --- last message repeated 1 time ---
    Oct 24 19:33:55 Yassines-MacBook-Air kernel[0]: ARPT: 16335.293657: AirPort_Brcm43xx::powerChange: System Sleep
    Oct 24 19:33:55 Yassines-MacBook-Air kernel[0]: ARPT: 16335.293664: wl0: powerChange: *** BONJOUR/MDNS OFFLOADS ARE NOT RUNNING.
    Oct 24 19:33:55 Yassines-MacBook-Air kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    Oct 24 19:33:56 Yassines-MacBook-Air kernel[0]: hibernate image path: /var/vm/sleepimage
    Oct 24 19:33:56 Yassines-MacBook-Air kernel[0]: efi pagecount 63
    Oct 24 19:33:56 Yassines-MacBook-Air kernel[0]: hibernate_page_list_setall(preflight 1) start 0xffffff80e615c000, 0xffffff80e619c000
    Oct 24 19:33:56 Yassines-MacBook-Air kernel[0]: hibernate_page_list_setall time: 254 ms
    Oct 24 19:33:56 Yassines-MacBook-Air kernel[0]: pages 721153, wire 140975, act 184323, inact 371784, cleaned 0 spec 82, zf 11, throt 0, compr 19760, xpmapped 516000
    Oct 24 19:33:56 Yassines-MacBook-Air kernel[0]: could discard act 624 inact 394 purgeable 1214 spec 1986 cleaned 0
    Oct 24 19:33:56 Yassines-MacBook-Air kernel[0]: hibernate_page_list_setall preflight pageCount 140975 est comp 73 setfile 453065912 min 1073741824
    Oct 24 19:33:56 Yassines-MacBook-Air kernel[0]: [0x120e0f8000, 0x40000000]
    Oct 24 19:33:56 Yassines-MacBook-Air kernel[0]: [0x0, 0x0]
    Oct 24 19:33:56 Yassines-MacBook-Air kernel[0]: kern_open_file_for_direct_io(0) took 6 ms
    Oct 24 19:33:56 Yassines-MacBook-Air kernel[0]: Opened file /var/vm/sleepimage, size 1073741824, partition base 0x0, maxio 2000000 ssd 1
    Oct 24 19:33:56 Yassines-MacBook-Air kernel[0]: hibernate image major 1, minor 0, blocksize 4096, pollers 5
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: IOThunderboltSwitch<0xffffff80263b0600>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: IOThunderboltSwitch<0xffffff80263b0600>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: vm_compressor_flush - starting
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: vm_compressor_flush completed - took 833 msecs
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: hibernate_flush_memory: buffer_cache_gc freed up 138 wired pages
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: hibernate_alloc_pages act 146027, inact 372178, anon 45, throt 0, spec 2068, wire 155595, wireinit 146087
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: hibernate_setup(0) took 1250 ms
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: ARPT: 16337.275385: scanparams:
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: ARPT: 16337.275388:   flags 0
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: ARPT: 16337.275391:   active_time 0, passive_time 0
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: ARPT: 16337.275393:   scan_start_delay 0
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: ARPT: 16337.275395:   scan_cycle_idle_rest_time 0, scan_cycle_idle_rest_time_multiplier 0
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: ARPT: 16337.275398:   max_scan_cycles 0, max_rest_time 0
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: ARPT: 16337.275401: Scan Channels (0): None
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: ARPT: 16337.275403: SSID (0): None
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: ARPT: 16337.275405: SSID count = 0
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: ARPT: 16337.275408: wl0: leaveModulePoweredForOffloads: Wi-Fi will turn off.
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    Oct 24 19:33:58 Yassines-MacBook-Air kernel[0]: AppleThunderboltNHIType2::waitForOk2Go2Sx - retries = 2
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: hibernate_page_list_setall(preflight 0) start 0xffffff80e615c000, 0xffffff80e619c000
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: hibernate_teardown started
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: hibernate_teardown: wired_pages 156080, free_pages 1408942, active_pages 144140, inactive_pages 371783, speculative_pages 77, cleaned_pages 0, compressor_pages 79
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: hibernate_teardown_pmap_structs done: last_valid_compact_indx 158196
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: hibernate_teardown: mark_as_unneeded_pages 4096, 23776, 18711
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: hibernate_teardown completed - discarded 46583
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: hibernate_page_list_setall time: 462 ms
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: pages 614690, wire 94338, act 144140, inact 371783, cleaned 0 spec 77, zf 0, throt 0, compr 79, xpmapped 516000
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: did discard act 673 inact 395 purgeable 1214 spec 1991 cleaned 0
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: hibernate_page_list_setall found pageCount 610417
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: IOHibernatePollerOpen(0)
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: encryptStart 14000
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: bitmap_size 0x3f908, previewSize 0x69e4e0, writing 608390 pages @ 0x6f1de8
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: encryptEnd 5b9c600
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: image1Size 0x95a9000, encryptStart1 0x14000, End1 0x5b9c600
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: encryptStart 95a9000
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: PMStats: Hibernate write took 4939 ms
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: all time: 4939 ms, comp bytes: 1368731648 time: 1634 ms 798 Mb/s, crypt bytes: 1012790784 time: 2683 ms 359 Mb/s,
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: image 0 (0%), uncompressed 1368727552 (334162), compressed 1063677328 (77%), sum1 80d4e18b, sum2 44bf99d7
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: zeroPageCount 20455, wiredPagesEncrypted 58961, wiredPagesClear 33482, dirtyPagesEncrypted 241731
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: hibernate_write_image done(e00002e8)
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: sleep
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: hibernate_rebuild started
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: hibernate_rebuild_pmap_structs done: last_valid_compact_indx 158196
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: hibernate_rebuild completed - took 84 msecs
    Oct 24 19:34:05 Yassines-MacBook-Air kernel[0]: Wake reason: ?

  • Macbook Air 2013

    I just got myself a new Macbook Air 2013 and while I realized I couldn't expect the smoothest experience, I never expected this much hassle with it. So many differnet issues. No need to have a sad face about it, though - let's get together and figure out how to make this work! At least we only have one graphics chip to worry about this time around
    This is going to be a pretty long post but I figured it's good to have it all in one place. Please correct me if you think this is the wrong way to post these things.
    Installing and booting
    Booting from a normal 2013.6 USB key works fine, but I couldn't seem to get either GRUB or Syslinux working.
    I was able to boot by first installing Arch Linux following the Macbook guide at the wiki (having a separate FAT32 /boot partition). Skip the bootloader installation.
    Installing rEFInd from OS X (important!) and installing the EFI stub loader made me able to boot fine.
    Separate thread.
    Stability problems
    This is the big worry for me. Every now and then my system hangs for a brief moment and everything involving net or disk access just hangs there for a while and then it seems to work.
    So far it only seems to happen when I run something disk- or CPU-intensive. Also had an occassion when I couldn't start X and just got this repeating all over my screen:
    ata1.00: failed command: WRITE FPDMA QUEUED
    ata1.00: cmd 61/08:f0:10:8c:c2/00:00:0b:00:00/40 tag 30 ncq 4096 out res 40/00:00:00:00:00/00:00:00:00:00/00 Emask 0x4 (timeout)
    ata1.00: status: { DRDY }
    On the next attempt it worked fine.
    I did SMART short and long tests on my disk and they returned fine:
    smartctl -a
    There are some messages in my boot that indicate this could be disk and/or ACPI related.
    journalctl -b
    dmesg
    This was on a boot when my NIC was renamed from eth0 to wlp3s0 as noted under Wifi - this should hopefully not be a big deal to fix. Will update when I look more into it.
    uname -a:
    Linux temperance 3.9.7-1-ARCH #1 SMP PREEMPT Thu Jun 20 22:45:32 CEST 2013 x86_64 GNU/Linux
    WiFi
    WiFi does not work out of the box. Installing wireless-bcm43142-dkms from AUR made me able to connect to my network. I haven't been able to get it stable yet -interface name changes randomly between wlp3s0 and eth0 between reboots and I get disconnected from my network every 30 minutes or so. Disconnects seem to correlate somewhat with the freezes mentioned above.
    Separate thread.
    Touchpad
    Have only been able to get it to work like a one-button mouse using evdev for now. Looks like an upstream bug.
    Separate thread
    Audio
    In order to get audio, I need to put the following in /etc/asound.conf:
    defaults.pcm.card 1
    defaults.pcm.device 0
    defaults.ctl.card 1
    I'm no ALSA pro, but I can only seem to get output from the headphone jack so far - no speakers yet.
    Last edited by Legogris (2013-06-27 20:21:11)

    While I'm using Ubuntu and not Arch, I wanted to chip in with my experiences.
    First, I am happy to tell you that I've found a fix for the ata errors/freezes (which for me were so bad I could hardly install) -- at least I think it's the same or related. I got udevd spitting errors about blkid timing out, and it couldn't find the disks. I found this in a Ubuntu forum -- sadly, I can't find the url now. Anyway, Pass
    libata.force=1:noncq
    to the linux kernel parameters (in Ubuntu you can add this to /etc/default/grub). This disables NCQ, which according to that post wasn't needed.
    YMMV and I am not certain that it doesn't have bad side effects, but for me it made the laptop usable.
    Other findings:
    My Fn key, and thus delete, page up/down, media keys etc didn't work. That's because the keyboard has a new device id which isn't in usbhid. I added entries like the existing apple keyboards with the new device id (05ac:0291) and after recompiling, it works. I'm pretty sure this is fixable by passing the correct "quirks" flags to the usbhid module, e.g. "quirks=0x05ac:0x0291:0x00001248", but I'm not sure which flags should be set (I have an ISO keyboard layout which is yet another flag).
    My sound card doesn't work. Or; i hear no sound at least ;-). After checking in alsamixer, it had two cards, one HDMI with S/PDIF only and one with analog in/out and digital in. I tried passing "index=1" to snd_hda_intel, which makes alsamixer pick up the right card by default. I'm not sure if the problem is that pulseaudio still has the wrong card, or something else.
    My wifi works after installing bcmwl from Saucy (i.e. the upcoming Ubuntu 13.10 release), which was a relief because I feared this not being supported.
    Sometimes after resuming from suspend, the screen is totally dark -- barely discernible in bright daylight. First I figured this was an issue with lightum (a daemon which monitors the lighting and adjusts keyboard and screen brightness), but after checking /sys/devices/pci0000\:00/0000\:00\:02.0/backlight/acpi_video0/brightness it turns out that when this happens, only the brightness levels 13, 14, and 15 (which is the brightest) have any brighness at all. 12 and under means no backlight. The only "fix" I've found so far is rebooting, which sucks. I hope this will get fixed (I will report a bug on Launchpad next time it happens).
    Somewhere I picked up that passing
    i915.i915_enable_rc6=1
    to the linux parameters enables some great power saving features in the GPU. From modinfo:
    i915_enable_rc6:Enable power-saving render C-state 6. Different stages can be selected via bitmask values (0 = disable; 1 = enable rc6; 2 = enable deep rc6; 4 = enable deepest rc6). For example, 3 would enable rc6 and deep rc6, and 7 would enable everything. default: -1 (use per-chip default) (int)
    Oh, and if anybody knows how I get my GNU/Linux partition to show up in the Mac boot screen I would be grateful! Right now I have refit installed, which works but I would rather just use the built-in boot manager, which works on the predecessor (MBA 3,2).

  • My Macbook air keeps freezing and the trackpad won't move?

    My Macbook air keeps freezing on me! Today, i was watching a show and all of a sudden it froze, the sound kept stopping and the trackpad mouse wouldn't move. I waited a minute but it didn't restart so i force a shutdown and now it seems fine. I've had 3 in the last 2 months and i'm worried. I still have my one year warrenty so i'm going to call apple but what is going on? When i check the consoul it said i had a kernal panic, i posted some of the log below. For reference, my Macbook air is 2012 model, 4GB ram, 128GB SSD hard drive.
    Kernal--bottom to top in terms of recent data
    Apr 18 04:54:00 Olas-MacBook-Air kernel[0]: Graphics suppressed 1223 ms
    Apr 18 04:54:02 Olas-MacBook-Air kernel[0]: MacAuthEvent en0   Auth result for: d8:6c:e9:13:04:8b  MAC AUTH succeeded
    Apr 18 04:54:02 Olas-MacBook-Air kernel[0]: wlEvent: en0 en0 Link UP virtIf = 0
    Apr 18 04:54:02 Olas-MacBook-Air kernel[0]: AirPort: Link Up on en0
    Apr 18 04:54:02 Olas-MacBook-Air kernel[0]: en0: BSSID changed to d8:6c:e9:13:04:8b
    Apr 18 04:54:03 Olas-MacBook-Air kernel[0]: AirPort: RSN handshake complete on en0
    Apr 18 04:54:03 Olas-MacBook-Air kernel[0]: en0: BSSID changed to d8:6c:e9:13:04:8b
    Apr 18 04:54:03 Olas-MacBook-Air kernel[0]: wlEvent: en0 en0 Link DOWN virtIf = 0
    Apr 18 04:54:03 Olas-MacBook-Air kernel[0]: AirPort: Link Down on en0. Reason 8 (Disassociated because station leaving).
    Apr 18 04:54:03 Olas-MacBook-Air kernel[0]:
    Apr 18 06:04:04 Olas-MacBook-Air kernel[0]: Wake reason: EC.SleepTimer (SleepTimer)
    Apr 18 06:04:04 Olas-MacBook-Air kernel[0]: Previous Sleep Cause: 5
    Apr 18 06:04:04 Olas-MacBook-Air kernel[0]: IOThunderboltSwitch(0x0)::listenerCallbackStatic - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    Apr 18 06:04:04 Olas-MacBook-Air kernel[0]: IOThunderboltSwitch(0x0)::listenerCallbackStatic - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    Apr 18 06:04:04 Olas-MacBook-Air kernel[0]: TBT W (2): 0x0100 [x]
    Apr 18 06:04:04 Olas-MacBook-Air kernel[0]: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    Apr 18 06:04:05 Olas-MacBook-Air kernel[0]: Graphics suppressed 1242 ms
    Apr 18 06:04:05 Olas-MacBook-Air kernel[0]: hibernate image path: /var/vm/sleepimage
    Apr 18 06:04:05 Olas-MacBook-Air kernel[0]: sizeof(IOHibernateImageHeader) == 512
    Apr 18 06:04:05 Olas-MacBook-Air kernel[0]: Opened file /var/vm/sleepimage, size 4294967296, partition base 0x0, maxio 400000 ssd 1
    Apr 18 06:04:05 Olas-MacBook-Air kernel[0]: hibernate image major 14, minor 0, blocksize 512, pollers 5
    Apr 18 06:04:06 Olas-MacBook-Air kernel[0]: MacAuthEvent en0   Auth result for: d8:6c:e9:13:04:8b  MAC AUTH succeeded
    Apr 18 06:04:06 Olas-MacBook-Air kernel[0]: wlEvent: en0 en0 Link UP virtIf = 0
    Apr 18 06:04:06 Olas-MacBook-Air kernel[0]: AirPort: Link Up on en0
    Apr 18 06:04:06 Olas-MacBook-Air kernel[0]: en0: BSSID changed to d8:6c:e9:13:04:8b
    Apr 18 06:04:07 Olas-MacBook-Air kernel[0]: AirPort: RSN handshake complete on en0
    Apr 18 06:04:21 Olas-MacBook-Air kernel[0]: hibernate_alloc_pages flags 00000000, gobbling 0 pages
    Apr 18 06:04:21 Olas-MacBook-Air kernel[0]: hibernate_setup(0) took 16079 ms
    Apr 18 06:04:23 Olas-MacBook-Air kernel[0]: en0: BSSID changed to d8:6c:e9:13:04:8b
    Apr 18 06:04:23 Olas-MacBook-Air kernel[0]: wlEvent: en0 en0 Link DOWN virtIf = 0
    Apr 18 06:04:23 Olas-MacBook-Air kernel[0]: AirPort: Link Down on en0. Reason 8 (Disassociated because station leaving).
    Apr 18 06:04:23 Olas-MacBook-Air kernel[0]: IOThunderboltSwitch(0x0)::listenerCallbackStatic - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    Apr 18 06:04:23 Olas-MacBook-Air kernel[0]: IOThunderboltSwitch(0x0)::listenerCallbackStatic - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    Apr 18 06:04:23 Olas-MacBook-Air kernel[0]:
    Apr 18 17:16:57 Olas-MacBook-Air kernel[0]: hibernate_page_list_setall start 0xffffff806b056000, 0xffffff806b099000
    Apr 18 17:16:57 Olas-MacBook-Air kernel[0]: hibernate_page_list_setall time: 287 ms
    Apr 18 17:16:57 Olas-MacBook-Air kernel[0]: pages 427638, wire 119260, act 23097, inact 290, spec 441, zf 2, throt 0, could discard act 117421 inact 107933 purgeable 2838 spec 56356
    Apr 18 17:16:57 Olas-MacBook-Air kernel[0]: hibernate_page_list_setall found pageCount 143090
    Apr 18 17:16:57 Olas-MacBook-Air kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    Apr 18 17:16:57 Olas-MacBook-Air kernel[0]: IOHibernatePollerOpen(0)
    Apr 18 17:16:57 Olas-MacBook-Air kernel[0]: writing 142755 pages
    Apr 18 17:16:57 Olas-MacBook-Air kernel[0]: encryptStart 2f720
    Apr 18 17:16:57 Olas-MacBook-Air kernel[0]: hibernate_machine_init: state 2, image pages 119061, sum was a8d32a66, image1Size b38ae00, conflictCount 3017, nextFree 5e47
    Apr 18 17:16:57 Olas-MacBook-Air kernel[0]: hibernate_page_list_discard time: 155 ms, discarded act 117421 inact 107933 purgeable 2838 spec 56356
    Apr 18 17:16:57 Olas-MacBook-Air kernel[0]: IOHibernatePollerOpen(), ml_get_interrupts_enabled 0
    Apr 18 17:16:57 Olas-MacBook-Air kernel[0]: IOHibernatePollerOpen(0)
    Apr 18 17:16:57 Olas-MacBook-Air kernel[0]: hibernate_machine_init reading
    Apr 18 17:16:57 Olas-MacBook-Air kernel[0]: PMStats: Hibernate read took 432 ms
    Apr 18 17:16:57 Olas-MacBook-Air kernel[0]: hibernate_machine_init pagesDone 142891 sum2 f2ea7ba4, time: 432 ms, comp bytes: 19898368 time: 35 ms 536 Mb/s, crypt bytes: 87473664 time: 55 ms 1493 Mb/s
    Apr 18 17:16:57 Olas-MacBook-Air kernel[0]: Wake reason: EC.LidOpen (User)
    Apr 18 17:16:57 Olas-MacBook-Air kernel[0]: Previous Sleep Cause: 5
    Apr 18 17:16:57 Olas-MacBook-Air kernel[0]: Previous Shutdown Cause: -60
    Apr 18 17:16:57 Olas-MacBook-Air kernel[0]: com_apple_driver_AppleUSBCardReaderUMC:: Stop::Controller Reset
    Apr 18 17:16:57 Olas-MacBook-Air kernel[0]: TBT W (2): 0x0100 [x]
    Apr 18 17:16:59 Olas-MacBook-Air kernel[0]: USBMSC Identifier (non-unique): 000000000310 0x5ac 0x8404 0x310
    Apr 18 17:16:59 Olas-MacBook-Air kernel[0]: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    Apr 18 17:16:59 Olas-MacBook-Air kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Apr 18 17:17:00 Olas-MacBook-Air kernel[0]: MacAuthEvent en0   Auth result for: d8:6c:e9:13:04:8b  MAC AUTH succeeded
    Apr 18 17:17:00 Olas-MacBook-Air kernel[0]: wlEvent: en0 en0 Link UP virtIf = 0
    Apr 18 17:17:00 Olas-MacBook-Air kernel[0]: AirPort: Link Up on en0
    Apr 18 17:17:00 Olas-MacBook-Air kernel[0]: en0: BSSID changed to d8:6c:e9:13:04:8b
    Apr 18 17:17:01 Olas-MacBook-Air kernel[0]: AirPort: RSN handshake complete on en0
    Apr 18 17:17:36 Olas-MacBook-Air kernel[0]: IOSurface: buffer allocation size is zero
    Apr 18 17:25:33 Olas-MacBook-Air kernel[0]: en0: BSSID changed to d8:6c:e9:13:04:8b
    Apr 18 17:25:33 Olas-MacBook-Air kernel[0]: wlEvent: en0 en0 Link DOWN virtIf = 0
    Apr 18 17:25:33 Olas-MacBook-Air kernel[0]: AirPort: Link Down on en0. Reason 8 (Disassociated because station leaving).
    Apr 18 17:25:33 Olas-MacBook-Air kernel[0]: IOThunderboltSwitch(0x0)::listenerCallbackStatic - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    Apr 18 17:25:33 Olas-MacBook-Air kernel[0]: IOThunderboltSwitch(0x0)::listenerCallbackStatic - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    Apr 18 17:25:33 Olas-MacBook-Air kernel[0]:
    Apr 18 17:58:39 Olas-MacBook-Air kernel[0]: Wake reason: EC.LidOpen (User)
    Apr 18 17:58:39 Olas-MacBook-Air kernel[0]: Previous Sleep Cause: 5
    Apr 18 17:58:39 Olas-MacBook-Air kernel[0]: en0: 802.11d country code set to 'X0'.
    Apr 18 17:58:39 Olas-MacBook-Air 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 149 153 157 161 165
    Apr 18 17:58:39 Olas-MacBook-Air kernel[0]: IOThunderboltSwitch(0x0)::listenerCallbackStatic - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    Apr 18 17:58:39 Olas-MacBook-Air kernel[0]: IOThunderboltSwitch(0x0)::listenerCallbackStatic - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    Apr 18 17:58:39 Olas-MacBook-Air kernel[0]: TBT W (2): 0x0100 [x]
    Apr 18 17:58:39 Olas-MacBook-Air kernel[0]: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    Apr 18 17:58:40 Olas-MacBook-Air kernel[0]: en0: 802.11d country code set to 'CA'.
    Apr 18 17:58:40 Olas-MacBook-Air 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 149 153 157 161 165
    Apr 18 17:58:42 Olas-MacBook-Air kernel[0]: MacAuthEvent en0   Auth result for: d8:6c:e9:13:04:8b  MAC AUTH succeeded
    Apr 18 17:58:42 Olas-MacBook-Air kernel[0]: wlEvent: en0 en0 Link UP virtIf = 0
    Apr 18 17:58:42 Olas-MacBook-Air kernel[0]: AirPort: Link Up on en0
    Apr 18 17:58:42 Olas-MacBook-Air kernel[0]: en0: BSSID changed to d8:6c:e9:13:04:8b
    Apr 18 17:58:42 Olas-MacBook-Air kernel[0]: AirPort: RSN handshake complete on en0
    Apr 18 19:16:12 Olas-MacBook-Air kernel[0]: IOSurface: buffer allocation size is zero
    Apr 18 19:18:02 Olas-MacBook-Air kernel[0]: MacAuthEvent en0   Auth result for: d8:6c:e9:13:04:8b  MAC AUTH succeeded
    Apr 18 19:18:02 Olas-MacBook-Air kernel[0]: wlEvent: en0 en0 Link UP virtIf = 0
    Apr 18 19:18:02 Olas-MacBook-Air kernel[0]: wl0: Roamed or switched channel, reason #8, bssid d8:6c:e9:13:04:8b
    Apr 18 19:18:02 Olas-MacBook-Air kernel[0]: en0: BSSID changed to d8:6c:e9:13:04:8b
    Apr 18 19:18:03 Olas-MacBook-Air kernel[0]: AirPort: RSN handshake complete on en0
    Apr 18 19:24:10 Olas-MacBook-Air kernel[0]: en0: BSSID changed to d8:6c:e9:13:04:8b
    Apr 18 19:24:10 Olas-MacBook-Air kernel[0]: wlEvent: en0 en0 Link DOWN virtIf = 0
    Apr 18 19:24:10 Olas-MacBook-Air kernel[0]: AirPort: Link Down on en0. Reason 8 (Disassociated because station leaving).
    Apr 18 19:24:10 Olas-MacBook-Air kernel[0]: IOThunderboltSwitch(0x0)::listenerCallbackStatic - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    Apr 18 19:24:10 Olas-MacBook-Air kernel[0]: IOThunderboltSwitch(0x0)::listenerCallbackStatic - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    Apr 18 19:24:10 Olas-MacBook-Air kernel[0]:
    Apr 18 20:14:46 Olas-MacBook-Air kernel[0]: Wake reason: EC.LidOpen (User)
    Apr 18 20:14:46 Olas-MacBook-Air kernel[0]: Previous Sleep Cause: 5
    Apr 18 20:14:46 Olas-MacBook-Air kernel[0]: en0: 802.11d country code set to 'X0'.
    Apr 18 20:14:46 Olas-MacBook-Air 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 149 153 157 161 165
    Apr 18 20:14:46 Olas-MacBook-Air kernel[0]: IOThunderboltSwitch(0x0)::listenerCallbackStatic - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    Apr 18 20:14:46 Olas-MacBook-Air kernel[0]: IOThunderboltSwitch(0x0)::listenerCallbackStatic - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    Apr 18 20:14:46 Olas-MacBook-Air kernel[0]: TBT W (2): 0x0100 [x]
    Apr 18 20:14:46 Olas-MacBook-Air kernel[0]: AppleUSBMultitouchDriver::validateChecksum - 64-byte packet checksum is incorrect (expected 0xb95, checksum bytes were 0xd94)
    Apr 18 20:14:46 Olas-MacBook-Air kernel[0]: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    Apr 18 20:14:47 Olas-MacBook-Air kernel[0]: en0: 802.11d country code set to 'US'.
    Apr 18 20:14:47 Olas-MacBook-Air 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 149 153 157 161 165
    Apr 18 20:14:48 Olas-MacBook-Air kernel[0]: MacAuthEvent en0   Auth result for: d8:6c:e9:13:04:8b  MAC AUTH succeeded
    Apr 18 20:14:48 Olas-MacBook-Air kernel[0]: wlEvent: en0 en0 Link UP virtIf = 0
    Apr 18 20:14:48 Olas-MacBook-Air kernel[0]: AirPort: Link Up on en0
    Apr 18 20:14:48 Olas-MacBook-Air kernel[0]: en0: BSSID changed to d8:6c:e9:13:04:8b
    Apr 18 20:14:49 Olas-MacBook-Air kernel[0]: en0: 802.11d country code set to 'CA'.
    Apr 18 20:14:49 Olas-MacBook-Air 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 149 153 157 161 165
    Apr 18 20:14:50 Olas-MacBook-Air kernel[0]: AirPort: RSN handshake complete on en0
    Apr 18 20:16:45 Olas-MacBook-Air kernel[0]: IOSurface: buffer allocation size is zero
    Apr 18 20:17:15: --- last message repeated 6 times ---
    Apr 18 20:20:55 Olas-MacBook-Air kernel[0]: IOSurface: buffer allocation size is zero
    Apr 18 20:35:12 Olas-MacBook-Air kernel[0]: IOSurface: buffer allocation size is zero
    Apr 18 20:35:42: --- last message repeated 3 times ---
    Apr 18 20:45:50 localhost kernel[0]: PMAP: PCID enabled
    Apr 18 20:45:50 localhost kernel[0]: PMAP: Supervisor Mode Execute Protection enabled
    Apr 18 20:45:50 localhost kernel[0]: Darwin Kernel Version 11.4.2: Thu Aug 23 16:25:48 PDT 2012; root:xnu-1699.32.7~1/RELEASE_X86_64
    Apr 18 20:45:50 localhost kernel[0]: vm_page_bootstrap: 988363 free pages and 52021 wired pages
    Apr 18 20:45:50 localhost kernel[0]: kext submap [0xffffff7f80736000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000736000]
    Apr 18 20:45:50 localhost kernel[0]: zone leak detection enabled
    Apr 18 20:45:50 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Apr 18 20:45:50 localhost kernel[0]: mig_table_max_displ = 73
    Apr 18 20:45:50 localhost kernel[0]: TSC Deadline Timer supported and enabled
    Apr 18 20:45:50 localhost kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    Apr 18 20:45:50 localhost kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    Apr 18 20:45:50 localhost kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    Apr 18 20:45:50 localhost kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    Apr 18 20:45:50 localhost kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    Apr 18 20:45:50 localhost kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    Apr 18 20:45:50 localhost kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    Apr 18 20:45:50 localhost kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    Apr 18 20:45:50 localhost kernel[0]: calling mpo_policy_init for TMSafetyNet
    Apr 18 20:45:50 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    Apr 18 20:45:50 localhost kernel[0]: calling mpo_policy_init for Sandbox
    Apr 18 20:45:50 localhost kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    Apr 18 20:45:50 localhost kernel[0]: calling mpo_policy_init for Quarantine
    Apr 18 20:45:50 localhost kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    Apr 18 20:45:50 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Apr 18 20:45:50 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Apr 18 20:45:50 localhost kernel[0]: MAC Framework successfully initialized
    Apr 18 20:45:50 localhost kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    Apr 18 20:45:50 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Apr 18 20:45:50 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5]
    Apr 18 20:45:50 localhost kernel[0]: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    Apr 18 20:45:50 localhost kernel[0]: [ PCI configuration begin ]
    Apr 18 20:45:50 localhost kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0035
    Apr 18 20:45:50 localhost kernel[0]: AppleIntelCPUPowerManagement: (built 16:32:09 Aug 23 2012) initialization complete
    Apr 18 20:45:50 localhost kernel[0]: console relocated to 0xf50000000
    Apr 18 20:45:50 localhost kernel[0]: PCI configuration changed (bridge=15 device=2 cardbus=0)
    Apr 18 20:45:50 localhost kernel[0]: [ PCI configuration end, bridges 10 devices 12 ]
    Apr 18 20:45:50 localhost kernel[0]: AppleThunderboltNHIType2::setupPowerSavings - GPE based runtime power management
    Apr 18 20:45:50 localhost kernel[0]: AppleThunderboltNHIType2::start - type 2 sleep enabled
    Apr 18 20:45:50 localhost kernel[0]: AppleThunderboltNHIType2::start - SXFP method found
    Apr 18 20:45:50 localhost kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    Apr 18 20:45:50 localhost kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    Apr 18 20:45:50 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    Apr 18 20:45:50 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    Apr 18 20:45:50 localhost kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    Apr 18 20:45:50 localhost kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    Apr 18 20:45:50 localhost kernel[0]: AppleIntelCPUPowerManagementClient: ready
    Apr 18 20:45:50 localhost kernel[0]: BTCOEXIST off
    Apr 18 20:45:50 localhost kernel[0]: wl0: Broadcom BCM4353 802.11 Wireless Controller
    Apr 18 20:45:50 localhost kernel[0]: 5.106.198.19
    Apr 18 20:45:50 localhost kernel[0]: USBMSC Identifier (non-unique): 000000000310 0x5ac 0x8404 0x310
    Apr 18 20:45:50 localhost kernel[0]: IOThunderboltSwitch(0x0)::listenerCallbackStatic - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    Apr 18 20:45:50 localhost kernel[0]: IOThunderboltSwitch(0x0)::listenerCallbackStatic - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    Apr 18 20:45:50 localhost kernel[0]: rooting via boot-uuid from /chosen: 6565DCBB-E99D-3A90-970D-E91B7335C936
    Apr 18 20:45:50 localhost 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>
    Apr 18 20:45:50 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/APPLE SSD TS128E Media/IOGUIDPartitionScheme/Customer@2
    Apr 18 20:45:50 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
    Apr 18 20:45:50 localhost kernel[0]: jnl: unknown-dev: replay_journal: from: 6864896 to: 9240576 (joffset 0x11502000)
    Apr 18 20:45:50 localhost kernel[0]: jnl: unknown-dev: journal replay done.
    Apr 18 20:45:50 localhost kernel[0]: Kernel is LP64
    Apr 18 20:45:50 localhost kernel[0]: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    Apr 18 20:45:50 localhost kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    Apr 18 20:45:50 localhost kernel[0]: hfs: Removed 12 orphaned / unlinked files and 339 directories
    Apr 18 20:45:51 localhost kernel[0]: AirPort_Brcm4331: Ethernet address 70:56:81:a8:26:c5
    Apr 18 20:45:51 localhost kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    Apr 18 20:45:51 localhost kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    Apr 18 20:45:52 localhost kernel[0]: in func createVirtualInterface ifRole = 1
    Apr 18 20:45:52 localhost kernel[0]: Created virtif 0xffffff800ba65200 p2p0
    Apr 18 20:45:52 localhost kernel[0]: AirPort: Link Down on en0. Reason 1 (Unspecified).
    Apr 18 20:45:53 Olas-MacBook-Air kernel[0]: Previous Shutdown Cause: 3
    Apr 18 20:45:53 Olas-MacBook-Air kernel[0]: DSMOS has arrived
    Apr 18 20:45:53 Olas-MacBook-Air kernel[0]: macx_swapon SUCCESS
    Apr 18 20:45:54 Olas-MacBook-Air kernel[0]: en0: 802.11d country code set to 'CA'.
    Apr 18 20:45:54 Olas-MacBook-Air 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 149 153 157 161 165
    Apr 18 20:45:55 Olas-MacBook-Air kernel[0]: MacAuthEvent en0   Auth result for: d8:6c:e9:13:04:8b  MAC AUTH succeeded
    Apr 18 20:45:55 Olas-MacBook-Air kernel[0]: wlEvent: en0 en0 Link UP virtIf = 0
    Apr 18 20:45:55 Olas-MacBook-Air kernel[0]: AirPort: Link Up on en0
    Apr 18 20:45:55 Olas-MacBook-Air kernel[0]: en0: BSSID changed to d8:6c:e9:13:04:8b
    Apr 18 20:45:56 Olas-MacBook-Air kernel[0]: wlEvent: en0 en0 Link DOWN virtIf = 0
    Apr 18 20:45:56 Olas-MacBook-Air kernel[0]: AirPort: Link Down on en0. Reason 8 (Disassociated because station leaving).
    Apr 18 20:46:11 Olas-MacBook-Air kernel[0]: MacAuthEvent en0   Auth result for: d8:6c:e9:13:04:8b  MAC AUTH succeeded
    Apr 18 20:46:11 Olas-MacBook-Air kernel[0]: wlEvent: en0 en0 Link UP virtIf = 0
    Apr 18 20:46:11 Olas-MacBook-Air kernel[0]: AirPort: Link Up on en0
    Apr 18 20:46:11 Olas-MacBook-Air kernel[0]: en0: BSSID changed to d8:6c:e9:13:04:8b
    Apr 18 20:46:12 Olas-MacBook-Air kernel[0]: AirPort: RSN handshake complete on en0
    Apr 18 20:46:21 Olas-MacBook-Air kernel[0]: IOSurface: buffer allocation size is zero
    Apr 18 20:48:22: --- last message repeated 1 time ---
    Apr 18 20:48:22 Olas-MacBook-Air kernel[0]: IOSurface: buffer allocation size is zero
    Apr 18 20:49:17 Olas-MacBook-Air kernel[0]: IOSurface: buffer allocation size is zero
    Apr 18 20:50:11 Olas-MacBook-Air kernel[0]: HFS: Very Low Disk: freeblks: 0, dangerlimit: 409
    Apr 18 20:54:05 Olas-MacBook-Air kernel[0]: IOSurface: buffer allocation size is zero
    Apr 18 20:57:05 Olas-MacBook-Air kernel[0]: IOSurface: buffer allocation size is zero
    Apr 18 20:57:35: --- last message repeated 2 times ---
    System logs bottom to top- in terms of recent data
    Apr 18 17:17:03 Olas-MacBook-Air UserEventAgent[11]: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on TomatoN because it is protected and not on the exception list
    Apr 18 17:17:03 Olas-MacBook-Air UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en0 - Unknown
    Apr 18 17:17:03 Olas-MacBook-Air configd[14]: network configuration changed.
    Apr 18 17:20:54 Olas-MacBook-Air mdworker32[14098]: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
    Apr 18 17:25:30 Olas-MacBook-Air powerd[18]: PMScheduleWakeEventChooseBest: m=0.00 s=0.00 a=0.00
    Apr 18 17:58:39 Olas-MacBook-Air hidd[54]: MultitouchHID: device bootloaded
    Apr 18 17:58:40 Olas-MacBook-Air UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en0 - PreProbe
    Apr 18 17:58:40 Olas-MacBook-Air configd[14]: network configuration changed.
    Apr 18 17:58:42 Olas-MacBook-Air airportd[14104]: _doAutoJoin: Already associated to “TomatoN”. Bailing on auto-join.
    Apr 18 17:58:43 Olas-MacBook-Air configd[14]: network configuration changed.
    Apr 18 17:58:43 Olas-MacBook-Air UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en0 - Probe
    Apr 18 17:58:43 Olas-MacBook-Air UserEventAgent[11]: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on TomatoN because it is protected and not on the exception list
    Apr 18 17:58:43 Olas-MacBook-Air UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en0 - Unknown
    Apr 18 17:58:43 Olas-MacBook-Air configd[14]: network configuration changed.
    Apr 18 17:59:13 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformsAtPlacement: Failed
    Apr 18 17:59:13 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformAtPlacement: Failed
    Apr 18 17:59:13 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformsAtPlacement: Failed
    Apr 18 17:59:13 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformAtPlacement: Failed
    Apr 18 17:59:13 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformsAtPlacement: Failed
    Apr 18 17:59:13 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformAtPlacement: Failed
    Apr 18 17:59:13 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformsAtPlacement: Failed
    Apr 18 17:59:13 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformAtPlacement: Failed
    Apr 18 17:59:13 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformsAtPlacement: Failed
    Apr 18 17:59:14 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformAtPlacement: Failed
    Apr 18 17:59:14 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformsAtPlacement: Failed
    Apr 18 17:59:14 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformAtPlacement: Failed
    Apr 18 17:59:14 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformsAtPlacement: Failed
    Apr 18 17:59:14 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformAtPlacement: Failed
    Apr 18 17:59:14 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformsAtPlacement: Failed
    Apr 18 17:59:14 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformAtPlacement: Failed
    Apr 18 17:59:14 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformsAtPlacement: Failed
    Apr 18 17:59:14 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformAtPlacement: Failed
    Apr 18 17:59:14 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformsAtPlacement: Failed
    Apr 18 17:59:14 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformAtPlacement: Failed
    Apr 18 17:59:14 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformsAtPlacement: Failed
    Apr 18 17:59:14 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformAtPlacement: Failed
    Apr 18 17:59:14 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformsAtPlacement: Failed
    Apr 18 17:59:14 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformAtPlacement: Failed
    Apr 18 17:59:14 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformsAtPlacement: Failed
    Apr 18 17:59:14 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformAtPlacement: Failed
    Apr 18 17:59:14 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformsAtPlacement: Failed
    Apr 18 17:59:14 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformAtPlacement: Failed
    Apr 18 17:59:14 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformsAtPlacement: Failed
    Apr 18 17:59:14 Olas-MacBook-Air Dock[129]: kCGErrorIllegalArgument: CGSSetWindowTransformAtPlacement: Failed
    Apr 18 19:24:07 Olas-MacBook-Air powerd[18]: PMScheduleWakeEventChooseBest: m=0.00 s=0.00 a=0.00
    Apr 18 20:14:46 Olas-MacBook-Air hidd[54]: MultitouchHID: device bootloaded
    Apr 18 20:14:46 Olas-MacBook-Air UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en0 - PreProbe
    Apr 18 20:14:46 Olas-MacBook-Air configd[14]: network configuration changed.
    Apr 18 20:14:49 Olas-MacBook-Air airportd[14147]: _doAutoJoin: Already associated to “TomatoN”. Bailing on auto-join.
    Apr 18 20:14:50: --- last message repeated 1 time ---
    Apr 18 20:14:50 Olas-MacBook-Air ntpd[33]: bind(25) AF_INET6 fe80::7256:81ff:fea8:26c5%4#123 flags 0x11 failed: Can't assign requested address
    Apr 18 20:14:50 Olas-MacBook-Air ntpd[33]: unable to create socket on en0 (221) for fe80::7256:81ff:fea8:26c5#123
    Apr 18 20:14:50 Olas-MacBook-Air configd[14]: network configuration changed.
    Apr 18 20:14:50 Olas-MacBook-Air UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en0 - Probe
    Apr 18 20:14:50 Olas-MacBook-Air UserEventAgent[11]: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on TomatoN because it is protected and not on the exception list
    Apr 18 20:14:50 Olas-MacBook-Air UserEventAgent[11]: CaptiveNetworkSupport:CaptivePublishState:1211 en0 - Unknown
    Apr 18 20:14:50 Olas-MacBook-Air configd[14]: network configuration changed.
    Apr 18 20:19:03 Olas-MacBook-Air SoftwareUpdateCheck[14164]: SoftwareUpdateCheck: checking for updates
    Apr 18 20:19:06 Olas-MacBook-Air fseventsd[19]: Logging disabled completely for device:1: /Volumes/Recovery HD
    Apr 18 20:19:06 Olas-MacBook-Air SoftwareUpdateCheck[14164]: PackageKit: Missing bundle path, skipping: <bundle id="com.apple.QuickTimePlayerX"></bundle>
    Apr 18 20:19:18 Olas-MacBook-Air SoftwareUpdateCheck[14164]: SoftwareUpdateCheck: Arranging to launch app
    Apr 18 20:24:18 Olas-MacBook-Air SoftwareUpdateCheck[14180]: SoftwareUpdateCheck (Launch): launching app
    Apr 18 20:24:19 Olas-MacBook-Air installd[14197]: Starting
    Apr 18 20:24:19 Olas-MacBook-Air installd[14197]: uid=0, euid=0
    Apr 18 20:24:21 Olas-MacBook-Air fseventsd[19]: Logging disabled completely for device:1: /Volumes/Recovery HD
    Apr 18 20:24:21 Olas-MacBook-Air Software Update[14193]: PackageKit: Missing bundle path, skipping: <bundle id="com.apple.QuickTimePlayerX"></bundle>
    Apr 18 20:24:49 Olas-MacBook-Air installd[14197]: Exiting.
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:252, reset:247, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:244, reset:244, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:295, reset:295, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:327, reset:322, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:450, reset:450, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:353, reset:353, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:371, reset:371, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:398, reset:395, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:327, reset:327, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:252, reset:249, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:310, reset:310, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:481, reset:478, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:313, reset:313, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:266, reset:262, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:251, reset:251, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:339, reset:335, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:430, reset:430, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:389, reset:383, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:402, reset:402, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:240, reset:240, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:388, reset:388, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:243, reset:239, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:69, reset:69, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:262, reset:257, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:244, reset:244, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:350, reset:350, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:263, reset:258, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:456, reset:456, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:295, reset:295, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:368, reset:368, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:243, reset:237, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:84, reset:84, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:195, reset:158, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:431, reset:431, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:466, reset:466, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:300, reset:300, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:252, reset:249, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:342, reset:342, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:242, reset:236, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:252, reset:252, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:256, reset:256, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:467, reset:467, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:266, reset:262, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:280, reset:280, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:374, reset:371, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:144, reset:144, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:171, reset:95, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:75, reset:44, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:268, reset:150, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:17, reset:17, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:246, reset:115, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:286, reset:130, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:80, reset:68, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:463, reset:414, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:252, reset:248, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:278, reset:278, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:297, reset:297, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:266, reset:266, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:326, reset:323, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:284, reset:284, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:326, reset:322, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:290, reset:290, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:410, reset:404, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:298, reset:298, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:362, reset:362, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:355, reset:355, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:328, reset:324, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:252, reset:237, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:22, reset:22, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:215, reset:167, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:362, reset:362, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:350, reset:350, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:370, reset:364, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:257, reset:257, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:350, reset:347, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:402, reset:396, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:183, reset:183, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:284, reset:276, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:428, reset:428, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:329, reset:329, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:115, reset:112, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: RingBufferPool wr:0, rd:147, reset:76, warning:0
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: checkDecoderUsage, vaCodecString: <Gen7>
    Apr 18 20:38:42 Olas-MacBook-Air [0x0-0xba1ba1].com.apple.Safari[14085]: AVF info: pp_hw_name: RenderingEngine, id: 3ea, m_pp_nowait: 1
    Apr 18 20:38:42 Olas-MacBook-Air [0x

    Have you already tried the following steps to reload your device software ?
    1. Verify that the Desktop Manager and BlackBerry Device Software are installed on the computer.
    2. Remove the battery from the BlackBerry. Do not re-insert.
    3. Connect the BlackBerry to the computer.
    4. On the BlackBerry Desktop Manager main screen, click Application Loader.
    5. Click Start.
    6. Click Options to select applications to be installed.
    7. Click Next.
    8. Click Next.
    9. Click Finish.
    10. When the application load starts, re-insert the battery into the BlackBerry.

  • 10.5.2 killed my MacBook Air DEAD.

    10.5.2 completely killed my MacBook Air.
    i just installed the 10.5.2 update from the 343MB Combo updater downloaded from Apple. installation went fine... clicked to restart... showed the "need to update boot caches" window/warning. clicked "okay". it continued and went to the blue screen with the spinny wheel. then rebooted.
    went to a grey screen... and nothing else. no Apple. no spinny wheel. nothing.
    left it there for a good 20 minutes. no hard drive noise. nothing was happening.
    powered it up again. grey screen. nothing happens. no Apple. no "no" symbol. no anything.
    restarted with D to try out that new built-in hardware test. NOTHING.
    restarted with "option" to get the bootloader screen. NOTHING.
    restarted with apple-V... obviously it wasn't even getting that far. so still NOTHING.
    restarted with the PRAM reset combo. at least i got the chime. did it 3 times. then... NOTHING. grey screen still.
    restarted with the SMC reset key-combo. got the chime... then NOTHING. grey screen.
    i have run out of key combinations to try. and the machine is functionally dead.
    normally at this point i'd try a "T" and mount it on another machine to see what is going on. but... this is a MacBook Air.
    anyone have any ideas? this is beyond frustrating.
    thanks.

    beesleep wrote:
    looks like the 10.5.2 update was just highly highly coincidental. definitely seems odd the logic board would die at the exact instant of a restart from installing 10.5.2.
    When a light bulb files, it's usually fails when it is turned on. Ditto for most electronic devices. Whether it's a surge or whatever, it's probably true that your logic board would have failed when you started the computer up for whatever reason. There is no evidence that software can damage hardware directly, or at least instantly. Besides, the update should not have any effect on the computer until the boot process is well under way.
    Bad software might cause a computer to overheat, etc., but not to damage a component on boot.

  • Macbook Air Mid 2011 - Stuck in Grub Prompt

    Hi Archers,
    I am trying to install Arch on an Mid 2011 Macbook Air. So far it looks ok, I am following the Wiki and this guide. The bootloader stuff is confusing me a little. I do not want to replace the bootloader from OSx, so I do not use rEFInd, right? I want to use the "Press alt while booting"-method, so does the above guide.
    First problem:
    While generating the standalone "boot.efi" file the "-C" option is not recognized.
    grub-mkstandalone -o boot.efi -d usr/lib/grub/x86_64-efi -O x86_64-efi -C xz boot/grub/grub.cfg
    It complains that -C is not a valid parameter, so I just skipped it.
    After deleting the boot partition in OSx and creating the directories and files and copying the boot.efi file I am able to boot from this partition. Problem #2: After booting the partition I am stuck in a Grub prompt. It recognizes HD0 and 1 and after fiddling around with
    ls (hd0)
    ls (hd1)
    ls (hd0,4)
    It always complains about an unrecognized partition type.
    Any help appreciated. Will I get it working in this state?
    Booting from USB and installing the base system worked like a charm, I have a feeling I nearly got it but the bootloader stuff is just plain confusing.
    Thanks in advance.
    Last edited by Urfaust (2014-01-29 18:55:29)

    Ok, I cannot find another guide which uses the OSx Bootloader. I installed rEFInd, reformated /boot with mkfs.ext2, chrooted to the base system and:
    # pacman -S grub-efi-x86_64
    # mkdir -p /boot/efi
    # mount -t vfat /dev/sda1 /boot/efi
    # modprobe dm-mod
    # grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=arch_grub --recheck --debug
    # mkdir -p /boot/grub/locale
    # cp /usr/share/locale/en\@quot/LC_MESSAGES/grub.mo /boot/grub/locale/en.mo
    The boot partition is recognized in rEFind, if I choose to boot from it Grub is firing up, I can see 2 menu entries (normal and fallback) after choosing the first I get:
    error: no such device: someUID
    Loading Linux core repo kernel ...
    error: no such partition
    Loading initial ramdiks ...
    unaligned pointer 0x22
    Aborted. Press any key to exit
    Why won't Grub find the partition?
    Last edited by Urfaust (2014-01-30 16:14:39)

  • Macbook Air crashes on wake

    I have a Macbook Air purchased in mid 2013 (SPECS: 1.3 ghz, 4GB DDR3). I have been using it since then with no problem. In the last 3 weeks, it has started freezing whenever I wake it from sleep. Over the same time period it has also started taking a long time to boot up (anywhere from 2-5 minutes). Safari has been crashing frequently as well, and I have switched back to Firefox for now to avoid this.
    - When it wakes, the password screen shows up. I type in my password and then nothing. I can leave it for several minutes and it won't log in (oddly enough, I can see the mouse on the screen and move it)
    - I don't think this was temporally related to an install of an OS update. It is currently running Yosemite 10.10.2
    - I found some discussion that this could be fixed by an SMC/PRAM reset. I have tried this and it seems to help in the short term (a few hours) but then I close the lid of my Macbook and put it to sleep and if I leave it for the night or a couple hours, it goes right back to freezing
    - I am totally lost and could really use some suggestions on where to look/what to try next. I would consider taking it to the genius bar, but since it was purchased by my ex-boyfriend, that would likely mean calling him to get permission to make changes (I assume) and for a number of reasons I would prefer we not be in contact. He gave me the computer and knows I have it, so it's not a legal/stolen issue.

    I got it to crash again.  I tried to pare down the log as much as I could.
    Observation: if I turn off WiFi, it does not appear to crash.
    Any help is greatly appreciated. This is driving me crazy.
    3/24/15 8:47:43.000 PM kernel[0]: Wake reason: EC.LidOpen (User)
    3/24/15 8:47:43.000 PM kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000320
    3/24/15 8:47:43.000 PM kernel[0]: AppleCamIn::wakeEventHandlerThread
    3/24/15 8:47:43.000 PM kernel[0]: Previous sleep cause: 5
    3/24/15 8:47:43.004 PM watchdogd[310]: [watchdog_daemon] @(         pm_callback) - ref=0x0 msg_type=0xe0000320 msg=0x0
    3/24/15 8:47:43.010 PM discoveryd[53]: Basic DNSResolver UDNSServer:: PowerState is Wakeup
    3/24/15 8:47:43.000 PM kernel[0]: AppleHSSPIController::HandleMessage Device Wake by Host
    3/24/15 8:47:43.000 PM kernel[0]: AppleThunderboltNHIType2::prePCIWake - power up complete - took 179782 us
    3/24/15 8:47:43.000 PM kernel[0]: AppleThunderboltGenericHAL::earlyWake - complete - took 1 milliseconds
    3/24/15 8:47:43.000 PM kernel[0]: IOThunderboltSwitch<0xffffff80157d8e00>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 11 unplug = 0
    3/24/15 8:47:43.000 PM kernel[0]: TBT W (2): 0x0100 [x]
    3/24/15 8:47:43.000 PM kernel[0]: IOThunderboltSwitch<0xffffff80157d8e00>(0x0)::listenerCallback - Thunderbolt HPD packet for route = 0x0 port = 12 unplug = 0
    3/24/15 8:47:43.331 PM discoveryd[53]: Basic Bonjour,Warn Warning: IPv4 listener multicast send failed en0, 50
    3/24/15 8:47:43.331 PM discoveryd[53]: Basic Bonjour,Warn Warning: IPv6 listener multicast send failed en0, 50
    3/24/15 8:47:43.000 PM kernel[0]: en0: BSSID changed to 58:23:8c:3c:d2:85
    3/24/15 8:47:43.000 PM kernel[0]: en0: channel changed to 1
    3/24/15 8:47:43.356 PM sharingd[231]: 20:47:43.356 : SDStatusMonitor::kStatusWirelessPowerChanged
    3/24/15 8:47:43.363 PM acvpnagent[22]: Function: GetPrimaryInterfaceIndex File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 408 Unable to get global IPv6 information from system configuration.
    3/24/15 8:47:43.363 PM acvpnagent[22]: Function: determinePublicAddrCandidateFromDefRoute File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1766 Invoked Function: CHostConfigMgr::FindDefaultRouteInterface Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED
    3/24/15 8:47:43.363 PM acvpnagent[22]: Function: updatePotentialPublicAddresses File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1911 Invoked Function: CHostConfigMgr::determinePublicAddrCandidateFromDefRoute Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED
    3/24/15 8:47:43.514 PM discoveryd[53]: Basic Bonjour,Warn Warning: IPv6 listener multicast send failed awdl0, 49
    3/24/15 8:47:43.589 PM com.apple.xpc.launchd[1]: (papercut.pc-event-monitor[1055]) Service exited with abnormal code: 3
    3/24/15 8:47:43.593 PM hidd[76]: MultitouchHID: device bootloaded
    3/24/15 8:47:43.590 PM com.apple.xpc.launchd[1]: (papercut.pc-event-monitor) Service only ran for 1 seconds. Pushing respawn out by 9 seconds.
    3/24/15 8:47:43.615 PM com.apple.backupd-helper[45]: Attempt to use XPC with a MachService that has HideUntilCheckIn set. This will result in unpredictable behavior: com.apple.backupd.status.xpc
    3/24/15 8:47:43.000 PM kernel[0]: en0: BSSID changed to 58:23:8c:3c:d2:85
    3/24/15 8:47:43.000 PM kernel[0]: en0: channel changed to 1
    3/24/15 8:47:43.000 PM kernel[0]: ARPT: 4034.139281: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    3/24/15 8:47:43.000 PM kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    3/24/15 8:47:43.000 PM kernel[0]: AppleCamIn::wakeEventHandlerThread
    3/24/15 8:47:43.644 PM WindowServer[104]: CGXDisplayDidWakeNotification [4034139937713]: posting kCGSDisplayDidWake
    3/24/15 8:47:43.645 PM WindowServer[104]: handle_will_sleep_auth_and_shield_windows: Reordering authw 0x7f9201e2a290(2004) (lock state: 3)
    3/24/15 8:47:43.645 PM WindowServer[104]: handle_will_sleep_auth_and_shield_windows: err 0x0
    3/24/15 8:47:43.660 PM discoveryd[53]: Basic DNSResolver UDNSServer:: PowerState is Wakeup
    3/24/15 8:47:43.000 PM kernel[0]: en0: BSSID changed to 58:23:8c:3c:d2:85
    3/24/15 8:47:43.000 PM kernel[0]: en0: channel changed to 1
    3/24/15 8:47:43.753 PM identityservicesd[235]: <IMMacNotificationCenterManager: 0x7fd7c06463a0>: notification observer: com.apple.iChat   notification: __CFNotification 0x7fd7c05645b0 {name = _NSDoNotDisturbDisabledNotification}
    3/24/15 8:47:43.000 PM kernel[0]: en0: BSSID changed to 58:23:8c:3c:d2:85
    3/24/15 8:47:43.000 PM kernel[0]: en0: channel changed to 1
    3/24/15 8:47:44.111 PM discoveryd[53]: Basic Bonjour,Warn Warning: IPv6 listener multicast send failed awdl0, 49
    3/24/15 8:47:44.000 PM kernel[0]: AirPort: Link Up on awdl0
    3/24/15 8:47:44.424 PM acvpnagent[22]: A new network interface has been detected.
    3/24/15 8:47:44.424 PM acvpnagent[22]: Function: logInterfaces File: ../../vpn/AgentUtilities/Routing/InterfaceRouteMonitorCommon.cpp Line: 477 IP Address Interface List: FE80:0:0:0:8638:35FF:FE67:4282 10.0.0.3 FE80:0:0:0:BC65:BBFF:FEFE:58AF
    3/24/15 8:47:44.679 PM discoveryd[53]: Basic Bonjour stop listening on awdl0
    3/24/15 8:47:46.443 PM discoveryd[53]: AwdlD2d AwdlD2dStartAdvertisingPair: 'ashleys-macbook-air' Advertising service started
    3/24/15 8:47:46.447 PM discoveryd[53]: AwdlD2d AwdlD2dStartAdvertisingPair: 'fa85efefffbb56cb00000000000008efip6arpa' Advertising service started
    3/24/15 8:47:48.000 PM kernel[0]: AppleCamIn::handleWakeEvent_gated
    3/24/15 8:47:49.492 PM acvpnagent[22]: Function: GetPrimaryInterfaceIndex File: ../../vpn/Common/Utility/NetInterface_unix.cpp Line: 408 Unable to get global IPv6 information from system configuration.
    3/24/15 8:47:49.493 PM acvpnagent[22]: Function: determinePublicAddrCandidateFromDefRoute File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1766 Invoked Function: CHostConfigMgr::FindDefaultRouteInterface Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED
    3/24/15 8:47:49.494 PM acvpnagent[22]: Function: updatePotentialPublicAddresses File: ../../vpn/AgentUtilities/HostConfigMgr.cpp Line: 1911 Invoked Function: CHostConfigMgr::determinePublicAddrCandidateFromDefRoute Return Code: -24117215 (0xFE900021) Description: ROUTETABLE_ERROR_GETBESTROUTE_FAILED
    3/24/15 8:47:51.569 PM acvpnagent[22]: Function: OnTransportInitiateComplete File: ../../vpn/Common/IP/TlsTransport.cpp Line: 371 Invoked Function: ISocketTransportCB::OnTransportInitiateComplete Return Code: -31588316 (0xFE1E0024) Description: SOCKETTRANSPORT_ERROR_CONNECT_TIMEOUT
    3/24/15 8:47:51.569 PM acvpnagent[22]: Function: OnOpenRequestComplete File: ../../vpn/Common/IP/HttpProbeAsync.cpp Line: 303 Invoked Function: CHttpSessionAsync::OnOpenRequestComplete Return Code: -31588316 (0xFE1E0024) Description: SOCKETTRANSPORT_ERROR_CONNECT_TIMEOUT
    3/24/15 8:47:51.570 PM acvpnagent[22]: Function: OnTimerExpired File: ../../vpn/Common/IPC/SocketTransport.cpp Line: 1655 Invoked Function: CSocketTransport::postConnectProcessing Return Code: -31588316 (0xFE1E0024) Description: SOCKETTRANSPORT_ERROR_CONNECT_TIMEOUT
    3/24/15 8:47:51.571 PM acvpnagent[22]: Function: logProbeFailure File: ../../vpn/Agent/NetEnvironment.cpp Line: 1432 Invoked Function: CHttpProbeAsync::SendProbe Return Code: -27066354 (0xFE63000E) Description: HTTP_PROBE_ASYNC_ERROR_CANNOT_CONNECT HTTPS (host: 130.132.21.188)
    3/24/15 8:47:51.571 PM acvpnagent[22]: Function: TestAccessToSG File: ../../vpn/Agent/NetEnvironment.cpp Line: 1293 Invoked Function: CNetEnvironment::analyzeHttpResponse Return Code: -28966899 (0xFE46000D) Description: NETENVIRONMENT_ERROR_PROBE_INCOMPLETE:Network Probe could not contact target
    3/24/15 8:47:52.617 PM com.apple.xpc.launchd[1]: (papercut.pc-event-monitor[1059]) Service exited with abnormal code: 3
    3/24/15 8:47:52.617 PM com.apple.xpc.launchd[1]: (papercut.pc-event-monitor) Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    3/24/15 8:47:53.825 PM identityservicesd[235]: <IMMacNotificationCenterManager: 0x7fd7c06463a0>:    NC Disabled: NO
    3/24/15 8:47:53.825 PM imagent[244]: <IMMacNotificationCenterManager: 0x7fda42d47940>:    NC Disabled: NO
    3/24/15 8:47:58.826 PM imagent[244]: <IMMacNotificationCenterManager: 0x7fda42d47940>:   DND Enabled: NO
    3/24/15 8:47:58.826 PM identityservicesd[235]: <IMMacNotificationCenterManager: 0x7fd7c06463a0>:   DND Enabled: NO
    3/24/15 8:47:58.826 PM imagent[244]: <IMMacNotificationCenterManager: 0x7fda42d47940>: Updating enabled: YES   (Topics: (
    3/24/15 8:47:58.826 PM identityservicesd[235]: <IMMacNotificationCenterManager: 0x7fd7c06463a0>: Updating enabled: YES   (Topics: (
        "com.apple.private.alloy.icloudpairing",
        "com.apple.private.alloy.continuity.encryption",
        "com.apple.private.alloy.continuity.activity",
        "com.apple.madrid",
        "com.apple.private.ids",
        "com.apple.private.alloy.phonecontinuity",
        "com.apple.private.alloy.continuity.activity.public",
        "com.apple.private.alloy.continuity.auth",
        "com.apple.private.alloy.idsremoteurlconnection",
        "com.apple.private.alloy.sms",
        "com.apple.private.alloy.screensharing",
        "com.apple.private.alloy.maps",
        "com.apple.private.alloy.callhistorysync",
        "com.apple.private.alloy.continuity.tethering"
    3/24/15 8:47:59.596 PM acvpnagent[22]: Function: OnOpenRequestComplete File: ../../vpn/Common/IP/HttpProbeAsync.cpp Line: 303 Invoked Function: CHttpSessionAsync::OnOpenRequestComplete Return Code: -31588316 (0xFE1E0024) Description: SOCKETTRANSPORT_ERROR_CONNECT_TIMEOUT
    3/24/15 8:47:59.596 PM acvpnagent[22]: Function: OnTimerExpired File: ../../vpn/Common/IPC/SocketTransport.cpp Line: 1655 Invoked Function: CSocketTransport::postConnectProcessing Return Code: -31588316 (0xFE1E0024) Description: SOCKETTRANSPORT_ERROR_CONNECT_TIMEOUT
    3/24/15 8:47:59.597 PM acvpnagent[22]: Function: logProbeFailure File: ../../vpn/Agent/NetEnvironment.cpp Line: 1432 Invoked Function: CHttpProbeAsync::SendProbe Return Code: -27066354 (0xFE63000E) Description: HTTP_PROBE_ASYNC_ERROR_CANNOT_CONNECT HTTP (host: 130.132.21.188)
    3/24/15 8:47:59.597 PM acvpnagent[22]: Function: TestAccessToSG File: ../../vpn/Agent/NetEnvironment.cpp Line: 1385 Invoked Function: CNetEnvironment::analyzeHttpResponse Return Code: -28966899 (0xFE46000D) Description: NETENVIRONMENT_ERROR_PROBE_INCOMPLETE:Network Probe could not contact target
    3/24/15 8:47:59.597 PM acvpnagent[22]: Function: testNetwork File: ../../vpn/Agent/NetEnvironment.cpp Line: 777 Invoked Function: CNetEnvironment::IsSGAccessible Return Code: -28966899 (0xFE46000D) Description: NETENVIRONMENT_ERROR_PROBE_INCOMPLETE:Network Probe could not contact target
    3/24/15 8:48:00.588 PM mds[34]: (ImportServer.Error:708) <MDSImporterProxy 0x7f852a952800 shutdown:NO got shutdown notification:NO> still waiting for plug-in info from bundle finder
    3/24/15 8:48:02.640 PM com.apple.xpc.launchd[1]: (papercut.pc-event-monitor[1060]) Service exited with abnormal code: 3
    3/24/15 8:48:02.640 PM com.apple.xpc.launchd[1]: (papercut.pc-event-monitor) Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    3/24/15 8:48:04.074 PM imagent[244]: [Warning] No incoming push handler for selector: handler:isConnectedChanged:    topic: (null)   command: (null)   context: (null)
    3/24/15 8:48:11.000 PM kernel[0]: PM response took 28007 ms (28, powerd)
    3/24/15 8:48:11.000 PM kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000300
    3/24/15 8:48:11.663 PM coreaudiod[215]: 2015-03-24 08:48:11.662954 PM [AirPlay] Power: SystemHasPoweredOn
    3/24/15 8:48:11.663 PM coreaudiod[215]: 2015-03-24 08:48:11.663251 PM [AirPlay] BTLE client starting to browse for AirPlay Solo Target Presence.
    3/24/15 8:48:11.663 PM watchdogd[310]: [watchdog_daemon] @(         pm_callback) - ref=0x0 msg_type=0xe0000300 msg=0x0
    3/24/15 8:48:11.000 PM kernel[0]: [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
    3/24/15 8:48:11.000 PM kernel[0]: [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
    3/24/15 8:48:12.663 PM com.apple.xpc.launchd[1]: (papercut.pc-event-monitor[1061]) Service exited with abnormal code: 3
    3/24/15 8:48:12.663 PM com.apple.xpc.launchd[1]: (papercut.pc-event-monitor) Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    3/24/15 8:48:17.000 PM kernel[0]: kauth external resolver timed out (1 timeout(s) of 60 seconds).
    3/24/15 8:48:22.686 PM com.apple.xpc.launchd[1]: (papercut.pc-event-monitor[1062]) Service exited with abnormal code: 3
    3/24/15 8:48:22.686 PM com.apple.xpc.launchd[1]: (papercut.pc-event-monitor) Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    3/24/15 8:48:32.709 PM com.apple.xpc.launchd[1]: (papercut.pc-event-monitor[1063]) Service exited with abnormal code: 3
    3/24/15 8:48:32.709 PM com.apple.xpc.launchd[1]: (papercut.pc-event-monitor) Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    3/24/15 8:48:38.546 PM UserEventAgent[16]: assertion failed: 14C1514: com.apple.cts + 6509 [E20D6959-DC3C-3689-91B7-E477E53EA628]: 0xffffffffe00002f0
    3/24/15 8:48:41.031 PM sharingd[231]: 20:48:41.030 : SDStatusMonitor::kStatusWirelessPowerChanged
    3/24/15 8:48:41.032 PM sharingd[231]: 20:48:41.031 : Starting AirDrop server for user 1307547021 on wake
    3/24/15 8:48:41.032 PM sharingd[231]: 20:48:41.032 : SDStatusMonitor::kStatusWirelessPowerChanged
    3/24/15 8:48:41.000 PM kernel[0]: [SendRawHCICommand] ### ERROR: EnqueueRequestForController failed (err=e00002d8)
    3/24/15 8:48:42.732 PM com.apple.xpc.launchd[1]: (papercut.pc-event-monitor[1064]) Service exited with abnormal code: 3
    3/24/15 8:48:42.732 PM com.apple.xpc.launchd[1]: (papercut.pc-event-monitor) Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    3/24/15 8:48:46.074 PM UserEventAgent[202]: assertion failed: 14C1514: com.apple.cts + 6509 [E20D6959-DC3C-3689-91B7-E477E53EA628]: 0xffffffffe00002f0
    3/24/15 8:48:52.754 PM com.apple.xpc.launchd[1]: (papercut.pc-event-monitor[1066]) Service exited with abnormal code: 3
    3/24/15 8:48:52.754 PM com.apple.xpc.launchd[1]: (papercut.pc-event-monitor) Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    3/24/15 8:49:02.777 PM com.apple.xpc.launchd[1]: (papercut.pc-event-monitor[1067]) Service exited with abnormal code: 3
    3/24/15 8:49:02.777 PM com.apple.xpc.launchd[1]: (papercut.pc-event-monitor) Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    3/24/15 8:49:12.797 PM com.apple.xpc.launchd[1]: (papercut.pc-event-monitor[1068]) Service exited with abnormal code: 3
    3/24/15 8:49:12.797 PM com.apple.xpc.launchd[1]: (papercut.pc-event-monitor) Service only ran for 0 seconds. Pushing respawn out by 10 seconds.
    3/24/15 8:49:12.819 PM CalendarAgent[246]: [com.apple.calendar.store.log.caldav.coredav] [Refusing to parse response to PROPPATCH because of content-type: [text/html; charset=UTF-8].]
    3/24/15 8:49:22.818 PM com.apple.xpc.launchd[1]: (papercut.pc-event-monitor[1071]) Service exited with abnormal code: 3
    3/24/15 8:49:22.818 PM com.apple.xpc.launchd[1]: (papercut.pc-event-monitor) Service only ran for 0 seconds. Pushing respawn out by 10 seconds.

  • I am having macbook air recently my iphotos did not open and was showing report apple and reopen but i came to know that by pressing alt and iphotos i open an new photo library and stored the pics but now how can i get the pics which i had in the earlier

    i am having macbook air recently my iphotos did not open and was showing report apple and reopen but i came to know that by pressing alt and iphotos i open an new photo library and stored the pics but now how can i get the pics which i had in the earlier photo please help me to recover my photos

    Well I'll guess you're using iPhoto 11:
    Option 1
    Back Up and try rebuild the library: hold down the command and option (or alt) keys while launching iPhoto. Use the resulting dialogue to rebuild. Choose to Repair Database. If that doesn't help, then try again, this time using Rebuild Database.
    If that fails:
    Option 2
    Download iPhoto Library Manager and use its rebuild function. (In early versions of Library Manager it's the File -> Rebuild command. In later versions it's under the Library menu.)
    This will create an entirely new library. It will then copy (or try to) your photos and all the associated metadata and versions to this new Library, and arrange it as close as it can to what you had in the damaged Library. It does this based on information it finds in the iPhoto sharing mechanism - but that means that things not shared won't be there, so no slideshows, books or calendars, for instance - but it should get all your events, albums and keywords, faces and places back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.  
    Regards
    TD

  • Can I return my macbook air that I brought during the holidays (Thanksgiving)

    I was gifted a Macbook air during the thanksgiving season, and since I am a computer science developer ( a student to be precise), I want to return my Mac and opt in for a Windows machine ( so that I can get enough software support if needed, there are several people around me with a pc). I was wondering, how can I return my laptop ? What are the terms and conditions ?
    Thank you in advance.

    I would think you cannot return a product after the return date has passed.
    Call the Apple Store and ask them.

  • How do I use my Macbook Air with a display?

    I wish to use the display with the Macbook Air. The screen on the MBA is too small for home use so I want to use the display instead. How do I do this? It's awkward to type on the MBA keyboard and then look at the display next to the MBA.
    However I want to keep the MBA as my main computer because I like to use the MBA outside my home a lot. So that is why I do not buy an iMac.
    I also do not want to go to the trouble of syncing a Macbook Air and an iMac.
    I figured if I can use the hard drive on the MBA and then use the cinema display to show everything like my LCD screen that would be great.
    How can I get around the problem of awkward placement on my desk?
    Can I buy a keyboard and will that prevent the need to type using the MBA's keyboard?
    I plan on replacing my old MBA with the new MBA that has two USB ports.
    Will the separate keyboard and display fit into a USB hub? I need to keep one hub free on the MBAir for the USB ethernet.
    Is it just a matter of plugging the cinema display and keyboard into the MBA and then just typing away, using the MBA's hard drive?
    I do not know how this will work.
    Thanks for any explanation.

    I figured if I can use the hard drive on the MBA and then use the cinema display to show everything like my LCD screen that would be great.
    <http://support.apple.com/kb/ht3131>
    Can I buy a keyboard and will that prevent the need to type using the MBA's keyboard?
    Yes.
    Will the separate keyboard and display fit into a USB hub? I need to keep one hub free on the MBAir for the USB ethernet.
    There are two USB ports on the display. Use one for ethernet and one for the keyboard (a USB mouse can plug into the keyboard).
    Is it just a matter of plugging the cinema display and keyboard into the MBA and then just typing away, using the MBA's hard drive?
    Yes. Or you can use a wireless keyboard and mouse.
    <http://store.apple.com/us/product/MC184LL/A?fnode=MTY1NDA1Mg&mco=MTMzNzg5MDM>
    <http://store.apple.com/us/product/MB829LL/A?fnode=MTY1NDA1Mg&mco=MTMzNzY2NTE>
    <http://store.apple.com/us/product/MC380LL/A?fnode=MTY1NDA1Mg&mco=MTg1ODE3MDE>

  • Movies from iMac 27 do not show up on macbook air

    I have 24 home-made movie that show up on my main computer, iMac 27, two iPads and and iPhone5. However, I am baffled how to get the same movies to show up on my Macbook Air. I've tried Sharing the Library, turning Sharing off and on on both compueters, and many other obvious possibilities. This is baffling me. Has anyone else had the same situation and a solution to go with it?
    Thank you,
    Steve Roesler

    Hello, Steve. 
    Thank you for visiting Apple Support Communities. 
    I would need a little more information on this issue to provide a better answer.  Are these movies in your iTunes library?  If not see the steps in the first article below.  Some imported movies do show as Home Videos when imported.  If these are in your iTunes library, see the troubleshooting steps in the second article below. 
    Adding music and other content to iTunes
    http://support.apple.com/kb/ht1473
    Troubleshooting Home Sharing
    http://support.apple.com/kb/ts2972
    Cheers,
    Jason H. 

  • Mid 2013 macbook air keyboard/trackpad stop responding

    I have a mid-2013 13" Macbook Air - 512GB SSD, 8GB RAM - 1.7Ghz i7
    I spend a good deal of time working at my home, where I have two external monitors (one via USB, one via the thunderbolt port) and a bluetooth wireless mouse and keyboard.  Things are great.
    I also go on the road, and when I do, I simply unplug my monitors, close the lid, and go.
    Lately, I've had some very odd behavior happen which acts a lot like what is described in the latest 13" Macbook Pro Retina EFI fix:  http://www.macrumors.com/2013/11/07/apple-releases-fix-for-13-inch-retina-macboo k-pro-keyboardtrackpad-issues/
    Here's what happens....when I'm traveling and away from my bluetooth keyboard/mouse, I will open up my MBA and the trackpad and internal keyboard are unresponsive.  I can press the power button and get it to turn off...power it back on and am able to use the keyboard to control various boot options (diagnostics, single-user, safe-mode, recovery model, etc).  Booting up full, however, the issue will still exist.  Looking at the console log, when this is happening, there are a ton (about 4000 every minute) of the following :
    11/1/13 7:45:26.000 PM kernel[0]: Error: AppleHSSPIController::doSPITransfer CRC from device was invalid
    11/1/13 7:45:26.000 PM kernel[0]: Error: AppleHSSPIController::InterruptOccurred Failed to transfer interrupt data with Err (0xe00002eb)
    Eventually, something happens and things start to work -- I will generally see the following in the console log when it starts working:
    11/1/13 7:45:27.000 PM kernel[0]: Apple Internal Keyboard / Trackpad::start Start Succeeded
    If I let the machine sit at the unlock screen, eventually a dialog comes up and says "unable to find external bluetooth keyboard/mouse..."  It says it will continue to search and will pair with one eventually....it's the same message I would get from my mac mini if it couldn't find the bluetooth keyboard (and has no internal/hardwired keyboard).
    When it is happening, I can use "cmd-r" to boot into recovery mode and recovery mode will complain about not having a mouse/trackpad - yet the keyboard seems to work to control what happens at boot time.
    I called Apple and got sent to the apple store with a "it sounds like a faulty logic board or a connection that needs soldering".  The Apple Store "genius" didn't quite think that was the case and has instead suggested I re-install the operating system.  I'm non-plussed by both suggestions. This has happened both before and after Mavericks... 
    On one of my latest trips, I had a case where I took my laptop out on the plane to try to use it...only to have this issue occur.  I landed, got to the hotel, tried again and everything worked fine.  Went to dinner - leaving my laptop on the desk plugged in - only to come back to have the keyboard unresponsive....  I've now resorted to traveling with my bluetooth keyboard and mouse "just in case".
    Any ideas/thoughts?

    Mv2400
    I will open up my MBA and the trackpad and internal keyboard are unresponsive.
    Do four things to test for fault on this,
    reset SMC ,
    reset NVRAM,
    uncheck "put hard disks to sleep"
    and UNPAIR both your bluetooth mouse and keyboard from this Mac that you are using with it currently.
    yes, the notion that your logic board is at fault is extremely unlikely, additionally (though far more likely) that your Mavericks OS is corrupt.
    RESET SMC
    Shut down the computer.
    Plug in the MagSafe power adapter to a power source, connecting it to the Mac if its not already connected.
    On the built-in keyboard, press the (left side) Shift-Control-Option keys and the power button at the same time.
    Release all the keys and the power button at the same time.
    Press the power button to turn on the computer. 
    Note: The LED on the MagSafe power adapter may change states or temporarily turn off when you reset the SMC.
    RESET NVRAM
    Shut down your Mac.
    Locate the following keys on the keyboard: Command (⌘), Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.
    Lastly, go into SYS PREFERENCES > ENERGY > uncheck "Put hard disks to sleep when possible" in both tabs.
    Let your Mac go into sleep or close the lid for a few mins. and reopen and verify that your trackpad and mouse are fine.  They should be after this,.........
    If not contact Apple for full in shop diagnostic, theyll run a hardware test (unlikely causation) and reinstall the OS, then retest and LASTLY replace the logic board (very unlikely).

  • Mid 2011 Macbook Air Painfully slow.

    Mid 2011 Macbook Air Painfully slow.
    Hey everyone.  I am writing about my 13 inch Mid 2011 Macbook Air. 
    Recently it has been extremely slow and on occasion has not started up.
    I have reset the PRAM and SMC already, yet it is still very slow.  I have a couple theories about what might have caused it, are they plausible?
    Theory 1:  It’s a software problem. I tried to upgrade to 10.8.2 but halfway through the upgrade the computer restarted and somehow I was still on 10.8.1.  For fear of a big issue happening I didn’t try to upgrade again. Perhaps it is a flaw in Apple’s software update? 
    The important thing to note about this update is that I tried to install 10.8.2 around a month or two weeks BEFORE I started having problems.  So if these issues were due to 10.8.2’s failed update then it certainly was a delayed reaction. 
    I would of course like to update to 10.8.2 BUT as my computer is acting EXTREMELY slow and having trouble turning on occasionally I am worried the software update will completely brick the machine.  Is that possible?  Should I actually finish through with the software update?
    Theory 2:  It was an electricity problem. 
    The computer died when I was sitting at a café plugged into their wall sockets.  A few days later when I came back to the same spot with my old macbook which is now being used in lieu of the Air it suddenly turned black for a little while. Sensing it might be an electricity surge or something with their system I unplugged the cable.  I am not sure if that was paranoia though. 
    Can an electricity surge or a bad outlet fry a computer?  Can it fry the ram so the computer is extremely slow? Does that theory hold any water? 
    Thanks for your help diagnosing this problem.
    All the best. 

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It won’t solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    Third-party system modifications are a common cause of usability problems. By a “system modification,” I mean software that affects the operation of other software — potentially for the worse. The following procedure will help identify which such modifications you've installed. Don’t be alarmed by the complexity of these instructions — they’re easy to carry out and won’t change anything on your Mac. 
    These steps are to be taken while booted in “normal” mode, not in safe mode. If you’re now running in safe mode, reboot as usual before continuing. 
    Below are instructions to enter some UNIX shell commands. The commands are harmless, but they must be entered exactly as given in order to work. If you have doubts about the safety of the procedure suggested here, search this site for other discussions in which it’s been followed without any report of ill effects. 
    Some of the commands will line-wrap or scroll in your browser, but each one is really just a single line, all of which must be selected. You can accomplish this easily by triple-clicking anywhere in the line. The whole line will highlight, and you can then either copy or drag it. The headings “Step 1” and so on are not part of the commands. 
    Note: If you have more than one user account, Step 2 must be taken as an administrator. Ordinarily that would be the user created automatically when you booted the system for the first time. The other steps should be taken as the user who has the problem, if different. Most personal Macs have only one user, and in that case this paragraph doesn’t apply. 
    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. 
    When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign (“$”) or a percent sign (“%”). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign. 
    Step 1 
    Copy or drag — do not type — the line below into the Terminal window, then press return:
    kextstat -kl | awk '!/com\.apple/{printf "%s %s\n", $6, $7}' 
    Post the lines of output (if any) that appear below what you just entered (the text, please, not a screenshot.) You can omit the final line ending in “$”. 
    Step 2 
    Repeat with this line:
    sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix)|edu\.mit|org\.(amavis|apache|cups|isc|ntp|postfix|x)/{print $3}' 
    This time, you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up. You don't need to post the warning. 
    Note: If you don’t have a login password, you’ll need to set one before taking this step. If that’s not possible, skip to the next step. 
    Step 3
    launchctl list | sed 1d | awk '!/0x|com\.apple|edu\.mit|org\.(x|openbsd)/{print $3}' 
    Step 4
    ls -1A /e*/mach* {,/}L*/{Ad,Compon,Ex,Fram,In,Keyb,La,Mail/Bu,P*P,Priv,Qu,Scripti,Servi,Spo,Sta}* L*/Fonts 2> /dev/null  
    Important: If you formerly synchronized with a MobileMe account, your me.com email address may appear in the output of the above command. If so, anonymize it before posting. 
    Step 5
    osascript -e 'tell application "System Events" to get name of every login item' 2> /dev/null 
    Remember, steps 1-5 are all drag-and-drop or copy-and-paste, whichever you prefer — no typing, except your password. Also remember to post the output. 
    You can then quit Terminal.

  • When I login to my bank, I get the message: 403 - Forbidden: Access is denied. You do not have permission to view this directory or page using the credentials that you supplied. Have new MacBook Air with Yosemite. How to solve this problem?

    When I try to login to the website of my bank, I get the following error message:
    403 - Forbidden: Access is denied.
    You do not have permission to view this directory or page using the credentials that you supplied.
    I have a new MacBook Air with OS Yosemite installed.
    What is the problem and how can I solve it?

    Some websites require a special client certficate for access. If you don't have that certficate, you'll have to contact the site operator to find out how to get one.
    Sometimes the problem is caused by a web server that is configured to request an optional client certificate. Safari treats the request as mandatory. In that case, other browsers such as Firefox and Chrome may be able to connect to the site, because they ignore the request.
    The first time you were prompted for a certificate, you may have clicked through a dialog that requested access to the Apple certificate in your keychain that is used to secure the iMessage service. In that case, you may be able to regain access to the site in Safari by doing as follows.
    Back up all data.
    Double-click anywhere in the line below on this page to select it:
    com.apple.idms.appleid.prd
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the Keychain Access 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 Keychain Access in the icon grid.
    Paste into the search field in the Keychain Access window by clicking in it and pressing the key combination command-V. An item may appear in the list of keychain items. The Name will begin with string you searched for, and the Kind will be "certificate."
    Delete the item by selecting it and pressing the delete key. It will be recreated automatically the next time you launch the Messages or FaceTime application.
    The next time you visit a site that prompts for an optional client certificate, cancel out of the prompt. You may have to do this several times before the server stops asking.
    Credit for this idea to Christian Braukmueller of SAP.

  • TV Apple TV MacBook Air:How to connect my computer's monitor and TV as multiple monitors (NOT mirroring)

    I have an insignia TV, an apple TV I just bought less than a month ago, and a Macbook Air (mountain Lion) and a MacBook pro (mountain lion).
    I am able to connectboth of my computers with the TV to mirror my screen/monitor, but I have not been able to figure out how to use the apple TV to use my TV as a second monitor, like I was able to do with my HDMI cable. 
    when I bought the Apple TV the person who I talked to at the store told me I would be able to do it, but I havent been able to do it through system preferences and the options for display only show as mirroring through Airplay. I dislike mirroring because while I play something on my computer (or somebody else does) I'd like to still be able to use my computer for browsing or doing homework.
    Please help me find a way in which I can make my TV as a second monitor tu my computer without having to have an HDMI cord across the room. I have a puppy and I have had problems with that. That is actually the reason why I considered buying the Apple TV device.
    NOTE: In case you know a way to connect my TV to my Macs I have a time capsule and my TV has a DVI, two HDMI, and a USB ports.
    thank you!
    Lydia

    Morning jotref,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at this article:
    About AirPlay Mirroring in OS X Mountain Lion
    http://support.apple.com/kb/ht5404
    Best of luck,
    Mario

Maybe you are looking for

  • Selecting down payment in F-54

    Is there a way to restrict the down payment selection in transaction F-54 to those down payments assigned to the same purchase document as the relevant invoice? This is the situation: The user registers a down payment assigned to a purchase order (F-

  • My Mac Book Pro does not recognize the presence of a DVD or CD

    Ever since I upgraded my MacBook Pro, it does not recognize a DVD or CD of any type when I put it in. I have a store bought DVD, the Social Network, which worked fine before upgrading to OSX operating system. Music CD's were okay then, too. Now, neit

  • Maximum pdf file size (Acrobat 9 Pro)

    Hi, Is there a maximum size for pdf's? At work we are trying to save some very large pdf's (between 3 and 4 gig). The reason we are saving them as one file is because the person who wants them had problems navigating between the different pdf's when

  • How to get id of selected Tab in WebDynpro abap

    HI,     How to get id of selected Tab in WebDynpro for abap? THANKS!

  • Completely Lost.  Please Help!

    My husband just purchased an ipod mini for me. He also has one himself. How do I set up my ipod on the computer? Do I use the install cd even though he has already done it for his ipod?