Security and roles in Nakisa TVN

When a Nakisa role is mapped to an SAP role, does it limit the data that the person who is running that role sees?  For example, if an employee logs in and is assigned a "Employee" role, is it possible to limit the org chart that the employee sees to only his org unit and below?

Hi there,
This depends on which architecture you are using, Live or Staged. In Live OrgChart uses SAP structural authorizations and therefore the user only sees what data they can see in SAP. In the Staged version you have to build roles and map SAP roles to them. In STVN2.1 OrgChart there are 5 pre-configured security roles available out of the box, which do include a "derives and below" security role ("Derives and Below" allows a user to see information about objects in the structure below them).
It is possible through configuration to allow a logged-in user to start at their location in the structure and also to prevent them from navigating up the structure. This configuration can be very complex and requires full knowledge of configuration of authentication as well as authorisation (ie roles) in order to achieve what you want. It is also possible to limit data fields and fields in the search etc through less complex configuration and if you're really clever you can customise the application in order to do things based on particular roles (like display a pop-up message at login etc). However, that takes a thorough knowledge of how the application works to achieve and only few consultants outside of Nakisa and provide that level of customisation.
I hope that helps.
Luke

Similar Messages

  • Security  and roles while upgrading to bi7

    hi
    Guys  i ha ve question about upgrade
    what will happens to security and roles while upgrading from bi3.5 to 7 ?
    is this can be migrated into bi7 from bw 3,5 , if so how ?
    or do we need to create separate  again in Bi7 ?
    u r answer will be much apreaciated

    Hi,
    this can be upgraded but it is not a must. SAP recomend to use the new concept provided by NW 7.0...
    You can switch on/off obsolete Authorization concept with RSCUSTV23. For security and clarity reasons make a u201Ecleanu201C new setup u201Efrom the scratchu201C (much easier, less complex than in 3.x)...
    Check this upgrade guide it will give you all informations:
    [SAP NetWeaver 7.0 BI Upgrade Specifics|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10564d5c-cf00-2a10-7b87-c94e38267742]
    New BI Authorizations set in SPRO (maintenance in RSECADMIN)
    - During technical upgrade, and if you used an authorization concept in BW3.x
    switch back to u201Cobsolete Concept with RSR Authorization Objects)u201D
    - Important: After technical upgrade switch back to the new Concept and see
    note 820183 and 923176 New BI Authorizations set in SPRO (maintenance in RSECADMIN)
    - During technical upgrade, and if you used an authorization concept in BW3.x
    switch back to u201Cobsolete Concept with RSR Authorization Objects)u201D
    - Important: After technical upgrade switch back to the new Concept and see
    note 820183 and 923176
    Other links/notes which could be helpful:
    Note 923176 - Support situation authorization management BI70/NW7.0
    New Analysis Authorizations for BI Reporting:
    http://help.sap.com/saphelp_nw04s/helpdata/en/80/d71042f664e22ce10000000a1550b0/
    content.htm
    Regards
    Andreas

  • Where did the securables go? Created Databse Role add Securables and Permission but it disappeared.

    Hello my friends:
    Create a Database Role, added Securables and set the Permissions. These are all stored Procedures.
    When I clicked Okay I get a message that the role was created successfully.
    Now I go back to the database role, click properties and the securables are not showing?
    Is this normal behavior? Where did they go?
    Thanks!

    I have sufficient rights: The DB Role is working because Users who I have assigned the Role Are able to do what they need. I just cannot see the securables when I go to properties. I also have a SYS Admin account, I log in as SYS Admin and still cannot see
    the securables.
    However, if I click on an individual user who is assigned to the role, I can see the securables from the properties tab.
    Hi,
    First check that you can see the role using a query:
    USE AdventureWorks2012;
    GO
    CREATE ROLE ArielyRole322
    GO
    Select * from sys.database_principals where name = 'ArielyRole322' and type = 'R'
    GO
    and now you can use the GUI interface as well:
    open the database -> security -> Roles -> Database Roles -> and here it is :-)
      Ronen Ariely
     [Personal Site]    [Blog]    [Facebook]

  • Oracle Provider for Membership and Roles not running

    Hi Everyone,
    I ran the ASP.Net Configuration and select the 'Provider' tab.
    When I choose 'Select a single provider for all site management data', only AspNetSqlProvider is shown.
    When I choose 'Select a different provider for each feature (advanced)', I see the Oracle Provider for Membership and Roles. I select both then try to enter 'Security' tab. It will hang then come back with this error:
    "There is a problem with your selected data store. This can be caused by an invalid server name or credentials, or by insufficient permission. It can also be caused by the role manager feature not being enabled. Click the button below to be redirected to a page where you can choose a new data store. "
    Any solutions to this...........
    Regards
    Sid

    Thanks for the reply but i stil have the problem...............
    My Current machine.config has this to say in that particular section
    <connectionStrings>
    <add name="LocalSqlServer" connectionString="data source=.\SQLEXPRESS;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true" providerName="System.Data.SqlClient"/>
    <add name="OraAspNetConString" providerName="Oracle.DataAccess.Client" connectionString=" "/>
    </connectionStrings>
    What can be done.........................in this case
    Thanks

  • How to set username and role?

    From httpservelet request we can get user name using getUserPrincipal() and also can check whether user in role or not. To do this before the servlet is invoked some one has to set the UserName and Role in the request. who does this job? if i want to set them using my program what should i do? please guide me in this?

    Fine, here is the link to webapp security documentation:
    http://download.oracle.com/javaee/5/tutorial/doc/bncas.html
    Boring material, but nobody said that research was going to be a fun part of the software engineer's life - too bad it is a crucial part of the job. You can either take or completely ignore the message I'm hiding in there, that is your choice.

  • Questions on Authentication, Security, and APEX_PUBLIC_USER

    Hello,
    I’m evaluating APEX and my DBA’s have some questions about authentication and database connections. I have audit tables in my schema (created using Oracle Designer) and I’ve noticed that APEX_PUBLIC_USER is the user recorded in my created_by and modified_by columns. I’ve read several posts about this expected behavior and its solution - (UPPER(NVL(V('APP_USER'),USER)). See:
    Re: User in journal
    Re: DB connection by apex_public_user or by registered schema name?
    How can I store the user name, not APEX_PUBLIC_USER
    I’m ok making the changes in my triggers, but my question is what is the consequence from the DBA’s perspective? If there are 100 users in my application and the DBA’s look at current database connections it will show 100 APEX_PUBLIC_USERs correct? What about any internal Oracle auditing? This is really my first true venture into web style programming. Maybe this is expected behavior.
    I also noticed that there are 157 PUBLIC grants to objects in the FLOWS_030000 schema. This means that any DB account has access to these objects by default. Is this a security risk? I would have expected the objects to be granted directly to APEX_PUBLIC_USER. My company is heavily audited in both in an internal and a Sarbanes-Oxley (Sox) sense. This may not be a concern to everyone, but it may be a concern to us. How do other people explain/justify this?
    Are we expected to not make DB accounts and only create users inside of APEX? I know APEX supports the DB authentication, but I haven’t seen any definitive “best practice” recommendations on this. I have looked at all the documentation here:
    http://download-west.oracle.com/docs/cd/B32472_01/doc/nav/portal_booklist.htm
    Is there more documentation with a better explanation than this?
    Can anyone explain how APEX_PUBLIC_USER has no direct privilege on tables in my schema, yet it is the user recorded for DML changes?
    I know this is alot of questions; we're just trying to get a better understanding of APEX before we make the commitment to begin using it.
    Thanks for the help.
    Message was edited by:
    jabolen

    This FLOWS_xxxxxx schema has enough privilege to do DML in my schema (probably why FLOWS_xxxxxx is locked). Is that about right?
    Sort of. It has privilege to dynamically execute your DML (and other code) using your schema, so it is your schema that parses the code. (search: sys.dbms_sys_sql)
    ...enterprise-level identity management solutions...Is one example of that creating DB accounts? I assume others are SSO, LDAP, etc. Where can I read about the pro’s and con’s of these choices?
    Good topic for another thread: Best tools for managing user populations (tens, hundreds, thousands, internal company vs. internet/public, etc.) One key factor is who's going to do the work and how does that fit with your business, e.g., user forgets password -> user calls help desk (24/7?) -> help desk accesses admin account and resets password...Will help desk admin use EM, Application Express admin app, SQL*Plus, OID admin, ...?
    About authorization and roles, be aware that roles are useful in an Application Express environment only if you have a database user account for each application user (presumably named the same as the account the application user uses to authenticate, regardless of how the username/password lookup is performed, i.e., using the database account's password, LDAP, or something else) and your authorization code has enough privileges to check the current user's default roles, again the roles assigned to the database user account that corresponds to the application user name. This precludes the use of dynamically enabled roles. It also requires your application parsing schema to be able to access global views like dba_tab_privs. So, IMO, it's not the most streamlined approach unless you already have (or don't mind maintaining) a database user account for every named application user, a provision that may be unnecessary to support your authentication (vs.authorization) requirements.
    About ref cursors, there wouldn't be any privileges problems - your application's parsing schema must have the privilege to execute whatever definer's rights packages are to be called and these packages, as you said, would do the DML.. As to other issues involving the use of ref cursors, we'd need to know more about your approach and how you want to define reports. I suggest you build a small prototype app and try it out.
    Scott

  • Portal Security and ECC 6.0

    I had posted this in another form, but was directed as I should go to post my questions:
    I work with SAP security and I've been asked to look at portal roles. Specific questions I've been asked are:
    Can user id's be export from SAP to the portal? If so, is there a SAP delivered program to use.
    If a user logs into the portal via SSO or just logging into the portal, but doesn't have a user id in SAP; is there a SAP delivered process that will create an user id in SAP?
    If the portal id is xxx and the SAP id is yyy, where is mapping done to allow the user access to SAP?
    I'm hoping to find information to answer the above questions via white papers, URL's, or books.
    Any help would appreciated,

    Hi Stabley
    The portal uses the Java system's UME settings for user management. One option is to point the Java UME to an ABAP system (6.20 or higher) and then the SU01 data is used for portal autherntications.
    There is a self registration process, but I don't think you want it to create SAP users in the above scenario. Even if you did, the users would have no useful roles in SAP.
    Having a different username for the portal and SAP is supported through user mapping, but it is messy to maintain.
    Try search SDN for UME and ABAP to get some good information or try the portal wiki pages (link at the top of the forum)
    Cheers

  • Developing Custom User and Role Providers

    Hi
    I am new to Fusion Middleware and trying to develope a Custom User and Role Providers based on the pdf "Oracle® Fusion Middleware Application Security Guide 11g Release 1 (11.1.1) E10043-06"
    It mentioned a sample code "sampleprovider.zip" in chapter 18.10.7 Example: Implementing an Identity Provider
    I couldn't find this zip file anywhere, Can someone know this please let me know how to get this zip?
    Many Thanks
    djia002

    URL:
    http://download.oracle.com/docs/cd/E14571_01/core.1111/e10043/devuserole.htm#CHDEBAEB
    18.10.7.1 About the Sample Provider
    The sample provider is bundled in <b>sampleprovider.zip</b>. Unzip the file. It should generate the following structure (...)

  • How to access the mapping of Groups and Roles in the JAVA Application

    We have mapped the EJB roles with the groups through the Visual Administrator. We have developed the SSO. We have developed the application through which we are creating the user and role and mapping that role with the created user. The created role is saved in some LDAP directory. The second application in which ejb methods are mapped with some security roles.The LDAP roles we are getting in Netweaver as groups and we can perform the mapping of the deployed ejb roles with the group.Now for the logged in user we want to get the roles mapped with it so that we can give/deny the access to the methods from EJB as per the role of that user .How we will get the access to the mappings of the roles with the group in the application, if I know the LDAP roles mapped with the user (since these roles are accessible as groups in the NetWeaver)
    For e.g.  From application created the user with the role as "manager". This role is stored in iPlanet directory.
    This directory is mapped in the Netweaver.The manager role is displayed as the group in the Netweaver.
    Created the EJB application with the method "displayTheAccountDetails() with the role as "ManagerRole"
    This role is mapped with the manager group. Now we are having the details about the logged in user and the LDAP roles mapped to it (maneger role). How I will get the access to the details that for this group which ejb role is mapped in the application. So depending on that I can allow/deny the access to the ""displayTheAccountDetails()" method to the logged in user.

    Do you, guys, work together?
    See the last answer in this thread: How database works in UCM?

  • User and role permissions getting reset on managed server

              Hi..
              I am not sure whether this is really a clusteing problem. I have a clusted server
              with one admin server and one managed server. I have deployed the some of my own
              applications alongwith the Weblogic Integration application on the managed server.
              I have some users and roles defined in the BPM studio to access and execute the
              workflows.
              But every time I restart the managed server, the user and role permissions are
              reset and the workflows are not executed. I get the following error.
              ####<May 13, 2003 10:01:22 AM BST> <Error> <BPM> <hwdusa08> <managed1_eai2d2A>
              <ExecuteThread: '44' for queue: 'default'> <kernel identity> <11
              1:21ad542a0d3cc527> <000000> <<wlpirequest>
              <started>2003-05-13 10:01:22.230</started>
              <requestor>wlisystem</requestor>
              <templateid>1</templateid>
              <template-name> WLI Logging Framework V2.0 Installation test</template-name>
              <templatedefinitionid>1</templatedefinitionid>
              <instanceid>2001</instanceid>
              <actions>
              <error time="2003-05-13 10:01:22.427">WorkflowException: The server was unable
              to complete your request.
              The WebLogic Integration role "logging" is not mapped to a WebLogic
              Server security group.</error>
              </actions>
              <completed>2003-05-13 10:01:22.428</completed>
              </wlpirequest>
              >
              And the only remeady I need to do here is to delete the role and recreate it with
              specific permissions every time the managed server is bounced. The same thing
              also happens for the created user also where the user loses all the permissions.
              Can anyone please help me on this issue ?
              Thanks in advance
              Mandar
              

    are you using filerealm?
              This seems like a security related question - can you please post this
              question to the security newsgroup you may get a faster answer there.
              sree
              "Mandar Gandhe" <[email protected]> wrote in message
              news:[email protected]...
              >
              > Hi..
              >
              > I am not sure whether this is really a clusteing problem. I have a clusted
              server
              > with one admin server and one managed server. I have deployed the some of
              my own
              > applications alongwith the Weblogic Integration application on the managed
              server.
              > I have some users and roles defined in the BPM studio to access and
              execute the
              > workflows.
              >
              > But every time I restart the managed server, the user and role permissions
              are
              > reset and the workflows are not executed. I get the following error.
              >
              > ------
              > ####<May 13, 2003 10:01:22 AM BST> <Error> <BPM> <hwdusa08>
              <managed1_eai2d2A>
              > <ExecuteThread: '44' for queue: 'default'> <kernel identity> <11
              > 1:21ad542a0d3cc527> <000000> <<wlpirequest>
              > <started>2003-05-13 10:01:22.230</started>
              > <requestor>wlisystem</requestor>
              > <templateid>1</templateid>
              > <template-name> WLI Logging Framework V2.0 Installation
              test</template-name>
              > <templatedefinitionid>1</templatedefinitionid>
              > <instanceid>2001</instanceid>
              > <actions>
              > <error time="2003-05-13 10:01:22.427">WorkflowException: The server
              was unable
              > to complete your request.
              > The WebLogic Integration role "logging" is not mapped to a
              WebLogic
              > Server security group.</error>
              > </actions>
              > <completed>2003-05-13 10:01:22.428</completed>
              > </wlpirequest>
              > >
              >
              > ------
              >
              > And the only remeady I need to do here is to delete the role and recreate
              it with
              > specific permissions every time the managed server is bounced. The same
              thing
              > also happens for the created user also where the user loses all the
              permissions.
              >
              > Can anyone please help me on this issue ?
              >
              > Thanks in advance
              > Mandar
              >
              

  • My 'Security and Privacy' settings won't open

    Ever since installing OS X Mountain Lion, when I click on 'Security and Privacy' under 'Settings,' it just continues to say 'Loading Security & Privacy' but nothing loads. I cannot get into it at all (screen shot below)...
    Does anyone have any ideas on what is going on?

    I called Apple and they had me re-install Mountain Lion. As of now, the 'Security and Privacy' setting is working again, but I did check out the console like you advised. Here is what was there after I cleared the display and went back in again:
    8/7/12 7:18:07.000 PM bootlog[0]: BOOT_TIME 1344381487 0
    8/7/12 7:18:51.000 PM kernel[0]: PMAP: PCID enabled
    8/7/12 7:18:51.000 PM kernel[0]: Darwin Kernel Version 12.0.0: Sun Jun 24 23:00:16 PDT 2012; root:xnu-2050.7.9~1/RELEASE_X86_64
    8/7/12 7:18:51.000 PM kernel[0]: vm_page_bootstrap: 863197 free pages and 144419 wired pages
    8/7/12 7:18:51.000 PM kernel[0]: kext submap [0xffffff7f8073e000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff800073e000]
    8/7/12 7:18:51.000 PM kernel[0]: zone leak detection enabled
    8/7/12 7:18:51.000 PM kernel[0]: standard timeslicing quantum is 10000 us
    8/7/12 7:18:51.000 PM kernel[0]: standard background quantum is 2500 us
    8/7/12 7:18:51.000 PM kernel[0]: mig_table_max_displ = 74
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto kext started!
    8/7/12 7:18:51.000 PM kernel[0]: Running kernel space in FIPS MODE
    8/7/12 7:18:51.000 PM kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    8/7/12 7:18:51.000 PM kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    8/7/12 7:18:51.000 PM kernel[0]: corecrypto.kext FIPS POST passed!
    8/7/12 7:18:51.000 PM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    8/7/12 7:18:51.000 PM kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=1 Enabled
    8/7/12 7:18:51.000 PM kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=4 Enabled
    8/7/12 7:18:51.000 PM kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=5 Enabled
    8/7/12 7:18:51.000 PM kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=0 Disabled
    8/7/12 7:18:51.000 PM kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=0 Disabled
    8/7/12 7:18:51.000 PM kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=0 Disabled
    8/7/12 7:18:51.000 PM kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=0 Disabled
    8/7/12 7:18:51.000 PM kernel[0]: calling mpo_policy_init for TMSafetyNet
    8/7/12 7:18:51.000 PM kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    8/7/12 7:18:51.000 PM kernel[0]: calling mpo_policy_init for Sandbox
    8/7/12 7:18:51.000 PM kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    8/7/12 7:18:51.000 PM kernel[0]: calling mpo_policy_init for Quarantine
    8/7/12 7:18:51.000 PM kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    8/7/12 7:18:51.000 PM kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    8/7/12 7:18:51.000 PM kernel[0]: The Regents of the University of California. All rights reserved.
    8/7/12 7:18:51.000 PM kernel[0]: MAC Framework successfully initialized
    8/7/12 7:18:51.000 PM kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    8/7/12 7:18:51.000 PM kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    8/7/12 7:18:51.000 PM kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    8/7/12 7:18:51.000 PM kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0024
    8/7/12 7:18:51.000 PM kernel[0]: AppleIntelCPUPowerManagement: (built 23:03:24 Jun 24 2012) initialization complete
    8/7/12 7:18:51.000 PM kernel[0]: PFM64 (36 cpu) 0xf10000000, 0xf0000000
    8/7/12 7:18:51.000 PM kernel[0]: [ PCI configuration begin ]
    8/7/12 7:18:51.000 PM kernel[0]: Sleep failure code 0x00000000 0x31000000
    8/7/12 7:18:51.000 PM kernel[0]: console relocated to 0xf10030000
    8/7/12 7:18:51.000 PM kernel[0]: PCI configuration changed (bridge=3 device=2 cardbus=0)
    8/7/12 7:18:51.000 PM kernel[0]: [ PCI configuration end, bridges 7 devices 16 ]
    8/7/12 7:18:51.000 PM kernel[0]: [ PCI configuration begin ]
    8/7/12 7:18:51.000 PM kernel[0]: PCI configuration changed (bridge=3 device=2 cardbus=0)
    8/7/12 7:18:51.000 PM kernel[0]: [ PCI configuration end, bridges 8 devices 22 ]
    8/7/12 7:18:51.000 PM kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    8/7/12 7:18:51.000 PM kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    8/7/12 7:18:51.000 PM kernel[0]: rooting via boot-uuid from /chosen: EF7397DF-6793-3508-9EEF-D0678915DB72
    8/7/12 7:18:51.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>
    8/7/12 7:18:51.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    8/7/12 7:18:51.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    8/7/12 7:18:51.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    8/7/12 7:18:51.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    8/7/12 7:18:51.000 PM kernel[0]: AppleIntelCPUPowerManagementClient: ready
    8/7/12 7:18:51.000 PM kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID e80688fffee52076; max speed s800.
    8/7/12 7:18:51.000 PM kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/TOSHIBA MK5065GSXF Media/IOGUIDPartitionScheme/Untitled@2
    8/7/12 7:18:51.000 PM kernel[0]: BSD root: disk0s2, major 1, minor 2
    8/7/12 7:18:51.000 PM kernel[0]: Kernel is LP64
    8/7/12 7:18:51.000 PM kernel[0]: USBMSC Identifier (non-unique): 000000009833 0x5ac 0x8403 0x9833
    8/7/12 7:18:51.000 PM kernel[0]: hfs: created HFBT on Macintosh HD
    8/7/12 7:18:08.844 PM com.apple.launchd[1]: *** launchd[1] has started up. ***
    8/7/12 7:18:08.844 PM com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    8/7/12 7:18:51.298 PM com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    8/7/12 7:18:51.305 PM launchctl[2]: com.apple.RemotePairTool: Already loaded
    8/7/12 7:18:55.431 PM com.apple.SecurityServer[16]: Session 100000 created
    8/7/12 7:18:55.501 PM configd[19]: ioctl(SIOCGIFCAP) failed: Device not configured
    8/7/12 7:18:55.501 PM configd[19]: ioctl(SIOCGIFCAP) failed: Device not configured
    8/7/12 7:18:55.503 PM configd[19]: setting hostname to "MALORIE-JANASEKs-MacBook-Pro.local"
    8/7/12 7:18:55.508 PM configd[19]: network changed.
    8/7/12 7:18:55.684 PM com.apple.SecurityServer[16]: Entering service
    8/7/12 7:18:55.827 PM UserEventAgent[11]: Captive: [mySCCopyWiFiDevices:162] WiFi Device Name == NULL
    8/7/12 7:18:55.000 PM kernel[0]: AGC: 3.2.6, HW version=1.9.21, flags:0, features:20600
    8/7/12 7:18:56.398 PM hidd[63]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    8/7/12 7:18:56.482 PM fseventsd[64]: could not open <</.fseventsd/fseventsd-uuid>> (No such file or directory)
    8/7/12 7:18:56.638 PM coreservicesd[37]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    8/7/12 7:18:56.000 PM kernel[0]: macx_swapon SUCCESS
    8/7/12 7:18:56.998 PM com.apple.launchd[1]: (com.apple.bsd.dirhelper) Throttling respawn: Will start in 10 seconds
    8/7/12 7:18:57.489 PM fseventsd[64]: log dir: /.fseventsd getting new uuid: 8DB7FF89-E45E-423B-953C-0DF895D2D798
    8/7/12 7:18:57.728 PM hidd[63]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    8/7/12 7:18:57.000 PM kernel[0]: Waiting for DSMOS...
    8/7/12 7:18:58.024 PM awacsd[73]: Starting awacsd connectivity-77 (Jun 20 2012 15:40:49)
    8/7/12 7:18:58.445 PM digest-service[88]: label: default
    8/7/12 7:18:58.445 PM digest-service[88]:           dbname: od:/Local/Default
    8/7/12 7:18:58.446 PM digest-service[88]:           mkey_file: /var/db/krb5kdc/m-key
    8/7/12 7:18:58.446 PM digest-service[88]:           acl_file: /var/db/krb5kdc/kadmind.acl
    8/7/12 7:18:58.884 PM awacsd[73]: InnerStore CopyAllZones: no info in Dynamic Store
    8/7/12 7:18:59.191 PM aosnotifyd[91]: bootstrap_look_up failed (44e)
    8/7/12 7:18:59.000 PM kernel[0]: BTCOEXIST off
    8/7/12 7:18:59.000 PM kernel[0]: BRCM tunables:
    8/7/12 7:18:59.000 PM kernel[0]: pullmode[1] txringsize[  256] reapmin[   32] reapcount[  128]
    8/7/12 7:18:59.000 PM kernel[0]: highWaterMark: VO[  192]  VI[  192]  BE[  192]  BK[  192]
    8/7/12 7:18:59.923 PM systemkeychain[92]: done file: /var/run/systemkeychaincheck.done
    8/7/12 7:19:00.076 PM digest-service[88]: digest-request: uid=0
    8/7/12 7:19:00.000 PM kernel[0]: Previous Shutdown Cause: 5
    8/7/12 7:19:02.780 PM rpcsvchost[131]: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    8/7/12 7:19:02.785 PM digest-service[88]: digest-request: init request
    8/7/12 7:19:02.791 PM digest-service[88]: digest-request: init return domain: BUILTIN server: MALORIE-JANASEKS-MACBOOK-PRO
    8/7/12 7:19:04.780 PM apsd[75]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    8/7/12 7:19:04.780 PM apsd[75]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    8/7/12 7:19:07.472 PM mDNSResponder[55]: mDNSResponder mDNSResponder-379.27 (Jun 20 2012 15:40:55) starting OSXVers 12
    8/7/12 7:19:07.477 PM appleeventsd[69]: main: Starting up
    8/7/12 7:19:07.694 PM stackshot[45]: Timed out waiting for IOKit to finish matching.
    8/7/12 7:19:07.681 PM com.apple.usbmuxd[41]: usbmuxd-268.5 on Apr  5 2012 at 15:33:48, running 64 bit
    8/7/12 7:19:08.356 PM digest-service[88]: digest-request: uid=0
    8/7/12 7:19:08.356 PM digest-service[88]: digest-request: init request
    8/7/12 7:19:08.357 PM digest-service[88]: digest-request: init return domain: TATE-S-IPOD server: MALORIE-JANASEKS-MACBOOK-PRO
    8/7/12 7:19:11.803 PM configd[19]: network changed: DNS*
    8/7/12 7:19:11.960 PM mDNSResponder[55]: D2D_IPC: Loaded
    8/7/12 7:19:11.960 PM mDNSResponder[55]: D2DInitialize succeeded
    8/7/12 7:19:12.011 PM locationd[59]: NOTICE,Location icon should now be in state 0
    8/7/12 7:19:12.000 PM kernel[0]: fNumVRAMBlocks is 4
    8/7/12 7:19:13.000 PM kernel[0]: NVDANV50HAL loaded and registered.
    8/7/12 7:19:13.886 PM awacsd[73]: Exiting
    8/7/12 7:19:14.000 PM kernel[0]: IOBluetoothUSBDFU::probe
    8/7/12 7:19:14.000 PM kernel[0]: IOBluetoothUSBDFU::probe ProductID - 0x8218 FirmwareVersion - 0x0041
    8/7/12 7:19:14.000 PM kernel[0]: [BroadcomBluetoothHCIControllerUSBTransport][start] -- completed
    8/7/12 7:19:14.783 PM apsd[75]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    8/7/12 7:19:15.000 PM kernel[0]: [AGPM Controller] build GPUDict by Vendor8086Device0046
    8/7/12 7:19:15.000 PM kernel[0]: [AGPM Controller] build GPUDict by Vendor10deDevice0a29
    8/7/12 7:19:16.350 PM UserEventAgent[11]: WirelessAirPortDeviceNameCopy(): no BSD interface name found for object 16395
    8/7/12 7:19:16.350 PM UserEventAgent[11]: Captive: [mySCCopyWiFiDevices:162] WiFi Device Name == NULL
    8/7/12 7:19:16.355 PM UserEventAgent[11]: WirelessAirPortDeviceNameCopy(): no BSD interface name found for object 15887
    8/7/12 7:19:16.356 PM UserEventAgent[11]: Captive: [mySCCopyWiFiDevices:162] WiFi Device Name == NULL
    8/7/12 7:19:16.359 PM loginwindow[58]: Login Window Application Started
    8/7/12 7:19:16.000 PM kernel[0]: DSMOS has arrived
    8/7/12 7:19:16.000 PM kernel[0]: [IOBluetoothHCIController][staticBluetoothHCIControllerTransportShowsUp] -- Received Bluetooth Controller register service notification
    8/7/12 7:19:16.000 PM kernel[0]: [IOBluetoothHCIController][start] -- completed
    8/7/12 7:19:16.000 PM kernel[0]: BCM5701Enet: Ethernet address c4:2c:03:0a:3d:d4
    8/7/12 7:19:16.000 PM kernel[0]: AirPort_Brcm4331: Ethernet address e4:ce:8f:75:d9:a9
    8/7/12 7:19:16.000 PM kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    8/7/12 7:19:16.000 PM kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    8/7/12 7:19:16.000 PM kernel[0]: [IOBluetoothHCIController::setConfigState] calling registerService
    8/7/12 7:19:18.000 PM kernel[0]: AirPort: Link Down on en1. Reason 1 (Unspecified).
    8/7/12 7:19:18.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    8/7/12 7:19:18.137 PM airportd[154]: _processDLILEvent: en1 attached (up)
    8/7/12 7:19:18.165 PM BBDaemon[77]: IOBSDNameMatching returned a NULL dictionary.
    8/7/12 7:19:18.165 PM BBDaemon[77]: IOBSDNameMatching returned a NULL dictionary.
    8/7/12 7:19:18.165 PM BBDaemon[77]: IOBSDNameMatching returned a NULL dictionary.
    8/7/12 7:19:18.165 PM BBDaemon[77]: IOBSDNameMatching returned a NULL dictionary.
    8/7/12 7:19:18.000 PM kernel[0]: createVirtIf(): ifRole = 1
    8/7/12 7:19:18.000 PM kernel[0]: in func createVirtualInterface ifRole = 1
    8/7/12 7:19:18.000 PM kernel[0]: AirPort_Brcm4331_P2PInterface::init name <p2p0> role 1 this 0xffffff80293e5400
    8/7/12 7:19:18.000 PM kernel[0]: AirPort_Brcm4331_P2PInterface::init() <p2p> role 1
    8/7/12 7:19:18.000 PM kernel[0]: Created virtif 0xffffff80293e5400 p2p0
    8/7/12 7:19:19.564 PM digest-service[88]: digest-request: uid=0
    8/7/12 7:19:19.564 PM digest-service[88]: digest-request: init request
    8/7/12 7:19:19.566 PM digest-service[88]: digest-request: init return domain: MACBOOKPRO server: MALORIE-JANASEKS-MACBOOK-PRO
    8/7/12 7:19:20.000 PM kernel[0]: [ffffff8027ac6800][BNBTrackpadDevice::init][75.15] init is complete
    8/7/12 7:19:20.000 PM kernel[0]: [ffffff8027ac6800][BNBTrackpadDevice::handleStart][75.15] returning 1
    8/7/12 7:19:20.000 PM kernel[0]: [ffffff8029184c00][AppleMultitouchHIDEventDriver::start] entered
    8/7/12 7:19:20.000 PM kernel[0]: [ffffff8027b85c00][AppleMultitouchDevice::start] entered
    8/7/12 7:19:22.048 PM mds[54]: (Normal) FMW: FMW 0 0
    8/7/12 7:19:22.051 PM WindowServer[140]: Server is starting up
    8/7/12 7:19:22.124 PM UserEventAgent[11]: Captive: [HandleNetworkInformationChanged:2435] nwi_state_copy returned NULL
    8/7/12 7:19:22.240 PM WindowServer[140]: Session 256 retained (2 references)
    8/7/12 7:19:22.240 PM WindowServer[140]: Session 256 released (1 references)
    8/7/12 7:19:22.290 PM WindowServer[140]: Session 256 retained (2 references)
    8/7/12 7:19:22.335 PM WindowServer[140]: init_page_flip: page flip mode is on
    8/7/12 7:19:23.311 PM com.apple.launchd[1]: (com.apple.smb.preferences) Throttling respawn: Will start in 7 seconds
    8/7/12 7:19:23.311 PM com.apple.launchd[1]: (com.apple.smb.preferences) Throttling respawn: Will start in 7 seconds
    8/7/12 7:19:23.591 PM com.apple.launchd[1]: (com.apple.smb.preferences) Throttling respawn: Will start in 6 seconds
    8/7/12 7:19:24.343 PM WindowServer[140]: mux_initialize: Mode is dynamic
    8/7/12 7:19:24.000 PM kernel[0]: en1: 802.11d country code set to 'US'.
    8/7/12 7:19:24.000 PM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    8/7/12 7:19:24.924 PM WindowServer[140]: GLCompositor enabled for tile size [256 x 256]
    8/7/12 7:19:24.924 PM WindowServer[140]: CGXGLInitMipMap: mip map mode is on
    8/7/12 7:19:24.976 PM WindowServer[140]: WSMachineUsesNewStyleMirroring: false
    8/7/12 7:19:24.976 PM WindowServer[140]: Display 0x042728c0: GL mask 0x5; bounds (0, 0)[1440 x 900], 39 modes available
    Main, Active, on-line, enabled, built-in, boot, Vendor 610, Model 9ca3, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009ca300000000042728c0
    8/7/12 7:19:24.977 PM WindowServer[140]: Display 0x1a48a351: GL mask 0x2; bounds (1440, 0)[1920 x 1080], 72 modes available
    Active, on-line, enabled, Vendor 469, Model 23f1, S/N 5f11, Unit 1, Rotation 0
    UUID 0x00000469000023f100005f1100000000
    8/7/12 7:19:24.986 PM WindowServer[140]: Created shield window 0x7 for display 0x042728c0
    8/7/12 7:19:24.992 PM WindowServer[140]: Created shield window 0x8 for display 0x1a48a351
    8/7/12 7:19:25.201 PM WindowServer[140]: hw_mirror_device_if_possible: driver picks 0x1a48a351 as primary
    8/7/12 7:19:25.217 PM WindowServer[140]: Display 0x1a48a351: GL mask 0x2; bounds (0, 0)[1440 x 900], 72 modes available
    Hardware mirror of 0x42728c0; Main, Active, on-line, enabled, Vendor 469, Model 23f1, S/N 5f11, Unit 1, Rotation 0
    UUID 0x00000469000023f100005f1100000000
    8/7/12 7:19:25.217 PM WindowServer[140]: Display 0x042728c0: GL mask 0x5; bounds (0, 0)[1440 x 900], 39 modes available
    Master in mirror set; on-line, enabled, built-in, boot, Vendor 610, Model 9ca3, S/N 0, Unit 0, Rotation 0
    UUID 0x0000061000009ca300000000042728c0
    8/7/12 7:19:25.217 PM WindowServer[140]: CGXPerformInitialDisplayConfiguration
    8/7/12 7:19:25.217 PM WindowServer[140]:   Display 0x1a48a351: MappedDisplay Unit 1; Vendor 0x469 Model 0x23f1 S/N 24337 Dimensions 20.51 x 11.54; online enabled, Bounds (0,0)[1440 x 900], Rotation 0, Resolution 1
    8/7/12 7:19:25.217 PM WindowServer[140]:   Display 0x042728c0: MappedDisplay Unit 0; Alias(0, 0x5); Vendor 0x610 Model 0x9ca3 S/N 0 Dimensions 13.03 x 8.15; online enabled built-in, Bounds (0,0)[1440 x 900], Rotation 0, Resolution 1
    8/7/12 7:19:25.218 PM WindowServer[140]: CGXMuxBoot: Boot normal
    8/7/12 7:19:26.000 PM kernel[0]: MacAuthEvent en1   Auth result for: 00:22:a4:25:0c:d1  MAC AUTH succeeded
    8/7/12 7:19:26.000 PM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    8/7/12 7:19:26.000 PM kernel[0]: AirPort: Link Up on en1
    8/7/12 7:19:26.000 PM kernel[0]: en1: BSSID changed to 00:22:a4:25:0c:d1
    8/7/12 7:19:26.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    8/7/12 7:19:26.000 PM kernel[0]: AirPort: RSN handshake complete on en1
    8/7/12 7:19:28.107 PM configd[19]: network changed: v4(en1+:192.168.1.70) DNS+ Proxy+ SMB
    8/7/12 7:19:28.128 PM configd[19]: setting hostname to "tate-s-ipod"
    8/7/12 7:19:28.271 PM UserEventAgent[11]: Captive: en1: Not probing '2WIRE999' (protected network)
    8/7/12 7:19:28.277 PM configd[19]: network changed: v4(en1!:192.168.1.70) DNS Proxy SMB
    8/7/12 7:19:29.032 PM airportd[154]: _doAutoJoin: Already associated to “2WIRE999”. Bailing on auto-join.
    8/7/12 7:19:29.379 PM ntpd[85]: proto: precision = 1.000 usec
    8/7/12 7:19:30.016 PM digest-service[88]: digest-request: uid=0
    8/7/12 7:19:30.016 PM digest-service[88]: digest-request: init request
    8/7/12 7:19:30.018 PM digest-service[88]: digest-request: init return domain: MACBOOKPRO server: TATE-S-IPOD
    8/7/12 7:19:30.236 PM UpdateSettingsTool[42]: CGSLookupServerRootPort: Failed to look up the port for "com.apple.windowserver.active" (1102)
    8/7/12 7:19:32.226 PM genatsdb[185]: ########## genatsdb Sandboxed. ##########
    8/7/12 7:19:32.435 PM WindowServer[140]: GLCompositor: GL renderer id 0x01022612, GL mask 0x00000003, accelerator 0x00003e6b, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    8/7/12 7:19:32.516 PM WindowServer[140]: GLCompositor: GL renderer id 0x01022612, GL mask 0x00000003, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    8/7/12 7:19:32.516 PM WindowServer[140]: GLCompositor: GL renderer id 0x01024300, GL mask 0x00000004, accelerator 0x00003917, unit 2, caps QEX|QGL|MIPMAP, vram 288 MB
    8/7/12 7:19:32.520 PM WindowServer[140]: GLCompositor: GL renderer id 0x01024300, GL mask 0x00000004, texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    8/7/12 7:19:32.520 PM WindowServer[140]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    8/7/12 7:19:32.526 PM WindowServer[140]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    8/7/12 7:19:32.802 PM loginwindow[58]: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    8/7/12 7:19:33.158 PM WindowServer[140]: Created shield window 0x9 for display 0x1a48a351
    8/7/12 7:19:33.158 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 1, "Default(sRGB IEC61966-2.1)"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 7:19:33.158 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 1, "Default(sRGB IEC61966-2.1)"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 7:19:33.164 PM WindowServer[140]: Created shield window 0xa for display 0x042728c0
    8/7/12 7:19:33.164 PM WindowServer[140]: Display 0x042728c0: MappedDisplay Unit 0; ColorProfile { 1, "Default(sRGB IEC61966-2.1)"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 7:19:33.165 PM WindowServer[140]: Display 0x042728c0: MappedDisplay Unit 0; ColorProfile { 1, "Default(sRGB IEC61966-2.1)"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 7:19:33.385 PM WindowServer[140]: Created shield window 0xb for display 0x1a48a351
    8/7/12 7:19:33.385 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 2, "ASUS VH232H"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 7:19:33.385 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 2, "ASUS VH232H"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 7:19:33.386 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 2, "ASUS VH232H"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 7:19:33.392 PM WindowServer[140]: Created shield window 0xc for display 0x042728c0
    8/7/12 7:19:33.393 PM WindowServer[140]: Display 0x042728c0: MappedDisplay Unit 0; ColorProfile { 3, "Color LCD"}; TransferTable (256, 3)
    8/7/12 7:19:33.393 PM WindowServer[140]: Display 0x042728c0: MappedDisplay Unit 0; ColorProfile { 3, "Color LCD"}; TransferTable (256, 3)
    8/7/12 7:19:33.393 PM WindowServer[140]: Display 0x042728c0: MappedDisplay Unit 0; ColorProfile { 3, "Color LCD"}; TransferTable (256, 3)
    8/7/12 7:19:33.407 PM WindowServer[140]: Unable to open IOHIDSystem (e00002bd)
    8/7/12 7:19:33.000 PM kernel[0]: virtual bool IOHIDEventSystemUserClient::initWithTask(task_t, void *, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    8/7/12 7:19:33.481 PM launchctl[195]: com.apple.findmymacmessenger: Already loaded
    8/7/12 7:19:33.624 PM com.apple.SecurityServer[16]: Session 100005 created
    8/7/12 7:19:34.287 PM BezelServices 235.55[58]: -[DriverServices sendPreferencesToDevice:resetDefaults:] error: classPrefID (null), classPrefs (null)
    8/7/12 7:19:34.340 PM com.apple.launchd[1]: (com.apple.smb.preferences) Throttling respawn: Will start in 6 seconds
    8/7/12 7:19:34.342 PM com.apple.launchd[1]: (com.apple.smb.preferences) Throttling respawn: Will start in 6 seconds
    8/7/12 7:19:34.430 PM airportd[154]: _doAutoJoin: Already associated to “2WIRE999”. Bailing on auto-join.
    8/7/12 7:19:34.597 PM com.apple.launchd[1]: (com.apple.smb.preferences) Throttling respawn: Will start in 6 seconds
    8/7/12 7:19:35.143 PM hidd[63]: CGSShutdownServerConnections: Detaching application from window server
    8/7/12 7:19:35.143 PM hidd[63]: CGSDisplayServerShutdown: Detaching display subsystem from window server
    8/7/12 7:19:35.285 PM loginwindow[58]: Login Window Started Security Agent
    8/7/12 7:19:35.930 PM UpdateSettingsTool[42]: [Warning] Bad response from daemon for setup info
    8/7/12 7:19:35.980 PM SecurityAgent[210]: This is the first run
    8/7/12 7:19:35.980 PM SecurityAgent[210]: MacBuddy was run = 0
    8/7/12 7:19:40.606 PM digest-service[88]: digest-request: uid=0
    8/7/12 7:19:40.606 PM digest-service[88]: digest-request: init request
    8/7/12 7:19:40.607 PM digest-service[88]: digest-request: init return domain: MACBOOKPRO-3DD4 server: TATE-S-IPOD
    8/7/12 7:19:45.121 PM coreaudiod[203]: 2012-08-07 07:19:45.121034 PM [AirPlay] Started browsing for _airplay._tcp.
    8/7/12 7:19:45.122 PM coreaudiod[203]: 2012-08-07 07:19:45.121605 PM [AirPlay] Started browsing for _raop._tcp.
    8/7/12 7:19:45.727 PM UserEventAgent[196]: cannot find useragent 1102
    8/7/12 7:20:04.417 PM genatsdb[185]: *GENATSDB* FontObjects generated = 729
    8/7/12 7:20:17.111 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.bundles[231]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:20:17.132 PM com.apple.launchd.peruser.501[225]: (com.apple.distnoted.xpc.agent[232]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:20:17.138 PM com.apple.launchd.peruser.501[225]: (com.apple.cfprefsd.xpc.agent[234]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:20:17.141 PM distnoted[232]: # distnote server agent  absolute time: 130.071035547   civil time: Tue Aug  7 19:20:17 2012   pid: 232 uid: 501  root: no
    8/7/12 7:20:18.157 PM com.apple.SecurityServer[16]: Session 100007 created
    8/7/12 7:20:18.157 PM com.apple.SecurityServer[16]: Session 100008 created
    8/7/12 7:20:42.852 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.shared.04000000-0000-0000-0000-000000000000[237]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:21:01.000 PM kernel[0]: considerRebuildOfPrelinkedKernel com.apple.iokit.IOGraphicsFamily triggered rebuild
    8/7/12 7:21:12.534 PM com.apple.kextcache[238]: Kernel file /mach_kernel does not contain requested arch: i386
    8/7/12 7:21:57.603 PM com.apple.kextcache[238]: Created prelinked kernel /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache.
    8/7/12 7:22:10.361 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.bundles[241]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:22:34.673 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.shared.04000000-0000-0000-0000-000000000000[253]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:22:55.243 PM com.apple.SecurityServer[16]: Session 100009 created
    8/7/12 7:24:26.662 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.bundles[278]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:25:27.508 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.bundles[285]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:27:28.314 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.bundles[306]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:28:36.382 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.shared.04000000-0000-0000-0000-000000000000[318]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:32:38.798 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.bundles[334]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:34:23.054 PM WindowServer[140]: Created shield window 0xf for display 0x1a48a351
    8/7/12 7:34:23.059 PM WindowServer[140]: Created shield window 0x10 for display 0x042728c0
    8/7/12 7:34:23.161 PM WindowServer[140]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x0(0)
    8/7/12 7:34:23.171 PM WindowServer[140]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x0(0)
    8/7/12 7:34:39.379 PM com.apple.launchd.peruser.501[225]: (com.apple.mdworker.bundles[338]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 7:35:24.000 PM kernel[0]: hibernate image path: /var/vm/sleepimage
    8/7/12 7:35:24.000 PM kernel[0]: sizeof(IOHibernateImageHeader) == 512
    8/7/12 7:35:24.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Sleep
    8/7/12 7:35:24.000 PM kernel[0]: kern_open_file_for_direct_io(0) took 88 ms
    8/7/12 7:35:24.000 PM kernel[0]: Opened file /var/vm/sleepimage, size 4294967296, partition base 0x0, maxio 400000 ssd 0
    8/7/12 7:35:24.000 PM kernel[0]: hibernate image major 1, minor 0, blocksize 512, pollers 4
    8/7/12 7:35:24.000 PM kernel[0]: hibernate_alloc_pages flags 00000000, gobbling 0 pages
    8/7/12 7:35:24.000 PM kernel[0]: hibernate_setup(0) took 0 ms
    8/7/12 7:35:29.000 PM kernel[0]: hibernate_page_list_setall start 0xffffff808325c000, 0xffffff808327b000
    8/7/12 7:35:29.000 PM kernel[0]: hibernate_page_list_setall time: 214 ms
    8/7/12 7:35:29.000 PM kernel[0]: pages 584829, wire 181477, act 58256, inact 0, cleaned 0 spec 15, zf 1047, throt 0, could discard act 54144 inact 17641 purgeable 8394 spec 263855 cleaned 0
    8/7/12 7:35:29.000 PM kernel[0]: hibernate_page_list_setall found pageCount 240795
    8/7/12 7:35:29.000 PM kernel[0]: IOHibernatePollerOpen, ml_get_interrupts_enabled 0
    8/7/12 7:35:29.000 PM kernel[0]: IOHibernatePollerOpen(0)
    8/7/12 7:35:29.000 PM kernel[0]: encryptStart 13230
    8/7/12 7:35:29.000 PM kernel[0]: writing 239262 pages
    8/7/12 7:35:29.000 PM kernel[0]: encryptEnd a76d800
    8/7/12 7:35:29.000 PM kernel[0]: image1Size 0xe3ba800, encryptStart1 0x13230, End1 0xa76d800
    8/7/12 7:35:29.000 PM kernel[0]: encryptStart e3ba800
    8/7/12 7:35:29.000 PM kernel[0]: encryptEnd 142e4400
    8/7/12 7:35:29.000 PM kernel[0]: PMStats: Hibernate write took 4574 ms
    8/7/12 7:35:29.000 PM kernel[0]: all time: 4574 ms, comp bytes: 980324352 time: 779 ms 1199 Mb/s, crypt bytes: 275268048 time: 427 ms 614 Mb/s,
    8/7/12 7:35:29.000 PM kernel[0]: image 338576384, uncompressed 980324352 (239337), compressed 331378416 (33%), sum1 31fae30e, sum2 b24f226a
    8/7/12 7:35:29.000 PM kernel[0]: wired_pages_encrypted 132776, wired_pages_clear 47243, dirty_pages_encrypted 59318
    8/7/12 7:35:29.000 PM kernel[0]: hibernate_write_image done(0)
    8/7/12 7:35:29.000 PM kernel[0]: sleep
    8/7/12 8:22:46.695 PM WindowServer[140]: handle_will_sleep_auth_and_shield_windows: no lock state data
    8/7/12 8:22:46.697 PM WindowServer[140]: handle_will_sleep_auth_and_shield_windows: no lock state data
    8/7/12 8:22:46.000 PM kernel[0]: Wake reason: EHC2
    8/7/12 8:22:46.000 PM kernel[0]: AirPort_Brcm43xx::powerChange: System Wake - Full Wake/ Dark Wake / Maintenance wake
    8/7/12 8:22:46.000 PM kernel[0]: Previous Sleep Cause: 5
    8/7/12 8:22:46.000 PM kernel[0]: The USB device HubDevice (Port 1 of Hub at 0xfa000000) may have caused a wake by issuing a remote wakeup (2)
    8/7/12 8:22:46.000 PM kernel[0]: wlEvent: en1 en1 Link DOWN virtIf = 0
    8/7/12 8:22:46.000 PM kernel[0]: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    8/7/12 8:22:46.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    8/7/12 8:22:46.000 PM kernel[0]: en1: 802.11d country code set to 'X0'.
    8/7/12 8:22:46.000 PM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    8/7/12 8:22:46.000 PM kernel[0]: The USB device Apple Internal Keyboard / Trackpad (Port 2 of Hub at 0xfa100000) may have caused a wake by issuing a remote wakeup (3)
    8/7/12 8:22:46.000 PM kernel[0]: HID tickle 156 ms
    8/7/12 8:22:47.685 PM hidd[63]: MultitouchHID: device bootloaded
    8/7/12 8:22:49.822 PM configd[19]: network changed: v4(en1-:192.168.1.70) DNS- Proxy- SMB
    8/7/12 8:22:49.823 PM configd[19]: setting hostname to "MALORIE-JANASEKs-MacBook-Pro.local"
    8/7/12 8:22:49.000 PM kernel[0]: en1: 802.11d country code set to 'US'.
    8/7/12 8:22:49.000 PM kernel[0]: en1: Supported channels 1 2 3 4 5 6 7 8 9 10 11 36 40 44 48 52 56 60 64 100 104 108 112 116 120 124 128 132 136 140 149 153 157 161 165
    8/7/12 8:22:51.000 PM kernel[0]: MacAuthEvent en1   Auth result for: 00:22:a4:25:0c:d1  MAC AUTH succeeded
    8/7/12 8:22:51.000 PM kernel[0]: wlEvent: en1 en1 Link UP virtIf = 0
    8/7/12 8:22:51.000 PM kernel[0]: AirPort: Link Up on en1
    8/7/12 8:22:51.000 PM kernel[0]: en1: BSSID changed to 00:22:a4:25:0c:d1
    8/7/12 8:22:51.000 PM kernel[0]: en1::IO80211Interface::postMessage bssid changed
    8/7/12 8:22:51.000 PM kernel[0]: AirPort: RSN handshake complete on en1
    8/7/12 8:22:51.955 PM configd[19]: network changed: v4(en1+:192.168.1.70) DNS+ Proxy+ SMB
    8/7/12 8:22:51.966 PM UserEventAgent[11]: Captive: en1: Not probing '2WIRE999' (protected network)
    8/7/12 8:22:51.970 PM configd[19]: network changed: v4(en1!:192.168.1.70) DNS Proxy SMB
    8/7/12 8:22:51.985 PM configd[19]: setting hostname to "tate-s-ipod"
    8/7/12 8:22:52.391 PM airportd[346]: _doAutoJoin: Already associated to “2WIRE999”. Bailing on auto-join.
    8/7/12 8:22:52.421 PM airportd[346]: _doAutoJoin: Already associated to “2WIRE999”. Bailing on auto-join.
    8/7/12 8:22:52.445 PM airportd[346]: _doAutoJoin: Already associated to “2WIRE999”. Bailing on auto-join.
    8/7/12 8:23:06.672 PM WindowServer[140]: Received display connect changed for display 0x42728c0
    8/7/12 8:23:06.673 PM WindowServer[140]: Received display connect changed for display 0x1a48a351
    8/7/12 8:23:06.780 PM WindowServer[140]: Created shield window 0x11 for display 0x1a48a351
    8/7/12 8:23:06.780 PM WindowServer[140]: handle_will_sleep_auth_and_shield_windows: no lock state data
    8/7/12 8:23:07.333 PM WindowServer[140]: Display 0x1a48a351: GL mask 0x2; bounds (0, 0)[1920 x 1080], 72 modes available
    Hardware mirror of 0x42728c0; Main, Active, on-line, enabled, OpenGL-accel, Vendor 469, Model 23f1, S/N 5f11, Unit 1, Rotation 0
    UUID 0x00000469000023f100005f1100000000, ColorProfile { 2, "ASUS VH232H"}
    8/7/12 8:23:07.334 PM WindowServer[140]: GLCompositor: GL renderer id 0x01022612, GL mask 0x00000003, accelerator 0x00003e6b, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    8/7/12 8:23:07.334 PM WindowServer[140]: Display 0x003f003c: GL mask 0x5; bounds (0, 0)[1 x 1], 1 modes available
    Master in mirror set; off-line, enabled, boot, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c, ColorProfile { 3, "Color LCD"}
    8/7/12 8:23:07.656 PM WindowServer[140]: Created shield window 0x12 for display 0x1a48a351
    8/7/12 8:23:07.656 PM WindowServer[140]: Created shield window 0x13 for display 0x003f003c
    8/7/12 8:23:07.657 PM WindowServer[140]: Display added
    8/7/12 8:23:07.657 PM WindowServer[140]: Display removed
    8/7/12 8:23:07.682 PM WindowServer[140]: Display 0x1a48a351: GL mask 0x2; bounds (0, 0)[1920 x 1080], 72 modes available
    Main, Active, on-line, enabled, OpenGL-accel, Vendor 469, Model 23f1, S/N 5f11, Unit 1, Rotation 0
    UUID 0x00000469000023f100005f1100000000, ColorProfile { 2, "ASUS VH232H"}
    8/7/12 8:23:07.683 PM WindowServer[140]: GLCompositor: GL renderer id 0x01022612, GL mask 0x00000003, accelerator 0x00003e6b, unit 0, caps QEX|QGL|MIPMAP, vram 256 MB
    texture units 8, texture max 8192, viewport max {8192, 8192}, extensions FPRG|NPOT|GLSL|FLOAT
    8/7/12 8:23:07.683 PM WindowServer[140]: Display 0x003f003c: GL mask 0x5; bounds (2944, 0)[1 x 1], 1 modes available
    off-line, enabled, boot, Vendor ffffffff, Model ffffffff, S/N ffffffff, Unit 0, Rotation 0
    UUID 0xffffffffffffffffffffffff003f003c, ColorProfile { 3, "Color LCD"}
    8/7/12 8:23:08.782 PM WindowServer[140]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    8/7/12 8:23:08.925 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 2, "ASUS VH232H"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 8:23:08.979 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 2, "ASUS VH232H"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 8:23:09.657 PM WindowServer[140]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    8/7/12 8:23:09.691 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 2, "ASUS VH232H"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 8:23:09.708 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 2, "ASUS VH232H"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 8:23:14.978 PM ALSPlugin 235.55[63]: LuxDisplayBacklightManager::updateALSIdleTimer Failed to get current linear brightnes
    8/7/12 8:23:45.219 PM SecurityAgent[210]: User info context values set for maloriejanasek
    8/7/12 8:23:45.393 PM CVMServer[172]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    8/7/12 8:23:46.856 PM SecurityAgent[210]: Login Window login proceeding
    8/7/12 8:23:47.491 PM CVMServer[172]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    8/7/12 8:23:47.506 PM loginwindow[58]: Login Window - Returned from Security Agent
    8/7/12 8:23:47.565 PM CVMServer[172]: Check-in to the service com.apple.cvmsCompAgent_x86_64 failed. This is likely because you have either unloaded the job or the MachService has the ResetAtClose attribute specified in the launchd.plist. If present, this attribute should be removed.
    8/7/12 8:23:47.636 PM loginwindow[58]: USER_PROCESS: 58 console
    8/7/12 8:23:47.714 PM airportd[360]: _doAutoJoin: Already associated to “2WIRE999”. Bailing on auto-join.
    8/7/12 8:23:47.784 PM com.apple.launchd.peruser.501[225]: (com.apple.launchctl.Aqua[361]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:47.867 PM com.apple.launchd.peruser.501[225]: (com.apple.ReportCrash) Falling back to default Mach exception handler. Could not find: com.apple.ReportCrash.Self
    8/7/12 8:23:47.870 PM com.apple.launchd.peruser.501[225]: (0x7f89b3d004b0.anonymous.loginwindow[58]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:47.872 PM loginwindow[58]: Connection with distnoted server was invalidated
    8/7/12 8:23:47.873 PM com.apple.launchd.peruser.501[225]: (com.apple.universalaccessd[362]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:47.876 PM com.apple.launchd.peruser.501[225]: (com.apple.ServiceManagement.LoginItems[363]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:48.046 PM com.apple.launchd.peruser.501[225]: (com.apple.tccd[365]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:48.350 PM WindowServer[140]: **DMPROXY** (2) Found `/System/Library/CoreServices/DMProxy'.
    8/7/12 8:23:48.367 PM com.apple.launchd.peruser.501[225]: (com.apple.talagent[369]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:48.367 PM com.apple.launchd.peruser.501[225]: (com.apple.Dock.agent[370]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:48.389 PM com.apple.launchd.peruser.501[225]: (com.apple.SystemUIServer.agent[371]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:48.475 PM WindowServer[140]: Display 0x1a48a351: MappedDisplay Unit 1; ColorProfile { 2, "ASUS VH232H"}; TransferFormula (1.000000, 1.000000, 1.000000)
    8/7/12 8:23:48.501 PM com.apple.launchd.peruser.501[225]: (com.apple.Finder[372]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:48.760 PM com.apple.launchd.peruser.501[225]: (com.apple.pboard[374]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:48.854 PM com.apple.launchd.peruser.501[225]: ([0x0-0x30030].activateSettings[375]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:50.667 PM com.apple.launchd.peruser.501[225]: (com.apple.fontd[381]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:51.234 PM com.apple.launchd.peruser.501[225]: (com.apple.NetworkBrowserAgent[384]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:51.329 PM NetworkBrowserAgent[384]: Starting NetworkBrowserAgent
    8/7/12 8:23:52.192 PM com.apple.launchd.peruser.501[225]: (com.apple.FontWorker[385]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.196 PM com.apple.launchd.peruser.501[225]: (com.apple.cvmsCompAgent_x86_64[386]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.267 PM genatsdb[387]: ########## genatsdb Sandboxed. ##########
    8/7/12 8:23:52.514 PM com.apple.launchd.peruser.501[225]: (com.apple.UserEventAgent-Aqua[390]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.515 PM com.apple.launchd.peruser.501[225]: (com.apple.SocialPushAgent[391]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.516 PM com.apple.launchd.peruser.501[225]: (com.apple.parentalcontrols.check[393]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.516 PM com.apple.launchd.peruser.501[225]: (com.apple.PCIESlotCheck[392]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.518 PM com.apple.launchd.peruser.501[225]: (com.apple.mdmclient.agent[396]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.518 PM com.apple.launchd.peruser.501[225]: (com.apple.notificationcenterui.agent[394]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.519 PM com.apple.launchd.peruser.501[225]: (com.apple.mrt.uiagent[395]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.519 PM com.apple.launchd.peruser.501[225]: (com.apple.isst[397]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.519 PM com.apple.launchd.peruser.501[225]: (com.apple.imagent[398]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.520 PM com.apple.launchd.peruser.501[225]: (com.apple.helpd[399]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.520 PM com.apple.launchd.peruser.501[225]: (com.apple.FTCleanup[400]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.520 PM com.apple.launchd.peruser.501[225]: (com.apple.coreservices.appleid.authentication[401]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.520 PM com.apple.launchd.peruser.501[225]: (com.apple.warmd_agent[388]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.520 PM com.apple.launchd.peruser.501[225]: (com.apple.CalendarAgent[402]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.521 PM com.apple.launchd.peruser.501[225]: (com.apple.assistantd[403]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.521 PM com.apple.launchd.peruser.501[225]: (com.apple.usernoted[389]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.521 PM com.apple.launchd.peruser.501[225]: (com.apple.apsctl[404]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.521 PM com.apple.launchd.peruser.501[225]: (com.apple.afpstat-qfa[405]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.522 PM com.apple.launchd.peruser.501[225]: (com.rim.BBLaunchAgent[406]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.523 PM com.apple.launchd.peruser.501[225]: (com.google.keystone.system.agent[407]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.524 PM com.apple.launchd.peruser.501[225]: (com.flipvideo.FlipShareAutoRun[408]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.525 PM com.apple.launchd.peruser.501[225]: (com.adobe.AAM.Startup-1.0[410]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.525 PM com.apple.launchd.peruser.501[225]: (com.adobe.CS5ServiceManager[409]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:52.991 PM com.apple.launchd.peruser.501[225]: (com.apple.afpstat-qfa[405]) Exited with code: 2
    8/7/12 8:23:53.483 PM com.apple.launchd.peruser.501[225]: ([0x0-0x34034].com.flexibits.fantastical[414]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:53.000 PM kernel[0]: CODE SIGNING: cs_invalid_page(0x1000): p=407[GoogleSoftwareUp] clearing CS_VALID
    8/7/12 8:23:54.029 PM com.apple.launchd.peruser.501[225]: (com.apple.accountsd[416]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:54.437 PM coreservicesd[37]: SendFlattenedData, got error #268435460 (ipc/send) timed out from ::mach_msg(), sending notification kLSNotifyApplicationCreation to notificationID=166
    8/7/12 8:23:54.483 PM WindowServer[140]: CGXDisableUpdate: UI updates were forcibly disabled by application "SystemUIServer" for over 1.00 seconds. Server has re-enabled them.
    8/7/12 8:23:54.549 PM WindowServer[140]: reenable_update_for_connection: UI updates were finally reenabled by application "SystemUIServer" after 1.07 seconds (server forcibly re-enabled them after 1.00 seconds)
    8/7/12 8:23:54.704 PM com.apple.launchd.peruser.501[225]: ([0x0-0x37037].com.getdropbox.dropbox[417]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:55.351 PM com.apple.launchd.peruser.501[225]: (com.apple.mrt.uiagent[395]) Exited with code: 255
    8/7/12 8:23:56.113 PM com.apple.launchd.peruser.501[225]: (com.apple.java.InstallOnDemandAgent[419]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:56.151 PM com.apple.launchd.peruser.501[225]: (com.adobe.CS5ServiceManager[409]) Exited with code: 97
    8/7/12 8:23:57.047 PM com.apple.launchd.peruser.501[225]: (com.apple.quicklook[422]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:23:57.524 PM com.apple.launchd.peruser.501[225]: (com.apple.CoreLocationAgent[423]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:24:01.217 PM blued[72]: kBTXPCUpdateUserPreferences gConsoleUserUID = 501
    8/7/12 8:24:01.275 PM SystemUIServer[371]: *** WARNING: -[NSImage compositeToPoint:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    8/7/12 8:24:01.278 PM SystemUIServer[371]: *** WARNING: -[NSImage compositeToPoint:fromRect:operation:fraction:] is deprecated in MacOSX 10.8 and later. Please use -[NSImage drawAtPoint:fromRect:operation:fraction:] instead.
    8/7/12 8:24:01.683 PM GoogleSoftwareUpdateDaemon[426]: -[KeystoneDaemon logServiceState] GoogleSoftwareUpdate daemon (1.1.0.3659) vending:
              com.google.Keystone.Daemon.UpdateEngine: 2 connection(s)
              com.google.Keystone.Daemon.Administration: 0 connection(s)
    8/7/12 8:24:01.771 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateEngine updateProductID:] KSUpdateEngine updating product ID: "com.google.Keystone"
    8/7/12 8:24:02.038 PM GoogleSoftwareUpdateDaemon[426]: -[KSCheckAction performAction] KSCheckAction checking 1 ticket(s).
    8/7/12 8:24:02.473 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction starting update check for ticket(s): {(
              <KSTicket:0x25e1a0
                        productID=com.google.Keystone
                        version=1.1.0.3659
                        xc=<KSPathExistenceChecker:0x25e130 path=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/>
                        serverType=Omaha
                        url=https://tools.google.com/service/update2
                        creationDate=2011-10-10 19:40:24
              >
    Using server: <KSOmahaServer:0x554200
              engine=<KSDaemonUpdateEngine:0x1050b30>
              params={
                        EngineVersion = "1.1.0.3659";
                        ActivesInfo = {
                                  "com.google.talkplugin" = {
                                            LastRollCallPingDate = 2012-08-07 07:00:00 +0000;
                                  "com.google.Keystone" = {
                                            LastRollCallPingDate = 2012-08-07 07:00:00 +0000;
                                            LastActivePingDate = 2012-08-07 07:00:00 +0000;
                                            LastActiveDate = 2012-08-08 00:23:58 +0000;
                                  "com.google.Chrome" = {
                                            LastRollCallPingDate = 2012-08-07 07:00:01 +0000;
                                            LastActiveDate = 2012-08-07 18:09:13 +0000;
                                            LastActivePingDate = 2012-08-07 07:00:01 +0000;
                        UserInitiated = 0;
                        IsSystem = 1;
                        OmahaOSVersion = "10.8.0_i486";
                        Identity = KeystoneDaemon;
                        AllowedSubdomains = (
                                  ".omaha.sandbox.google.com",
                                  ".tools.google.com",
                                  ".www.google.com",
                                  ".corp.google.com"
    >
    8/7/12 8:24:02.478 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction running KSServerUpdateRequest: <KSOmahaServerUpdateRequest:0x55a760
              server=<KSOmahaServer:0x554200>
              url="https://tools.google.com/service/update2"
              runningFetchers=0
              tickets=1
              activeTickets=0
              rollCallTickets=0
              body=
                        <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                        <o:gupdate xmlns:o="http://www.google.com/update2/request" protocol="2.0" version="KeystoneDaemon-1.1.0.3659" ismachine="1">
                            <o:os platform="mac" version="MacOSX" sp="10.8.0_i486"></o:os>
                            <o:app appid="com.google.Keystone" version="1.1.0.3659" lang="en-us" installage="302" brand="GGLG">
                                <o:updatecheck></o:updatecheck>
                            </o:app>
                        </o:gupdate>
    >
    8/7/12 8:24:04.563 PM com.apple.launchd.peruser.501[225]: (com.apple.pbs[434]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:24:05.170 PM com.apple.launchd.peruser.501[225]: (com.apple.storeagent[438]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:24:06.890 PM com.apple.launchd.peruser.501[225]: ([0x0-0x3f03f].com.apple.AppleSpell[440]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:24:09.994 PM WindowServer[140]: CGXDisableUpdate: UI updates were forcibly disabled by application "Fantastical" for over 1.00 seconds. Server has re-enabled them.
    8/7/12 8:24:12.749 PM com.apple.launchd.peruser.501[225]: (com.apple.FontWorker[449]) Could not setup Mach task special port 8: (os/kern) invalid argument
    8/7/12 8:24:13.401 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateCheckAction(KSServerUpdateRequestDelegate) serverRequest:fetchedWithResponse:] KSUpdateCheckAction received KSServerUpdateResponse: <KSOmahaServerUpdateResponse:0x25fcc0
              server=<KSOmahaServer:0x554200>
              url="https://tools.google.com/service/update2"
              status=200
              tickets=1
              activeTickets=0
              rollCallTickets=0
              data=
                        <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                        <gupdate xmlns="http://www.google.com/update2/response" protocol="2.0" server="prod">
                            <daystart elapsed_seconds="62653"></daystart>
                            <app appid="com.google.Keystone" status="ok">
                                <updatecheck status="noupdate"></updatecheck>
                            </app>
                        </gupdate>
    >
    8/7/12 8:24:15.128 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateCheckAction(PrivateMethods) finishAction] KSUpdateCheckAction found updates: {( )}
    8/7/12 8:24:15.355 PM GoogleSoftwareUpdateDaemon[426]: -[KSPrefetchAction performAction] KSPrefetchAction no updates to prefetch.
    8/7/12 8:24:15.356 PM GoogleSoftwareUpdateDaemon[426]: -[KSMultiUpdateAction performAction] KSSilentUpdateAction had no updates to apply.
    8/7/12 8:24:15.358 PM GoogleSoftwareUpdateDaemon[426]: -[KSMultiUpdateAction performAction] KSPromptAction had no updates to apply.
    8/7/12 8:24:15.361 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateEngine(PrivateMethods) updateFinish] KSUpdateEngine update processing complete.
    8/7/12 8:24:15.491 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateEngine updateAllProducts] KSUpdateEngine updating all installed products.
    8/7/12 8:24:15.494 PM GoogleSoftwareUpdateDaemon[426]: -[KSCheckAction performAction] KSCheckAction checking 2 ticket(s).
    8/7/12 8:24:16.731 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction starting update check for ticket(s): {(
              <KSTicket:0x12507f0
                        productID=com.google.talkplugin
                        version=3.3.3.8675
                        xc=<KSPathExistenceChecker:0x124cf80 path=/Library/Application Support/Google/GoogleTalkPlugin.app>
                        serverType=Omaha
                        url=https://tools.google.com/service/update2
                        creationDate=2011-10-10 19:40:24
              >,
              <KSTicket:0x124cf40
                        productID=com.google.Keystone
                        version=1.1.0.3659
                        xc=<KSPathExistenceChecker:0x1250670 path=/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/>
                        serverType=Omaha
                        url=https://tools.google.com/service/update2
                        creationDate=2011-10-10 19:40:24
              >
    Using server: <KSOmahaServer:0x10557d0
              engine=<KSDaemonUpdateEngine:0x1050b30>
              params={
                        EngineVersion = "1.1.0.3659";
                        ActivesInfo = {
                                  "com.google.talkplugin" = {
                                            LastRollCallPingDate = 2012-08-07 07:00:00 +0000;
                                  "com.google.Keystone" = {
                                            LastRollCallPingDate = 2012-08-07 07:00:00 +0000;
                                            LastActivePingDate = 2012-08-07 07:00:00 +0000;
                                            LastActiveDate = 2012-08-08 00:23:58 +0000;
                                  "com.google.Chrome" = {
                                            LastRollCallPingDate = 2012-08-07 07:00:01 +0000;
                                            LastActiveDate = 2012-08-07 18:09:13 +0000;
                                            LastActivePingDate = 2012-08-07 07:00:01 +0000;
                        UserInitiated = 0;
                        IsSystem = 1;
                        OmahaOSVersion = "10.8.0_i486";
                        Identity = KeystoneDaemon;
                        AllowedSubdomains = (
                                  ".omaha.sandbox.google.com",
                                  ".tools.google.com",
                                  ".www.google.com",
                                  ".corp.google.com"
    >
    8/7/12 8:24:16.733 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateCheckAction performAction] KSUpdateCheckAction running KSServerUpdateRequest: <KSOmahaServerUpdateRequest:0x1055d70
              server=<KSOmahaServer:0x10557d0>
              url="https://tools.google.com/service/update2"
              runningFetchers=0
              tickets=2
              activeTickets=0
              rollCallTickets=0
              body=
                        <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
                        <o:gupdate xmlns:o="http://www.google.com/update2/request" protocol="2.0" version="KeystoneDaemon-1.1.0.3659" ismachine="1">
                            <o:os platform="mac" version="MacOSX" sp="10.8.0_i486"></o:os>
                            <o:app appid="com.google.talkplugin" version="3.3.3.8675" lang="en-us" installage="302" brand="GGLG">
                                <o:updatecheck></o:updatecheck>
                            </o:app>
                            <o:app appid="com.google.Keystone" version="1.1.0.3659" lang="en-us" installage="302" brand="GGLG">
                                <o:updatecheck></o:updatecheck>
                            </o:app>
                        </o:gupdate>
    >
    8/7/12 8:24:17.831 PM UserEventAgent[390]: cannot find fw daemon port 1102
    8/7/12 8:24:19.098 PM GoogleSoftwareUpdateDaemon[426]: -[KSUpdateCheckAction(KSServerUpdateRequestDelegate) serverRequest:fetchedWithResponse:] KSUpdateCheckAction received KSServerUpdateResponse: <KSOmahaServerUpdateResponse:0x565610
              server=<KSOmahaServer:0x10557d0>
              url="https://tools.google.com/service/update2"
              status=200
              tickets=2
              activeTickets=0
              rollCallTickets=0
              data=
                        <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
            

  • Roles for Nakisa

    Hi,
    we have created users in SAP R/3 and loging in to Nakisa with User ID and Password option (2nd Option).
    What are the specific authorizations and roles we need to assign to the Manager and Employee.
    Can we user ESS/MSS roles or we need any specific authorizations for Nakisa?
    Thanks
    Chandu

    Hi Luke,
    Can you be more precise as to what you mean by "You need to map the roles to roles created in Naksia" . I mean how do we do that.
    Right Now, We have OrgModeler in a live connection mode. And we have connected Nakisa with SAP using Userid\Password Method. Whenever we try to login using an SAP userid in NAKISA, the entire hierarchy is visible to the user in Org Chart,right from the top-level.  This is not what we want.
    Tried to look for documents related to this , but couldn't find any.
    Is the view to Org-Chart controlled through roles in SAP,  if yes what is the simplest way to control the Org-Chart view through roles in SAP.
    Also as seen in the current setup, The Auth. Obj S_RFC is sufficient for a SAP User to login into Nakisa and view the Org-Chart structure.
    Any help would be appreciated in this regard.
    Thanks

  • Reverse a receipt with appropriate security and approval ()

    Hi,
    Reverse a receipt with appropriate security and approval ()
    Need to make security and approval on making reverse receipt according to amount limit for user combined with the Reverse
    reason
    thanks

    You are trying to do the process which you ahve already transferred through Transaction QA11.
    The role of Cancel return Process has already been done by this transaction as the Stock has already been into Un- restricted.
    Best Regards,
    Ankur

  • Roles and Role List

    Hi all,
    Please explain me about the Roles and Role List used in Projects...
    Thanks
    Dinesh

    Hi
    Roles are using in Projects for two goals -
    A) a basis for project-based security. You might create roles as project roles and assign people to the role in a project. For example, project manger, project admin, project billing person, etc. You then might configure the security access to forms and functions of specific roles.
    B) when implementing Proejct Resource Management, the project roles may be scheduled on a project and serve as a template for resource demand. In that case you might configure the team member role on a project, such as competencies, job information, and security.
    You might want to review Oracle Projects Fundamentals and Projects Implementation Guide for more details.
    Dina

  • Framework to handle users and roles

    hi
    is there any framework that allow to manage security(users and there roles) in swing application

    Swing is a graphic user interface toolkit. What do users and roles have to do with user interfaces?
    Anyway, in Java of course you have a multitude of possibilities at your disposal.
    [check here|http://java.sun.com/javase/technologies/security/]

Maybe you are looking for