Latest perl update breaks git-svn

Hi,
since I update to perl 5.16-02 git svn clone aborts with a invalid checksum error during import a subversion repository like this:
-- snip ---
Initializing parent: refs/remotes/trunk@-1
Checksum mismatch: path/to/file a114fd4db425f02aff0455e0871c6fb935da74fe
expected:
got: bfe0d28d1b1ab61a83b6b14bf13f1144
-- snap ---
With perl 5.14.2-7 it works like expected. Could anybody conform that? Should I open a bug?
Framas

I’m facing the same problem whe I update to git-1.8.4-1 and subversion-1.8.1-2
I found this page http://git.661346.n2.nabble.com/git-svn … 92205.html
I resoved this issue with the 6 post's method:
uli wrote:
In reply to this post by Jonathan Lambrechts
I'm facing the same issue. I'm using git-1.8.4 and subversion 1.8.3 on Ubuntu.
I'm proposing a different modification to Ra.pm:
--- git-1.8.4.orig/perl/Git/SVN/Ra.pm    2013-09-01 14:30:23.629989557 +0000
+++ git-1.8.4/perl/Git/SVN/Ra.pm    2013-09-02 06:55:19.666260617 +0000
@@ -32,6 +32,10 @@
+END {
+  $RA = undef;
+}
+
sub _auth_providers () {
    my @rv = (
      SVN::Client::get_simple_provider(),
add these below to the file /usr/share/perl5/vendor_perl/Git/SVN/Ra.pm  at the right place (maybe start at line 34)
END {
  $RA = undef;
temporary method, waiting for the official package to resolve it

Similar Messages

  • The latest Java update breaks some vital applications

    The latest Java update breaks some vital applications. I have reverted back to 7u45. But now, every time a java applet is used, the "later", "block", "update" window appears and stops the applet from loading. I must have this older release. Oracle does not throughly test their updates. Note: the apps the update breaks are actually Oracle apps.
    I have checked the "do not ask again until next relesse" box every single time. Worthless.
    Is there a way to stop Java version checks? I even have the box deselected for check for updates; ignored by OS X. I WANT CONTROL! Stop checking!
    Ideas?

    We are facing the same issue. We suggested all out customers not to install the updates Java 7u65 or 8u11 until there is a workaround or fix.
    The wrong look & feel is causing the following problems:
    - Either icons or text can be display on a button. Currently the majority of buttons are displaying an icon. Therefore the workaround is to set the text at least.
    - Scroll-bars are displayed within all cells of a table column. The circumstances are not clear when these scroll-bars are displayed.

  • Latest iTunes update breaks iTunes Radio

    Has anyone tried to use Featured Stations on iTunes Radio? The latest update has broken this on both my iMac and MacBook Pro. Both running news Yosemite and iTunes.  I'm able to play NPR Radio, but all else has failed. I've logged out, and logged back in. Restarted and still no iTunes Radio on Featured Stations. I even created my stations and still no sound.

    It's working now. Must have been an issue with Apple regarding iTunes radio.

  • Mac 10.8.x Latest Java Update Breaks SVG

    On the latest Mac version, our Desktop application that utilizes vector graphics is suddenly broken. The SVG images are no longer appearing/displaying on the screen like normal. This is only with Mac 10.8.x and the latest release of Java. Any suggestions on what could cause this, how to go about troubleshooting this, or where else to post this question is much appreciated.
    Thank you.

    We are facing the same issue. We suggested all out customers not to install the updates Java 7u65 or 8u11 until there is a workaround or fix.
    The wrong look & feel is causing the following problems:
    - Either icons or text can be display on a button. Currently the majority of buttons are displaying an icon. Therefore the workaround is to set the text at least.
    - Scroll-bars are displayed within all cells of a table column. The circumstances are not clear when these scroll-bars are displayed.

  • Latest JAVA update breaks numerous web page services - how do I uninstall?

    Since applying the most recent JAVA update, Java server pages that use dropdown menus that worked in the past no longer stay dropped down. On the click down action, the menu appears briefly then disappears so it is now impossible to use these critical menus.
    Clearly something is defective in this update. How do I uninstall it?
    Thanks,
    Ross

    Did you try changing the active Java version? Applications>Utilities>JavaPreferences.

  • Latest Spotify update breaking Adobe FIreworks

    Certain functions are no longer working in Fireworks when Spotify is open -- like zooming. 
    Any recommendations/news of a fix?

    Man, for a service we have to pay for, spotify has pretty bad customer service. It's near impossible to get a hold of them (FAQ and community forums don't always cut it) and seeing as this has been open for a few weeks with no response isn't reassuring. Tried to fill out the customer service form (which finding was like trying to locate buried treasure), but they only let you send in extremely specific issues.
    Anyway, this is happening to me as well. I only realized it was Spotify causing the issues through a Goolge search. It seems this was a problem in past Spotify releases (back in 2011ish), but was fixed. My guess is that fix was taken out in the recent release.
    See: https://forums.adobe.com/thread/755820 

  • Latest Java Update Loses JarBundler, Breaks Some Bundled Java Apps

    Hi all,
    I installed the latest Java update this morning. After installation, the "Jar Bundler" program was gone, and I had to re-install Xcode to get it back.
    Also, one of my bundled java apps now no longer works. I can launch the same code from the command line using "java -jar <my jar file name>", but launching the same bundled jar file gives the following console error:
    java.lang.reflect.InvocationTargetException
    at java.awt.EventQueue.invokeAndWait(EventQueue.java:1033)
    at quicktime.QTSession.<clinit>(QTSession.java:92)
    at com.ibm.videoNoteTaker.VideoNoteTaker.<init>(VideoNoteTaker.java:145)
    at com.ibm.videoNoteTaker.VideoNoteTaker.main(VideoNoteTaker.java:119)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at apple.launcher.LaunchRunner.run(LaunchRunner.java:115)
    at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
    at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
    Caused by: java.lang.UnsatisfiedLinkError: /System/Library/Java/Extensions/libQTJNative.jnilib: no suitable image found. Did find: /System/Library/Java/Extensions/libQTJNative.jnilib: no matching architecture in universal wrapper
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1881)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1774)
    at java.lang.Runtime.loadLibrary0(Runtime.java:823)
    at java.lang.System.loadLibrary(System.java:1047)
    at quicktime.QTSession$1.run(QTSession.java:94)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:633)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:29 6)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:211)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:20 1)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:196)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:188)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    java.lang.UnsatisfiedLinkError: quicktime.QTSession.Gestalt(I[I)S
    at quicktime.QTSession.Gestalt(Native Method)
    at quicktime.QTSession.gestalt(QTSession.java:933)
    at quicktime.QTSession.open(QTSession.java:639)
    at quicktime.QTSession.open(QTSession.java:606)
    at quicktime.QTSessin.open(QTSession.java:606)
    at com.ibm.videoNoteTaker.VideoNoteTaker.<init>(VideoNoteTaker.java:145)
    at com.ibm.videoNoteTaker.VideoNoteTaker.main(VideoNoteTaker.java:119)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at apple.launcher.LaunchRunner.run(LaunchRunner.java:115)
    at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
    at apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:52)
    Any ideas?
    Thanks,
    -Eben

    I have discovered my problem and solution.
    The JavaApplicationStub file in the app bundle was configured to run x86_64 which the library does not support. This is apparently new to the latest release of Java.
    In order to solve the problem, use the lipo tool. Here is what I did:
    lipo -remove x86_64 JavaApplicationStub -output JavaApplicationStub
    In addition it is also recommended that the LSArchitecturePriority key be added to the info.plist. I added the following to the main properties:
    <key>LSArchitecturePriority</key>
    <array>
    <string>i386</string>
    <string>ppc</string>
    </array>
    This specifies the allowed architectures in their preferred order.
    Ref: see note at bottom of this page:
    http://developer.apple.com/documentation/Java/Reference/Java_InfoplistRef/Articl es/JavaDictionaryInfo.plistKeys.html

  • Kernel on OSX.3.9 aftre latest Security update

    Hello !
    Since I downloaded the latest security update for X.3.9, I have many problems. Impossible to get the mac started in the morning. I can only do it by booting with : Alt/Ctrl / P/ R pressed. Here is the kernel message I found in the Console. This morning for instance;
    Dec 9 07:56:51 localhost syslogd: restart
    Dec 9 07:56:51 localhost syslogd: kernel boot file is /mach_kernel
    Dec 9 07:56:51 localhost kernel: standard timeslicing quantum is 10000 us
    Dec 9 07:56:51 localhost kernel: vmpagebootstrap: 315500 free pages
    Dec 9 07:56:51 localhost kernel: migtable_maxdispl = 68
    Dec 9 07:56:51 localhost kernel: IOKit Component Version 7.9:
    Dec 9 07:56:51 localhost kernel: Wed Mar 30 20:07:52 PST 2005; root(rcbuilder):RELEASE_PPC/iokit/RELEASE
    Dec 9 07:56:51 localhost kernel: 99 prelinked modules
    Dec 9 07:56:51 localhost kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Dec 9 07:56:51 localhost kernel: The Regents of the University of California. All rights reserved.
    Dec 9 07:56:51 localhost kernel:
    Dec 9 07:56:51 localhost kernel: using 3276 buffer headers and 3276 cluster IO buffer headers
    Dec 9 07:56:51 localhost kernel: AppleCPUThermo couldn't parse platform functions
    Dec 9 07:56:51 localhost kernel: Local FireWire GUID = 0x393ff:0xfed77328
    Dec 9 07:56:51 localhost kernel: Security auditing service present
    Dec 9 07:56:51 localhost kernel: BSM auditing present
    Dec 9 07:56:51 localhost kernel: From path: "/pci@f4000000/ata-6@d/disk@0:12,\mach_kernel", Waiting on <dict ID="0"><key>IOPathMatch</key><string ID="1">IODeviceTree:/pci@f4000000/ata-6@d/@0:12</string></dict>
    Dec 9 07:56:51 localhost kernel: Got boot device = IOService:/MacRISC2PE/pci@f4000000/AppleMacRiscPCI/ata-6@D/AppleKauaiATA/ATADev iceNub@0/IOATABlockStorageDriver/IOATABlockStorageDevice/IOBlockStorageDriver/IB M-IC35L080AVVA07-0 Media/IOApplePartitionScheme/AppleHFS_Untitled3@12
    Dec 9 07:56:51 localhost kernel: BSD root: disk0s12, major 14, minor 10
    Dec 9 07:56:51 localhost kernel: jnl: journal start/end pointers reset! (jnl 0x20eadc4; s 0x2c7600 e 0x2c7600)
    Dec 9 07:56:51 localhost kernel: Jettisoning kernel linker.
    Dec 9 07:56:51 localhost kernel: Resetting IOCatalogue.
    Dec 9 07:56:51 localhost kextd[87]: registering service "com.apple.KernelExtensionServer"
    Dec 9 07:56:55 localhost kernel: Matching service count = 0
    Dec 9 07:56:56 localhost kernel: AppleRS232Serial: 0 0 AppleRS232Serial::start - returning false early, Connector or machine incorrect
    Dec 9 07:56:56 localhost kernel: rtclock timebase_callback: late old 1000000000 / 41656790 new 1000000000 / 41656521
    Dec 9 07:56:58 localhost SystemStarter: Bienvenue sur Macintosh.
    Dec 9 07:56:58 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/libexec/fix_prebinding": exited with non-zero status 1 [pid 139]
    Dec 9 07:56:58 localhost lookupd[133]: lookupd (version 324.13) starting - Fri Dec 9 07:56:58 2005
    Dec 9 07:56:58 localhost ConsoleMessage: Starting SecurityServer
    Dec 9 07:56:58 localhost ConsoleMessage: Starting timed execution services
    Dec 9 07:56:58 localhost ConsoleMessage: Selecting SymDC Extension
    Dec 9 07:56:58 localhost ConsoleMessage: Starting Apple Multicast DNS Responder
    Dec 9 07:56:58 localhost ConsoleMessage: Starting kernel event agent
    Dec 9 07:56:58 localhost ConsoleMessage: Initializing network
    Dec 9 07:56:59 localhost SystemStarter: Starting SecurityServer
    Dec 9 07:56:59 localhost SystemStarter: D?marrage des services ? ex?cution diff?r?e
    Dec 9 07:56:59 localhost SystemStarter: Selecting SymDC Extension
    Dec 9 07:56:59 localhost SystemStarter: D?marrage du r?pondeur DNS multi-diffusion Apple
    Dec 9 07:56:59 localhost SystemStarter: D?marrage de l?agent d??v?nement du kernel
    Dec 9 07:56:59 localhost mDNSResponder[204]: mDNSResponder-58.8.1 (Jan 31 2005 21:11:41) starting
    Dec 9 07:56:59 localhost mDNSResponder[204]: SetupAddr invalid sa_family 0
    Dec 9 07:56:59 localhost SystemStarter: Initialisation du r?seau
    Dec 9 07:56:59 localhost ConsoleMessage: Checking disks
    Dec 9 07:56:59 localhost SystemStarter: V?rification des disques
    Dec 9 07:56:59 localhost diskarbitrationd[90]: disk1s6 hfs FBEBADA5-CCA2-3A75-9F39-8A4B2CB67908 03 MIM MUSIC [not mounted]
    Dec 9 07:56:59 localhost diskarbitrationd[90]: disk1s7 hfs 5D699C0B-EC71-3B82-A414-C5B8336C6A70 04 Video 1 [not mounted]
    Dec 9 07:56:59 localhost diskarbitrationd[90]: disk1s8 hfs 5D699C0B-EC71-3B82-A414-C5B8336C6A70 05 Video 2 [not mounted]
    Dec 9 07:56:59 localhost diskarbitrationd[90]: disk1s9 hfs 5D699C0B-EC71-3B82-A414-C5B8336C6A70 06 Video 3 [not mounted]
    Dec 9 07:56:59 localhost diskarbitrationd[90]: disk2s6 hfs 46683631-E296-3B6A-895E-95B1BD55D800 Snd Bank :OS 9 [not mounted]
    Dec 9 07:56:59 localhost diskarbitrationd[90]: disk3s10 hfs 4514F476-EE84-3528-95B4-65622CA7C6D9 BIG1 [not mounted]
    Dec 9 07:56:59 localhost diskarbitrationd[90]: disk2s7 hfs DD0F2B8E-74F7-3A27-B1DC-EEA9909D7A9E Films 2 [not mounted]
    Dec 9 07:56:59 localhost diskarbitrationd[90]: disk2s8 hfs DD0F2B8E-74F7-3A27-B1DC-EEA9909D7A9E Films 3 [not mounted]
    Dec 9 07:56:59 localhost diskarbitrationd[90]: disk2s9 hfs DD0F2B8E-74F7-3A27-B1DC-EEA9909D7A9E Films 4 [not mounted]
    Dec 9 07:56:59 localhost diskarbitrationd[90]: disk2s10 hfs 0F16310F-D895-3E65-B8AF-DED7470B9278 FilmBank 5 [not mounted]
    Dec 9 07:56:59 localhost diskarbitrationd[90]: disk3s12 hfs 57C7530D-C245-3C7F-B874-150A67758EC6 BIG 2 [not mounted]
    Dec 9 07:56:59 localhost diskarbitrationd[90]: disk3s14 hfs 806E7F67-AAF7-33D1-B897-C22E56C4B70B BIG 4 [not mounted]
    Dec 9 07:56:59 localhost diskarbitrationd[90]: disk3s16 hfs 307117CC-9E35-36D1-92DD-85B8E6AA5705 BIG3 [not mounted]
    Dec 9 07:57:00 localhost diskarbitrationd[90]: disk0s12 hfs 5CDE05DE-5B6B-38C6-96D0-47E215FA75BD 01 MAC SYSTEM /
    Dec 9 07:57:00 localhost diskarbitrationd[90]: disk0s10 hfs 941FE3C2-2824-3B19-BF9A-21239E50B02D 02 Mac Hard Disk /Volumes/02 Mac Hard Disk
    Dec 9 07:57:00 localhost ConsoleMessage: PACESupport - Starting
    Dec 9 07:57:01 localhost kernel: UniNEnet: Ethernet address 00:03:93:d7:73:28
    Dec 9 07:57:01 localhost kernel: ADIEthernetController: Ethernet address 00:60:4c:26:a9:41
    Dec 9 07:57:01 localhost kernel: IOFireWireIP: FireWire address 00:03:93:ff:fe:d7:73:28
    Dec 9 07:57:05 localhost kernel: ATY,Pheonix_A: vram [9c000000:04000000]
    Dec 9 07:57:05 localhost kernel: ATY,Pheonix_B: vram [98000000:04000000]
    Dec 9 07:57:05 localhost SystemStarter: The "HasShadow" window property is obsolete. Use CGSSetWindowShadowAndRimParameters(cid, wid, 0.0,0.0, 0,0, CGSNoShadowStyle) to turn off the window shadow instead. Set a break-point on CGSLogMessage to find out where this property is set.
    Dec 9 07:57:05 localhost NUMCompatibilityCheck[250]: OS version 0790 accepted as okay.
    Dec 9 07:57:05 localhost ConsoleMessage: Starting Norton Volume Assist services
    Dec 9 07:57:05 localhost ConsoleMessage: Starting File Deletion Tracking services
    Dec 9 07:57:05 localhost syslogd: /dev/console: Input/output error
    Dec 9 07:57:05 localhost init: kernel security level changed from 0 to 1
    Dec 9 07:57:06 localhost loginwindow[255]: Sent launch request message to DirectoryService mach_init port
    Dec 9 07:57:06 localhost DirectoryService[263]: Launched version 1.8.4 (v258.2)
    Dec 9 07:57:06 localhost ConsoleMessage: PACESupport - Started
    Dec 9 07:57:08 localhost configd[89]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Dec 9 07:57:08 localhost set-hostname[276]: setting hostname to Ordinateur-de-Mike-Rastoueix.local
    Dec 9 07:57:09 localhost pppd[278]: pppd 2.4.2b1 started by root, uid 0
    Dec 9 07:57:09 localhost pppd[278]: Using interface ppp0
    Dec 9 07:57:09 localhost pppd[278]: local IP address 10.64.64.64
    Dec 9 07:57:09 localhost pppd[278]: remote IP address 10.112.112.112
    Dec 9 07:57:09 localhost configd[89]: posting notification com.apple.system.config.network_change
    Dec 9 07:57:09 localhost configd[89]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Dec 9 07:57:09 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/lookupd": exited as a result of signal 1 [pid 133]
    Dec 9 07:57:09 localhost configd[89]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Dec 9 07:57:09 localhost lookupd[289]: lookupd (version 324.13) starting - Fri Dec 9 07:57:09 2005
    Dec 9 07:57:10 localhost ConsoleMessage: Starting network file system
    Dec 9 07:57:10 localhost SystemStarter: Starting network file system
    Dec 9 07:57:10 localhost automount[326]: automount version 57
    Dec 9 07:57:10 localhost automount[338]: automount version 57
    Dec 9 07:57:10 localhost set-hostname[353]: setting hostname to Ordinateur-de-Mike-Rastoueix.local
    Dec 9 07:57:10 localhost configd[89]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Dec 9 07:57:11 localhost diskarbitrationd[90]: disk3s10 hfs 4514F476-EE84-3528-95B4-65622CA7C6D9 BIG1 /Volumes/BIG1
    Dec 9 07:57:11 localhost diskarbitrationd[90]: disk2s6 hfs 46683631-E296-3B6A-895E-95B1BD55D800 Snd Bank :OS 9 /Volumes/Snd Bank :OS 9
    Dec 9 07:57:11 localhost set-hostname[400]: setting hostname to Ordinateur-de-Mike-Rastoueix.local
    Dec 9 07:57:11 localhost diskarbitrationd[90]: disk2s7 hfs DD0F2B8E-74F7-3A27-B1DC-EEA9909D7A9E Films 2 /Volumes/Films 2
    Dec 9 07:57:11 localhost diskarbitrationd[90]: disk3s12 hfs 57C7530D-C245-3C7F-B874-150A67758EC6 BIG 2 /Volumes/BIG 2
    Dec 9 07:57:11 localhost diskarbitrationd[90]: disk1s6 hfs FBEBADA5-CCA2-3A75-9F39-8A4B2CB67908 03 MIM MUSIC /Volumes/ 03 MIM MUSIC
    Dec 9 07:57:11 localhost diskarbitrationd[90]: disk1s7 hfs 5D699C0B-EC71-3B82-A414-C5B8336C6A70 04 Video 1 /Volumes/04 Video 1
    Dec 9 07:57:11 localhost diskarbitrationd[90]: disk2s8 hfs DD0F2B8E-74F7-3A27-B1DC-EEA9909D7A9E Films 3 /Volumes/Films 3
    Dec 9 07:57:11 localhost diskarbitrationd[90]: disk2s9 hfs DD0F2B8E-74F7-3A27-B1DC-EEA9909D7A9E Films 4 /Volumes/Films 4
    Dec 9 07:57:11 localhost diskarbitrationd[90]: disk3s14 hfs 806E7F67-AAF7-33D1-B897-C22E56C4B70B BIG 4 /Volumes/BIG 4
    Dec 9 07:57:11 localhost diskarbitrationd[90]: disk1s8 hfs 5D699C0B-EC71-3B82-A414-C5B8336C6A70 05 Video 2 /Volumes/05 Video 2
    Dec 9 07:57:12 localhost diskarbitrationd[90]: disk3s16 hfs 307117CC-9E35-36D1-92DD-85B8E6AA5705 BIG3 /Volumes/BIG3
    Dec 9 07:57:12 localhost diskarbitrationd[90]: disk2s10 hfs 0F16310F-D895-3E65-B8AF-DED7470B9278 FilmBank 5 /Volumes/FilmBank 5
    Dec 9 07:57:12 localhost diskarbitrationd[90]: disk1s9 hfs 5D699C0B-EC71-3B82-A414-C5B8336C6A70 06 Video 3 /Volumes/06 Video 3
    Dec 9 07:57:12 localhost ConsoleMessage: Loading Shared IP extension
    Dec 9 07:57:12 localhost SystemStarter: Chargement de l?extension de l?adresse IP partag?e
    Dec 9 07:57:13 localhost ConsoleMessage: Starting printing services
    Dec 9 07:57:13 localhost SystemStarter: D?marrage des services d?impression
    Dec 9 07:57:14 localhost ConsoleMessage: Loading IP Firewall extension
    Dec 9 07:57:14 localhost SystemStarter: Chargement de l?extension du coupe-feu IP
    Dec 9 07:57:14 localhost kernel: IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to accept, logging disabled
    Dec 9 07:57:14 localhost kernel: IPv6 packet filtering initialized, default to accept, logging disabled
    Dec 9 07:57:14 localhost kernel: IP firewall loaded
    Dec 9 07:57:14 localhost ConsoleMessage: Starting internet services
    Dec 9 07:57:14 localhost SystemStarter: D?marrage des services internet
    Dec 9 07:57:14 localhost xinetd[469]: 469 {init_services} no services. Exiting...
    Dec 9 07:57:15 localhost SystemStarter: D?marrage termin?.
    Dec 9 08:02:36 localhost pppd[278]: Terminating on signal 15.
    Dec 9 08:02:36 localhost configd[89]: posting notification com.apple.system.config.network_change
    Dec 9 08:02:36 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/lookupd": exited as a result of signal 1 [pid 289]
    Dec 9 08:02:36 localhost configd[89]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Dec 9 08:02:36 localhost pppd[278]: Exit.
    Dec 9 08:02:36 localhost lookupd[520]: lookupd (version 324.13) starting - Fri Dec 9 08:02:36 2005
    Dec 9 08:02:37 localhost pppd[521]: pppd 2.4.2b1 started by root, uid 0
    Dec 9 08:02:37 localhost set-hostname[527]: setting hostname to Ordinateur-de-Mike-Rastoueix.local
    Dec 9 08:02:38 localhost kernel: PPPoE domain init
    Dec 9 08:02:38 localhost kernel: PPPoE command (0x23a5404): set connect timer = 65
    Dec 9 08:02:39 localhost kernel: PPPoE command (0x23a5404): set interface unit = 1
    Dec 9 08:02:39 localhost kernel: PPPoE connect (0x23a5404): ac-name = '', service = '',
    Dec 9 08:02:39 localhost kernel: PPPoE receive PADO (0x23a5404): offered service\name = '\', expected service\name = '\'
    Dec 9 08:02:39 localhost kernel: PPPoE receive PADS (0x23a5404): session id = 0xbeef
    Dec 9 08:02:39 localhost kernel: PPPoE event CONNECTED (0x23a5404)
    Dec 9 08:02:39 localhost kernel: pppoewanattach, link index = 0, (ld = 0x25ed104)
    Dec 9 08:02:38 localhost pppd[521]: PPPoE connecting to service '' [access concentrator '']...
    Dec 9 08:02:38 localhost pppd[521]: PPPoE connection established.
    Dec 9 08:02:38 localhost pppd[521]: Using interface ppp0
    Dec 9 08:02:38 localhost pppd[521]: Connect: ppp0 <--> socket[34:16]
    Dec 9 08:03:08 localhost pppd[521]: LCP: timeout sending Config-Requests
    Dec 9 08:03:08 localhost pppd[521]: Connection terminated.
    Dec 9 08:03:08 localhost kernel: PPPoE disconnect (0x23a5404)
    Dec 9 08:03:08 localhost kernel: PPPoE event DISCONNECTED (0x23a5404)
    Dec 9 08:03:09 localhost kernel: PPPoE free (0x23a5404)
    Dec 9 08:03:08 localhost pppd[521]: PPPoE disconnecting...
    Dec 9 08:03:08 localhost pppd[521]: PPPoE disconnected
    Dec 9 08:03:08 localhost pppd[521]: Exit.
    Dec 9 08:03:09 localhost pppd[531]: pppd 2.4.2b1 started by root, uid 0
    Dec 9 08:03:09 localhost pppd[531]: Using interface ppp0
    Dec 9 08:03:09 localhost pppd[531]: local IP address 10.64.64.64
    Dec 9 08:03:09 localhost pppd[531]: remote IP address 10.112.112.112
    Dec 9 08:03:09 localhost configd[89]: posting notification com.apple.system.config.network_change
    Dec 9 08:03:09 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/lookupd": exited as a result of signal 1 [pid 520]
    Dec 9 08:03:09 localhost configd[89]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Dec 9 08:03:09 localhost lookupd[533]: lookupd (version 324.13) starting - Fri Dec 9 08:03:09 2005
    Dec 9 08:03:09 localhost set-hostname[543]: setting hostname to Ordinateur-de-Mike-Rastoueix.local
    Dec 9 08:03:21 localhost pppd[531]: Terminating on signal 15.
    Dec 9 08:03:21 localhost configd[89]: posting notification com.apple.system.config.network_change
    Dec 9 08:03:21 localhost configd[89]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Dec 9 08:03:21 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/lookupd": exited as a result of signal 1 [pid 533]
    Dec 9 08:03:21 localhost pppd[531]: Exit.
    Dec 9 08:03:21 localhost lookupd[546]: lookupd (version 324.13) starting - Fri Dec 9 08:03:21 2005
    Dec 9 08:03:21 localhost pppd[547]: pppd 2.4.2b1 started by root, uid 0
    Dec 9 08:03:21 localhost kernel: PPPoE command (0x23c5004): set connect timer = 65
    Dec 9 08:03:21 localhost kernel: PPPoE command (0x23c5004): set interface unit = 1
    Dec 9 08:03:22 localhost kernel: PPPoE connect (0x23c5004): ac-name = '', service = '',
    Dec 9 08:03:22 localhost kernel: PPPoE receive PADO (0x23c5004): offered service\name = '\', expected service\name = '\'
    Dec 9 08:03:22 localhost kernel: PPPoE receive PADS (0x23c5004): session id = 0xbeef
    Dec 9 08:03:22 localhost kernel: PPPoE event CONNECTED (0x23c5004)
    Dec 9 08:03:22 localhost kernel: pppoewanattach, link index = 0, (ld = 0x1f3cc04)
    Dec 9 08:03:21 localhost pppd[547]: PPPoE connecting to service '' [access concentrator '']...
    Dec 9 08:03:21 localhost pppd[547]: PPPoE connection established.
    Dec 9 08:03:21 localhost pppd[547]: Using interface ppp0
    Dec 9 08:03:21 localhost pppd[547]: Connect: ppp0 <--> socket[34:16]
    Dec 9 08:03:21 localhost set-hostname[552]: setting hostname to Ordinateur-de-Mike-Rastoueix.local
    Dec 9 08:03:51 localhost pppd[547]: LCP: timeout sending Config-Requests
    Dec 9 08:03:51 localhost pppd[547]: Connection terminated.
    Dec 9 08:03:51 localhost kernel: PPPoE disconnect (0x23c5004)
    Dec 9 08:03:52 localhost kernel: PPPoE event DISCONNECTED (0x23c5004)
    Dec 9 08:03:52 localhost kernel: PPPoE free (0x23c5004)
    Dec 9 08:03:51 localhost pppd[547]: PPPoE disconnecting...
    Dec 9 08:03:51 localhost pppd[547]: PPPoE disconnected
    Dec 9 08:03:51 localhost pppd[547]: Exit.
    Dec 9 08:03:52 localhost pppd[554]: pppd 2.4.2b1 started by root, uid 0
    Dec 9 08:03:52 localhost pppd[554]: Using interface ppp0
    Dec 9 08:03:52 localhost pppd[554]: local IP address 10.64.64.64
    Dec 9 08:03:52 localhost pppd[554]: remote IP address 10.112.112.112
    Dec 9 08:03:52 localhost configd[89]: posting notification com.apple.system.config.network_change
    Dec 9 08:03:52 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/lookupd": exited as a result of signal 1 [pid 546]
    Dec 9 08:03:52 localhost configd[89]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Dec 9 08:03:52 localhost configd[89]: posting notification com.apple.system.config.network_change
    Dec 9 08:03:52 localhost lookupd[556]: lookupd (version 324.13) starting - Fri Dec 9 08:03:52 2005
    Dec 9 08:03:52 localhost set-hostname[566]: setting hostname to Ordinateur-de-Mike-Rastoueix.local
    Dec 9 08:04:14 localhost pppd[554]: Terminating on signal 15.
    Dec 9 08:04:14 localhost configd[89]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Dec 9 08:04:14 localhost configd[89]: posting notification com.apple.system.config.network_change
    Dec 9 08:04:14 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/lookupd": exited as a result of signal 1 [pid 556]
    Dec 9 08:04:14 localhost pppd[554]: Exit.
    Dec 9 08:04:14 localhost lookupd[570]: lookupd (version 324.13) starting - Fri Dec 9 08:04:14 2005
    Dec 9 08:04:14 localhost pppd[571]: pppd 2.4.2b1 started by root, uid 0
    Dec 9 08:04:14 localhost kernel: PPPoE command (0x26d4404): set connect timer = 65
    Dec 9 08:04:14 localhost kernel: PPPoE command (0x26d4404): set interface unit = 1
    Dec 9 08:04:14 localhost kernel: PPPoE connect (0x26d4404): ac-name = '', service = '',
    Dec 9 08:04:14 localhost kernel: PPPoE receive PADO (0x26d4404): offered service\name = '\', expected service\name = '\'
    Dec 9 08:04:15 localhost kernel: PPPoE receive PADS (0x26d4404): session id = 0xbeef
    Dec 9 08:04:15 localhost kernel: PPPoE event CONNECTED (0x26d4404)
    Dec 9 08:04:15 localhost kernel: pppoewanattach, link index = 0, (ld = 0x25ed004)
    Dec 9 08:04:14 localhost pppd[571]: PPPoE connecting to service '' [access concentrator '']...
    Dec 9 08:04:14 localhost pppd[571]: PPPoE connection established.
    Dec 9 08:04:14 localhost pppd[571]: Using interface ppp0
    Dec 9 08:04:14 localhost pppd[571]: Connect: ppp0 <--> socket[34:16]
    Dec 9 08:04:14 localhost set-hostname[576]: setting hostname to Ordinateur-de-Mike-Rastoueix.local
    Dec 9 08:04:44 localhost pppd[571]: LCP: timeout sending Config-Requests
    Dec 9 08:04:44 localhost pppd[571]: Connection terminated.
    Dec 9 08:04:44 localhost kernel: PPPoE disconnect (0x26d4404)
    Dec 9 08:04:44 localhost kernel: PPPoE event DISCONNECTED (0x26d4404)
    Dec 9 08:04:45 localhost kernel: PPPoE free (0x26d4404)
    Dec 9 08:04:44 localhost pppd[571]: PPPoE disconnecting...
    Dec 9 08:04:44 localhost pppd[571]: PPPoE disconnected
    Dec 9 08:04:44 localhost pppd[571]: Exit.
    Dec 9 08:04:44 localhost pppd[579]: pppd 2.4.2b1 started by root, uid 0
    Dec 9 08:04:44 localhost pppd[579]: Using interface ppp0
    Dec 9 08:04:44 localhost pppd[579]: local IP address 10.64.64.64
    Dec 9 08:04:44 localhost pppd[579]: remote IP address 10.112.112.112
    Dec 9 08:04:44 localhost configd[89]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Dec 9 08:04:44 localhost configd[89]: posting notification com.apple.system.config.network_change
    Dec 9 08:04:44 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/lookupd": exited as a result of signal 1 [pid 570]
    Dec 9 08:04:45 localhost configd[89]: posting notification com.apple.system.config.network_change
    Dec 9 08:04:45 localhost set-hostname[590]: setting hostname to Ordinateur-de-Mike-Rastoueix.local
    Dec 9 08:04:45 localhost configd[89]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Dec 9 08:04:45 localhost lookupd[593]: lookupd (version 324.13) starting - Fri Dec 9 08:04:45 2005
    Dec 9 08:04:45 localhost set-hostname[603]: setting hostname to Ordinateur-de-Mike-Rastoueix.local
    Dec 9 08:07:59 localhost kernel: resize: max chain len 43, new table size 8192
    Dec 9 08:21:03 localhost pppd[579]: Terminating on signal 15.
    Dec 9 08:21:03 localhost configd[89]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Dec 9 08:21:03 localhost configd[89]: posting notification com.apple.system.config.network_change
    Dec 9 08:21:03 localhost pppd[579]: Exit.
    Dec 9 08:21:03 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/lookupd": exited as a result of signal 1 [pid 593]
    Dec 9 08:21:03 localhost lookupd[617]: lookupd (version 324.13) starting - Fri Dec 9 08:21:03 2005
    Dec 9 08:21:03 localhost pppd[616]: pppd 2.4.2b1 started by root, uid 0
    Dec 9 08:21:03 localhost kernel: PPPoE command (0x2333c04): set connect timer = 65
    Dec 9 08:21:03 localhost kernel: PPPoE command (0x2333c04): set interface unit = 1
    Dec 9 08:21:03 localhost kernel: PPPoE connect (0x2333c04): ac-name = '', service = '',
    Dec 9 08:21:03 localhost kernel: PPPoE receive PADO (0x2333c04): offered service\name = '\', expected service\name = '\'
    Dec 9 08:21:03 localhost kernel: PPPoE receive PADS (0x2333c04): session id = 0xbeef
    Dec 9 08:21:03 localhost kernel: PPPoE event CONNECTED (0x2333c04)
    Dec 9 08:21:03 localhost kernel: pppoewanattach, link index = 0, (ld = 0x2829a04)
    Dec 9 08:21:03 localhost pppd[616]: PPPoE connecting to service '' [access concentrator '']...
    Dec 9 08:21:03 localhost pppd[616]: PPPoE connection established.
    Dec 9 08:21:03 localhost pppd[616]: Using interface ppp0
    Dec 9 08:21:03 localhost pppd[616]: Connect: ppp0 <--> socket[34:16]
    Dec 9 08:21:03 localhost set-hostname[622]: setting hostname to Ordinateur-de-Mike-Rastoueix.local
    Dec 9 08:21:26 localhost shutdown: reboot by mikerastoueix:
    Dec 9 08:21:28 localhost syslogd: exiting on signal 15
    Dec 9 08:34:34 localhost syslogd: restart
    Dec 9 08:34:34 localhost syslogd: kernel boot file is /mach_kernel
    Dec 9 08:34:34 localhost kernel: standard timeslicing quantum is 10000 us
    Dec 9 08:34:34 localhost kernel: vmpagebootstrap: 315500 free pages
    Dec 9 08:34:34 localhost kernel: migtable_maxdispl = 68
    Dec 9 08:34:34 localhost kernel: IOKit Component Version 7.9:
    Dec 9 08:34:34 localhost kernel: Wed Mar 30 20:07:52 PST 2005; root(rcbuilder):RELEASE_PPC/iokit/RELEASE
    Dec 9 08:34:34 localhost kernel: 99 prelinked modules
    Dec 9 08:34:34 localhost kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Dec 9 08:34:34 localhost kernel: The Regents of the University of California. All rights reserved.
    Dec 9 08:34:34 localhost kernel:
    Dec 9 08:34:34 localhost kernel: using 3276 buffer headers and 3276 cluster IO buffer headers
    Dec 9 08:34:34 localhost kernel: AppleCPUThermo couldn't parse platform functions
    Dec 9 08:34:34 localhost kernel: Local FireWire GUID = 0x393ff:0xfed77328
    Dec 9 08:34:34 localhost kernel: Bad SelfID packet 0: 0x0 != 0xffffffff!
    Dec 9 08:34:34 localhost kernel: Security auditing service present
    Dec 9 08:34:34 localhost kernel: BSM auditing present
    Dec 9 08:34:34 localhost kernel: From path: "/pci@f4000000/ata-6@d/disk@0:12,\mach_kernel", Waiting on <dict ID="0"><key>IOPathMatch</key><string ID="1">IODeviceTree:/pci@f4000000/ata-6@d/@0:12</string></dict>
    Dec 9 08:34:34 localhost kernel: Got boot device = IOService:/MacRISC2PE/pci@f4000000/AppleMacRiscPCI/ata-6@D/AppleKauaiATA/ATADev iceNub@0/IOATABlockStorageDriver/IOATABlockStorageDevice/IOBlockStorageDriver/IB M-IC35L080AVVA07-0 Media/IOApplePartitionScheme/AppleHFS_Untitled3@12
    Dec 9 08:34:34 localhost kernel: BSD root: disk0s12, major 14, minor 9
    Dec 9 08:34:34 localhost kernel: jnl: journal start/end pointers reset! (jnl 0x20ebdc4; s 0x30e800 e 0x30e800)
    Dec 9 08:34:34 localhost kernel: Jettisoning kernel linker.
    Dec 9 08:34:34 localhost kernel: Resetting IOCatalogue.
    Dec 9 08:34:34 localhost kextd[87]: registering service "com.apple.KernelExtensionServer"
    Dec 9 08:34:38 localhost kernel: Matching service count = 1
    Dec 9 08:34:39 localhost kernel: AppleRS232Serial: 0 0 AppleRS232Serial::start - returning false early, Connector or machine incorrect
    Dec 9 08:34:39 localhost kernel: rtclock timebase_callback: late old 1000000000 / 41656790 new 1000000000 / 41654276
    Dec 9 08:34:41 localhost kernel: UniNEnet: Ethernet address 00:03:93:d7:73:28
    Dec 9 08:34:41 localhost kernel: ADIEthernetController: Ethernet address 00:60:4c:26:a9:41
    Dec 9 08:34:41 localhost kernel: IOFireWireIP: FireWire address 00:03:93:ff:fe:d7:73:28
    Dec 9 08:34:41 localhost SystemStarter: Bienvenue sur Macintosh.
    Dec 9 08:34:41 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/libexec/fix_prebinding": exited with non-zero status 1 [pid 137]
    Dec 9 08:34:41 localhost lookupd[131]: lookupd (version 324.13) starting - Fri Dec 9 08:34:41 2005
    Dec 9 08:34:41 localhost ConsoleMessage: Starting kernel event agent
    Dec 9 08:34:41 localhost ConsoleMessage: Starting SecurityServer
    Dec 9 08:34:41 localhost ConsoleMessage: Starting timed execution services
    Dec 9 08:34:41 localhost ConsoleMessage: Selecting SymDC Extension
    Dec 9 08:34:41 localhost ConsoleMessage: Starting Apple Multicast DNS Responder
    Dec 9 08:34:41 localhost ConsoleMessage: Initializing network
    Dec 9 08:34:41 localhost SystemStarter: D?marrage de l?agent d??v?nement du kernel
    Dec 9 08:34:42 localhost SystemStarter: Starting SecurityServer
    Dec 9 08:34:42 localhost SystemStarter: D?marrage des services ? ex?cution diff?r?e
    Dec 9 08:34:42 localhost SystemStarter: Selecting SymDC Extension
    Dec 9 08:34:42 localhost SystemStarter: D?marrage du r?pondeur DNS multi-diffusion Apple
    Dec 9 08:34:42 localhost mDNSResponder[198]: mDNSResponder-58.8.1 (Jan 31 2005 21:11:41) starting
    Dec 9 08:34:42 localhost ConsoleMessage: Checking disks
    Dec 9 08:34:42 localhost SystemStarter: Initialisation du r?seau
    Dec 9 08:34:42 localhost SystemStarter: V?rification des disques
    Dec 9 08:34:42 localhost diskarbitrationd[90]: disk1s6 hfs 46683631-E296-3B6A-895E-95B1BD55D800 Snd Bank :OS 9 [not mounted]
    Dec 9 08:34:42 localhost diskarbitrationd[90]: disk2s6 hfs FBEBADA5-CCA2-3A75-9F39-8A4B2CB67908 03 MIM MUSIC [not mounted]
    Dec 9 08:34:42 localhost diskarbitrationd[90]: disk1s7 hfs DD0F2B8E-74F7-3A27-B1DC-EEA9909D7A9E Films 2 [not mounted]
    Dec 9 08:34:42 localhost diskarbitrationd[90]: disk2s7 hfs 5D699C0B-EC71-3B82-A414-C5B8336C6A70 04 Video 1 [not mounted]
    Dec 9 08:34:42 localhost diskarbitrationd[90]: disk3s10 hfs 4514F476-EE84-3528-95B4-65622CA7C6D9 BIG1 [not mounted]
    Dec 9 08:34:42 localhost diskarbitrationd[90]: disk2s8 hfs 5D699C0B-EC71-3B82-A414-C5B8336C6A70 05 Video 2 [not mounted]
    Dec 9 08:34:42 localhost diskarbitrationd[90]: disk2s9 hfs 5D699C0B-EC71-3B82-A414-C5B8336C6A70 06 Video 3 [not mounted]
    Dec 9 08:34:42 localhost diskarbitrationd[90]: disk1s8 hfs DD0F2B8E-74F7-3A27-B1DC-EEA9909D7A9E Films 3 [not mounted]
    Dec 9 08:34:42 localhost diskarbitrationd[90]: disk1s9 hfs DD0F2B8E-74F7-3A27-B1DC-EEA9909D7A9E Films 4 [not mounted]
    Dec 9 08:34:42 localhost diskarbitrationd[90]: disk1s10 hfs 0F16310F-D895-3E65-B8AF-DED7470B9278 FilmBank 5 [not mounted]
    Dec 9 08:34:42 localhost diskarbitrationd[90]: disk3s12 hfs 57C7530D-C245-3C7F-B874-150A67758EC6 BIG 2 [not mounted]
    Dec 9 08:34:42 localhost diskarbitrationd[90]: disk3s14 hfs 806E7F67-AAF7-33D1-B897-C22E56C4B70B BIG 4 [not mounted]
    Dec 9 08:34:42 localhost diskarbitrationd[90]: disk3s16 hfs 307117CC-9E35-36D1-92DD-85B8E6AA5705 BIG3 [not mounted]
    Dec 9 08:34:43 localhost diskarbitrationd[90]: disk0s12 hfs 5CDE05DE-5B6B-38C6-96D0-47E215FA75BD 01 MAC SYSTEM /
    Dec 9 08:34:43 localhost ConsoleMessage: PACESupport - Starting
    Dec 9 08:34:43 localhost diskarbitrationd[90]: disk0s10 hfs 941FE3C2-2824-3B19-BF9A-21239E50B02D 02 Mac Hard Disk /Volumes/02 Mac Hard Disk
    Dec 9 08:34:48 localhost kernel: ATY,Pheonix_A: vram [9c000000:04000000]
    Dec 9 08:34:48 localhost kernel: ATY,Pheonix_B: vram [98000000:04000000]
    Dec 9 08:34:48 localhost SystemStarter: The "HasShadow" window property is obsolete. Use CGSSetWindowShadowAndRimParameters(cid, wid, 0.0,0.0, 0,0, CGSNoShadowStyle) to turn off the window shadow instead. Set a break-point on CGSLogMessage to find out where this property is set.
    Dec 9 08:34:48 localhost ConsoleMessage: Starting Norton Volume Assist services
    Dec 9 08:34:48 localhost NUMCompatibilityCheck[249]: OS version 0790 accepted as okay.
    Dec 9 08:34:48 localhost ConsoleMessage: Starting File Deletion Tracking services
    Dec 9 08:34:48 localhost syslogd: /dev/console: Input/output error
    Dec 9 08:34:48 localhost init: kernel security level changed from 0 to 1
    Dec 9 08:34:49 localhost loginwindow[258]: Sent launch request message to DirectoryService mach_init port
    Dec 9 08:34:49 localhost DirectoryService[263]: Launched version 1.8.4 (v258.2)
    Dec 9 08:34:49 localhost ConsoleMessage: PACESupport - Started
    Dec 9 08:34:50 localhost configd[89]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Dec 9 08:34:50 localhost set-hostname[272]: setting hostname to Ordinateur-de-Mike-Rastoueix.local
    Dec 9 08:34:53 localhost pppd[278]: pppd 2.4.2b1 started by root, uid 0
    Dec 9 08:34:53 localhost pppd[278]: Using interface ppp0
    Dec 9 08:34:53 localhost pppd[278]: local IP address 10.64.64.64
    Dec 9 08:34:53 localhost pppd[278]: remote IP address 10.112.112.112
    Dec 9 08:34:53 localhost configd[89]: posting notification com.apple.system.config.network_change
    Dec 9 08:34:53 localhost configd[89]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Dec 9 08:34:53 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/lookupd": exited as a result of signal 1 [pid 131]
    Dec 9 08:34:53 localhost configd[89]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Dec 9 08:34:53 localhost lookupd[329]: lookupd (version 324.13) starting - Fri Dec 9 08:34:53 2005
    Dec 9 08:34:53 localhost ConsoleMessage: Starting network file system
    Dec 9 08:34:53 localhost SystemStarter: Starting network file system
    Dec 9 08:34:53 localhost diskarbitrationd[90]: disk3s10 hfs 4514F476-EE84-3528-95B4-65622CA7C6D9 BIG1 /Volumes/BIG1
    Dec 9 08:34:53 localhost diskarbitrationd[90]: disk2s6 hfs FBEBADA5-CCA2-3A75-9F39-8A4B2CB67908 03 MIM MUSIC /Volumes/ 03 MIM MUSIC
    Dec 9 08:34:53 localhost diskarbitrationd[90]: disk1s6 hfs 46683631-E296-3B6A-895E-95B1BD55D800 Snd Bank :OS 9 /Volumes/Snd Bank :OS 9
    Dec 9 08:34:54 localhost set-hostname[376]: setting hostname to Ordinateur-de-Mike-Rastoueix.local
    Dec 9 08:34:54 localhost configd[89]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Dec 9 08:34:54 localhost diskarbitrationd[90]: disk1s7 hfs DD0F2B8E-74F7-3A27-B1DC-EEA9909D7A9E Films 2 /Volumes/Films 2
    Dec 9 08:34:54 localhost diskarbitrationd[90]: disk2s7 hfs 5D699C0B-EC71-3B82-A414-C5B8336C6A70 04 Video 1 /Volumes/04 Video 1
    Dec 9 08:34:54 localhost automount[389]: automount version 57
    Dec 9 08:34:54 localhost diskarbitrationd[90]: disk3s12 hfs 57C7530D-C245-3C7F-B874-150A67758EC6 BIG 2 /Volumes/BIG 2
    Dec 9 08:34:54 localhost diskarbitrationd[90]: disk2s8 hfs 5D699C0B-EC71-3B82-A414-C5B8336C6A70 05 Video 2 /Volumes/05 Video 2
    Dec 9 08:34:54 localhost automount[401]: automount version 57
    Dec 9 08:34:54 localhost diskarbitrationd[90]: disk1s8 hfs DD0F2B8E-74F7-3A27-B1DC-EEA9909D7A9E Films 3 /Volumes/Films 3
    Dec 9 08:34:54 localhost diskarbitrationd[90]: disk3s14 hfs 806E7F67-AAF7-33D1-B897-C22E56C4B70B BIG 4 /Volumes/BIG 4
    Dec 9 08:34:54 localhost set-hostname[430]: setting hostname to Ordinateur-de-Mike-Rastoueix.local
    Dec 9 08:34:54 localhost ConsoleMessage: Loading Shared IP extension
    Dec 9 08:34:54 localhost SystemStarter: Chargement de l?extension de l?adresse IP partag?e
    Dec 9 08:34:55 localhost ConsoleMessage: Starting printing services
    Dec 9 08:34:55 localhost diskarbitrationd[90]: disk1s9 hfs DD0F2B8E-74F7-3A27-B1DC-EEA9909D7A9E Films 4 /Volumes/Films 4
    Dec 9 08:34:55 localhost diskarbitrationd[90]: disk3s16 hfs 307117CC-9E35-36D1-92DD-85B8E6AA5705 BIG3 /Volumes/BIG3
    Dec 9 08:34:55 localhost diskarbitrationd[90]: disk2s9 hfs 5D699C0B-EC71-3B82-A414-C5B8336C6A70 06 Video 3 /Volumes/06 Video 3
    Dec 9 08:34:55 localhost SystemStarter: D?marrage des services d?impression
    Dec 9 08:34:55 localhost diskarbitrationd[90]: disk1s10 hfs 0F16310F-D895-3E65-B8AF-DED7470B9278 FilmBank 5 /Volumes/FilmBank 5
    Dec 9 08:34:56 localhost ConsoleMessage: Loading IP Firewall extension
    Dec 9 08:34:56 localhost SystemStarter: Chargement de l?extension du coupe-feu IP
    Dec 9 08:34:57 localhost kernel: IP packet filtering initialized, divert enabled, rule-based forwarding enabled, default to accept, logging disabled
    Dec 9 08:34:57 localhost kernel: IPv6 packet filtering initialized, default to accept, logging disabled
    Dec 9 08:34:57 localhost kernel: IP firewall loaded
    Dec 9 08:34:57 localhost ConsoleMessage: Starting internet services
    Dec 9 08:34:57 localhost SystemStarter: D?marrage des services internet
    Dec 9 08:34:57 localhost xinetd[474]: 474 {init_services} no services. Exiting...
    Dec 9 08:34:57 localhost SystemStarter: D?marrage termin?.
    Dec 9 08:35:20 localhost pppd[278]: Terminating on signal 15.
    Dec 9 08:35:21 localhost configd[89]: posting notification com.apple.system.config.network_change
    Dec 9 08:35:21 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/lookupd": exited as a result of signal 1 [pid 329]
    Dec 9 08:35:21 localhost configd[89]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Dec 9 08:35:21 localhost pppd[278]: Exit.
    Dec 9 08:35:21 localhost lookupd[484]: lookupd (version 324.13) starting - Fri Dec 9 08:35:21 2005
    Dec 9 08:35:21 localhost pppd[485]: pppd 2.4.2b1 started by root, uid 0
    Dec 9 08:35:21 localhost set-hostname[491]: setting hostname to Ordinateur-de-Mike-Rastoueix.local
    Dec 9 08:35:21 localhost kernel: PPPoE domain init
    Dec 9 08:35:21 localhost kernel: PPPoE command (0x25ea004): set connect timer = 65
    Dec 9 08:35:21 localhost kernel: PPPoE command (0x25ea004): set interface unit = 1
    Dec 9 08:35:21 localhost kernel: PPPoE connect (0x25ea004): ac-name = '', service = '',
    Dec 9 08:35:21 localhost kernel: PPPoE receive PADO (0x25ea004): offered service\name = '\', expected service\name = '\'
    Dec 9 08:35:21 localhost kernel: PPPoE receive PADS (0x25ea004): session id = 0xbeef
    Dec 9 08:35:21 localhost kernel: PPPoE event CONNECTED (0x25ea004)
    Dec 9 08:35:21 localhost kernel: pppoewanattach, link index = 0, (ld = 0x25a4d04)
    Dec 9 08:35:21 localhost pppd[485]: PPPoE connecting to service '' [access concentrator '']...
    Dec 9 08:35:21 localhost pppd[485]: PPPoE connection established.
    Dec 9 08:35:21 localhost pppd[485]: Using interface ppp0
    Dec 9 08:35:21 localhost pppd[485]: Connect: ppp0 <--> socket[34:16]
    Dec 9 08:35:25 localhost pppd[485]: local IP address 83.199.50.2
    Dec 9 08:35:25 localhost pppd[485]: remote IP address 193.253.160.3
    Dec 9 08:35:25 localhost pppd[485]: primary DNS address 80.10.246.1
    Dec 9 08:35:25 localhost pppd[485]: secondary DNS address 80.10.246.132
    Dec 9 08:35:25 localhost configd[89]: posting notification com.apple.system.config.network_change
    Dec 9 08:35:25 localhost mach_init[2]: Server 0 in bootstrap d03 uid 0: "/usr/sbin/lookupd": exited as a result of signal 1 [pid 484]
    Dec 9 08:35:25 localhost configd[89]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/set-hostna me
    Dec 9 08:35:25 localhost lookupd[495]: lookupd (version 324.13) starting - Fri Dec 9 08:35:25 2005
    Dec 9 08:35:25 localhost set-hostname[505]: setting hostname to Ordinateur-de-Mike-Rastoueix.local
    Dec 9 08:35:55 localhost pppd[485]: IPV6CP: timeout sending Config-Requests
    ouf !
    Has anybody got a solution ?
    I tried to repair autorizations with Onyx and Disk Utility, and it goes fine, but next morning, back in trouble ...
    How can in unsinstall this security update which seems to be the source of this mayhem ?
    Thankssss a lot, gentlemen and ladies
    Mike

    Welcome to the Discussions,
    Only one idea, go to Nortons Site and download the UnInstaller,
    Norton has shown itself to be Unhappy Camper with anything MAC.
    Cheers Don

  • Hi, i'm having trouble with syncing my iPod. (after the latest iTunes-update)

    It's a classic, but I have no idea what generation... but it was bought in early 08, and have 80gb. Anyway, it has been working fine all the time, but by the latest iTunes-update, it has stopped working. (mac) Every time I try to connect it with my computer, iTunes says that "this iPod appears to be destroyed, try to restore" (I'm having iTunes in Norwegian, so not sure if this is the direct translation, but hopefully you'll get the picture) - and I try to do this, again and again, but nothing seems to work. I have tried to turn off the computer, put iPod in disc-mode, let the battery run out, give it a two-week break, and now I'm out of guesses on what to do. But no matter what I do it allways appear to have zero songs on it after I am done syncing, and I allways get the "try to restore"-message when i connect it again.
    It's possible that it's just old age or something, but I really want to try everything first, as it seems to be all right otherways. It also works when I connect it with my friend's  PC, but since she has ****** taste of music () it's not an option. I have a MacBook, also from 2008.
    And just to clearify. I have an iPad2, and an old iPod nano (2006) and both works with my computer/iTunes.

    See:
    iOS: Device not recognized in iTunes for Windows
    I would start with
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    or
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7

  • Git/svn/cvs "versions"

    Hi,
    on the AUR, it looks like when you upload a package that already existed (but another version) the other package gets replaced by the newly uploaded one.  This seems reasonable because usually people upload a newer version and the older one is not needed anymore.
    But for git/svn/cvs "versions" this raises a problem: When dealing with 'bleeding edge' packages we usually want to keep the 'stable release' packages as well, but this doesn't work:  when package foo v1 exists and you upload foo-git it will also replace.
    I see that most people solve this problem by giving a package a different name instead of another version, eg the package becomes foo-git with version <current date>, which doesn't replace foo version 1.
    1) Is there any reason for the <current date> version?  Or is this just because the version variable cannot be empty?  I don't see much semantic meaning in a version like that, because the user will build the package himself anyway (so he will build the _current_ latest version, not the one dated from the version string of the packagename), at least for packages in unsupported.
    2) Isn't this more a workaround than a solution?  I mean, isn't having different package names a bit ugly because it's actually the same software, just another version? (eg the git/svn/cvs part should be in the version string, not the package name)
    This is a rather theoretical subject (especially question 2), and in true Arch spirit I do think it's better to have a workaround that is simple and works just fine then having the 'theoretically correct' but more complicated solution.
    OTOH, assuming agreement with me:  I think it's easy to the implement the 'correct way':   Basically the AUR code should just check if the version of the package matches a knows VCS system ('git','svn',...) and allow it as an additional package, otherwise replace the previous package.  (and if you upload foo-git and foo-git exists already, also replace it of course)

    I think there are some misunderstandings in this thread -- maybe on my side.
    To be clear: $pkgname, $pkgver and $pkgrel are required fields in a PKGBUILD. Since there is no real version number in packages that are build upon a VCS, often the date is taken as $pkgver (but e.g. svn gives a revision number apart from the date, so that s taken instead). So for example in tuxpaint-cvs-20081116-1, tuxpaint-cvs is the $pkgname, 20081116 is the $pkgver (when you check out CVS packages, the current date of last upstream upload is given as version) and 1 is the $pkgrel (not of much use here). Uploading a tarball for tuxpaint-cvs will not delete an existing tarball for tuxpaint, since tuxpaint-cvs is another name than tuxpaint. If you some day later download the tarball for tuxpaint-cvs, makepkg will generate a package with the current date as $pkgver, unless you say makepkg --holdver, in which case it would take the upload date as $pkgver.
    Last edited by Stefan Husmann (2008-11-16 19:17:51)

  • New Apple Java update breaks jnlp file association

    I thought this might be helpful for other people experiencing this problem.
    It seems that the latest Java update for Macs (10.5 update 4) breaks the file association for jnlp files. When you use one it opens up a text editor. To make matters worse they have moved the location of Web Start.
    The only way we have been able to fix this is:
    1. Control-click the jnlp file that was downloaded to the desktop and select “Get Info”
    2. Click “Open with” and select “Other…”.
    3. At the top of the window select “All Applications” in the Enable box.
    4. Browse to /System/Library/CoreServices and select Java Web Start.
    5. Click the “Always Open With” checkbox at the bottom.
    6. Click the “Add” button.
    7. Double-click the jnlp file on the desktop which should now launch the workbook.
    If anyone else has some more information or another solution, then please reply here.

    Thank you so much for this. I didn't find this post the first time I searched on this problem, and I was mired down in versions-specific directories with javaws--which appears only as a link that cannot be used as an association.
    MUCH appreciated!
    --Paul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Did OS X Mavericks v10.9.4 update break bluetooth audio for anyone else?

    Did OS X Mavericks v10.9.4 update break bluetooth audio for anyone else?
    I have a 2.4GHz Intel Core 2 duo MacMini from 2010, and I just updated to the latest OSX (10.9.4 (13E28)) and now bluetooth audio is broken. 
    I can pair my device (LG Tone+) to the mac, but no audio will play though it.  I've rebooted the machine, reconnected the device after the update, restarted the browser, all with no results.
    Typically, when I connect to the system I will get audio acknowledgements through the headset, "Power On" "Battery High" "Connected"
    I still get those audio queues through the device.  However when I open up a video on YouTube, or attempt to stream music on Spotify...nothing happens.
    I've plugged wired headphones into the system and that works just fine.  When I connect my Bluetooth headset, the audio to the wired headphones disconnects, so it seems like everything is behaving normally, except that no audio plays through the bluetooth headset.
    Any ideas on where to go from here would be greatly appreciated.  So, what do we think?

    Try resetting the SMC.
    Barry

  • Finder slow after latest Apple update

    I allowed this latest apple update to install this morning and since I did, every folder I open is empty and takes forever to load its files.  Once they have loaded they work as normal unless they are sub-folders in which case it's back to the beach ball for a while.
    I have repaired permissions and done disk repair and re-booted several times.  Activity monitor shows nothing unusual and in fact very little activity while the folder contents load.
    Has anyone else experienced this after the latest update?

    Linc, Sorry to bother you again, but this problem is on-going.  This morning I decided to use the recovery system and re-installed Mavericks because Spotlight was not responding.  I even after asked it to re-index my drive (removed/replaced drive in privacy setting of spotlight) but nothing happened.
    Now, since the new install at least Spotlight has re-indexed, but Finder is again very very slow and Activity monitor shows Finder constantly being un-responsive.  I re-launch finder and all is good until I click on a folder somwhere and back comes the beach-ball.
    Below id the log since the reboot after re-install.  I do hope it's not too big, and that it tells you whats wrong.
    Cheers,
    Ray
    24/11/2013 3:00:02.000 pm bootlog[0]: BOOT_TIME 1385276402 0
    24/11/2013 3:00:05.000 pm syslogd[18]: Configuration Notice:
    ASL Module "com.apple.appstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24/11/2013 3:00:05.000 pm syslogd[18]: Configuration Notice:
    ASL Module "com.apple.authd" sharing output destination "/var/log/system.log" with ASL Module "com.apple.asl".
    Output parameters from ASL Module "com.apple.asl" override any specified in ASL Module "com.apple.authd".
    24/11/2013 3:00:05.000 pm syslogd[18]: Configuration Notice:
    ASL Module "com.apple.authd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24/11/2013 3:00:05.000 pm syslogd[18]: Configuration Notice:
    ASL Module "com.apple.bookstore" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24/11/2013 3:00:05.000 pm syslogd[18]: Configuration Notice:
    ASL Module "com.apple.eventmonitor" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24/11/2013 3:00:05.000 pm syslogd[18]: Configuration Notice:
    ASL Module "com.apple.install" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24/11/2013 3:00:05.000 pm syslogd[18]: Configuration Notice:
    ASL Module "com.apple.iokit.power" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24/11/2013 3:00:05.000 pm syslogd[18]: Configuration Notice:
    ASL Module "com.apple.mail" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24/11/2013 3:00:05.000 pm syslogd[18]: Configuration Notice:
    ASL Module "com.apple.MessageTracer" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24/11/2013 3:00:05.000 pm syslogd[18]: Configuration Notice:
    ASL Module "com.apple.performance" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24/11/2013 3:00:05.000 pm syslogd[18]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24/11/2013 3:00:05.000 pm syslogd[18]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24/11/2013 3:00:05.000 pm syslogd[18]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24/11/2013 3:00:05.000 pm syslogd[18]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24/11/2013 3:00:05.000 pm syslogd[18]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24/11/2013 3:00:05.000 pm syslogd[18]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24/11/2013 3:00:05.000 pm syslogd[18]: Configuration Notice:
    ASL Module "com.apple.securityd" claims selected messages.
    Those messages may not appear in standard system log files or in the ASL database.
    24/11/2013 3:00:05.000 pm kernel[0]: Longterm timer threshold: 1000 ms
    24/11/2013 3:00:05.000 pm kernel[0]: PMAP: PCID enabled
    24/11/2013 3:00:05.000 pm kernel[0]: PMAP: Supervisor Mode Execute Protection enabled
    24/11/2013 3:00:05.000 pm kernel[0]: Darwin Kernel Version 13.0.2: Sun Sep 29 19:38:57 PDT 2013; root:xnu-2422.75.4~1/RELEASE_X86_64
    24/11/2013 3:00:05.000 pm kernel[0]: vm_page_bootstrap: 4003957 free pages and 157579 wired pages
    24/11/2013 3:00:05.000 pm kernel[0]: kext submap [0xffffff7f807a4000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff80007a4000]
    24/11/2013 3:00:05.000 pm kernel[0]: zone leak detection enabled
    24/11/2013 3:00:05.000 pm kernel[0]: "vm_compressor_mode" is 4
    24/11/2013 3:00:05.000 pm kernel[0]: standard timeslicing quantum is 10000 us
    24/11/2013 3:00:05.000 pm kernel[0]: standard background quantum is 2500 us
    24/11/2013 3:00:05.000 pm kernel[0]: mig_table_max_displ = 74
    24/11/2013 3:00:05.000 pm kernel[0]: TSC Deadline Timer supported and enabled
    24/11/2013 3:00:05.000 pm kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    24/11/2013 3:00:05.000 pm kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    24/11/2013 3:00:05.000 pm kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    24/11/2013 3:00:05.000 pm kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=6 Enabled
    24/11/2013 3:00:05.000 pm kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=1 Enabled
    24/11/2013 3:00:05.000 pm kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=3 Enabled
    24/11/2013 3:00:05.000 pm kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=5 Enabled
    24/11/2013 3:00:05.000 pm kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=7 Enabled
    24/11/2013 3:00:05.000 pm kernel[0]: calling mpo_policy_init for TMSafetyNet
    24/11/2013 3:00:05.000 pm kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    24/11/2013 3:00:05.000 pm kernel[0]: calling mpo_policy_init for Sandbox
    24/11/2013 3:00:05.000 pm kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    24/11/2013 3:00:05.000 pm kernel[0]: calling mpo_policy_init for Quarantine
    24/11/2013 3:00:05.000 pm kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    24/11/2013 3:00:05.000 pm kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    24/11/2013 3:00:05.000 pm kernel[0]: The Regents of the University of California. All rights reserved.
    24/11/2013 3:00:05.000 pm kernel[0]: MAC Framework successfully initialized
    24/11/2013 3:00:05.000 pm kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    24/11/2013 3:00:05.000 pm kernel[0]: AppleKeyStore starting (BUILT: Sep 29 2013 19:37:40)
    24/11/2013 3:00:05.000 pm kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    24/11/2013 3:00:05.000 pm kernel[0]: ACPI: sleep states S3 S4 S5
    24/11/2013 3:00:05.000 pm kernel[0]: pci (build 19:33:41 Sep 29 2013), flags 0x63008, pfm64 (39 cpu) 0x7f80000000, 0x80000000
    24/11/2013 3:00:05.000 pm kernel[0]: [ PCI configuration begin ]
    24/11/2013 3:00:05.000 pm kernel[0]: console relocated to 0x7f80020000
    24/11/2013 3:00:05.000 pm kernel[0]: [ PCI configuration end, bridges 15, devices 15 ]
    24/11/2013 3:00:05.000 pm kernel[0]: AppleThunderboltNHIType2::setupPowerSavings - GPE based runtime power management
    24/11/2013 3:00:05.000 pm kernel[0]: SATA WARNING: IDENTIFY DEVICE checksum not implemented.
    24/11/2013 3:00:05.000 pm kernel[0]: mcache: 8 CPU(s), 64 bytes CPU cache line size
    24/11/2013 3:00:05.000 pm kernel[0]: mbinit: done [128 MB total pool size, (85/42) split]
    24/11/2013 3:00:05.000 pm kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    24/11/2013 3:00:05.000 pm kernel[0]: rooting via boot-uuid from /chosen: E2A6315A-44C8-347C-8D58-18821FC37A54
    24/11/2013 3:00:05.000 pm kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    24/11/2013 3:00:05.000 pm kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    24/11/2013 3:00:05.000 pm kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    24/11/2013 3:00:05.000 pm kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    24/11/2013 3:00:05.000 pm kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    24/11/2013 3:00:05.000 pm kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP05@1C,4/IOPP/SSD0@0/Ap pleAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlo ckStorageDriver/APPLE SSD SM1024F Media/IOGUIDPartitionScheme/Customer@2
    24/11/2013 3:00:05.000 pm kernel[0]: BSD root: disk0s2, major 1, minor 2
    24/11/2013 3:00:05.000 pm kernel[0]: USBMSC Identifier (non-unique): 575833314137335730333339 0x1058 0x748 0x1022, 3
    24/11/2013 3:00:05.000 pm kernel[0]: USBMSC Identifier (non-unique): 000000000820 0x5ac 0x8406 0x820, 3
    24/11/2013 3:00:05.000 pm kernel[0]: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    24/11/2013 3:00:05.000 pm kernel[0]: hfs: mounted Macintosh HD on device root_device
    24/11/2013 3:00:05.000 pm kernel[0]: XCPM: registered
    24/11/2013 3:00:04.228 pm com.apple.launchd[1]: *** launchd[1] has started up. ***
    24/11/2013 3:00:04.228 pm com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    24/11/2013 3:00:05.844 pm com.apple.SecurityServer[14]: Session 100000 created
    24/11/2013 3:00:07.793 pm com.apple.SecurityServer[14]: Entering service
    24/11/2013 3:00:07.828 pm UserEventAgent[11]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    24/11/2013 3:00:07.872 pm configd[17]: setting hostname to "RaysMacBookPro.local"
    24/11/2013 3:00:07.875 pm configd[17]: network changed.
    24/11/2013 3:00:07.000 pm kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    24/11/2013 3:00:07.905 pm networkd[44]: networkd.44 built Sep 12 2013 15:08:27
    24/11/2013 3:00:07.905 pm mDNSResponder[45]: mDNSResponder mDNSResponder-522.1.11 (Sep 12 2013 20:25:01) starting OSXVers 13
    24/11/2013 3:00:07.909 pm fseventsd[49]: could not open <</.fseventsd/fseventsd-uuid>> (No such file or directory)
    24/11/2013 3:00:07.910 pm fseventsd[49]: log dir: /.fseventsd getting new uuid: 09354F4E-D8CB-4905-A9EC-587748740ED5
    24/11/2013 3:00:08.010 pm systemkeychain[52]: done file: /var/run/systemkeychaincheck.done
    24/11/2013 3:00:08.017 pm configd[17]: network changed: DNS*
    24/11/2013 3:00:08.018 pm configd[17]: network changed: DNS*
    24/11/2013 3:00:08.019 pm mDNSResponder[45]: D2D_IPC: Loaded
    24/11/2013 3:00:08.019 pm mDNSResponder[45]: D2DInitialize succeeded
    24/11/2013 3:00:08.021 pm mDNSResponder[45]:   4: Listening for incoming Unix Domain Socket client requests
    24/11/2013 3:00:08.022 pm mDNSResponder[45]: Adding registration domain 1049432502.members.btmm.icloud.com.
    24/11/2013 3:00:08.106 pm mDNSResponder[45]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F95A38A4160 RaysMacBookPro.local. (Addr) that's already in the list
    24/11/2013 3:00:08.106 pm mDNSResponder[45]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F95A38A45F0 1.0.0.127.in-addr.arpa. (PTR) that's already in the list
    24/11/2013 3:00:08.106 pm mDNSResponder[45]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F95A4009D60 RaysMacBookPro.local. (AAAA) that's already in the list
    24/11/2013 3:00:08.106 pm mDNSResponder[45]: mDNS_Register_internal: ERROR!! Tried to register AuthRecord 00007F95A400A1F0 1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.8.E.F.ip6.arpa. (PTR) that's already in the list
    24/11/2013 3:00:08.148 pm awacsd[65]: Starting awacsd connectivity_executables-97 (Sep 12 2013 20:24:33)
    24/11/2013 3:00:08.325 pm apsd[71]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    24/11/2013 3:00:08.360 pm awacsd[65]: Configuring lazy AWACS client: 1049432502.p03.members.btmm.icloud.com.
    24/11/2013 3:00:08.366 pm awacsd[65]: KV HTTP 0
    24/11/2013 3:00:08.368 pm aosnotifyd[72]: assertion failed: 13A3017: liblaunch.dylib + 25164 [50B742D9-0C5C-3ABA-8EBF-3D447630932F]: 0x25
    24/11/2013 3:00:08.414 pm locationd[74]: NBB-Could not get UDID for stable refill timing, falling back on random
    24/11/2013 3:00:08.453 pm locationd[74]: Location icon should now be in state 'Inactive'
    24/11/2013 3:00:08.000 pm kernel[0]: hfs: mounted Recovery HD on device disk0s3
    24/11/2013 3:00:09.017 pm fseventsd[49]: Logging disabled completely for device:1: /Volumes/Recovery HD
    24/11/2013 3:00:10.000 pm kernel[0]: AppleCamIn::init
    24/11/2013 3:00:10.000 pm kernel[0]: AppleCamIn::probe
    24/11/2013 3:00:10.000 pm kernel[0]: AppleCamIn::start
    24/11/2013 3:00:10.000 pm kernel[0]: AppleCamIn::start: fS2DeviceRegs=0xffffff81def10000 (len=65536)
    24/11/2013 3:00:10.000 pm kernel[0]: AppleCamIn::start: fS2DeviceMemory=0xffffff81df5cb000 (len=268435456)
    24/11/2013 3:00:10.000 pm kernel[0]: AppleCamIn::start: fISPRegsMem=0xffffff802dd6a880 (len=1048576)
    24/11/2013 3:00:10.000 pm kernel[0]: virtual bool AppleCamIn::start(IOService *): about to configure DDR
    24/11/2013 3:00:10.000 pm kernel[0]: save_ddr_phy_regs: saving 127 DDR PHY shmoo-calibrated registers
    24/11/2013 3:00:10.000 pm kernel[0]: VM Swap Subsystem is ON
    24/11/2013 3:00:10.854 pm hidd[109]: void __IOHIDPlugInLoadBundles(): Loaded 0 HID plugins
    24/11/2013 3:00:10.857 pm hidd[109]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    24/11/2013 3:00:10.000 pm kernel[0]: Waiting for DSMOS...
    24/11/2013 3:00:10.894 pm com.apple.usbmuxd[85]: usbmuxd-323.1 on Oct  3 2013 at 12:43:24, running 64 bit
    24/11/2013 3:00:10.904 pm digest-service[125]: label: default
    24/11/2013 3:00:10.904 pm digest-service[125]:           dbname: od:/Local/Default
    24/11/2013 3:00:10.904 pm digest-service[125]:           mkey_file: /var/db/krb5kdc/m-key
    24/11/2013 3:00:10.904 pm digest-service[125]:           acl_file: /var/db/krb5kdc/kadmind.acl
    24/11/2013 3:00:10.927 pm kdc[106]: label: default
    24/11/2013 3:00:10.927 pm kdc[106]:           dbname: od:/Local/Default
    24/11/2013 3:00:10.927 pm kdc[106]:           mkey_file: /var/db/krb5kdc/m-key
    24/11/2013 3:00:10.927 pm kdc[106]:           acl_file: /var/db/krb5kdc/kadmind.acl
    24/11/2013 3:00:10.991 pm wdhelper[83]: sandbox cache error 3850
    24/11/2013 3:00:10.993 pm kdc[106]: WARNING Found KDC certificate (O=System Identity,CN=com.apple.kerberos.kdc)is missing the PK-INIT KDC EKU, this is bad for interoperability.
    24/11/2013 3:00:11.036 pm kdc[106]: sandbox cache error 11: database disk image is malformed
    24/11/2013 3:00:11.049 pm digest-service[125]: digest-request: uid=0
    24/11/2013 3:00:11.228 pm kdc[106]: KDC started
    24/11/2013 3:00:11.326 pm rpcsvchost[137]: sandbox cache error 3850
    24/11/2013 3:00:11.000 pm kernel[0]: srom rev:11
    24/11/2013 3:00:11.000 pm kernel[0]: ARPT: 10.813908: ChangeVCO => vco:960, xtalF:40, frac: 98, ndivMode: 3, ndivint: 24
    24/11/2013 3:00:11.000 pm kernel[0]: ARPT: 10.813916: Data written into the PLL_CNTRL_ADDR2: 00000c31
    24/11/2013 3:00:11.000 pm kernel[0]: ARPT: 10.813936: Data written into the PLL_CNTRL_ADDR3 (Fractional): 0000100e
    24/11/2013 3:00:11.000 pm kernel[0]: ARPT: 10.820824: BTCOEXIST off
    24/11/2013 3:00:11.000 pm kernel[0]: ARPT: 10.821028: BRCM tunables:
    24/11/2013 3:00:11.000 pm kernel[0]: ARPT: 10.821032:   pullmode[1] txringsize[  256] txsendqsize[1024] reapmin[   32] reapcount[  128]
    24/11/2013 3:00:11.000 pm kernel[0]: ARPT: 10.821568: wl0: Broadcom BCM43a0, vendorID[0x14e4] BAR0[0xc1a00004]
    24/11/2013 3:00:11.000 pm kernel[0]: 6.30.223.154 (r420397)
    24/11/2013 3:00:11.485 pm smbd[131]: sandbox cache error 17: database schema has changed
    24/11/2013 3:00:11.485 pm airportd[121]: sandbox cache error 11: database disk image is malformed
    24/11/2013 3:00:11.540 pm digest-service[125]: digest-request: netr probe 0
    24/11/2013 3:00:11.540 pm digest-service[125]: digest-request: init request
    24/11/2013 3:00:11.544 pm digest-service[125]: digest-request: init return domain: BUILTIN server: RAYSMACBOOKPRO indomain was: <NULL>
    24/11/2013 3:00:11.598 pm com.apple.launchd[1]: (com.apple.Kerberos.digest-service[125]) Exited: Killed: 9
    24/11/2013 3:00:11.598 pm com.apple.launchd[1]: (com.apple.Kerberos.kdc[106]) Exited: Killed: 9
    24/11/2013 3:00:11.598 pm com.apple.launchd[1]: (com.apple.Kerberos.kdc) Throttling respawn: Will start in 10 seconds
    24/11/2013 3:00:11.000 pm kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    24/11/2013 3:00:11.000 pm kernel[0]: AGC: 3.4.28, HW version=4.0.8 [3.2.8], flags:0, features:20600
    24/11/2013 3:00:12.000 pm kernel[0]: Previous Shutdown Cause: 3
    24/11/2013 3:00:12.300 pm UpdateSettingsTool[86]: -[IAPluginManager allAListPlugins] [546] -- *** warning: we're on the slow path.
    24/11/2013 3:00:13.407 pm awacsd[65]: KV HTTP 0
    24/11/2013 3:00:14.000 pm kernel[0]: IOPPF - IODeviceTree:/efi/platform/StartupPowerEvents: 0x0
    24/11/2013 3:00:15.000 pm kernel[0]: NVDAStartup: Official
    24/11/2013 3:00:16.000 pm kernel[0]: IOBluetoothUSBDFU::probe
    24/11/2013 3:00:16.000 pm kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8289 FirmwareVersion - 0x0078
    24/11/2013 3:00:16.000 pm kernel[0]: **** [IOBluetoothHostControllerUSBTransport][start] -- completed -- result = TRUE -- 0x1c00 ****
    24/11/2013 3:00:16.000 pm kernel[0]: **** [BroadcomBluetoothHostControllerUSBTransport][start] -- Completed -- 0x1c00 ****
    24/11/2013 3:00:16.000 pm kernel[0]: hmm.. mismatch sizes: 3100 vs 20
    24/11/2013 3:00:17.000 pm kernel[0]: NVDAGK100HAL loaded and registered
    24/11/2013 3:00:18.314 pm com.apple.kextd[12]: kext com.comodo.kext.FileAccessFilter  100009000 is in exception list, allowing to load
    24/11/2013 3:00:18.325 pm apsd[71]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    24/11/2013 3:00:18.000 pm kernel[0]: IOPPF: XCPM mode
    24/11/2013 3:00:18.954 pm com.apple.kextd[12]: kext com.comodo.kext.FileAccessFilter  100009000 is in exception list, allowing to load
    24/11/2013 3:00:19.914 pm diskarbitrationd[19]: kextd [12]:17963 not responding.
    24/11/2013 3:00:19.000 pm kernel[0]: hfs: unmount initiated on Recovery HD on device disk0s3
    24/11/2013 3:00:19.959 pm com.apple.launchd[1]: (com.apple.Kerberos.kdc) Throttling respawn: Will start in 1 seconds
    24/11/2013 3:00:20.000 pm kernel[0]: init
    24/11/2013 3:00:20.000 pm kernel[0]: probe
    24/11/2013 3:00:20.000 pm kernel[0]: start
    24/11/2013 3:00:20.000 pm kernel[0]: DSMOS has arrived
    24/11/2013 3:00:20.000 pm kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification -- 0x1c00
    24/11/2013 3:00:20.000 pm kernel[0]: [IOBluetoothHCIController][start] -- completed
    24/11/2013 3:00:20.000 pm kernel[0]: AppleCamIn::initACPI - status = 0x00000000, acpi_path_object = 0xffffff802c3da620
    24/11/2013 3:00:20.000 pm kernel[0]: AppleCamIn::initACPI - status = 0x00000000, acpi_path = IOACPIPlane:/_SB/PCI0@0/RP04@1c0003/CMRA@0
    24/11/2013 3:00:20.000 pm kernel[0]: AppleCamIn::initACPI - status = 0x00000000, acpi_device_entry = 0xffffff802c749000
    24/11/2013 3:00:20.000 pm kernel[0]: AppleCamIn::initACPI - status = 0x00000000, fACPIDevice = 0xffffff802c749000
    24/11/2013 3:00:20.000 pm kernel[0]: AppleCamIn::initACPI - status = 0x00000000, fACPIPowerEnabled = 1
    24/11/2013 3:00:20.000 pm kernel[0]: AppleCamIn::start - link control offset in PCI bridge = 0x50
    24/11/2013 3:00:20.000 pm kernel[0]: AppleCamIn::start - pmcsr offset in PCI bridge = 0xa4
    24/11/2013 3:00:20.000 pm kernel[0]: AppleCamIn::power_off_hardware
    24/11/2013 3:00:20.000 pm kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    24/11/2013 3:00:20.000 pm kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    24/11/2013 3:00:20.050 pm airportd[121]: airportdProcessDLILEvent: en0 attached (down)
    24/11/2013 3:00:20.000 pm kernel[0]: AirPort_Brcm4360_P2PInterface::init name <p2p0> role 1
    24/11/2013 3:00:20.000 pm kernel[0]: AirPort_Brcm4360_P2PInterface::init() <p2p> role 1
    24/11/2013 3:00:20.054 pm loginwindow[103]: Login Window Application Started
    24/11/2013 3:00:20.000 pm kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    24/11/2013 3:00:20.000 pm kernel[0]: **** [IOBluetoothHCIController][protectedBluetoothHCIControllerTransportShowsUp] -- Connected to the transport successfully -- 0x4dc0 -- 0xb000 -- 0x1c00 ****
    24/11/2013 3:00:20.074 pm WindowServer[162]: Server is starting up
    24/11/2013 3:00:20.000 pm kernel[0]: AirPort: Link Down on en0. Reason 8 (Disassociated because station leaving).
    24/11/2013 3:00:20.181 pm mds[100]: (Normal) FMW: FMW 0 0
    24/11/2013 3:00:20.000 pm kernel[0]: AppleCamIn::initForPM
    24/11/2013 3:00:20.000 pm kernel[0]: AppleCamIn::systemWakeCall - messageType = 0xE0000340
    24/11/2013 3:00:20.296 pm WindowServer[162]: Session 256 retained (2 references)
    24/11/2013 3:00:20.296 pm WindowServer[162]: Session 256 released (1 references)
    24/11/2013 3:00:20.000 pm kernel[0]: en1: promiscuous mode enable succeeded
    24/11/2013 3:00:20.000 pm kernel[0]: en2: promiscuous mode enable succeeded
    24/11/2013 3:00:20.305 pm WindowServer[162]: Session 256 retained (2 references)
    24/11/2013 3:00:20.306 pm WindowServer[162]: init_page_flip: page flip mode is on
    24/11/2013 3:00:20.366 pm SystemStarter[88]: TiVoDesktop (165) did not complete successfully
    24/11/2013 3:00:20.366 pm SystemStarter[88]: The following StartupItems failed to start properly:
    24/11/2013 3:00:20.366 pm SystemStarter[88]: /Library/StartupItems/TiVoDesktop
    24/11/2013 3:00:20.366 pm SystemStarter[88]:  - execution of Startup script failed
    24/11/2013 3:00:20.584 pm configd[17]: dhcp_arp_router: en0 SSID unavailable
    24/11/2013 3:00:20.584 pm configd[17]: [bootp_transmit.c:213] bootp_transmit(): bpf_write(en0) failed: Network is down (50)
    24/11/2013 3:00:20.584 pm configd[17]: DHCP en0: INIT-REBOOT transmit failed
    24/11/2013 3:00:20.588 pm UserEventAgent[11]: Captive: CNPluginHandler en0: Inactive
    24/11/2013 3:00:20.683 pm com.apple.launchd[1]: (com.apple.Kerberos.kdc) Throttling respawn: Will start in 1 seconds
    24/11/2013 3:00:20.683 pm com.apple.launchd[1]: (com.apple.Kerberos.kdc) Throttling respawn: Will start in 1 seconds
    24/11/2013 3:00:20.684 pm com.apple.launchd[1]: (com.apple.Kerberos.kdc) Throttling respawn: Will start in 1 seconds
    24/11/2013 3:00:20.684 pm com.apple.launchd[1]: (com.apple.Kerberos.kdc) Throttling respawn: Will start in 1 seconds
    24/11/2013 3:00:20.830 pm WindowServer[162]: Found 1 modes for display 0x00000000 [1, 0]
    24/11/2013 3:00:20.859 pm WindowServer[162]: Found 62 modes for display 0x00000000 [36, 26]
    24/11/2013 3:00:20.862 pm WindowServer[162]: Found 1 modes for display 0x00000000 [1, 0]
    24/11/2013 3:00:20.864 pm WindowServer[162]: Found 1 modes for display 0x00000000 [1, 0]
    24/11/2013 3:00:20.866 pm WindowServer[162]: Found 1 modes for display 0x00000000 [1, 0]
    24/11/2013 3:00:20.880 pm WindowServer[162]: mux_initialize: Mode is dynamic
    24/11/2013 3:00:20.882 pm WindowServer[162]: Found 62 modes for display 0x00000000 [36, 26]
    24/11/2013 3:00:20.886 pm WindowServer[162]: Found 1 modes for display 0x00000000 [1, 0]
    24/11/2013 3:00:20.886 pm WindowServer[162]: Found 1 modes for display 0x00000000 [1, 0]
    24/11/2013 3:00:20.886 pm WindowServer[162]: Found 1 modes for display 0x00000000 [1, 0]
    24/11/2013 3:00:21.034 pm WindowServer[162]: WSMachineUsesNewStyleMirroring: true
    24/11/2013 3:00:21.035 pm WindowServer[162]: Display 0x04280640: GL mask 0x21; bounds (0, 0)[1440 x 900], 62 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model a019, S/N 0, Unit 0, Rotation 0
    UUID 0xf466f621b5fa04a00800cfa6c258decd
    24/11/2013 3:00:21.035 pm WindowServer[162]: Display 0x003f0042: GL mask 0x40; bounds (0, 0)[1920 x 1200], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 6, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    24/11/2013 3:00:21.035 pm WindowServer[162]: Display 0x003f003f: GL mask 0x8; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    24/11/2013 3:00:21.035 pm WindowServer[162]: Display 0x003f003e: GL mask 0x4; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    24/11/2013 3:00:21.035 pm WindowServer[162]: Display 0x003f003d: GL mask 0x2; bounds (0, 0)[0 x 0], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    24/11/2013 3:00:21.035 pm WindowServer[162]: WSSetWindowTransform: Singular matrix
    24/11/2013 3:00:21.036 pm WindowServer[162]: WSSetWindowTransform: Singular matrix
    24/11/2013 3:00:21.036 pm WindowServer[162]: WSSetWindowTransform: Singular matrix
    24/11/2013 3:00:21.040 pm WindowServer[162]: Display 0x04280640: GL mask 0x21; bounds (0, 0)[1440 x 900], 62 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model a019, S/N 0, Unit 0, Rotation 0
    UUID 0xf466f621b5fa04a00800cfa6c258decd
    24/11/2013 3:00:21.040 pm WindowServer[162]: Display 0x003f0042: GL mask 0x40; bounds (2464, 0)[1 x 1], 2 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 6, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    24/11/2013 3:00:21.040 pm WindowServer[162]: Display 0x003f003f: GL mask 0x8; bounds (2465, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 3, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    24/11/2013 3:00:21.040 pm WindowServer[162]: Display 0x003f003e: GL mask 0x4; bounds (2466, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 2, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    24/11/2013 3:00:21.040 pm WindowServer[162]: Display 0x003f003d: GL mask 0x2; bounds (2467, 0)[1 x 1], 1 modes available
    off-line, enabled, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 1, Rotation 0
    UUID 0xffffffffffffffffffffffffffffffff
    24/11/2013 3:00:21.040 pm WindowServer[162]: CGXPerformInitialDisplayConfiguration
    24/11/2013 3:00:21.040 pm WindowServer[162]:   Display 0x04280640: Unit 0; Alias(0, 0x21); Vendor 0x610 Model 0xa019 S/N 0 Dimensions 13.03 x 8.15; online enabled built-in, Bounds (0,0)[1440 x 900], Rotation 0, Resolution 2
    24/11/2013 3:00:21.040 pm WindowServer[162]:   Display 0x003f0042: Unit 6; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2464,0)[1 x 1], Rotation 0, Resolution 1
    24/11/2013 3:00:21.040 pm WindowServer[162]:   Display 0x003f003f: Unit 3; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2465,0)[1 x 1], Rotation 0, Resolution 1
    24/11/2013 3:00:21.041 pm WindowServer[162]:   Display 0x003f003e: Unit 2; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2466,0)[1 x 1], Rotation 0, Resolution 1
    24/11/2013 3:00:21.041 pm WindowServer[162]:   Display 0x003f003d: Unit 1; Vendor 0xffffffff Model 0xffffffff S/N -1 Dimensions 0.00 x 0.00; offline enabled, Bounds (2467,0)[1 x 1], Rotation 0, Resolution 1
    24/11/2013 3:00:21.041 pm WindowServer[162]: CGXMuxBoot: Boot normal
    24/11/2013 3:00:21.000 pm kernel[0]: ARPT: 20.548691: si_survive_perst_war: bar0win before 18003000, bar0win after 18001000
    24/11/2013 3:00:21.158 pm WindowServer[162]: GLCompositor: GL renderer id 0x01022727, GL mask 0x0000000f, accelerator 0x00004fdb, unit 0, caps QEX|MIPMAP, vram 2048 MB
    24/11/2013 3:00:21.168 pm WindowServer[162]: GLCompositor: GL renderer id 0x01022727, GL mask 0x0000000f, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    24/11/2013 3:00:21.168 pm WindowServer[162]: GLCompositor: GL renderer id 0x01024502, GL mask 0x00000060, accelerator 0x00003427, unit 5, caps QEX|MIPMAP, vram 1024 MB
    24/11/2013 3:00:21.171 pm WindowServer[162]: GLCompositor: GL renderer id 0x01024502, GL mask 0x00000060, texture max 16384, viewport max {16384, 16384}, extensions FPRG|NPOT|GLSL|FLOAT
    24/11/2013 3:00:21.171 pm WindowServer[162]: GLCompositor enabled for tile size [256 x 256]
    24/11/2013 3:00:21.171 pm WindowServer[162]: CGXGLInitMipMap: mip map mode is on
    24/11/2013 3:00:21.180 pm loginwindow[103]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    24/11/2013 3:00:21.270 pm WindowServer[162]: Display 0x04280640: Unit 0; ColorProfile { 2, "Color LCD"}; TransferFormula (1.000000, 1.000000, 1.000000)
    24/11/2013 3:00:21.291 pm launchctl[172]: com.apple.findmymacmessenger: Already loaded
    24/11/2013 3:00:21.310 pm com.apple.SecurityServer[14]: Session 100005 created
    24/11/2013 3:00:21.000 pm kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    24/11/2013 3:00:21.326 pm WindowServer[162]: void __IOHIDEventQueueuRegister(): Unable to open IOHIDSystem (e00002bd)
    24/11/2013 3:00:21.444 pm loginwindow[103]: Setting the initial value of the magsave brightness level 1
    24/11/2013 3:00:21.484 pm loginwindow[103]: Login Window Started Security Agent
    24/11/2013 3:00:21.541 pm SecurityAgent[180]: This is the first run
    24/11/2013 3:00:21.542 pm SecurityAgent[180]: MacBuddy was run = 0
    24/11/2013 3:00:21.560 pm WindowServer[162]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04280640 device: 0x7fc58a604ca0  isBackBuffered: 1 numComp: 3 numDisp: 3
    24/11/2013 3:00:21.560 pm WindowServer[162]: _CGXGLDisplayContextForDisplayDevice: acquired display context (0x7fc58a604ca0) - enabling OpenGL
    24/11/2013 3:00:21.569 pm UserEventAgent[173]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    24/11/2013 3:00:21.692 pm kdc[187]: label: default
    24/11/2013 3:00:21.693 pm kdc[187]:           dbname: od:/Local/Default
    24/11/2013 3:00:21.693 pm kdc[187]:           mkey_file: /var/db/krb5kdc/m-key
    24/11/2013 3:00:21.693 pm kdc[187]:           acl_file: /var/db/krb5kdc/kadmind.acl
    24/11/2013 3:00:21.700 pm kdc[187]: WARNING Found KDC certificate (O=System Identity,CN=com.apple.kerberos.kdc)is missing the PK-INIT KDC EKU, this is bad for interoperability.
    24/11/2013 3:00:21.821 pm kdc[187]: KDC started
    24/11/2013 3:00:21.000 pm kernel[0]: hfs: mounted 2TB on device disk1s2
    24/11/2013 3:00:22.000 pm kernel[0]: hfs: unmount initiated on 2TB on device disk1s2
    24/11/2013 3:00:22.276 pm parentalcontrolsd[196]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    24/11/2013 3:00:22.000 pm kernel[0]: ARPT: 21.777640: MacAuthEvent en0   Auth result for: 00:22:3f:41:a8:c6  MAC AUTH succeeded
    24/11/2013 3:00:22.000 pm kernel[0]: ARPT: 21.780095: MacAuthEvent en0   Auth result for: 00:22:3f:41:a8:c6 Unsolicited  Auth
    24/11/2013 3:00:22.000 pm kernel[0]: wlEvent: en0 en0 Link UP virtIf = 0
    24/11/2013 3:00:22.000 pm kernel[0]: AirPort: Link Up on en0
    24/11/2013 3:00:22.000 pm kernel[0]: en0: BSSID changed to 00:22:3f:41:a8:c6
    24/11/2013 3:00:22.000 pm kernel[0]: en0: BSSID changed to 00:22:3f:41:a8:c6
    24/11/2013 3:00:22.000 pm kernel[0]: AirPort: RSN handshake complete on en0
    24/11/2013 3:00:22.000 pm kernel[0]: [BNBMouseDevice::init][80.14] init is complete
    24/11/2013 3:00:22.000 pm kernel[0]: [BNBMouseDevice::handleStart][80.14] returning 1
    24/11/2013 3:00:22.000 pm kernel[0]: [AppleMultitouchHIDEventDriver::start] entered
    24/11/2013 3:00:22.000 pm kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    24/11/2013 3:00:22.000 pm kernel[0]: [AppleMultitouchDevice::start] entered
    24/11/2013 3:00:23.036 pm WindowServer[162]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    24/11/2013 3:00:23.059 pm WindowServer[162]: Display 0x04280640: Unit 0; ColorProfile { 2, "Color LCD"}; TransferFormula (1.000000, 1.000000, 1.000000)
    24/11/2013 3:00:23.069 pm WindowServer[162]: Display 0x04280640: Unit 0; ColorProfile { 2, "Color LCD"}; TransferFormula (1.000000, 1.000000, 1.000000)
    24/11/2013 3:00:23.000 pm kernel[0]: Ethernet [AppleBCM5701Ethernet]: Link up on en4, 100-Megabit, Full-duplex, Symmetric flow-control, Debug [796d,0301,0de1,0300,45e1,0000]
    24/11/2013 3:00:23.480 pm awacsd[65]: KV HTTP 0
    24/11/2013 3:00:24.325 pm com.apple.SecurityServer[14]: Session 100009 created
    24/11/2013 3:00:24.341 pm configd[17]: network changed: v4(en4+:192.168.0.2) DNS+ Proxy+ SMB
    24/11/2013 3:00:24.928 pm ntpd[82]: proto: precision = 1.000 usec
    24/11/2013 3:00:24.943 pm configd[17]: network changed: v4(en4:192.168.0.2) DNS* Proxy SMB
    24/11/2013 3:00:24.944 pm UserEventAgent[11]: Captive: [CNInfoNetworkActive:1655] en0: SSID 'CMWRAC' making interface primary (protected network)
    24/11/2013 3:00:24.944 pm UserEventAgent[11]: Captive: CNPluginHandler en0: Evaluating
    24/11/2013 3:00:24.946 pm UserEventAgent[11]: Captive: en0: Probing 'CMWRAC'
    24/11/2013 3:00:24.946 pm configd[17]: network changed: v4(en4:192.168.0.2, en0!:192.168.0.23) DNS Proxy SMB
    24/11/2013 3:00:25.089 pm distnoted[213]: # distnote server agent  absolute time: 24.357057855   civil time: Sun Nov 24 15:00:25 2013   pid: 213 uid: 501  root: no
    24/11/2013 3:00:25.136 pm UserEventAgent[11]: Captive: CNPluginHandler en0: Authenticated
    24/11/2013 3:00:25.423 pm racoon[217]: accepted connection on vpn control socket.
    24/11/2013 3:00:26.185 pm WindowServer[162]: Received display connect changed for display 0x4280640
    24/11/2013 3:00:26.196 pm WindowServer[162]: Found 29 modes for display 0x04280640 [18, 11]
    24/11/2013 3:00:26.219 pm com.apple.SecurityServer[14]: Session 100010 created
    24/11/2013 3:00:26.226 pm WindowServer[162]: CGXMuxAcknowledge: Posting glitchless acknowledge
    24/11/2013 3:00:26.254 pm WindowServer[162]: Received display connect changed for display 0x4280640
    24/11/2013 3:00:26.255 pm WindowServer[162]: Found 1 modes for display 0x04280640 [1, 0]
    24/11/2013 3:00:26.267 pm WindowServer[162]: Received display connect changed for display 0x3f003d
    24/11/2013 3:00:26.267 pm WindowServer[162]: Found 1 modes for display 0x003f003d [1, 0]
    24/11/2013 3:00:26.267 pm WindowServer[162]: Received display connect changed for display 0x3f003e
    24/11/2013 3:00:26.267 pm WindowServer[162]: Found 1 modes for display 0x003f003e [1, 0]
    24/11/2013 3:00:26.267 pm WindowServer[162]: Received display connect changed for display 0x3f003f
    24/11/2013 3:00:26.267 pm WindowServer[162]: Found 1 modes for display 0x003f003f [1, 0]
    24/11/2013 3:00:26.346 pm WindowServer[162]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04280640 device: 0x7fc58a604ca0  isBackBuffered: 1 numComp: 3 numDisp: 3
    24/11/2013 3:00:26.467 pm apsd[71]: Unrecognized leaf certificate
    24/11/2013 3:00:32.102 pm SecurityAgent[180]: User info context values set for Ray
    24/11/2013 3:00:32.469 pm authorizationhost[223]: Failed to authenticate user <Ray> (error: 9).
    24/11/2013 3:00:36.777 pm SecurityAgent[180]: User info context values set for Ray
    24/11/2013 3:00:36.900 pm SecurityAgent[180]: Login Window login proceeding
    24/11/2013 3:00:37.092 pm loginwindow[103]: Login Window - Returned from Security Agent
    24/11/2013 3:00:37.128 pm loginwindow[103]: USER_PROCESS: 103 console
    24/11/2013 3:00:37.139 pm warmd[84]: [__bootcachectl_set_preheated_user_block_invoke:684] Unable to unlink preated user symlink /var/db/BootCaches/PreheatedUser: 1 Operation not permitted
    24/11/2013 3:00:37.140 pm warmd[84]: [__bootcachectl_set_preheated_user_block_invoke:695] Unable to create preated user symlink /var/db/BootCaches/PreheatedUser to 80F6304C-FA16-4E7E-9BAE-3C0C58FCB7E1: 17 File exists
    24/11/2013 3:00:37.153 pm airportd[121]: _doAutoJoin: Already associated to “CMWRAC”. Bailing on auto-join.
    24/11/2013 3:00:37.000 pm kernel[0]: AppleKeyStore:Sending lock change 0
    24/11/2013 3:00:37.305 pm com.apple.launchd.peruser.501[210]: Background: Aqua: Registering new GUI session.
    24/11/2013 3:00:37.387 pm com.apple.launchd.peruser.501[210]: (com.apple.cmfsyncagent) Ignored this key: UserName
    24/11/2013 3:00:37.387 pm com.apple.launchd.peruser.501[210]: (com.apple.EscrowSecurityAlert) Unknown key: seatbelt-profiles
    24/11/2013 3:00:37.387 pm com.apple.launchd.peruser.501[210]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    24/11/2013 3:00:37.389 pm launchctl[226]: com.apple.pluginkit.pkd: Already loaded
    24/11/2013 3:00:37.390 pm launchctl[226]: com.apple.sbd: Already loaded
    24/11/2013 3:00:37.399 pm launchproxyls[229]: Waiting for Launch Services seeding, UID 501
    24/11/2013 3:00:37.624 pm WindowServer[162]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    24/11/2013 3:00:37.660 pm sharingd[246]: Starting Up...
    24/11/2013 3:00:37.690 pm WindowServer[162]: Display 0x04280640: Unit 0; ColorProfile { 2, "Color LCD"}; TransferFormula (1.000000, 1.000000, 1.000000)
    24/11/2013 3:00:37.857 pm UserEventAgent[227]: Failed to copy info dictionary for bundle /System/Library/UserEventPlugins/alfUIplugin.plugin
    24/11/2013 3:00:37.935 pm xpcproxy[254]: assertion failed: 13A3017: xpcproxy + 3438 [3AB894B7-5C91-3252-A567-8EE4A311091E]: 0x2
    24/11/2013 3:00:38.000 pm kernel[0]: hfs: mounted 2TB on device disk1s2
    24/11/2013 3:00:38.592 pm xpcproxy[275]: assertion failed: 13A3017: xpcproxy + 3438 [3AB894B7-5C91-3252-A567-8EE4A311091E]: 0x2
    24/11/2013 3:00:38.721 pm com.apple.audio.DriverHelper[261]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelDevice.
    24/11/2013 3:00:38.721 pm com.apple.audio.DriverHelper[261]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDRadeonX4000_AMDAccelSharedUserClient.
    24/11/2013 3:00:38.721 pm com.apple.audio.DriverHelper[261]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class AMDSIVideoContext.
    24/11/2013 3:00:38.721 pm com.apple.audio.DriverHelper[261]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelDevice.
    24/11/2013 3:00:38.721 pm com.apple.audio.DriverHelper[261]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelSharedUserClient.
    24/11/2013 3:00:38.722 pm com.apple.audio.DriverHelper[261]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMain.
    24/11/2013 3:00:38.722 pm com.apple.audio.DriverHelper[261]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextMedia.
    24/11/2013 3:00:38.722 pm com.apple.audio.DriverHelper[261]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IGAccelVideoContextVEBox.
    24/11/2013 3:00:38.722 pm com.apple.audio.DriverHelper[261]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOHIDParamUserClient.
    24/11/2013 3:00:38.722 pm com.apple.audio.DriverHelper[261]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class IOSurfaceRootUserClient.
    24/11/2013 3:00:38.722 pm com.apple.audio.DriverHelper[261]: The plug-in named AirPlay.driver requires extending the sandbox for the IOKit user-client class Gen6DVDContext.
    24/11/2013 3:00:38.722 pm com.apple.audio.DriverHelper[261]: The plug-in named AirPlay.driver requires extending the sandbox for the mach service named com.apple.AirPlayXPCHelper.
    24/11/2013 3:00:38.763 pm com.apple.audio.DriverHelper[261]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the IOKit user-client class IOBluetoothDeviceUserClient.
    24/11/2013 3:00:38.763 pm com.apple.audio.DriverHelper[261]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.blued.
    24/11/2013 3:00:38.763 pm com.apple.audio.DriverHelper[261]: The plug-in named BluetoothAudioPlugIn.driver requires extending the sandbox for the mach service named com.apple.bluetoothaudiod.
    24/11/2013 3:00:39.000 pm kernel[0]: hfs: mounted Recovery HD on device disk0s3
    24/11/2013 3:00:39.210 pm mds[100]: (Normal) Volume: volume:0x7fac04809a00 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/Recovery HD
    24/11/2013 3:00:39.290 pm fseventsd[49]: Logging disabled completely for device:1: /Volumes/Recovery HD
    24/11/2013 3:00:39.000 pm kernel[0]: hfs: unmount initiated on Recovery HD on device disk0s3
    24/11/2013 3:00:39.370 pm com.apple.IconServicesAgent[287]: IconServicesAgent launched.
    24/11/2013 3:00:39.441 pm SystemUIServer[237]: Cannot find executable for CFBundle 0x7fa681e454d0 </System/Library/CoreServices/Menu Extras/Clock.menu> (not loaded)
    24/11/2013 3:00:39.456 pm SystemUIServer[237]: Cannot find executable for CFBundle 0x7fa683916ad0 </System/Library/CoreServices/Menu Extras/Battery.menu> (not loaded)
    24/11/2013 3:00:39.457 pm SystemUIServer[237]: Cannot find executable for CFBundle 0x7fa683931ff0 </System/Library/CoreServices/Menu Extras/Volume.menu> (not loaded)
    24/11/2013 3:00:39.851 pm SystemUIServer[237]: *** WARNING: Method convertRectToBase: in class NSView is deprecated on 10.7 and later. It should not be used in new applications.
    24/11/2013 3:00:39.851 pm SystemUIServer[237]: *** WARNING: Method convertRectFromBase: in class NSView is deprecated on 10.7 and later. It should not be used in new applications.
    24/11/2013 3:00:40.177 pm com.apple.SecurityServer[14]: Session 100015 created
    24/11/2013 3:00:40.190 pm parentalcontrolsd[294]: StartObservingFSEvents [849:] -- *** StartObservingFSEvents started event stream
    24/11/2013 3:00:40.211 pm SystemUIServer[237]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    24/11/2013 3:00:40.212 pm SystemUIServer[237]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    24/11/2013 3:00:41.247 pm com.apple.SecurityServer[14]: Session 100017 created
    24/11/2013 3:00:41.317 pm com.apple.time[227]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    24/11/2013 3:00:41.324 pm com.apple.time[227]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    24/11/2013 3:00:41.327 pm accountsd[307]: assertion failed: 13A3017: liblaunch.dylib + 25164 [50B742D9-0C5C-3ABA-8EBF-3D447630932F]: 0x25
    24/11/2013 3:00:41.404 pm com.apple.NotesMigratorService[306]: Joined Aqua audit session
    24/11/2013 3:00:41.636 pm Dock[236]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: BundleBinding [0x1603] URL: file:///Applications/Games/Klondike%20Forever.app/ bundle identifier: com.solitaireforever.Klondike Forever request size:128 scale: 2
    24/11/2013 3:00:41.685 pm locationd[74]: Location icon should now be in state 'Active'
    24/11/2013 3:00:41.876 pm Dock[236]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: BundleBinding [0x1903] URL: file:///Users/Ray/Library/Printers/EPSON%20WP-4530%20Series.app/ bundle identifier: com.apple.print.PrinterProxy request size:128 scale: 2
    24/11/2013 3:00:42.098 pm Dock[236]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: BundleBinding [0x1c03] URL: file:///Applications/Comodo/COMODO%20Antivirus.app/ bundle identifier: com.COMODO.COMODO-Antivirus request size:128 scale: 2
    24/11/2013 3:00:43.686 pm locationd[74]: Location icon should now be in state 'Inactive'
    24/11/2013 3:00:43.824 pm mds_stores[163]: (Error) Permissions: Failed stat on perm journal with error 9
    24/11/2013 3:00:44.553 pm Dock[236]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x3a03] flags: 0x10 binding: BundleBinding [0x1c03] URL: file:///Applications/Comodo/COMODO%20Antivirus.app/ bundle identifier: com.COMODO.COMODO-Antivirus request size:192 scale: 1
    24/11/2013 3:00:44.635 pm Dock[236]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x3c03] flags: 0x10 binding: BundleBinding [0x3b03] URL: file:///Applications/Comodo/Run%20Diagnostics.app/ bundle identifier: com.COMODO.Run-Diagnostics request size:192 scale: 1
    24/11/2013 3:00:44.694 pm Dock[236]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x3e03] flags: 0x10 binding: BundleBinding [0x3d03] URL: file:///Applications/Comodo/Scan%20Items%20with%20COMODO%20Antivirus.app/ bundle identifier: com.COMODO.Scan-Items-with-COMODO-Antivirus request size:192 scale: 1
    24/11/2013 3:00:44.749 pm Dock[236]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x4003] flags: 0x10 binding: BundleBinding [0x3f03] URL: file:///Applications/Comodo/Software%20Update.app/ bundle identifier: com.COMODO.Software-Update request size:192 scale: 1
    24/11/2013 3:00:44.807 pm Dock[236]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x4203] flags: 0x10 binding: BundleBinding [0x4103] URL: file:///Applications/Comodo/View%20Logs.app/ bundle identifier: com.COMODO.View-Logs request size:192 scale: 1
    24/11/2013 3:00:45.751 pm Dock[236]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x6903] flags: 0x10 binding: BundleBinding [0x1603] URL: file:///Applications/Games/Klondike%20Forever.app/ bundle identifier: com.solitaireforever.Klondike Forever request size:192 scale: 1
    24/11/2013 3:00:45.793 pm Dock[236]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x6b03] flags: 0x10 binding: BundleBinding [0x6a03] URL: file:///Applications/Games/Solitaire%20Forever.app/ bundle identifier: com.solitaireforever.Solitaire Forever request size:192 scale: 1
    24/11/2013 3:00:46.124 pm com.apple.WebKit.Networking[258]: ERROR: unable to get the receiver data from the DB!
    24/11/2013 3:00:46.000 pm kernel[0]: utun_ctl_connect: creating interface utun0
    24/11/2013 3:00:46.544 pm racoon[217]: failed to bind to address fd01:d962:f778:75a:41e4:905b:d945:ece1[500] (Can't assign requested address).
    24/11/2013 3:00:46.544 pm racoon[217]: failed to bind to address fd01:d962:f778:75a:41e4:905b:d945:ece1[500]: because interface address is/was not ready (flags 2).
    24/11/2013 3:00:46.544 pm racoon[217]: failed to bind to address fd01:d962:f778:75a:41e4:905b:d945:ece1[4500] (Can't assign requested address).
    24/11/2013 3:00:46.544 pm racoon[217]: failed to bind to address fd01:d962:f778:75a:41e4:905b:d945:ece1[4500]: because interface address is/was not ready (flags 2).
    24/11/2013 3:00:46.545 pm racoon[217]: failed to bind to address fd01:d962:f778:75a:41e4:905b:d945:ece1[500] (Can't assign requested address).
    24/11/2013 3:00:46.545 pm racoon[217]: failed to bind to address fd01:d962:f778:75a:41e4:905b:d945:ece1[500]: because interface address is/was not ready (flags 2).
    24/11/2013 3:00:46.545 pm racoon[217]: failed to bind to address fd01:d962:f778:75a:41e4:905b:d945:ece1[4500] (Can't assign requested address).
    24/11/2013 3:00:46.545 pm racoon[217]: failed to bind to address fd01:d962:f778:75a:41e4:905b:d945:ece1[4500]: because interface address is/was not ready (flags 2).
    24/11/2013 3:00:46.547 pm racoon[217]: failed to bind to address fd01:d962:f778:75a:41e4:905b:d945:ece1[500] (Can't assign requested address).
    24/11/2013 3:00:46.547 pm racoon[217]: failed to bind to address fd01:d962:f778:75a:41e4:905b:d945:ece1[500]: because interface address is/was not ready (flags 2).
    24/11/2013 3:00:46.547 pm racoon[217]: failed to bind to address fd01:d962:f778:75a:41e4:905b:d945:ece1[4500] (Can't assign requested address).
    24/11/2013 3:00:46.547 pm racoon[217]: failed to bind to address fd01:d962:f778:75a:41e4:905b:d945:ece1[4500]: because interface address is/was not ready (flags 2).
    24/11/2013 3:00:46.000 pm kernel[0]: flow_divert_kctl_disconnect (0): disconnecting group 1
    24/11/2013 3:00:47.090 pm Dock[236]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x9c03] flags: 0x10 binding: BundleBinding [0x9b03] URL: file:///Applications/Microsoft%20Office%202011/Office/Microsoft%20Office%20Remi nders.app/ bundle identifier: com.microsoft.outlook.officereminders request size:192 scale: 1
    24/11/2013 3:00:48.053 pm Dock[236]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0xce03] flags: 0x10 binding: BundleBinding [0xcd03] URL: file:///Applications/UnRarX.app/ bundle identifier: com.peternoriega.unrarx request size:192 scale: 1
    24/11/2013 3:00:48.691 pm soagent[278]: No active accounts, killing soagent in 10 seconds
    24/11/2013 3:00:48.767 pm com.apple.dock.extra[308]: No endpoint returned trying to load UnreadCountController.bundle, suspending
    24/11/2013 3:00:48.777 pm soagent[278]: No active accounts, killing soagent in 10 seconds
    24/11/2013 3:00:48.779 pm soagent[278]: No active accounts, killing soagent in 10 seconds
    24/11/2013 3:00:48.781 pm soagent[278]: No active accounts, killing soagent in 10 seconds
    24/11/2013 3:00:48.782 pm soagent[278]: No active accounts, killing soagent in 10 seconds
    24/11/2013 3:00:50.645 pm talagent[235]: CGSBindSurface: Invalid window 0x1e
    24/11/2013 3:00:50.645 pm WindowServer[162]: _CGXWindowRightsRelinquish: Invalid window 0x1e
    24/11/2013 3:00:50.645 pm talagent[235]: CGSConnectionRelinquishWindowRights(cid, result, reservedRights): CGError 1001 on line 875
    24/11/2013 3:00:50.646 pm WindowServer[162]: _CGXTerminateWindowList: Invalid window 30
    24/11/2013 3:00:51.661 pm WindowServer[162]: disable_update_timeout: UI updates were forcibly disabled by application "Mail" for over 1.00 seconds. Server has re-enabled them.
    24/11/2013 3:00:51.723 pm com.apple.time[227]: Interval maximum value is 946100000 seconds (specified value: 9223372036854775807).
    24/11/2013 3:00:51.729 pm com.apple.dock.extra[308]: <NSXPCConnection: 0x7fbb1273dd80>: received an undecodable message (no exported object to receive message). Dropping message.
    24/11/2013 3:00:52.191 pm WindowServer[162]: common_reenable_update: UI updates were finally reenabled by application "Mail" after 1.53 seconds (server forcibly re-enabled them after 1.00 seconds)
    24/11/2013 3:00:57.966 pm tccd[247]: Warning: NSBundle NSBundle </Applications/Mail.app> (not yet loaded) was released too many times. For compatibility, it will not be deallocated, but this may change in the future. Set a breakpoint on __NSBundleOverreleased() to debug
    24/11/2013 3:00:58.692 pm soagent[278]: Killing soagent.
    24/11/2013 3:00:58.692 pm NotificationCenter[274]: SOHelperCenter main connection interrupted
    24/11/2013 3:00:58.692 pm com.apple.dock.extra[308]: SOHelperCenter main connection interrupted
    24/11/2013 3:00:58.694 pm imagent[291]: [Warning] Denying xpc connection, task does not have entitlement: com.apple.private.icfcallserver  (soagent:278)
    24/11/2013 3:00:58.694 pm imagent[291]: [Warning] Denying xpc connection, task does not have entitlement: com.apple.private.icfcallserver  (soagent:278)
    24/11/2013 3:00:59.479 pm com.apple.InputMethodKit.UserDictionary[319]: -[PFUbiquitySwitchboardEntryMetadata setUseLocalStorage:](760): CoreData: Ubiquity:  Ray~E96BDC02-4E13-5AF2-9B72-9E8543182EC9:UserDictionary
    Using local storage: 1
    24/11/2013 3:01:00.415 pm com.apple.launchd.peruser.501[210]: (com.akamai.single-user-client[336]) assertion failed: 13A3017: launchd + 102012 [73416961-6491-36E3-81D4-7636EA4B50E3]: 0xd
    24/11/2013 3:01:00.445 pm com.apple.launchd.peruser.501[210]: (com.adobe.AAM.Startup-1.0[334]) Job failed to exec(3). Setting up event to tell us when to try again: 2: No such file or directory
    24/11/2013 3:01:00.445 pm com.apple.launchd.peruser.501[210]: (com.adobe.AAM.Startup-1.0[334]) Job failed to exec(3) for weird reason: 2
    24/11/2013 3:01:00.466 pm com.apple.launchd.peruser.501[210]: (com.apple.iTunesHelper.40160[341]) Spawned and waiting for the debugger to attach before continuing...
    24/11/2013 3:01:00.468 pm SocialPushAgent[323]: ApplePushService: APSConnection being used without a delegate queue
    24/11/2013 3:01:00.480 pm WiFiKeychainProxy[322]: [NO client logger] <Sep 12 2013 14:48:11> WIFICLOUDSYNC WiFiCloudSyncEngineCreate: created...
    24/11/2013 3:01:00.481 pm WiFiKeychainProxy[322]: [NO client logger] <Sep 12 2013 14:48:11> WIFICLOUDSYNC WiFiCloudSyncEngineRegisterCallbacks: WiFiCloudSyncEngineCallbacks version - 0, bundle id - com.apple.wifi.WiFiKeychainProxy
    24/11/2013 3:01:00.000 pm kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=335[GoogleSoftwareUp] final status 0x0, allow (remove VALID)ing page
    24/11/2013 3:01:00.829 pm ReportCrash[343]: Attempt to read info_array in pid 335 failed, address was 8fefaaa0
    24/11/2013 3:01:00.830 pm ReportCrash[343]: Attempt to read info_array in pid 335 failed, address was 8fefaaa0
    24/11/2013 3:01:00.830 pm ReportCrash[343]: Attempt to read info_array in pid 335 failed, address was 8fefaaa0
    24/11/2013 3:01:00.831 pm ReportCrash[343]: Attempt to read info_array in pid 335 failed, address was 8fefaaa0
    24/11/2013 3:01:00.837 pm coresymbolicationd[345]: /System/Library/Caches/com.apple.coresymbolicationd/data does not exist, resetting cache
    24/11/2013 3:01:00.868 pm com.apple.launchd.peruser.501[210]: (com.adobe.AdobeResourceSynchronizer.40336[347]) Spawned and waiting for the debugger to attach before continuing...
    24/11/2013 3:01:00.900 pm com.apple.launchd.peruser.501[210]: (com.vmware.fusionStartMenu.40512[348]) Spawned and waiting for the debugger to attach before continuing...
    24/11/2013 3:01:00.937 pm com.apple.launchd.peruser.501[210]: (com.google.GoogleDrive.25200[350]) Spawned and waiting for the debugger to attach before continuing...
    24/11/2013 3:01:01.001 pm com.apple.launchd.peruser.501[210]: (com.getdropbox.dropbox.20976[351]) Spawned and waiting for the debugger to attach before continuing...
    24/11/2013 3:01:01.184 pm Google Drive[350]: PyObjCPointer created: at 0xa1898418 of type {__CFBoolean=}
    24/11/2013 3:01:01.184 pm Google Drive[350]: PyObjCPointer created: at 0xa1898410 of type {__CFBoolean=}
    24/11/2013 3:01:01.185 pm Google Drive[350]: PyObjCPointer created: at 0xa1898420 of type {__CFNumber=}
    24/11/2013 3:01:01.186 pm Google Drive[350]: PyObjCPointer created: at 0xa1898430 of type {__CFNumber=}
    24/11/2013 3:01:01.186 pm Google Drive[350]: PyObjCPointer created: at 0xa1898440 of type {__CFNumber=}
    24/11/2013 3:01:01.801 pm com.apple.IconServicesAgent[287]: main Failed to composit image for binding VariantBinding [0x171] flags: 0x8 binding: FileInfoBinding [0x361] - extension: pdf, UTI: com.adobe.pdf, fileType: ????.
    24/11/2013 3:01:01.810 pm quicklookd[321]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x203] flags: 0x8 binding: FileInfoBinding [0x103] - extension: pdf, UTI: com.adobe.pdf, fileType: ???? request size:128 scale: 1
    24/11/2013 3:01:02.015 pm com.apple.IconServicesAgent[287]: main Failed to composit image for binding VariantBinding [0x185] flags: 0x8 binding: FileInfoBinding [0x54d] - extension: csv, UTI: public.comma-separated-values-text, fileType: TEXT.
    24/11/2013 3:01:02.016 pm quicklookd[321]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x403] flags: 0x8 binding: FileInfoBinding [0x303] - extension: csv, UTI: public.comma-separated-values-text, fileType: TEXT request size:128 scale: 1
    24/11/2013 3:01:02.102 pm com.apple.IconServicesAgent[287]: main Failed to composit image for binding VariantBinding [0x54f] flags: 0x8 binding: FileInfoBinding [0x187] - extension: xls, UTI: com.microsoft.excel.xls, fileType: XLS8.
    24/11/2013 3:01:02.104 pm quicklookd[321]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x603] flags: 0x8 binding: FileInfoBinding [0x503] - extension: xls, UTI: com.microsoft.excel.xls, fileType: XLS8 request size:128 scale: 1
    24/11/2013 3:01:02.241 pm com.apple.IconServicesAgent[287]: main Failed to composit image for binding VariantBinding [0x261] flags: 0x8 binding: FileInfoBinding [0x1a7] - extension: doc, UTI: com.microsoft.word.doc, fileType: W8BN.
    24/11/2013 3:01:02.242 pm quicklookd[321]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0x803] flags: 0x8 binding: FileInfoBinding [0x703] - extension: doc, UTI: com.microsoft.word.doc, fileType: W8BN request size:128 scale: 1
    24/11/2013 3:01:02.403 pm com.apple.IconServicesAgent[287]: main Failed to composit image for binding VariantBinding [0x49d] flags: 0x8 binding: FileInfoBinding [0x579] - extension: xlsx, UTI: org.openxmlformats.spreadsheetml.sheet, fileType: XLSX.
    24/11/2013 3:01:02.404 pm quicklookd[321]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0xa03] flags: 0x8 binding: FileInfoBinding [0x903] - extension: xlsx, UTI: org.openxmlformats.spreadsheetml.sheet, fileType: XLSX request size:128 scale: 1
    24/11/2013 3:01:02.449 pm com.apple.IconServicesAgent[287]: main Failed to composit image for binding VariantBinding [0x26d] flags: 0x8 binding: FileInfoBinding [0x3a1] - extension: plist, UTI: com.apple.property-list, fileType: ????.
    24/11/2013 3:01:02.449 pm quicklookd[321]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0xc03] flags: 0x8 binding: FileInfoBinding [0xb03] - extension: plist, UTI: com.apple.property-list, fileType: ???? request size:128 scale: 1
    24/11/2013 3:01:02.000 pm kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=357[ksadmin] final status 0x0, allow (remove VALID)ing page
    24/11/2013 3:01:02.507 pm Google Drive[350]: GsyncAppDeletegate.py : Finder debug level logs : False
    24/11/2013 3:01:02.000 pm kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=358[ksadmin] final status 0x0, allow (remove VALID)ing page
    24/11/2013 3:01:03.339 pm Dropbox[351]: PyObjCPointer created: at 0xceefc88 of type {OpaqueJSContext=}
    24/11/2013 3:01:03.746 pm netsession_mac[336]: netsession_mac(336,0xb031d000) malloc: *** auto malloc[336]: error: GC operation on unregistered thread. Thread registered implicitly. Break on auto_zone_thread_registration_error() to debug.
    24/11/2013 3:01:04.047 pm com.apple.IconServicesAgent[287]: main Failed to composit image for binding VariantBinding [0x49f] flags: 0x8 binding: FileInfoBinding [0x1b3] - extension: mp4, UTI: public.mpeg-4, fileType: ????.
    24/11/2013 3:01:04.047 pm quicklookd[321]: Warning: Cache image returned by the server has size range covering all valid image sizes. Binding: VariantBinding [0xe03] flags: 0x8 binding: FileInfoBinding [0xd03] - extension: mp4, UTI: public.mpeg-4, fileType: ???? request size:128 scale: 1
    24/11/2013 3:01:05.036 pm ReportCrash[343]: Attempt to read info_array in pid 335 failed, address was 8fefaaa0
    24/11/2013 3:01:05.037 pm ReportCrash[343]: Attempt to read info_array in pid 335 failed, address was 8fefaaa0
    24/11/2013 3:01:05.047 pm com.apple.launchd.peruser.501[210]: (com.google.keystone.user.agent[335]) Job appears to have crashed: Trace/BPT trap: 5
    24/11/2013 3:01:05.077 pm ReportCrash[343]: Saved crash report for GoogleSoftwareUpdateAgent[335] version ??? to /Users/Ray/Library/Logs/DiagnosticReports/GoogleSoftwareUpdateAgent_2013-11-24- 150105_RaysMacBookPro.crash
    24/11/2013 3:01:05.000 pm kernel[0]: fsevents: watcher dbfseventsd (pid: 371) - Using /dev/fsevents directly is unsupported.  Migrate to FSEventsFramework
    24/11/2013 3:01:05.933 pm Dropbox[351]: ICARegisterForEventNotification-Has been deprecated since 10.5.  Calls to this function in the future may crash this application.  Please move to ImageCaptureCore
    24/11/2013 3:01:06.837 pm netsession_mac[336]: netsession_mac(336,0xb039f000) malloc: *** auto malloc[336]: error: GC operation on unregistered thread. Thread registered implicitly. Brea

  • Suggestion: git/svn snapshots in stable of Win Live Messenger clients

    First of all, the best thing at Archlinux (the main reason I'm using it) is the fact, that it follows completely versions recommended by developers, even if it's a snapshot version like at mplayer or at cinelerra-cv
    But there are some programs, that should follow the same policy: Windows Live messenger (MSN) clients: Microsoft always changes something on the MSN protocoll, and made all the alternative clients suck, but the develpoers of the alternative clients doesn't release immediatelly a new bugfix version, but they fix the bug immediatelly in the git/svn snapshots. aMSN developers didn't even released new versions for a long time, and their last release is dated at March 2010, but they upgrade everything in snapshots. KMess had 2.0 working perfectly about one year ago, and now it's 2.0.4, and 3 of the 4 updates was just because MSN protocoll changes, kmess is now crashing even for me, and they only fixed it in the stable-git repo according to this topic: http://kmess.org/board/viewtopic.php?f=4&t=4685 , but 2.0.5 relese is more far away, until then, we can't login to our WLM account with KMess.
    Earlier I heard a protocoll change, which involved KMess, aMSN and emesene users too, aMSN and KMess developers first surely only fixed it in their svn/git repos, I don't know what's the case with emesene.
    So my suggestion is: change community/kmess-2.0.4 to community/kmess-git20101017 and same with aMSN and maybe with emesene
    Last edited by Vegita (2010-10-18 11:54:53)

    Vegita wrote:
    actually I'm asking only for community/kmess 2.0.4 -> community/kmess git, as I can see, that there's a fix (maybe patch) for amsn as it was a new packeűage a week ago, anyway it's not the snapshot.
    aur/kmess-stable-git 20100903-1 (14)
        A full-featured MSN Client for KDE - GIT stable branch version
    I would need at least a 20101017 of the stable-git version, and this unsupported thing can happen anywhen, it has a better place in community, as somone uses archlinux and doesn't even know what git is (it's not me, but some of my friends has kmess stopped working too, and has no idea)
    In Arch the main rule is to follow the upstream development (choices, models), you compare kmess to mplayer but they really use different dev models. Mplayer never release, the releases 1.0rcN are only created to annoy some packagers of distros that wait a release number. The last release 1.0rc3 are created from code of one year ago.
    Kmess don't do this, they have tagged releases. What Allan is asking is to you fill a bug report upstream so they release a new version, or change the whole development model for a more agility one.
    Arch have a small number of devs, they can't track the stability/usefulness of the git/svn version so they can attest if is better to use the tagged releases or snapshot of all the programs in the repo. This is a task of upstream.
    In the case of mplayer, the devs only recommend that you use a current svn snapshot, can you point for a similar declaration from Kmess developers?
    And about aur I dont get what you mean, if you need something greater than 20101017 than compile it at a time greater than 20101017 (like today =]), the git's PKGBUILD take snapshots at time you build it.
    I know that all this can not be much convenient for you, but think about the work needed to track the development of the hundreds of programs we have in the repos. The git can be stable now, but its is stable tomorrow? How much time between upgrades? The devs will gonna need to test it every day to see if the msn network is broken. This is not a work for the Arch devs but for Kmess devs.

  • TS1372 After the latest iTunes update iTunes no longer sees either of my ipods.  Diagnostics says no ipod connected.  However my laptop, which is running Window 8.1 does see the ipod.

    After the latest iTunes update neither of my iPods are recognized by iTunes, so I am unable to sync.  When I run diagnostics it says no device connected.  My laptop sees my iPod so I know it is connected.  I have tried all of the recommended iTunes fixes and none work.  I tried deleting and reinstalling both an older version and the newest version.  The older version would not reconize my music libray.  Any thouhts?

    I tried deleting and reinstalling both an older version and the newest version.
    Doublechecking. Have you also tried a complete uninstall of both iTunes and all the other related software components and then a reinstall? If not, try the instructions from the following document:
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8

Maybe you are looking for