CE507 Authentication for Internet Browsing

Hi,
I have a CE507. I would like to use Cisco ACS Tacacs+ to authenticate user before allowing them to browse internet.
I have use tacacs key and tacacs server command to configure the tacacs server. However, I cannot authenticate user for internet browsing.
Is there any command required for the authentication?
Thanks.
Regards,
Hui

You also need to put in the command
tacacs enable
HTH
Phil

Similar Messages

  • The iMac I just bought is slow for internet browsing

    Hi all,
    The iMac (21,5p, 2.5Ghz intel core i5 / 4Gb / Lion 10.7.2), I just bought on the Apple Store is very slow for web browsing (maybe less by using firefox instead of safari but slow even with firefox). It seems to be a latency issue and not a download or upload issue. My iPhone 3GS is working better for web browsing on the same network (home network with a Wifi access point)
    I have a powerful cable connection (15ms ping, 60Mb/s download, 5Mb/s upload) that I tested with speedtest web site.
    It's quite strange because firefox works fine within a Windows virtual machine hosted on the same iMac !!!
    I also tested my internet connection by using Unison (binnews) and it works very well with a very good download rate.
    I used before a macbook with Snow and it was very good for internet browsing. I really do not understand what append with this iMac.
    I'm very confused.
    FYI: my iMac is connected to a netgear switch. The switch is connected to a Cisco router and at the end there is the Cablebox in bridge mode.
    I'm using OpenDNS service for IP resolution. I tested DNS service of my internet provider a got the same result (poor latency when I'm browsing from a site to another).
    I'd appreciate any advice to help me having a good experience for internet browsing with my new beautiful iMac.
    Many Thanks,
    David

    https://support.apple.com/kb/TS3802
    and openDNS/googleDNS isn't always faster when it comes to Akami distributed content like what Apple uses
    http://apcmag.com/why-using-google-dns-opendns-is-a-bad-idea.htm
    test fastest DNS with this
    (doesn't work for Akami content as the closest server is better, meaning your ISP im most cases)
    https://code.google.com/p/namebench/
    http://hackiteasy.blogspot.com/2008/05/make-mozilla-firefox-10x-faster.html

  • Radius authentication for the browser-based webtop

    Hiya all,
    With help of the radius-authentication module for apache (http://www.freeradius.org/mod_auth_radius/) and web-authentication it is possible to use radius-authentication for the classic-webtop. Has anyone got Radius authentication working for the browser-basedwebtop?
    SSGD version:
    Sun Secure Global Desktop Software for Intel Solaris 10+ (4.30.915)
    Architecture code: i3so0510
    This host: SunOS sgd1.<removed> 5.10 Generic_118855-36 i86pc i386 i86pc
    I have the radius-module running for authentication of a single directory with the apache-config-lines:
    SetEnvIf Request_URI "\.(cab|jar|gif|der)$" sgd_noauth_ok
    <LocationMatch "/secure">
    Order Allow,Deny
    Allow from env=sgd_noauth_ok
    AuthName "Radius authentication for SGD"
    Authtype Basic
    AuthRadiusAuthoritative on
    AuthRadiusCookieValid 540
    AuthRadiusActive On
    Require valid-user
    Satisfy any
    </LocationMatch>
    When changing the line <LocationMatch "/secure"> to <LocationMatch "/sgd"> the browser asks for a authentication and then a 'Not Found' page is being displayed.
    When using the config-lines from http://docs.sun.com/source/819-6255/webauth_config_browser.html the login-page is being displayed normally and SSGD works.
    The main difference I can find between the location /secure and /sgd is: /secure is a simple directory and /sgd is a JkMount to Tomcat.
    Changing the JkLogLevel to debug gives the following info in the JkLogFile:
    Radius authentication:
    [Wed Jun 06 09:31:20 2007] [22647:0000] [debug] map_uri_to_worker::jk_uri_worker_map.c (449): Attempting to map URI '/sgd' from 5 maps
    [Wed Jun 06 09:31:20 2007] [22647:0000] [debug] map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context URI '/examples/*'
    [Wed Jun 06 09:31:20 2007] [22647:0000] [debug] map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context URI '/axis/*'
    [Wed Jun 06 09:31:20 2007] [22647:0000] [debug] map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context URI '/sgd/*'
    [Wed Jun 06 09:31:20 2007] [22647:0000] [debug] map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context URI '/axis'
    [Wed Jun 06 09:31:20 2007] [22647:0000] [debug] map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context URI '/sgd'
    [Wed Jun 06 09:31:20 2007] [22647:0000] [debug] map_uri_to_worker::jk_uri_worker_map.c (486): Found an exact match tta -> /sgd
    With the password-authentication file:
    [Tue Jun 05 13:55:29 2007] [12123:0000] [debug] map_uri_to_worker::jk_uri_worker_map.c (449): Attempting to map URI '/sgd/' from 5 maps
    [Tue Jun 05 13:55:29 2007] [12123:0000] [debug] map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context URI '/examples/*'
    [Tue Jun 05 13:55:29 2007] [12123:0000] [debug] map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context URI '/axis/*'
    [Tue Jun 05 13:55:29 2007] [12123:0000] [debug] map_uri_to_worker::jk_uri_worker_map.c (461): Attempting to map context URI '/sgd/*'
    [Tue Jun 05 13:55:29 2007] [12123:0000] [debug] map_uri_to_worker::jk_uri_worker_map.c (475): Found a wildchar match tta -> /sgd/*
    [Tue Jun 05 13:55:29 2007] [12123:0000] [debug] wc_get_worker_for_name::jk_worker.c (111): found a worker tta
    [Tue Jun 05 13:55:29 2007] [12123:0000] [debug] wc_maintain::jk_worker.c (301): Maintaining worker axis
    [Tue Jun 05 13:55:29 2007] [12123:0000] [debug] wc_maintain::jk_worker.c (301): Maintaining worker tta
    [Tue Jun 05 13:55:29 2007] [12123:0000] [debug] wc_maintain::jk_worker.c (301): Maintaining worker examples
    It seems that the JkMount is not being evaluated correctly after using the radius-authentication.
    Any help will be usefull since I am allready stuck on this problem for a couple of days :(
    Thanks,
    Remold | Everett

    I got response from the Fat Bloke on the mailing list.
    Adding the following line in the apache httpd.conf seams to help and resolved my problem:
    Alias /sgd "/opt/tarantella/webserver/tomcat/5.0.28_axis1.2final_jk1.2.8/webapps/sgd"
    Thanks The Fat Bloke !!
    - Remold
    These instructions are for a 4.2 SGD installation using SGD's third
    party web authentication with mod_auth_radius.so (www.freeradius.org).
    With 4.2 Sun didn't distribute enough of the Apache configured tree
    to enable the use of axps to build the mod_auth_radius module, 4.3 is
    better - Sun now install a modified axps and include files, I haven't
    tried this with 4.3 yet though.
    I built the mod_auth_radius module for Apache 1.3.33 (shipped with 4.2)
    So, this is how we got this working with Radius (tested with SBR
    server and freeradius.org server.)
    Install SGD in the usual way.
    Enable 3rd party authentication:
    According to:
    http://docs.sun.com/source/819-4309-10/en-us/base/standard/
    webauth_config_browser.html
    Configure the Tomcat component of the Secure Global Desktop Web
    Server to
    trust the web server authentication. On each array member, edit the
    /opt/tarantella/webserver/tomcat/version/conf/server.xml file. Add the
    following attribute to the connector element (<Connector>) for the
    Coyote/JK2 AJP 1.3 Connector:
    tomcatAuthentication="false"
    # cat /opt/tarantella/webserver/tomcat/5.0.28_axis1.2final_jk1.2.8/
    conf/server.xml
    <!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -->
    <Connector port="8009" minProcessors="5" maxProcessors="75"
    tomcatAuthentication="false"
    enableLookups="true" redirectPort="8443"
    acceptCount="10" debug="0" connectionTimeout="0"
    useURIValidationHack="false"
    protocolHandlerClassName="org.apache.jk.server.JkCoyoteHandler"/>
    "By default, for security reasons, Secure Global Desktop
    Administrators can't
    log in to the browser-based webtop with web server authentication.
    The standard
    login page always displays for these users even if they have been
    authenticated
    by the web server. To change this behavior, run the following command:"
    # tarantella config edit --tarantella-config-login-thirdparty-
    allowadmins 1
    Without this, after authenticating via webauth, the user will be
    prompted for a
    second username and password combination.
    # /opt/tarantella/bin/tarantella objectmanager &
    # /opt/tarantella/bin/tarantella arraymanager &
    In Array Manager:
    Select "Secure Global Desktop Login" on left side and click
    "Properites" at bottom
    Under "Secure Global Desktop Login Properties"
    cd /opt/tarantella/webserver/apache/
    1.3.33_mod_ssl-2.8.22_openssl-0.9.7e_jk1.2.8/conf
    edit httpd.conf:
    ### For SGD Apache based authentication
    Include conf/httpd4radius.conf
    at the end of httpd.conf add:
    Alias /sgd "/opt/tarantella/webserver/tomcat/
    5.0.28_axis1.2final_jk1.2.8/webapps/sgd"
    # cat httpd4radius.conf
    LoadModule radius_auth_module libexec/mod_auth_radius.so
    AddModule mod_auth_radius.c
    # Add to the BOTTOM of httpd.conf
    # If we're using mod_auth_radius, then add it's specific
    # configuration options.
    <IfModule mod_auth_radius.c>
    # AddRadiusAuth server[:port] <shared-secret> [ timeout [ : retries ]]
    # Use localhost, the old RADIUS port, secret 'testing123',
    # time out after 5 seconds, and retry 3 times.
    AddRadiusAuth radiusserver:1812 testing123 5:3
    # AuthRadiusBindAddress <hostname/ip-address>
    # Bind client (local) socket to this local IP address.
    # The server will then see RADIUS client requests will come from
    # the given IP address.
    # By default, the module does not bind to any particular address,
    # and the operating system chooses the address to use.
    # AddRadiusCookieValid <minutes-for-which-cookie-is-valid>
    # the special value of 0 (zero) means the cookie is valid forever.
    AddRadiusCookieValid 5
    </IfModule>
    <LocationMatch /radius >
    Order Allow,Deny
    AuthType Basic
    AuthName "RADIUS Authentication"
    AuthAuthoritative off
    AuthRadiusAuthoritative on
    AuthRadiusCookieValid 5
    AuthRadiusActive On
    Require valid-user
    Satisfy any
    </LocationMatch>
    SetEnvIf Request_URI "\.(cab|jar|gif|der)$" sgd_noauth_ok
    <LocationMatch /sgd >
    Order Allow,Deny
    Allow from env=sgd_noauth_ok
    AuthType Basic
    AuthName "RADIUS Authentication"
    AuthAuthoritative off
    AuthRadiusAuthoritative on
    AuthRadiusCookieValid 5
    AuthRadiusActive On
    Require valid-user
    Satisfy any
    </LocationMatch>
    Put appropriate mod_auth_radius.so into
    /opt/tarantella/webserver/apache/
    1.3.33_mod_ssl-2.8.22_openssl-0.9.7e_jk1.2.8/libexec
    # mkdir /opt/tarantella/webserver/apache/
    1.3.33_mod_ssl-2.8.22_openssl-0.9.7e_jk1.2.8/htdocs/radius/
    # cat /opt/tarantella/webserver/apache/
    1.3.33_mod_ssl-2.8.22_openssl-0.9.7e_jk1.2.8/htdocs/htpasswd/index.html
    <HTML>
    <HEAD>
    <TITLE> Test Page for RADIUS authentication </TITLE>
    </HEAD>
    <BODY>
    <B> You have reached the test page for RADIUS authentication.
    </BODY>
    </HTML>
    I hope this helps!
    -FB

  • User Authentication for Internet access

    Hi,
    Is it possible to configure authentication for internal (LAN) users to Authenticate (local/RADIUS/LDAP) for any kind of internet access through the ISA550/570? (like cut-through authentication proxy in ASA.)
    And Can the ISA550/570 act as a Web proxy?
    Thanks in advance.

    HI Sulu,
    You can configure captive portal for internal LAN users to authenticate (local/Radius/LDAP) for internet
    access through ISA500. (see attached screenshot)
    ISA500 cannot act as a web proxy. what is your use case ?
    Regards,
    Wei

  • Proxy authentication for Internet

    I have searched high and low for an answer to this and cant belive nokia havn't included it as part of the firmware.
    At work on my laptop I connect via wireless to a access point that then passes my connection to a proxy server.
    When I try and access the internet on my phone I get No Gateway Reply
    Now my laptop requires I am authenticated on the network
    (username, password, domain) before allowing me access to the web/email etc
    How do I get these credentials on to my phone??NOKIA 5800 XM)
    someone out there must know

    I'm afraid you can't. S60 does not support proxy authentication.
    Was this post helpful? If so, please click on the white "Kudos!" star below. Thank you!

  • 512MB vs 768MB RAM for Internet Browsing

    I've got a new (closeout) 1Ghz iBook w/ the standard 256MB RAM soldered in. I have one free RAM slot. It will be running 10.4. Usually my motto is the more RAM the better, but I'm not so sure in this instance:
    This iBook is SOLELY going to be used as an Internet terminal and nothing more. (I have a PM and PB for my main computing needs).
    A 256MB stick of RAM (which will give me 512MB RAM total) is $23 shipped. A 512MB stick is $56. I'd really like to put as little $ in this machine as possible given its limited purpose, so I'm wondering if I'll actually see any benefit from the extra 256MB RAM that a 512MB stick would give me. Any opinions on this?

    No. The only RAM your iBook can handle is PC2100/2700 DDR SO-DIMMs. A regular DIMM will not fit. DDR2 RAM will not work.
    Additionally, iBook RAM must be unbuffered, non-ECC, 2.5v., CAS 2.5 or better.

  • Can I use iPhone 3GS as a modem for Internet browsing with PC?

    I need to know the settings for using iPhone 3GS as a modem for my PC.

    Called Personal Hotspot, & needs to be supported by your carrier:
    http://support.apple.com/kb/HT4517

  • Can I select to use Edge/Wap for Internet browsing/weather/stock update.

    Hi,
    My Providers Edge costs are very high, & Wap is very cheap. So the question is can I configure my IPhone to use:
    1. Wap & Not Edge?
    2. Prefer Wifi on Edge any time?
    3. Cancel Edge usage (Not through my Carrier).
    Thanks.
    Message was edited by: rambold

    rambold,
    The iPhone comes with an unlimited data plan when used with the carriers it has been released for.
    WAP refers to a formatting for web pages for viewing over cellular connection, and rendering on cellular phones. If you are referring to GPRS the slow precursor to EDGE, the iPhone does support GPRS, but will prefer to use EDGE if EDGE is available.
    If you are using an officially unlocked iPhone you can modify the APN settings so that it won't authenticate for EDGE with your carrier.
    Hope this helps,
    Nathan C.

  • Proxy authentica​tion for Internet N8 - Symbian 3

    Hello, Who can help me with proxy authentication for internet N8, i can configure proxy adress and port but i need user name and password, i can't find it.
    Please if anybody know it, help me.
    Thks,
    Cristian

    Curious, I have not observed many of the issues you indicate.
    0. Haven't had issues, but haven't really paid attention either.
    1. This works very nicely for me. Switches to known WiFi when available and automatically uses 3G when not.
    2. Have not observed.
    3. Lots of apps are missing or don't work on S^3 - terrible shame.
    4. It's a **bleep** app so don't worry about it. Half-baked junk, IMO.
    5. Yep, it's bad.
    6. No problem for me here. Entered Ovi credentials when phone first started up and haven't had to do it anywhere else or ever again.
    7. Try Windows Media Player for sync. As for other issues, have not observed any of them.
    Have not tried the rest.

  • Super Slow Internet Browsing with Airport or LAN and networking activities.

    The people at AppleCare are awesome and way polite. But I am a new Mac user and still in my 90 day apple care plan and have not been able to convince anyone that my internet connection on my MacBook is Super Slow. I have quantified it (350k - 550k download and 150k - 250k upload depending on my location), whereas at work right next to my older PC (which I am still using to go on line with since it is more like 3-5mb download) and my Desk Top PC and My Laptop PC are both more than three times faster for internet browsing and network transfers. The Airport on my MacBook seems to be faster than using the Ethernet cable (which I find weird), but they are both more than three times slower than my PC's no matter where I am working.
    Which brings me to my next issue, simply changing channels on the router is not the solution because while I can do that on my router at home or at my office. I can not walk into Starbucks or into the school library or my friends houses and ask them all to "fix" their routers for me. These MacBooks need to get fixed.
    This is frustrating and I am still waiting for a real solution.
    ~~Eddie Pankow~~ Please contact me: Eddie at Pankow3 dot net
    P.S. - I'm beginning to resent buying my MacBook Pro

    I can post the info you request below, but as I said before, my connection is not dropping, and the problem is not only with Airport. I have an old PC running a 56K modem at home that is faster than my MBP whether I am using Airport or if I connect through my LAN...
    Sep 21 13:31:25 EddieMac configd[34]: setting hostname to "EddieMac.local"
    Sep 21 13:31:26 EddieMac kernel[0]: WLCE_COUNTRY_CODECHANGED
    Sep 21 13:31:26 EddieMac kernel[0]: en1: 802.11d country code set to 'US'.
    Sep 21 13:31:26 EddieMac kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 5 6 7 8 9 10 11 1 2 3 4 5 6 7 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165 40 48 56 64 104 112 120 128 136 153 161 36 44 52 60
    Sep 21 13:31:26 EddieMac kernel[0]: WLCE_COUNTRY_CODECHANGED
    Sep 21 13:31:26 EddieMac kernel[0]: en1: 802.11d country code set to 'X0'.
    Sep 21 13:31:26 EddieMac kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 5 6 7 8 9 10 11 1 2 3 4 5 6 7 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165 40 48 56 64 104 112 120 128 136 153 161 36 44 52 60
    Sep 21 13:31:26 EddieMac bootlog[74]: BOOT_TIME: 1222029054 0
    Sep 21 13:31:26 EddieMac rpc.statd[58]: statd.notify - no notifications needed
    Sep 21 13:31:27 EddieMac kernel[0]: AppleYukon2: 00000000,00000000 sk98osx_dnet - recovering from missed interrupt
    Sep 21 13:31:27 EddieMac fseventsd[67]: bumping event counter to: 0x1516c82 (current 0x0) from log file '0000000001513f9f'
    Sep 21 13:31:28 EddieMac blued[75]: Apple Bluetooth daemon started.
    Sep 21 13:31:29 EddieMac /usr/sbin/ocspd[88]: starting
    Sep 21 13:31:29 EddieMac kernel[0]: E:[AppleUSBBluetoothHCIController][StartInterruptPipeRead] there is alredy a pending read, skipping.
    Sep 21 13:31:29 EddieMac kernel[0]: AppleYukon2: 00000000,00000000 sk98osx_dnet - recovering from missed interrupt
    Sep 21 13:31:29 EddieMac /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[62]: Login Window Application Started
    Sep 21 13:31:31 EddieMac kernel[0]: IOBluetoothBNEPDriver: Ethernet address 00:1e:c2:8a:ef:50
    Sep 21 13:31:31 EddieMac kernel[0]: AppleYukon2: 00000000,00000000 sk98osx_dnet - recovering from missed interrupt
    Sep 21 13:31:32 EddieMac kernel[0]: dlil_output: output error retval = 1
    Sep 21 13:31:32 EddieMac configd[34]: bootpsessiontransmit: bpf_write(en2) failed: Operation not permitted (1)
    Sep 21 13:31:32 EddieMac configd[34]: DHCP en2: INIT transmit failed
    Sep 21 13:31:34 EddieMac kextd[10]: writing kernel link data to /var/run/mach.sym
    Sep 21 13:31:35 EddieMac kernel[0]: krb5kdc 93 FSREADDATA SBF /usr/lib/libxml2.2.dylib 13 (seatbelt)
    Sep 21 13:31:35 EddieMac com.apple.kdcmond[64]: 2008-09-21 20:31:35.172 krb5kdc[93:10b] Error loading /System/Library/KerberosPlugins/KerberosFrameworkPlugins/ODLocate.bundle/Conten ts/MacOS/ODLocate: dlopen(/System/Library/KerberosPlugins/KerberosFrameworkPlugins/ODLocate.bundle /Contents/MacOS/ODLocate, 262): Library not loaded: /usr/lib/libxml2.2.dylib
    Sep 21 13:31:35 EddieMac kernel[0]: krb5kdc 93 FSREADDATA SBF /usr/lib/libxml2.2.dylib 13 (seatbelt)
    Sep 21 13:31:35 EddieMac com.apple.kdcmond[64]: Referenced from: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    Sep 21 13:31:35 EddieMac com.apple.kdcmond[64]: Reason: image not found
    Sep 21 13:31:35 EddieMac krb5kdc[93]: Error loading /System/Library/KerberosPlugins/KerberosFrameworkPlugins/ODLocate.bundle/Conten ts/MacOS/ODLocate: dlopen(/System/Library/KerberosPlugins/KerberosFrameworkPlugins/ODLocate.bundle /Contents/MacOS/ODLocate, 262): Library not loaded: /usr/lib/libxml2.2.dylib\n Referenced from: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation\n Reason: image not found
    Sep 21 13:31:35 EddieMac com.apple.kdcmond[64]: 2008-09-21 20:31:35.357 krb5kdc[93:10b] Error loading /System/Library/KerberosPlugins/KerberosAuthDataPlugins/odpac.bundle/Contents/M acOS/odpac: dlopen(/System/Library/KerberosPlugins/KerberosAuthDataPlugins/odpac.bundle/Con tents/MacOS/odpac, 262): Library not loaded: /usr/lib/libxml2.2.dylib
    Sep 21 13:31:35 EddieMac com.apple.kdcmond[64]: Referenced from: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    Sep 21 13:31:35 EddieMac com.apple.kdcmond[64]: Reason: image not found
    Sep 21 13:31:36 EddieMac kernel[0]: krb5kdc 93 FSREADDATA SBF /usr/share/icu/icudt36l.dat 13 (seatbelt)
    Sep 21 13:31:37: --- last message repeated 1 time ---
    Sep 21 13:31:35 EddieMac krb5kdc[93]: Error loading /System/Library/KerberosPlugins/KerberosAuthDataPlugins/odpac.bundle/Contents/M acOS/odpac: dlopen(/System/Library/KerberosPlugins/KerberosAuthDataPlugins/odpac.bundle/Con tents/MacOS/odpac, 262): Library not loaded: /usr/lib/libxml2.2.dylib\n Referenced from: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation\n Reason: image not found
    Sep 21 13:31:37 EddieMac kernel[0]: krb5kdc 93 FSREADDATA SBF /usr/share/icu/icudt36l.dat 13 (seatbelt)
    Sep 21 13:31:37: --- last message repeated 2 times ---
    Sep 21 13:31:37 EddieMac kernel[0]: krb5kdc 93 FSREADDATA SBF /usr/lib/libxml2.2.dylib 13 (seatbelt)
    Sep 21 13:31:44: --- last message repeated 1 time ---
    Sep 21 13:31:44 EddieMac ntpdate[81]: can't find host time.apple.com
    Sep 21 13:31:44 EddieMac org.ntp.ntpd[55]: Error : nodename nor servname provided, or not known
    Sep 21 13:31:44 EddieMac ntpdate[81]: no servers can be used, exiting
    Sep 21 13:31:52 EddieMac kernel[0]: MAC AUTH succeeded
    Sep 21 13:31:52 EddieMac kernel[0]: AirPort: Link Up on en1
    Sep 21 13:31:59 EddieMac loginwindow[62]: Login Window Started Security Agent
    Sep 21 13:32:04 EddieMac com.apple.dyld[12]: updatedyld_sharedcache: deleting old temp cache file: /var/db/dyld//dyldshared_cachei386.tmp1285
    Sep 21 13:32:04 EddieMac com.apple.dyld[12]: updatedyld_sharedcache[12] regenerated cache for arch=i386
    Sep 21 13:32:35 EddieMac authorizationhost[107]: MechanismInvoke 0x1d2a990 retainCount 2
    Sep 21 13:32:35 EddieMac SecurityAgent[108]: MechanismInvoke 0x5a01650 retainCount 1
    Sep 21 13:32:35 EddieMac SecurityAgent[108]: NSSecureTextFieldCell detected a field editor ((null)) that is not a NSTextView subclass designed to work with the cell. Ignoring...
    Sep 21 13:32:36 EddieMac SecurityAgent[108]: MechanismDestroy 0x5a01650 retainCount 1
    Sep 21 13:32:36 EddieMac loginwindow[62]: Login Window - Returned from Security Agent
    Sep 21 13:32:36 EddieMac authorizationhost[107]: MechanismDestroy 0x1d2a990 retainCount 2
    Sep 21 13:32:36 EddieMac loginwindow[62]: USER_PROCESS: 62 console
    Sep 21 13:32:36 EddieMac com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[103]): Exited: Terminated
    Sep 21 13:32:36 EddieMac com.apple.launchctl.Aqua[180]: launchctl: Please convert the following to launchd: /etc/machinit_peruser.d/com.adobe.versioncueCS3.monitor.plist
    Sep 21 13:32:39 EddieMac Dock[188]: _DESCRegisterDockExtraClient failed 268435459
    Sep 21 13:32:40 EddieMac /System/Library/CoreServices/coreservicesd[87]: SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(Eddie Pankow's Public Folder) returned -14135
    Sep 21 13:32:47 EddieMac com.apple.launchd[112] (0x101080.VersionCueCS3monitor): Failed to check-in!
    Sep 21 13:32:57 EddieMac com.apple.dyld[206]: updatedyld_sharedcache[206] current cache invalid because /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate has changed
    Sep 21 13:33:02 EddieMac hdiejectd[212]: running
    Sep 21 13:33:03 EddieMac KernelEventAgent[63]: tid 00000000 received unknown event (12)
    Sep 21 13:33:31 EddieMac com.apple.dyld[206]: updatedyld_sharedcache[206] regenerated cache for arch=ppc
    Sep 21 13:35:56 EddieMac /System/Library/PrivateFrameworks/ISSupport.framework/Resources/AOSHelper[227]: Folder Manager is being asked to create a folder (flnt) while running as uid 0
    Sep 21 13:36:53 EddieMac Software Update[266]: arguments=(null)
    Sep 21 13:37:09 EddieMac ntpd[55]: time reset +0.618692 s
    Sep 21 13:40:41 EddieMac kernel[0]: AirPort: Roam (Beacons Lost)
    Sep 21 14:02:39 EddieMac kernel[0]: AirPort: Roam (Beacons Lost)
    Sep 21 14:17:06 EddieMac authexec[326]: executing /System/Library/CoreServices/Software Update.app/Contents/Resources/suapphelper
    Sep 21 14:49:36 EddieMac /usr/libexec/hidd[66]: IOHIDEventQueueEnqueue: Error enqueuing memory. (0xe00002e8)
    Sep 21 17:59:46 EddieMac /usr/libexec/hidd[66]: IOHIDEventQueueEnqueue: Error enqueuing memory. (0xe00002e8)
    Sep 21 17:59:53 EddieMac loginwindow[62]: DEAD_PROCESS: 0 console
    Sep 21 17:59:54 EddieMac com.apple.launchd[112] (com.apple.pboard[190]): Exited: Terminated
    Sep 21 17:59:54 EddieMac com.apple.launchd[112] (com.apple.UserEventAgent-Aqua[186]): Exited: Terminated
    Sep 21 17:59:54 EddieMac /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[625]: Login Window Application Started
    Sep 21 17:59:54 EddieMac /System/Library/CoreServices/coreservicesd[87]: SessionGetInfo(0x59a8b0) -> -2147417855
    Sep 21 17:59:54: --- last message repeated 1 time ---
    Sep 21 17:59:54 EddieMac /System/Library/CoreServices/coreservicesd[87]: FindBestLSSession(), SessionGetInfo() returned error -2147417855 for sessionID=5875888 or 0 uid=0 euid=88; cf <rdar://problem/5123589>
    Sep 21 17:59:54 EddieMac /System/Library/CoreServices/coreservicesd[87]: SessionGetInfo(0x59a8b0) -> -2147417855
    Sep 21 17:59:54: --- last message repeated 1 time ---
    Sep 21 17:59:54 EddieMac /System/Library/CoreServices/coreservicesd[87]: FindBestLSSession(), SessionGetInfo() returned error -2147417855 for sessionID=5875888 or 0 uid=0 euid=88; cf <rdar://problem/5123589>
    Sep 21 17:59:54 EddieMac loginwindow[625]: USER_PROCESS: 625 console
    Sep 21 17:59:54 EddieMac Software Update[636]: arguments={\n RootInstallMode = YES;\n SkipConfirm = YES;\n}
    Sep 21 17:59:55 EddieMac Software Update[636]: cookie=""
    Sep 21 17:59:55 EddieMac Software Update[636]: Looking for products to install
    Sep 21 17:59:56 EddieMac Software Update[636]: Performing preflight
    Sep 21 17:59:56 EddieMac Software Update[636]: Preparing session
    Sep 21 17:59:57 EddieMac Software Update[636]: Starting session
    Sep 21 18:01:29 EddieMac defaults[1202]: \nThe domain/default pair of (//Contents/Info, CFBundleIdentifier) does not exist
    Sep 21 18:01:44 EddieMac kernel[0]: Resetting IOCatalogue.
    Sep 21 18:01:44 EddieMac kextd[10]: 0 cached, 407 uncached personalities to catalog
    Sep 21 18:01:46 EddieMac kernel[0]: GFX0: family specific matching fails
    Sep 21 18:01:58 EddieMac [0x0-0x48048].com.apple.SoftwareUpdate[636]: kextcache: / locked; waiting for lock
    Sep 21 18:01:59 EddieMac com.apple.dyld[1351]: updatedyld_sharedcache[1351] regenerated cache for arch=i386
    Sep 21 18:02:03 EddieMac [0x0-0x48048].com.apple.SoftwareUpdate[636]: kextcache: proceeding
    Sep 21 18:02:03 EddieMac Software Update[636]: kextcache returned 0
    Sep 21 18:02:03 EddieMac Software Update[636]: Running /sbin/reboot
    Sep 21 18:02:03 EddieMac reboot[1363]: rebooted by nobody
    Sep 21 18:02:03 EddieMac reboot[1363]: SHUTDOWN_TIME: 1222045323 308054
    Sep 21 18:02:03 EddieMac mDNSResponder mDNSResponder-171.4 (Apr 20 2008 11:59:52)[45]: stopping
    Sep 21 18:02:03 EddieMac Software Update[636]: Terminating
    Sep 21 18:02:03 EddieMac ManagedClient[633]: CGSShutdownServerConnections: Detaching application from window server
    Sep 21 18:02:03 EddieMac ManagedClient[633]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    Sep 21 18:02:03 EddieMac com.apple.loginwindow[625]: Sun Sep 21 18:02:03 EddieMac.local ManagedClient[633] <Warning>: CGSShutdownServerConnections: Detaching application from window server
    Sep 21 18:02:03 EddieMac com.apple.loginwindow[625]: Sun Sep 21 18:02:03 EddieMac.local ManagedClient[633] <Warning>: CGSDisplayServerShutdown: Detaching display subsystem from window server
    Sep 21 18:02:03 EddieMac /usr/sbin/kdcmond[64]: dnssd_clientstub read_all(3) failed 0/28 0
    Sep 21 18:04:06 localhost kernel[0]: npvhash=4095
    Sep 21 18:04:04 localhost com.apple.launchctl.System[2]: launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist
    Sep 21 18:04:04 localhost com.apple.launchd[1] (com.adobe.versioncueCS3): Unknown key: ServiceDescription
    Sep 21 18:04:04 localhost com.apple.launchd[1] (com.apple.ODSAgent): Unknown key: SHAuthorizationRight
    Sep 21 18:04:04 localhost com.apple.launchd[1] (org.cups.cupsd): Unknown key: SHAuthorizationRight
    Sep 21 18:04:04 localhost com.apple.launchd[1] (org.ntp.ntpd): Unknown key: SHAuthorizationRight
    Sep 21 18:04:06 localhost DirectoryService[11]: Launched version 5.5 (v514.23)
    Sep 21 18:04:07 localhost kernel[0]: hi mem tramps at 0xffe00000
    Sep 21 18:04:07 localhost kernel[0]: PAE enabled
    Sep 21 18:04:07 localhost kernel[0]: 64 bit mode enabled
    Sep 21 18:04:07 localhost kernel[0]: Darwin Kernel Version 9.5.0: Wed Sep 3 11:29:43 PDT 2008; root:xnu-1228.7.58~1/RELEASE_I386
    Sep 21 18:04:07 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Sep 21 18:04:07 localhost kernel[0]: vmpagebootstrap: 970440 free pages and 78136 wired pages
    Sep 21 18:04:07 localhost kernel[0]: migtable_maxdispl = 79
    Sep 21 18:04:08 localhost kernel[0]: Extension "com.apple.driver.AppleACPIPlatform" has immediate dependencies on both com.apple.kernel and com.apple.kpi components; use only one style.
    Sep 21 18:04:08 localhost kernel[0]: Extension "com.apple.driver.AppleIntelCPUPowerManagement" has immediate dependencies on both com.apple.kernel and com.apple.kpi components; use only one style.
    Sep 21 18:04:08 localhost kernel[0]: devfsmakenode: not ready for devices!
    Sep 21 18:04:08 localhost kernel[0]: AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
    Sep 21 18:04:08 localhost kernel[0]: AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
    Sep 21 18:04:08 localhost kernel[0]: Loading security extension com.apple.nke.applicationfirewall
    Sep 21 18:04:08 localhost kernel[0]: Loading security extension com.apple.security.seatbelt
    Sep 21 18:04:08 localhost kernel[0]: calling mpopolicyinit for mb
    Sep 21 18:04:08 localhost kernel[0]: Seatbelt MACF policy initialized
    Sep 21 18:04:08 localhost kernel[0]: Security policy loaded: Seatbelt Policy (mb)
    Sep 21 18:04:08 EddieMac kernel[0]: Loading security extension com.apple.security.TMSafetyNet
    Sep 21 18:04:08 EddieMac mDNSResponder mDNSResponder-176.2 (Aug 15 2008 14:58:54)[15]: starting
    Sep 21 18:04:08 EddieMac kernel[0]: calling mpopolicyinit for TMSafetyNet
    Sep 21 18:04:08 EddieMac kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    Sep 21 18:04:08 EddieMac configd[14]: setting hostname to "EddieMac.local"
    Sep 21 18:04:08 EddieMac kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Sep 21 18:04:08 EddieMac kernel[0]: The Regents of the University of California. All rights reserved.
    Sep 21 18:04:08 EddieMac kernel[0]: MAC Framework successfully initialized
    Sep 21 18:04:08 EddieMac kernel[0]: using 16384 buffer headers and 4096 cluster IO buffer headers
    Sep 21 18:04:08 EddieMac kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Sep 21 18:04:08 EddieMac kernel[0]: Extension "com.apple.driver.AppleACPIPlatform" has immediate dependencies on both com.apple.kernel and com.apple.kpi components; use only one style.
    Sep 21 18:04:08 EddieMac kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    Sep 21 18:04:08 EddieMac kernel[0]: Extension "com.apple.driver.AppleACPIPlatform" has immediate dependencies on both com.apple.kernel and com.apple.kpi components; use only one style.
    Sep 21 18:04:08: --- last message repeated 1 time ---
    Sep 21 18:04:08 EddieMac kernel[0]: mbinit: done
    Sep 21 18:04:08 EddieMac kernel[0]: Security auditing service present
    Sep 21 18:04:08 EddieMac kernel[0]: BSM auditing present
    Sep 21 18:04:08 EddieMac kernel[0]: rooting via boot-uuid from /chosen: 5CB3E138-E0AA-37C1-912F-D59B191679E3
    Sep 21 18:04:08 EddieMac 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>
    Sep 21 18:04:08 EddieMac kernel[0]: Extension "com.apple.iokit.AppleYukon2" has immediate dependencies on both com.apple.kernel and com.apple.kpi components; use only one style.
    Sep 21 18:04:08 EddieMac kernel[0]: FireWire (OHCI) TI ID 8025 built-in now active, GUID 001f5bfffe2b634a; max speed s800.
    Sep 21 18:04:08 EddieMac kernel[0]: BTCOEXIST on
    Sep 21 18:04:08 EddieMac kernel[0]: wl0: Broadcom BCM4328 802.11 Wireless Controller
    Sep 21 18:04:08 EddieMac kernel[0]: 4.170.46.11Got boot device = IOService:/AppleACPIPlatformExpert/PCI0/AppleACPIPCI/SATA@1F,2/AppleICH8AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/Hitachi HTS542525K9SA00 Media/IOGUIDPartitionScheme/Customer@2
    Sep 21 18:04:08 EddieMac kernel[0]: BSD root: disk0s2, major 14, minor 2
    Sep 21 18:04:08 EddieMac kernel[0]: AppleIntelCPUPowerManagement: initialization complete
    Sep 21 18:04:08 EddieMac kernel[0]: AppleUSBMultitouchDriver: starting
    Sep 21 18:04:08 EddieMac kernel[0]: Jettisoning kernel linker.
    Sep 21 18:04:08 EddieMac kernel[0]: yukon: Ethernet address 00:1f:5b:e6:db:fa
    Sep 21 18:04:09 EddieMac kernel[0]: AirPort_Brcm43xx: Ethernet address 00:1e:c2:bb:a4:70
    Sep 21 18:04:09 EddieMac kernel[0]: AirPort: Link Down on en1
    Sep 21 18:04:09 EddieMac kernel[0]: WLCE_COUNTRY_CODECHANGED
    Sep 21 18:04:09 EddieMac kernel[0]: en1: 802.11d country code set to 'US'.
    Sep 21 18:04:09 EddieMac kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 5 6 7 8 9 10 11 1 2 3 4 5 6 7 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165 40 48 56 64 104 112 120 128 136 153 161 36 44 52 60
    Sep 21 18:04:09 EddieMac kernel[0]: WLCE_COUNTRY_CODECHANGED
    Sep 21 18:04:09 EddieMac kernel[0]: en1: 802.11d country code set to 'X0'.
    Sep 21 18:04:09 EddieMac kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 5 6 7 8 9 10 11 1 2 3 4 5 6 7 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165 40 48 56 64 104 112 120 128 136 153 161 36 44 52 60
    Sep 21 18:04:10 EddieMac mDNSResponder[15]: WARNING: sandbox_init error Could not set Mach lookup policy for service com.apple.bsd.dirhelper err=1100Could not set Mach lookup policy for service com.apple.distributed_notifications.2 err=1100Could not set Mach lookup policy for service com.apple.ocspd err=1100Could not set Mach lookup policy for service com.apple.mDNSResponderHelper err=1100Could not set Mach lookup policy for service com.apple.SecurityServer err=1100Could not set Mach lookup policy for service com.apple.SystemConfiguration.configd er
    Sep 21 18:04:11 EddieMac kernel[0]: AppleYukon2: 00000000,00000000 sk98osx_dnet - recovering from missed interrupt
    Sep 21 18:04:13 EddieMac kernel[0]: AppleYukon2: 00000000,00000000 sk98osx_dnet - recovering from missed interrupt
    Sep 21 18:04:15: --- last message repeated 1 time ---
    Sep 21 18:04:15 EddieMac fseventsd[38]: event logs in /.fseventsd out of sync with volume. destroying old logs. (86 24 132)
    Sep 21 18:04:18 EddieMac kernel[0]: MAC AUTH succeeded
    Sep 21 18:04:18 EddieMac kernel[0]: AirPort: Link Up on en1
    Sep 21 18:04:18 EddieMac blued[46]: Apple Bluetooth daemon started.
    Sep 21 18:04:21 EddieMac rpc.statd[29]: statd.notify - no notifications needed
    Sep 21 18:04:21 EddieMac fseventsd[38]: log dir: /.fseventsd getting new uuid: D835A075-6080-4201-A2AF-664F24FB75B8
    Sep 21 18:04:22 EddieMac kernel[0]: E:[AppleUSBBluetoothHCIController][StartInterruptPipeRead] there is alredy a pending read, skipping.
    Sep 21 18:04:22 EddieMac org.ntp.ntpd[26]: Error : nodename nor servname provided, or not known
    Sep 21 18:04:22 EddieMac ntpdate[55]: can't find host time.apple.com
    Sep 21 18:04:22 EddieMac ntpdate[55]: no servers can be used, exiting
    Sep 21 18:04:22 EddieMac bootlog[45]: BOOT_TIME: 1222045431 0
    Sep 21 18:04:22 EddieMac /usr/sbin/ocspd[59]: starting
    Sep 21 18:04:28 EddieMac kernel[0]: BootCache: hit rate below threshold (2180 hits on 4361 lookups)
    Sep 21 18:04:28 EddieMac kextd[10]: 0 cached, 407 uncached personalities to catalog
    Sep 21 18:04:28 EddieMac kernel[0]: Resetting IOCatalogue.
    Sep 21 18:04:30 EddieMac kernel[0]: GFX0: family specific matching fails
    Sep 21 18:04:30 EddieMac kernel[0]: Matching service count = 1
    Sep 21 18:04:30 EddieMac kernel[0]: Matching service count = 2
    Sep 21 18:04:31: --- last message repeated 4 times ---
    Sep 21 18:04:31 EddieMac kernel[0]: Previous Shutdown Cause: 5
    Sep 21 18:04:31 EddieMac kernel[0]: IOBluetoothBNEPDriver: Ethernet address 00:1e:c2:8a:ef:50
    Sep 21 18:04:31 EddieMac configd[14]: bootpsessiontransmit: bpf_write(en2) failed: Operation not permitted (1)
    Sep 21 18:04:31 EddieMac kernel[0]: dlil_output: output error retval = 1
    Sep 21 18:04:31 EddieMac configd[14]: DHCP en2: INIT transmit failed
    Sep 21 18:04:32 EddieMac kernel[0]: NVDANV50HAL loaded and registered.
    Sep 21 18:04:32 EddieMac kernel[0]: GFX0: family specific matching fails
    Sep 21 18:04:32: --- last message repeated 1 time ---
    Sep 21 18:04:32 EddieMac /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[33]: Login Window Application Started
    Sep 21 18:04:45 EddieMac loginwindow[33]: Login Window Started Security Agent
    Sep 21 18:04:46 EddieMac kextd[10]: writing kernel link data to /var/run/mach.sym
    Sep 21 18:10:17 EddieMac ntpd[26]: time reset +0.686169 s
    Sep 21 18:34:30 EddieMac /usr/libexec/hidd[37]: IOHIDEventQueueEnqueue: Error enqueuing memory. (0xe00002e8)
    Sep 21 18:34:36 EddieMac authorizationhost[96]: MechanismInvoke 0x128b20 retainCount 2
    Sep 21 18:34:36 EddieMac SecurityAgent[97]: MechanismInvoke 0x101660 retainCount 1
    Sep 21 18:34:36 EddieMac SecurityAgent[97]: NSSecureTextFieldCell detected a field editor ((null)) that is not a NSTextView subclass designed to work with the cell. Ignoring...
    Sep 21 18:34:37 EddieMac loginwindow[33]: Login Window - Returned from Security Agent
    Sep 21 18:34:37 EddieMac SecurityAgent[97]: MechanismDestroy 0x101660 retainCount 1
    Sep 21 18:34:37 EddieMac authorizationhost[96]: MechanismDestroy 0x128b20 retainCount 2
    Sep 21 18:34:37 EddieMac loginwindow[33]: USER_PROCESS: 33 console
    Sep 21 18:34:37 EddieMac com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[93]): Exited: Terminated
    Sep 21 18:34:37 EddieMac com.apple.launchctl.Aqua[181]: launchctl: Please convert the following to launchd: /etc/machinit_peruser.d/com.adobe.versioncueCS3.monitor.plist
    Sep 21 18:34:43 EddieMac Dock[196]: _DESCRegisterDockExtraClient failed 268435459
    Sep 21 18:34:45 EddieMac /System/Library/CoreServices/coreservicesd[52]: SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(Eddie Pankow's Public Folder) returned -14135
    Sep 21 18:34:48 EddieMac com.apple.launchd[179] (0x100f70.VersionCueCS3monitor): Failed to check-in!
    Sep 21 18:35:09 EddieMac SyncServer[215]: SyncServer: Reaping records for inactive clients. Next reap on 2551-11-05 17:35:09 -0800
    Sep 21 18:35:20 EddieMac SyncServer[215]: SyncServer: Truth vacuumed. Next vacuum date 2551-10-05 18:35:09 -0700
    Sep 21 18:45:28 EddieMac [0x0-0x17017].com.adobe.dreamweaver-9.0[229]: objc[229]: Class EpicJSWindowExternalHandler is implemented in both /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/../Frameworks/adoberegistration.framework/Versions/A/adoberegistration and /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/../Frameworks/adobepersonalization.framework/Versions/A/adobepersonalization. Using implementation from /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/../Frameworks/adobepersonalization.framework/Versions/A/adobepersonalization.
    Sep 21 18:45:28 EddieMac [0x0-0x17017].com.adobe.dreamweaver-9.0[229]: objc[229]: Class EpicWizardController is implemented in both /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/../Frameworks/adoberegistration.framework/Versions/A/adoberegistration and /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/../Frameworks/adobepersonalization.framework/Versions/A/adobepersonalization. Using implementation from /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/../Frameworks/adobepersonalization.framework/Versions/A/adobepersonalization.
    Sep 21 18:45:28 EddieMac [0x0-0x17017].com.adobe.dreamweaver-9.0[229]: objc[229]: Class EpicPanel is implemented in both /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/../Frameworks/adoberegistration.framework/Versions/A/adoberegistration and /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/../Frameworks/adobepersonalization.framework/Versions/A/adobepersonalization. Using implementation from /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/../Frameworks/adobepersonalization.framework/Versions/A/adobepersonalization.
    Sep 21 18:45:28 EddieMac [0x0-0x17017].com.adobe.dreamweaver-9.0[229]: objc[229]: Class EpicController is implemented in both /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/../Frameworks/adoberegistration.framework/Versions/A/adoberegistration and /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/../Frameworks/adobepersonalization.framework/Versions/A/adobepersonalization. Using implementation from /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/../Frameworks/adobepersonalization.framework/Versions/A/adobepersonalization.
    Sep 21 18:45:28 EddieMac [0x0-0x17017].com.adobe.dreamweaver-9.0[229]: objc[229]: Class EpicJSWindowExternalHandler is implemented in both /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/../Frameworks/adobepersonalization.framework/Versions/A/adobepersonalization and /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/../Frameworks/adobeeula.framework/Versions/A/adobeeula. Using implementation from /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/../Frameworks/adobeeula.framework/Versions/A/adobeeula.
    Sep 21 18:45:28 EddieMac [0x0-0x17017].com.adobe.dreamweaver-9.0[229]: objc[229]: Class EpicWizardController is implemented in both /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/../Frameworks/adobepersonalization.framework/Versions/A/adobepersonalization and /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/../Frameworks/adobeeula.framework/Versions/A/adobeeula. Using implementation from /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/../Frameworks/adobeeula.framework/Versions/A/adobeeula.
    Sep 21 18:45:28 EddieMac [0x0-0x17017].com.adobe.dreamweaver-9.0[229]: objc[229]: Class EpicPanel is implemented in both /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/../Frameworks/adobepersonalization.framework/Versions/A/adobepersonalization and /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/../Frameworks/adobeeula.framework/Versions/A/adobeeula. Using implementation from /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/../Frameworks/adobeeula.framework/Versions/A/adobeeula.
    Sep 21 18:45:28 EddieMac [0x0-0x17017].com.adobe.dreamweaver-9.0[229]: objc[229]: Class EpicController is implemented in both /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/../Frameworks/adobepersonalization.framework/Versions/A/adobepersonalization and /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/../Frameworks/adobeeula.framework/Versions/A/adobeeula. Using implementation from /Applications/Adobe Dreamweaver CS3/Dreamweaver.app/Contents/MacOS/../Frameworks/adobeeula.framework/Versions/A/adobeeula.
    Sep 21 18:45:30 EddieMac hdiejectd[235]: running
    Sep 21 18:45:31 EddieMac KernelEventAgent[34]: tid 00000000 received unknown event (12)
    Sep 21 18:45:50 EddieMac /Library/Application Support/FLEXnet Publisher/Service/11.03.005/FNPLicensingService[246]: Started
    Sep 21 18:45:50 EddieMac /Library/Application Support/FLEXnet Publisher/Service/11.03.005/FNPLicensingService[246]: This service performs licensing functions on behalf of FLEXnet enabled products.
    Sep 21 18:54:28 EddieMac kernel[0]: WLCE_COUNTRY_CODECHANGED
    Sep 21 18:54:28 EddieMac kernel[0]: en1: 802.11d country code set to 'US'.
    Sep 21 18:54:28 EddieMac kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 5 6 7 8 9 10 11 1 2 3 4 5 6 7 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165 40 48 56 64 104 112 120 128 136 153 161 36 44 52 60
    Sep 21 19:09:14 EddieMac kernel[0]: Finder[199] Unable to clear quarantine `Time-Machine-Update.pkg': 30
    Sep 21 19:09:22 EddieMac Installer[472]: <ZeroSliderSplitView: 0x3aa272c0>: the delegate <TargetSelectPage: 0x3aa27e60> was sent -splitView:resizeSubviewsWithOldSize: and left the subview frames in an inconsistent state:
    Sep 21 19:09:22 EddieMac Installer[472]: Split view bounds: {{0, 0}, {402, 104}}
    Sep 21 19:09:22 EddieMac Installer[472]: Subview frame: {{0, 0}, {0, 32}}
    Sep 21 19:09:22 EddieMac Installer[472]: Subview frame: {{0, 0}, {402, 104}}
    Sep 21 19:09:22 EddieMac Installer[472]: The outer edges of the subview frames are supposed to line up with the split view's bounds' edges. NSSplitView is working around the problem, perhaps at the cost of more redrawing. (This message is only logged once per NSSplitView.)
    Sep 21 19:14:05 EddieMac Software Update[510]: arguments=(null)
    Sep 21 19:49:29 EddieMac SCHelper[663]: no command
    Sep 21 19:49:29 EddieMac com.apple.launchd[179] ([0x0-0x1a01a].com.apple.systempreferences[331]): Stray process with PGID equal to this dead job: PID 663 PPID 1 SCHelper
    Sep 21 19:56:29 EddieMac kernel[0]: Finder[199] Unable to clear quarantine `Time-Machine-Update.pkg': 30
    Sep 21 19:56:35 EddieMac Installer[857]: <ZeroSliderSplitView: 0x39922150>: the delegate <TargetSelectPage: 0x39936be0> was sent -splitView:resizeSubviewsWithOldSize: and left the subview frames in an inconsistent state:
    Sep 21 19:56:35 EddieMac Installer[857]: Split view bounds: {{0, 0}, {402, 104}}
    Sep 21 19:56:35 EddieMac Installer[857]: Subview frame: {{0, 0}, {0, 32}}
    Sep 21 19:56:35 EddieMac Installer[857]: Subview frame: {{0, 0}, {402, 104}}
    Sep 21 19:56:35 EddieMac Installer[857]: The outer edges of the subview frames are supposed to line up with the split view's bounds' edges. NSSplitView is working around the problem, perhaps at the cost of more redrawing. (This message is only logged once per NSSplitView.)
    Sep 21 19:57:05 EddieMac kernel[0]: Finder[199] Unable to clear quarantine `.DS_Store': 30
    Sep 21 20:17:34 EddieMac Dreamweaver[229]: Dreamweaver(229,0xa047efa0) malloc: * error for object 0x1f403b48: Non-aligned pointer being freed\n* set a breakpoint in mallocerrorbreak to debug
    Sep 21 20:17:11 EddieMac [0x0-0x17017].com.adobe.dreamweaver-9.0[229]: Ignoring Quickdraw drawing between QDBeginCGContext and QDEndCGContext
    Sep 21 20:18:11: --- last message repeated 3 times ---
    Sep 21 20:17:34 EddieMac [0x0-0x17017].com.adobe.dreamweaver-9.0[229]: Dreamweaver(229,0xa047efa0) malloc: * error for object 0x1f403b48: Non-aligned pointer being freed
    Sep 21 20:17:34 EddieMac [0x0-0x17017].com.adobe.dreamweaver-9.0[229]: * set a breakpoint in mallocerrorbreak to debug
    Sep 21 20:24:20 EddieMac kernel[0]: AirPort: Roam (Beacons Lost)
    Sep 21 20:26:26 EddieMac [0x0-0x17017].com.adobe.dreamweaver-9.0[229]: Ignoring Quickdraw drawing between QDBeginCGContext and QDEndCGContext
    Sep 21 20:27:22: --- last message repeated 19 times ---
    Sep 21 20:26:54 EddieMac [0x0-0x17017].com.adobe.dreamweaver-9.0[229]: Ignoring Quickdraw drawing between QDBeginCGContext and QDEndCGContext
    Sep 21 20:27:57: --- last message repeated 55 times ---
    Sep 21 20:27:36 EddieMac [0x0-0x17017].com.adobe.dreamweaver-9.0[229]: Ignoring Quickdraw drawing between QDBeginCGContext and QDEndCGContext
    Sep 21 20:28:45: --- last message repeated 79 times ---
    Sep 21 20:28:05 EddieMac [0x0-0x17017].com.adobe.dreamweaver-9.0[229]: Ignoring Quickdraw drawing between QDBeginCGContext and QDEndCGContext
    Sep 21 20:31:42: --- last message repeated 51 times ---
    Sep 21 20:31:41 EddieMac [0x0-0x17017].com.adobe.dreamweaver-9.0[229]: Ignoring Quickdraw drawing between QDBeginCGContext and QDEndCGContext
    Sep 21 20:32:16: --- last message repeated 15 times ---
    Sep 21 20:31:59 EddieMac [0x0-0x17017].com.adobe.dreamweaver-9.0[229]: Ignoring Quickdraw drawing between QDBeginCGContext and QDEndCGContext
    Sep 21 20:32:55: --- last message repeated 31 times ---
    Sep 21 20:32:35 EddieMac [0x0-0x17017].com.adobe.dreamweaver-9.0[229]: Ignoring Quickdraw drawing between QDBeginCGContext and QDEndCGContext
    Sep 21 20:34:35: --- last message repeated 79 times ---
    Sep 21 20:33:39 EddieMac [0x0-0x17017].com.adobe.dreamweaver-9.0[229]: Ignoring Quickdraw drawing between QDBeginCGContext and QDEndCGContext
    Sep 21 20:35:51: --- last message repeated 39 times ---
    Sep 21 20:34:51 EddieMac [0x0-0x17017].com.adobe.dreamweaver-9.0[229]: Ignoring Quickdraw drawing between QDBeginCGContext and QDEndCGContext
    Sep 21 20:35:51: --- last message repeated 27 times ---
    Sep 21 20:35:51 EddieMac helpdatad[1194]: port 'com.apple.helpdata' created
    Sep 21 20:37:15 EddieMac [0x0-0x17017].com.adobe.dreamweaver-9.0[229]: Ignoring Quickdraw drawing between QDBeginCGContext and QDEndCGContext
    Sep 21 21:09:07: --- last message repeated 3 times ---
    Sep 21 21:23:49 EddieMac Dreamweaver[229]: * -[NSConditionLock dealloc]: lock (<NSConditionLock: 0x1993abe0> '(null)') deallocated while still in use
    Sep 21 21:23:49 EddieMac Dreamweaver[229]: * Break on _NSLockError() to debug.
    Sep 21 21:23:49 EddieMac Dreamweaver[229]: * -[NSLock unlock]: lock (<NSLock: 0x1993a9c0> '(null)') unlocked when not locked
    Sep 21 21:23:49 EddieMac Dreamweaver[229]: * Break on _NSLockError() to debug.
    Sep 21 21:23:49 EddieMac Dreamweaver[229]: * -[NSLock unlock]: lock (<NSLock: 0x1993b230> '(null)') unlocked when not locked
    Sep 21 21:23:49 EddieMac Dreamweaver[229]: * Break on _NSLockError() to debug.
    Sep 21 21:23:49 EddieMac Dreamweaver[229]: * -[NSLock unlock]: lock (<NSLock: 0x1993b1f0> '(null)') unlocked when not locked
    Sep 21 21:23:49 EddieMac Dreamweaver[229]: * Break on _NSLockError() to debug.
    Sep 21 21:23:49 EddieMac Dreamweaver[229]: Dreamweaver(229,0xa047efa0) malloc: * error for object 0x1c229b90: Non-aligned pointer being freed (2)\n* set a breakpoint in mallocerrorbreak to debug
    Sep 21 21:23:49 EddieMac [0x0-0x17017].com.adobe.dreamweaver-9.0[229]: Dreamweaver(229,0xa047efa0) malloc: * error for object 0x1c229b90: Non-aligned pointer being freed (2)
    Sep 21 21:23:49 EddieMac [0x0-0x17017].com.adobe.dreamweaver-9.0[229]: * set a breakpoint in mallocerrorbreak to debug
    Sep 21 21:24:02 EddieMac loginwindow[33]: DEAD_PROCESS: 0 console
    Sep 21 21:24:03 EddieMac com.apple.loginwindow[33]: Shutdown NOW!
    Sep 21 21:24:03 EddieMac shutdown[1635]: halt by eddiepankow:
    Sep 21 21:24:03 EddieMac com.apple.loginwindow[33]: System shutdown time has arrived^G^G
    Sep 21 21:24:03 EddieMac shutdown[1635]: SHUTDOWN_TIME: 1222057443 186031
    Sep 21 21:24:03 EddieMac mDNSResponder mDNSResponder-176.2 (Aug 15 2008 14:58:54)[15]: stopping
    Sep 21 21:58:09 localhost com.apple.launchctl.System[2]: launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist
    Sep 21 21:58:09 localhost com.apple.launchd[1] (com.adobe.versioncueCS3): Unknown key: ServiceDescription
    Sep 21 21:58:09 localhost com.apple.launchd[1] (com.apple.ODSAgent): Unknown key: SHAuthorizationRight
    Sep 21 21:58:09 localhost com.apple.launchd[1] (org.cups.cupsd): Unknown key: SHAuthorizationRight
    Sep 21 21:58:09 localhost com.apple.launchd[1] (org.ntp.ntpd): Unknown key: SHAuthorizationRight
    Sep 21 21:58:10 localhost kernel[0]: npvhash=4095
    Sep 21 21:58:10 localhost DirectoryService[11]: Launched version 5.5 (v514.23)
    Sep 21 21:58:10 localhost kernel[0]: hi mem tramps at 0xffe00000
    Sep 21 21:58:10 localhost kernel[0]: PAE enabled
    Sep 21 21:58:10 localhost kernel[0]: 64 bit mode enabled
    Sep 21 21:58:10 localhost kernel[0]: Darwin Kernel Version 9.5.0: Wed Sep 3 11:29:43 PDT 2008; root:xnu-1228.7.58~1/RELEASE_I386
    Sep 21 21:58:10 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Sep 21 21:58:10 localhost kernel[0]: vmpagebootstrap: 972053 free pages and 76523 wired pages
    Sep 21 21:58:10 localhost kernel[0]: migtable_maxdispl = 79
    Sep 21 21:58:10 localhost kernel[0]: 95 prelinked modules
    Sep 21 21:58:10 localhost kernel[0]: AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
    Sep 21 21:58:10 localhost kernel[0]: AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
    Sep 21 21:58:10 localhost kernel[0]: Loading security extension com.apple.security.TMSafetyNet
    Sep 21 21:58:10 localhost kernel[0]: calling mpopolicyinit for TMSafetyNet
    Sep 21 21:58:10 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    Sep 21 21:58:10 localhost kernel[0]: Loading security extension com.apple.nke.applicationfirewall
    Sep 21 21:58:10 localhost kernel[0]: Loading security extension com.apple.security.seatbelt
    Sep 21 21:58:10 localhost kernel[0]: calling mpopolicyinit for mb
    Sep 21 21:58:11 localhost kernel[0]: Seatbelt MACF policy initialized
    Sep 21 21:58:11 localhost kernel[0]: Security policy loaded: Seatbelt Policy (mb)
    Sep 21 21:58:10 localhost mDNSResponder mDNSResponder-176.2 (Aug 15 2008 14:58:54)[16]: starting
    Sep 21 21:58:11 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Sep 21 21:58:11 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Sep 21 21:58:11 localhost kernel[0]: MAC Framework successfully initialized
    Sep 21 21:58:11 localhost kernel[0]: using 16384 buffer headers and 4096 cluster IO buffer headers
    Sep 21 21:58:11 localhost kernel[0]: devfsmakenode: not ready for devices!
    Sep 21 21:58:11 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Sep 21 21:58:11 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    Sep 21 21:58:11 localhost kernel[0]: mbinit: done
    Sep 21 21:58:11 localhost kernel[0]: Security auditing service present
    Sep 21 21:58:11 localhost kernel[0]: BSM auditing present
    Sep 21 21:58:11 localhost kernel[0]: rooting via boot-uuid from /chosen: 5CB3E138-E0AA-37C1-912F-D59B191679E3
    Sep 21 21:58:11 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Sep 21 21:58:11 localhost kernel[0]: FireWire (OHCI) TI ID 8025 built-in now active, GUID 001f5bfffe2b634a; max speed s800.
    Sep 21 21:58:11 localhost kernel[0]: BTCOEXIST on
    Sep 21 21:58:11 localhost kernel[0]: wl0: Broadcom BCM4328 802.11 Wireless Controller
    Sep 21 21:58:11 localhost kernel[0]: 4.170.46.11Got boot device = IOService:/AppleACPIPlatformExpert/PCI0/AppleACPIPCI/SATA@1F,2/AppleICH8AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/Hitachi HTS542525K9SA00 Media/IOGUIDPartitionScheme/Customer@2
    Sep 21 21:58:11 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
    Sep 21 21:58:11 localhost kernel[0]: AppleUSBMultitouchDriver: starting
    Sep 21 21:58:11 localhost kernel[0]: AppleIntelCPUPowerManagement: initialization complete
    Sep 21 21:58:11 localhost kernel[0]: Jettisoning kernel linker.
    Sep 21 21:58:11 localhost kernel[0]: yukon: Ethernet address 00:1f:5b:e6:db:fa
    Sep 21 21:58:11 localhost kernel[0]: AirPort_Brcm43xx: Ethernet address 00:1e:c2:bb:a4:70
    Sep 21 21:58:11 localhost kernel[0]: AirPort: Link Down on en1
    Sep 21 21:58:11 EddieMac configd[14]: setting hostname to "EddieMac.local"
    Sep 21 21:58:12 EddieMac mDNSResponder[16]: WARNING: sandbox_init error Could not set Mach lookup policy for service com.apple.bsd.dirhelper err=1100Could not set Mach lookup policy for service com.apple.distributed_notifications.2 err=1100Could not set Mach lookup policy for service com.apple.ocspd err=1100Could not set Mach lookup policy for service com.apple.mDNSResponderHelper err=1100Could not set Mach lookup policy for service com.apple.SecurityServer err=1100Could not set Mach lookup policy for service com.apple.SystemConfiguration.configd er
    Sep 21 21:58:14 EddieMac kernel[0]: AppleYukon2: 00000000,00000000 sk98osx_dnet - recovering from missed interrupt
    Sep 21 21:58:15 EddieMac kernel[0]: MAC AUTH succeeded
    Sep 21 21:58:15 EddieMac kernel[0]: AirPort: Link Up on en1
    Sep 21 21:58:15 EddieMac kernel[0]: AirPort: Roam (DeAuth/DisAssoc)
    Sep 21 21:58:15 EddieMac kernel[0]: AppleYukon2: 00000000,00000000 sk98osx_dnet - recovering from missed interrupt
    Sep 21 21:58:18: --- last message repeated 1 time ---
    Sep 21 21:58:18 EddieMac kernel[0]: MAC AUTH succeeded
    Sep 21 21:58:20 EddieMac kernel[0]: Resetting IOCatalogue.
    Sep 21 21:58:20 EddieMac fseventsd[38]: bumping event counter to: 0x5d7c (current 0x0) from log file '00000000000000ce'
    Sep 21 21:58:20 EddieMac kernel[0]: GFX0: family specific matching fails
    Sep 21 21:58:20 EddieMac rpc.statd[29]: statd.notify - no notifications needed
    Sep 21 21:58:20 EddieMac kernel[0]: Matching service count = 1
    Sep 21 21:58:20 EddieMac kernel[0]: Matching service count = 2
    Sep 21 21:58:20: --- last message repeated 4 times ---
    Sep 21 21:58:20 EddieMac kextd[10]: 407 cached, 0 uncached personalities to catalog
    Sep 21 21:58:21 EddieMac kernel[0]: Previous Shutdown Cause: 5
    Sep 21 21:58:21 EddieMac kernel[0]: NVDANV50HAL loaded and registered.
    Sep 21 21:58:21 EddieMac kernel[0]: GFX0: family specific matching fails
    Sep 21 21:58:21 EddieMac bootlog[45]: BOOT_TIME: 1222059484 0
    Sep 21 21:58:24 EddieMac /usr/sbin/ocspd[60]: starting
    Sep 21 21:58:24 EddieMac blued[46]: Apple Bluetooth daemon started.
    Sep 21 21:58:24 EddieMac /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[33]: Login Window Application Started
    Sep 21 21:58:24 EddieMac kernel[0]: E:[AppleUSBBluetoothHCIController][StartInterruptPipeRead] there is alredy a pending read, skipping.
    Sep 21 21:58:24 EddieMac configd[14]: bootpsessiontransmit: bpf_write(en2) failed: Operation not permitted (1)
    Sep 21 21:58:25 EddieMac kernel[0]: IOBluetoothBNEPDriver: Ethernet address 00:1e:c2:8a:ef:50
    Sep 21 21:58:24 EddieMac configd[14]: DHCP en2: INIT transmit failed
    Sep 21 21:58:25 EddieMac kernel[0]: dlil_output: output error retval = 1
    Sep 21 21:58:27 EddieMac loginwindow[33]: Login Window Started Security Agent
    Sep 21 21:58:28 EddieMac org.ntp.ntpd[26]: Error : nodename nor servname provided, or not known
    Sep 21 21:58:28 EddieMac ntpdate[77]: can't find host time.apple.com
    Sep 21 21:58:28 EddieMac ntpdate[77]: no servers can be used, exiting
    Sep 21 21:58:32 EddieMac kernel[0]: BlackberryUSBDev: Vendor ID = fca, Product ID = 1, Device Release = 104
    Sep 21 21:58:34 EddieMac kernel[0]: BlackberryUSBDev: 0 0 start - initDevice failed
    Sep 21 21:58:35 EddieMac kernel[0]: BlackberryUSBDev: Vendor ID = fca, Product ID = 1, Device Release = 104
    Sep 21 21:58:35 EddieMac kextd[10]: writing kernel link data to /var/run/mach.sym
    Sep 21 21:58:36 EddieMac kernel[0]: BlackberryUSB: - Version number 3.0.9
    Sep 21 21:58:36 EddieMac authorizationhost[75]: MechanismInvoke 0x1258c0 retainCount 2
    Sep 21 21:58:36 EddieMac SecurityAgent[76]: MechanismInvoke 0x101660 retainCount 1
    Sep 21 21:58:36 EddieMac SecurityAgent[76]: NSSecureTextFieldCell detected a field editor ((null)) that is not a NSTextView subclass designed to work with the cell. Ignoring...
    Sep 21 21:58:37 EddieMac loginwindow[33]: Login Window - Returned from Security Agent
    Sep 21 21:58:37 EddieMac SecurityAgent[76]: MechanismDestroy 0x101660 retainCount 1
    Sep 21 21:58:37 EddieMac authorizationhost[75]: MechanismDestroy 0x1258c0 retainCount 2
    Sep 21 21:58:37 EddieMac loginwindow[33]: USER_PROCESS: 33 console
    Sep 21 21:58:37 EddieMac com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[72]): Exited: Terminated
    Sep 21 21:58:37 EddieMac com.apple.launchctl.Aqua[87]: launchctl: Please convert the following to launchd: /etc/machinit_peruser.d/com.adobe.versioncueCS3.monitor.plist
    Sep 21 21:58:41 EddieMac Dock[96]: _DESCRegisterDockExtraClient failed 268435459
    Sep 21 21:58:46 EddieMac /System/Library/CoreServices/coreservicesd[58]: SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(Eddie Pankow's Public Folder) returned -14135
    Sep 21 21:58:49 EddieMac com.apple.launchd[66] (0x101080.VersionCueCS3monitor): Failed to check-in!
    Sep 21 21:59:49 EddieMac /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder[101]: StatusMonitor::volumesChangedCallBack returned -47
    Sep 21 22:00:21 EddieMac DVD Player[201]: DVD Player(201,0xa047efa0) malloc: * error for object 0x14127000: pointer being freed was not allocated\n* set a breakpoint in mallocerrorbreak to debug
    Sep 21 22:00:21 EddieMac [0x0-0x14014].com.apple.DVDPlayer[201]: DVD Player(201,0xa047efa0) malloc: * error for object 0x14127000: pointer being freed was not allocated
    Sep 21 22:00:21 EddieMac [0x0-0x14014].com.apple.DVDPlayer[201]: * set a breakpoint in mallocerrorbreak to debug
    Sep 21 22:02:50 EddieMac ntpd[26]: time reset +0.978829 s
    Sep 21 22:09:43 EddieMac kernel[0]: BlackberryUSBDev: Vendor ID = fca, Product ID = 1, Device Release = 104
    Sep 21 22:09:45 EddieMac kernel[0]: BlackberryUSBDev: 0 0 start - initDevice failed
    Sep 21 22:09:46 EddieMac kernel[0]: BlackberryUSBDev: Vendor ID = fca, Product ID = 1, Device Release = 104
    Sep 21 22:09:48 EddieMac kernel[0]: BlackberryUSB: - Version number 3.0.9
    Sep 21 22:39:26 EddieMac DVD Player[201]: DVD Player(201,0xa047efa0) malloc: * error for object 0x13ff2000: pointer being freed was not allocated\n* set a breakpoint in mallocerrorbreak to debug
    Sep 21 22:39:26 EddieMac [0x0-0x14014].com.apple.DVDPlayer[201]: DVD Player(201,0xa047efa0) malloc: * error for object 0x13ff2000: pointer being freed was not allocated
    Sep 21 22:39:26 EddieMac [0x0-0x14014].com.apple.DVDPlayer[201]: * set a breakpoint in mallocerrorbreak to debug
    Sep 21 22:40:05 EddieMac loginwindow[33]: DEAD_PROCESS: 0 console
    Sep 21 22:40:06 EddieMac shutdown[275]: halt by eddiepankow:
    Sep 21 22:40:06 EddieMac shutdown[275]: SHUTDOWN_TIME: 1222062006 67975
    Sep 21 22:40:06 EddieMac com.apple.loginwindow[33]: Shutdown NOW!
    Sep 21 22:40:06 EddieMac mDNSResponder mDNSResponder-176.2 (Aug 15 2008 14:58:54)[16]: stopping
    Sep 21 22:40:06 EddieMac com.apple.loginwindow[33]: System shutdown time has arrived^G^G
    Sep 21 22:40:06 EddieMac /usr/sbin/kdcmond[35]: dnssd_clientstub read_all(3) failed 0/28 0
    Sep 23 07:32:38 localhost com.apple.launchctl.System[2]: launchctl: Please convert the following to launchd: /etc/mach_init.d/dashboardadvisoryd.plist
    Sep 23 07:32:38 localhost com.apple.launchd[1] (com.adobe.versioncueCS3): Unknown key: ServiceDescription
    Sep 23 07:32:38 localhost com.apple.launchd[1] (com.apple.ODSAgent): Unknown key: SHAuthorizationRight
    Sep 23 07:32:38 localhost com.apple.launchd[1] (org.cups.cupsd): Unknown key: SHAuthorizationRight
    Sep 23 07:32:38 localhost com.apple.launchd[1] (org.ntp.ntpd): Unknown key: SHAuthorizationRight
    Sep 23 07:32:40 localhost kernel[0]: npvhash=4095
    Sep 23 07:32:40 localhost DirectoryService[11]: Launched version 5.5 (v514.23)
    Sep 23 07:32:40 localhost kernel[0]: hi mem tramps at 0xffe00000
    Sep 23 07:32:40 localhost kernel[0]: PAE enabled
    Sep 23 07:32:40 localhost kernel[0]: 64 bit mode enabled
    Sep 23 07:32:40 localhost kernel[0]: Darwin Kernel Version 9.5.0: Wed Sep 3 11:29:43 PDT 2008; root:xnu-1228.7.58~1/RELEASE_I386
    Sep 23 07:32:40 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Sep 23 07:32:40 localhost kernel[0]: vmpagebootstrap: 971983 free pages and 76593 wired pages
    Sep 23 07:32:40 localhost kernel[0]: migtable_maxdispl = 79
    Sep 23 07:32:40 localhost kernel[0]: 98 prelinked modules
    Sep 23 07:32:40 localhost kernel[0]: AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
    Sep 23 07:32:40 localhost kernel[0]: AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
    Sep 23 07:32:40 localhost kernel[0]: Loading security extension com.apple.security.TMSafetyNet
    Sep 23 07:32:40 localhost kernel[0]: calling mpopolicyinit for TMSafetyNet
    Sep 23 07:32:40 localhost kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    Sep 23 07:32:40 localhost kernel[0]: Loading security extension com.apple.nke.applicationfirewall
    Sep 23 07:32:40 localhost kernel[0]: Loading security extension com.apple.security.seatbelt
    Sep 23 07:32:40 localhost kernel[0]: calling mpopolicyinit for mb
    Sep 23 07:32:40 localhost kernel[0]: Seatbelt MACF policy initialized
    Sep 23 07:32:40 localhost kernel[0]: Security policy loaded: Seatbelt Policy (mb)
    Sep 23 07:32:40 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Sep 23 07:32:40 localhost mDNSResponder mDNSResponder-176.2 (Aug 15 2008 14:58:54)[15]: starting
    Sep 23 07:32:40 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Sep 23 07:32:40 localhost kernel[0]: MAC Framework successfully initialized
    Sep 23 07:32:40 localhost kernel[0]: using 16384 buffer headers and 4096 cluster IO buffer headers
    Sep 23 07:32:40 localhost kernel[0]: devfsmakenode: not ready for devices!
    Sep 23 07:32:40 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Sep 23 07:32:40 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    Sep 23 07:32:40 localhost kernel[0]: mbinit: done
    Sep 23 07:32:40 localhost kernel[0]: Security auditing service present
    Sep 23 07:32:40 localhost kernel[0]: BSM auditing present
    Sep 23 07:32:40 localhost kernel[0]: rooting via boot-uuid from /chosen: 5CB3E138-E0AA-37C1-912F-D59B191679E3
    Sep 23 07:32:40 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Sep 23 07:32:40 localhost kernel[0]: FireWire (OHCI) TI ID 8025 built-in now active, GUID 001f5bfffe2b634a; max speed s800.
    Sep 23 07:32:40 localhost kernel[0]: BTCOEXIST on
    Sep 23 07:32:40 localhost kernel[0]: wl0: Broadcom BCM4328 802.11 Wireless Controller
    Sep 23 07:32:40 localhost kernel[0]: 4.170.46.11Got boot device = IOService:/AppleACPIPlatformExpert/PCI0/AppleACPIPCI/SATA@1F,2/AppleICH8AHCI/PR T0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageD river/Hitachi HTS542525K9SA00 Media/IOGUIDPartitionScheme/Customer@2
    Sep 23 07:32:40 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
    Sep 23 07:32:40 localhost kernel[0]: in6_ifattach: lo0 failed to attach a linklocal address.
    Sep 23 07:32:40 localhost kernel[0]: AppleIntelCPUPowerManagement: initialization complete
    Sep 23 07:32:40 localhost kernel[0]: AppleUSBMultitouchDriver: starting
    Sep 23 07:32:40 localhost kernel[0]: Jettisoning kernel linker.
    Sep 23 07:32:40 localhost kernel[0]: yukon: Ethernet address 00:1f:5b:e6:db:fa
    Sep 23 07:32:40 localhost kernel[0]: AirPort_Brcm43xx: Ethernet address 00:1e:c2:bb:a4:70
    Sep 23 07:32:40 EddieMac kernel[0]: AirPort: Link Down on en1
    Sep 23 07:32:40 EddieMac configd[14]: setting hostname to "EddieMac.local"
    Sep 23 07:32:41 EddieMac airportd[21]: No networks found on channels remembered for NETGEAR
    Sep 23 07:32:41 EddieMac airportd[21]: Could not find "NETGEAR"
    Sep 23 07:32:41 EddieMac mDNSResponder[15]: WARNING: sandbox_init error Could not set Mach lookup policy for service com.apple.bsd.dirhelper err=1100Could not set Mach lookup policy for service com.apple.distributed_notifications.2 err=1100Could not set Mach lookup policy for service com.apple.ocspd err=1100Could not set Mach lookup policy for service com.apple.mDNSResponderHelper err=1100Could not set Mach lookup policy for service com.apple.SecurityServer err=1100Could not set Mach lookup policy for service com.apple.SystemConfiguration.configd er
    Sep 23 07:32:42 EddieMac kernel[0]: AppleYukon2 - en0 link active, 100-Mbit, full duplex, symmetric flow control enabled port 0
    Sep 23 07:32:42 EddieMac configd[14]: AppleTalk startup
    Sep 23 07:32:45 EddieMac kernel[0]: MAC AUTH succeeded
    Sep 23 07:32:45 EddieMac kernel[0]: AirPort: Link Up on en1
    Sep 23 07:32:46 EddieMac kernel[0]: Resetting IOCatalogue.
    Sep 23 07:32:46 EddieMac kextd[10]: 407 cached, 0 uncached personalities to catalog
    Sep 23 07:32:46 EddieMac kernel[0]: GFX0: family specific matching fails
    Sep 23 07:32:46 EddieMac kernel[0]: Matching service count = 1
    Sep 23 07:32:46 EddieMac kernel[0]: Matching service count = 2
    Sep 23 07:32:47: --- last message repeated 4 times ---
    Sep 23 07:32:47 EddieMac kernel[0]: Previous Shutdown Cause: 5
    Sep 23 07:32:47 EddieMac kernel[0]: NVDANV50HAL loaded and registered.
    Sep 23 07:32:47 EddieMac kernel[0]: GFX0: family specific matching fails
    Sep 23 07:32:47 EddieMac bootlog[46]: BOOT_TIME: 1222180354 0
    Sep 23 07:32:47 EddieMac fseventsd[39]: bumping event counter to: 0x6c7a (current 0x0) from log file '0000000000006091'
    Sep 23 07:32:47 EddieMac rpc.statd[30]: statd.notify - no notifications needed
    Sep 23 07:32:47 EddieMac blued[47]: Apple Bluetooth daemon started.
    Sep 23 07:32:47 EddieMac /usr/sbin/ocspd[59]: starting
    Sep 23 07:32:47 EddieMac /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow[34]: Login Window Application Started
    Sep 23 07:32:48 EddieMac kernel[0]: E:[AppleUSBBluetoothHCIController][StartInterruptPipeRead] there is alredy a pending read, skipping.
    Sep 23 07:32:48 EddieMac kernel[0]: IOBluetoothBNEPDriver: Ethernet address 00:1e:c2:8a:ef:50
    Sep 23 07:32:48 EddieMac configd[14]: bootpsessiontransmit: bpf_write(en2) failed: Operation not permitted (1)
    Sep 23 07:32:48 EddieMac kernel[0]: dlil_output: output error retval = 1
    Sep 23 07:32:48 EddieMac configd[14]: DHCP en2: INIT transmit failed
    Sep 23 07:32:57 EddieMac configd[14]: AppleTalk startup complete
    Sep 23 07:33:00 EddieMac kextd[10]: writing kernel link data to /var/run/mach.sym
    Sep 23 07:33:00 EddieMac loginwindow[34]: Login Window Started Security Agent
    Sep 23 07:33:53 EddieMac authorizationhost[79]: MechanismInvoke 0x1258a0 retainCount 2
    Sep 23 07:33:53 EddieMac SecurityAgent[80]: MechanismInvoke 0x101660 retainCount 1
    Sep 23 07:33:53 EddieMac SecurityAgent[80]: NSSecureTextFieldCell detected a field editor ((null)) that is not a NSTextView subclass designed to work with the cell. Ignoring...
    Sep 23 07:33:53 EddieMac loginwindow[34]: Login Window - Returned from Security Agent
    Sep 23 07:33:53 EddieMac SecurityAgent[80]: MechanismDestroy 0x101660 retainCount 1
    Sep 23 07:33:53 EddieMac authorizationhost[79]: MechanismDestroy 0x1258a0 retainCount 2
    Sep 23 07:33:53 EddieMac loginwindow[34]: USER_PROCESS: 34 console
    Sep 23 07:33:53 EddieMac com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[76]): Exited: Terminated
    Sep 23 07:33:53 EddieMac com.apple.launchctl.Aqua[87]: launchctl: Please convert the following to launchd: /etc/machinit_peruser.d/com.adobe.versioncueCS3.monitor.plist
    Sep 23 07:33:57 EddieMac Dock[95]: _DESCRegisterDockExtraClient failed 268435459
    Sep 23 07:34:01 EddieMac /System/Library/CoreServices/coreservicesd[58]: SFLSharePointsEntry::CreateDSRecord: dsCreateRecordAndOpen(Eddie Pankow's Public Folder) returned -14135
    Sep 23 07:34:04 EddieMac com.apple.launchd[85] (0x100f70.VersionCueCS3monitor): Failed to check-in!
    Sep 23 07:39:35 EddieMac hdiejectd[131]: running
    Sep 23 07:39:36 EddieMac KernelEventAgent[35]: tid 00000000 received unknown event (12)
    Sep 23 07:39:49 EddieMac /System/Library/CoreServices/backupd[143]: Backup requested by user
    Sep 23 07:39:49 EddieMac /System/Library/CoreServices/backupd[143]: Starting standard backup
    Sep 23 07:39:49 EddieMac /System/Library/CoreServices/backupd[143]: FSMatchAliasBulk returned -35 while resolving alias to backup target
    Sep 23 07:39:55 EddieMac /System/Library/CoreServices/backupd[143]: Backup failed with error: 19
    Sep 23 07:43:07 EddieMac kernel[0]: AppleYukon2 - en0 link down
    Sep 23 07:43:07 EddieMac configd[14]: AppleTalk shutdown
    Sep 23 07:43:07 EddieMac configd[14]: AppleTalk shutdown complete
    Sep 23 07:43:15 EddieMac kernel[0]: AppleYukon2: 00000000,00000000 sk98osx_dnet - recovering from missed interrupt
    Sep 23 08:52:42 EddieMac /usr/libexec/hidd[38]: IOHIDEventQueueEnqueue: Error enqueuing memory. (0xe00002e8)
    Sep 23 08:53:12: --- last message repeated 10 times ---

  • User Authentication for subfolder not working in Web Browser

    We are using Oracle Application Server 10.1.2.3 and Database Server 10.2.0.5 for our application.
    One of the functionalities of the Application is to send emails with attachments.
    The logic is that the Application would generate the attachment file on the Application Server.
    Then a database package uses Oracle's utl_http package/procedures(more specifically utl_http.request_pieces where the single argument is a URL) to pick up the file from the Application Server via URL, attach the file and send the email.
    Exchange and Relay Server is also set in the Application.
    The problem is that the folder containing the folder which stores the attachments is having user authentication set.
    Example : The main folder is /apps/interface, this folder requires a valid user when it is accessed via URL on a web browser.
    Alias created in httpd.conf
    Alias /int-dir/ "/apps/interface/"
    The folder /apps/interface/email/ is the folder where the attachment files are generated and stored.
    Application Server : 10.12.213.21
    Database Server : 10.12.213.22
    Email Server : 10.12.213.44
    Configuration as per httpd.conf
    Alias /int-dir/ "/apps/interface/"
    <Location /int-dir/>
    AuthName "Interface folder"
    AuthType Basic
    AuthUserFile "/u01/app/oracle/as10g/oasmid/Apache/Apache/conf/.htpasswd"
    require user scott
    </Location>
    <Location /int-dir/email>
    Options Indexes Multiviews IncludesNoExec
         Order deny,allow
         Deny from all
         Allow from 10.12.213.21
         Allow from 10.12.213.22
         Allow from 10.12.213.44
    </Location>
    Using the above configuration the Application is able to attach the files and send the email, however, when we access the following URL :
    http://10.12.213.21:7778/int-dir/ - it prompts for user authentication
    However if we use the following URL :
    http://10.12.213.21:7778/int-dir/email/ - it does not prompt for user authentication, and all the files in the folder are displayed in the browser.
    I have tried so many things including AllowOverride, .htaccess, but i am not able to get user authentication for the email folder.
    Please help me if you can.
    Thanking you in advance,
    GLad to give any more information that i can.
    dxbrocky

    Thanks for your response.  I fixed the problem by selecting "full site" or "full website" at bottom of the web page.  After making this selection the zoom function returned.  Thanks again for your interest.

  • Did Adobe Acrobat/reader stop providing browser integrated PDF viewing(addin) for Internet Explorer?

    Did Adobe acrobat and reader stop providing browser integrated PDF viewing capability for Internet Explorer?
    Hi, I have been trying to view PDF's directly on my browser (Internet Explorer 9). We used to be able to have this available. To be honest last configuration that did work was Internet Explorer 8 with Adobe Acrobat 7. But I recently tried with Intenet Explorer 9 with Adobe Acrobat X and did not work as expected (I tried to activate the add in for Adobe but the adobe addin for PDF did not show up) I have the following questions:
    1) Do you still provide PDF's viewing capabilties on Internet Explorer?
    2) If yes: Is there a propper Add-in we (users) are able to install for Internet Explorer?
    3) if yes: Do we require to have Adobe Acrobat to have this capability? (this was my experience with IE8 and Adobe Acrobat 7)
    Additional Info:
    There seems to be an addin for Chrome wich works as expected (opens PDF in browser) to this current date. This does not happen on IE.
    Thanks in advance.
    AlbertCastle

    Are you using the 64-bit edition of Internet Explorer?
    The Adobe Reader/Acrobat plugin is 32-bit, and will not work on a 64-bit browser.
    Other possibilities: http://helpx.adobe.com/acrobat/using/display-pdf-browser-acrobat-xi.html

  • What is the FASTEST Internet Browser for OSX? (2014 Edition)

    What is the FASTEST Internet Browser for OSX? (2014 Edition)
    I'm a tech junkie, I love everything about technology.. especially FAST and EFFICIENT technology..
    I am currently using Google Chrome, and have nothing bad so say about it.. I like that I can "sign in" to Google Chrome pretty much anywhere (including my iPhone 5s), and instantly have access to all of my Bookmarks and Bookmark folders..
    I have seen a bunch of benchmark tests testing a bunch of available internet browsers on OSX.. however, the results seem a bit inconclusive and varying, and some that even support the notion that Safari is now FASTER than Google Chrome.. I'm not sure whether or not to believe it, and I don't really have the time/energy to conduct a series of tests on my own..
    What do you guys think? Is Google Chrome still considered the "fastest" when it comes to browsing/downloading?

    Has anyone used or have any opinions about Lightning?  I found some positive reviews around, and granted they all mention it's unrefined, they all seem to think it is the fastest.  Great as that may be, before I fork out the $2 I would like to get some more info regarding privacy and security.
    https://itunes.apple.com/us/app/lightning-web-browser/id412736557?mt=12
    A review
    http://mac360.com/2014/04/lightning-strikes-is-this-the-fastest-mac-web-browser- money-can-buy/

  • IPad browser showing outdated browser and asking for internet explorer updation . dont know what to do.?

    iPad browser showing outdated browser and asking for internet explorer updation . dont know what to do.?

    It's coming when I try to open yahoo.not able to open yahoo.now how can that be outdated? It's opening fine in my laptop, problem only in iPad mini. Can anyone help?

  • First Do we need to download a browser for internet search in i3???

    First Do we need to download a browser for internet search in i3???

    I don't know what i3 is (iOS3?) but all iPhones have Safari.
    Matt

Maybe you are looking for

  • Runtime system and weird types

    When many of objective-c's unique features and 2.0 additions are discussed, it is often said that they depend on the "runtime system" in order to function. What is it? It almost sounds like a virtual machine, but somehow I doubt that. Also, what is t

  • Connect Mac OS 10.6 to canon ip3600 shared on windows XP home

    I am trying to connect my Mac OS 10.6 to a canon ip3600 printer shared on windows XP home. I have read dozens of posts on this topic and tried dozens of solutions. Although the Mac will identify the printer and apparently connect, when I print nothin

  • Error in communication channel " not initialized"

    Hi All,        I'm working in FIle to mail scenario. In this scenario whenever i upload a text file to the R/3 application server. that file should be sent (as a attachment with a mail) to any email id. I did all the required configuration in IR. but

  • MAC DUO won't go past BLUE SCREEN on start-up.

    Please help! My mac duo has crashed after a mac software update. Now it won't logon past the blue screen! I've tried everything online like DISK UTILITY on Mac os x disc and SAFE MODE but no joy whatsoever. SAFE MODE won't work now after doing it thr

  • It's posible change default image for mark interactive button / not UI

    When in indesgin convert a object to button appears in background a hand with a finger pointing to a button. It's posible to change this? I need to use several icons if it's posible in the same document. Thanks !