Hierarchy Constraints for Node Properties in DRM 11.1.2.3

Hi,
The DRM documentation talks about a new feature "Hierarchy constraints". It is accompanied with the following text -
"Hierarchy constraints can limit the hierarchies and nodes available for viewing and selection when updating a node data type property value.
The hierarchy constraint feature uses hierarchy groups and hierarchy group properties, which must be configured before you can assign hierarchy constraints."
I am trying to create a derived property which would list nodes from another hierarchy. However, there is a constraint that only level 3 nodes should be displayed instead of all the 7 levels preesent in the hierarchy,
Is it possible to use this feature for this purpose.
I would appreciate any help / direction.
Thanks

Thanks for the response. And thanks for sharing the ListRelatedNodesWith formula.
You mentioned that constraints can be used to limit user entry.
I believe I am looking for something similar.
Scenario:
User drills down Hierarchy 1 and selects Node ABC.
For that node, he looks at the property tab and selects Property X.
This property X should let him select nodes from another hierarchy - hierarchy 2.
Now, the user should only be limited to picking up a node thats a level 3 node. So if Hierarchy 2 has 100 nodes in total out of which 20 are level 3 nodes, then the user should only be able to see those 20 nodes when he click on the selection [...] button for property ABC.
Is this something that Hierarchy constraints can help me with?
Thanks again.

Similar Messages

  • Getting errorHierarchy node 000000 is missing inthe hierarchy 100 for comp

    Hi Friends,
    When we are executing the query in BI we are geeting the error that "errorHierarchy node 000000 is missing inthe hierarchy 100 for comp"
    Could you kindly suggest me anything for resolve this error.
    Thanks,
    Shaliny. M

    Hi,
        check the hierarchy which is assigned to the query is correct one or not? and try to view the hierarchy, try to reactivate the hierarchy.
    Regards
    Sankar

  • Node Properties?

    Hi Experts..
    I want to knw in detail abt Node Properties like Singleton(True/False),Selection,Cardinality, Supply function...
    and also want to knw Relation between Singlton and Supplyfunction....
    Give examples also... I have some links regards this.. So pls explain in u r own words...
    Thanks in advance..
    Regards
    Giri

    <b>Supply function</b>:  A function written to relate business anchors, if there is no business
    relationship between the business objects associated with these anchors.
    This function links the two business objects and retrieves required data at runtime.
    <b>Cardinality Property</b>:
    The Cardinality property is composed of a pair of values that controls the maximum and minimum number of elements may contain at runtime.
    The Cardinality property may have four possible values:
    1. 0...1: Zero or one
    2. 0..n: Zero or More
    3. 1..1 One and only One
    4. 1..n: One or More.
    The first part of the cardinality describes the minimum number of elements that 's
    Element collection may contain. This value is either Zero or One, and is stored as a Boolean value. This value can be obtained at runtime by calling the method
    node .getNodeInfo().isMandatory().
    The Second part of the cardinality describes the maximum number elements that 's element collection may contain. This value is either a '1' or an 'n'(meaning any) and is stored as a Boolean value (false = 1,true = n).
    This value can be obtained at runtime by calling method node
    .getNodeInfo ().isMultiple().
    If has a cardinality of 1..<something>, then it can be assumed that after the context has been initialized, there will be at least one element present in the node collection. This element is known as default element and cannot be deleted.
    If you attempt to perform some action on a node that would violate the constraints of the cardinality, then you will get a runtime exception in the context e.g., trying to add a second element to a node of cardinality 0..1 or trying to delete the last element from a node of cardinality 1..n. <b>Singleton Property</b>:
    The Singleton property critically affects the relationship between the child node and its parent node .
    If is decalred at design time, the generated interface for this node will vary depending on whether it is a Singleton or Non-Singleton node.
    There is one to one relationship between each element in the parent node's element collection and the corresponding child node.
    If has n elements in its element collection then you will have 'n' distinct instances of the non-singleton child node .
    Non-Singleton child node can be created by their respective parent element.
    Singleton child nodes however are associated with their parent node on a per node basis.
    Irrespective of the number of elements in the parent node's element collection, there will only ever be one instance of the singleton child node .
    The Singleton child node holds the data relevant for the element at the lead selection in the parent node's element collection.
    Singleton child nodes must be created by their parent node. Since there can only ever one instance of singleton child node. It is impossible for an element in a parent node collection to create singleton child node.
    Since the context root node always has exactly one element, all the nodes that have the context root node as their immediate parent must, by definition be singleton nodes.
    Further to this, the definition of a Singleton child node immediately implies that it must be repopulated every time the lead selection in its parent node changes. This job is performed by declaring a Supply Function for the singleton child node.<b> Selection</b> Cardinality:
    All the context nodes maintain a collection of elements, where an element is a single instance of all the node's child entities. During the operation of a Webdynpro controller, it is often becomes necessary to make certain node elements as requiring processing
    (e.g., after a user has selected multiple rows in a table). The number of elements that may be selected is controlled by the selection cardinality, which may take one of the same four values as the node cardinality.
    In the same way that the node's cardinality controls the maximum and minimum number of elements permissible within the node collection at runtime, so the selection cardinality controls the maximum and minimum number of elements that may be selected at any one time.
    Unless you say otherwise, a node will have a selection cardinality of 0..1 meaning that you may select zero or one element at any one time. If such a node were displayed using a table UI element, you would be able to select only one row at a time. However, if you wish to allow the user to select multiple rows, you will need to change the selection cardinality to 0..n, meaning that zero or more elements may be selected.
    Kanwalpreet

  • Making a cutsom event handler for nodes

    hi i was wondering how to go about making a custom eventhandler class for nodes
    for eg. if a have a circle (c1) in the main.fx file
    and i want to assign it Mouse and Key events(using onMousePressed etc)
    but i dont want to write it in "c1"'s definiton directly coz i want the event handling code to be useful for another circle i may create later(call it c2)
    can some tell me how to go about it ?
    Appreciated. :-)
    UPDATE:
    ok i just realized that i could simply write a modified Circle class extending the Circle class.
    So i can just create a new modified Circle object when needed.But how do i exactly write the class.The fixed variables i can simply override.But what about the event handling properties of the circle,how do i make sure they are initialzed for that object when the modified Circle object is created? what is the syntax??
    Edited by: apratim_pranay on Apr 22, 2010 6:16 AM

    hey i tried making a circle class like the above..
    drag works fine..
    thing is.. i've nested some effects..which "SHOULD" toggle on on keypresses ,but even though the key press is detected..effects dont appear..
    public class modCircle extends Circle{
    var c1e2:Glow;
    var c1e4:Reflection=Reflection {bottomOpacity:0.0 topOpacity:0.5
                                 fraction: 0.75 topOffset: 0.0};
         override var centerX=40;
         override var centerY=199;
         override var radius=40 ;
         override var fill= Color.BLACK;
         override var effect=c1e2=Glow {level:0.1 input:c1e4};
    override def onMouseEntered= function( e: MouseEvent )
                              {requestFocus();}
    override def onKeyPressed= function (e: KeyEvent): Void
                               if(e.code==KeyCode.VK_G)
                                   if(c1e2.level==0.1)
                                    {c1e2.level=0.9}
                                   else
                                    {c1e2.level=0.1}
                                 if(e.code==KeyCode.VK_M)
                                   if(c1e4.topOpacity==0.5)
                                     c1e4.fraction= 0.75;c1e4.topOffset= 0.0;
                                     c1e4.topOpacity= 0.5;c1e4.bottomOpacity= 0.0;
                                   else
                                     c1e4.fraction= 0.75;c1e4.topOffset= 0.0;
                                     c1e4.topOpacity= 0.5;c1e4.bottomOpacity= 0.0;
    }why is this happening??

  • Property missing in Node Properties tab

    Hi,
    I have created a Boolean Local Node property 'DoNotModify' with default value 'FALSE' and assigned it to a Property Category 'Accounts', but when i open the hierarchy and check the node properties in the 'Accounts' category the property is not showing up. I then wrote a property query on the same property and this is returning all the nodes in the hierarchy. So this means that the property has been created correctly, but why am i not able to see it in the Node Properties tab?? Please help. I am working in version 11.1.2.1.
    Thanks,
    Krishna
    Edited by: 903463 on Jun 24, 2012 11:45 PM

    Krishna,
    You need to assign the new property to an appropriate node type of the hierarchy else you will not be able to view the properties.
    If you still want to validate, click "Show all properties". This will available in later patches of 11.1.2.1. Not sure whih patch are you in of 11.1.2.1

  • Hierarchy INT for 0GLACCEXT (Financial statement item)

    Dear Friends,
    I have a situation where i am modifying a standard BC query 0FIGL_VC1_Q0002 and i have to find equivalent nodes (equivalent to the standard SAP INT hierarchy) in my custom hierarchy for 0GLACCEXT (financial statement item). BW has a standard hierarchy INT for 0GLACCEXT (with nodes as numbers for example 3070000, 2030000 etc). With the custom hierarchy in my case how do i find the equivalent hierarchy nodes for this hierarchy while working with this query?
    Any help would be highly appreciated.
    Thanks
    Raj

    First of all, U cannot get balance sheet and income statement reports on DSO level... or even at cube level (0FIGL_C10)
    Balance sheet and income statement logic is manipulated in function Module (RS_BCT_FIGL_DATA_GET_VC10) that pulls data from 0FIGL_C10 to 0FIGL_V10... Thats the reason why SAP provided all Balance sheet and income statement reports on 0FIGL_V10.. And u can see 0GLACCEXCT in 0FIGL_V10, but not in 0FIGL_C10, which provides income statements at aggregation (totals) level, but not at granular level..
    Looks like u r trying for something (keeping 0GLACCEXT in 0FIGL_O10) which is not possible... If u want much detailed level of reports, u can create jump targets (RRI) from 0FIGL_V10 reports to 0FIGL_O10 reports (if u create any)

  • Tables to get the hierarchy used for the global Variable

    Hello,
    we are using a characteristic Reporting Unit "ZCS_RDRUN" with a input ready variable "ZCS_RV_MM_REPUNITHIER_RDM".
    The reporting unit is a hierarchy characteristic and the variable is a hierarchical variable of type Hierarchy node variables fixed to a hierarchy we are using for this query. We do have selected a hierarchy for the input ready variable e.g. Total Group. My question would be is it possible to read out the selected hierarchy of the input ready variable from a table? If YES, from which table? I know that we could read out all input ready variables but i dont know how to read out the hierarchy selected for the input ready variable of type "Hierarchy node variable".
    I would be very thankful for all your help
    Thanks and kind regards,
    Muri

    You check the query run times and other details in the work load analysis (ST03) or using the table RSDDSTAT .
    inorder to check the information using the above two methods -make sure the Bi stats are maintained in your system
    http://wiki.sdn.sap.com/wiki/display/MaxDB/WorkloadMonitor%28ST03orST03N%29

  • How to remove/hide node properties in vra request

    Hi All,
    I am trying to find a way to hide the node properties when publishing a blueprint into a vra request. Specifically, i don't want users to be able to set the hostname field, vcpu and memory. With service properties it's easy to make a property non-overridable, but i can't seem to find out how to do this with the node properties. 
    If it's not possible to hide these properties, does anyone know if it's possible to either change the form published into vrealize automation by application services, or if there's an easy way to publish an advanced service that calls application services to deploy a blueprint?

    What is PolicyAdditionalInfo and how does its default control template look like? It is this one that causes the borders to show if you see any. You will probably have to modify this template in order to get rid of the borders.
    If you for example just put a control without borders in the DataTemplate (like a TextBlock), you will see that there are no borders shown:
    <Grid Background="Black" ShowGridLines="False" >
    <Grid.Resources>
    <DataTemplate x:Key="MISPolicy" >
    <TextBlock>....</TextBlock>
    </DataTemplate>
    </Grid.Resources>
    <Grid>
    <ItemsControl Background="Transparent" Foreground="White" ItemTemplate="{StaticResource MISPolicy}" Focusable="False" Name="ItemMISPolicy" BorderThickness="0,0,0,0" ScrollViewer.HorizontalScrollBarVisibility="Hidden" MinHeight="150px" MaxHeight="300px" ScrollViewer.VerticalScrollBarVisibility="Hidden">
    </ItemsControl>
    </Grid>
    </Grid>
    Please remember to mark helpful posts as answer and/or helpful.

  • Disable Case Sensitivity for Node Names

    Hello everyone,
    is it possible to dissable the case sensitivity for node names?
    I have an import of ca. 40k records. The source system differs between small and capital letters.
    DRM seems to not differ between small and capital letters.
    Is there a workaround without usind different technical names for nodes.
    Kind regards,
    Pascal

    There is nothing to do with in DRM, can you check with your DBA on what's the NLS_SORT and NLS_COMP settings are,ask them to check the below values.
    NLS_COMP=LINGUISTIC and NLS_SORT=BINARY_CI
    If nothing works out submit an SR:-)

  • Writing a syntax for derived properties

    I am trying to write a syntax to get the parent of a derived parent. I have written series for this but none worked can anyone please help
    If(Equals(boolean,PropValue(Custom.nodename),True),If(Equals(boolean,PropValue(Custom.NodeParent),True),PropValue(Abbrev),PropValue(Custom.NodeGrandParent)),)
    If(Equals(boolean,PropValue(NodeName),True),if(PropValue(Abbrev),ParentPropValue(NodeParent),ConcatWithDelimiter(_,True,PropValue,(Parent),PropValue(NodeGrandParent)))))
    P.S
    I am trying to get the Grand Parent
    Any idea will help.

    Hi,
    Sorry but i didn't really get a hold of the custom properties that you've used... Going by the P.S that you need to get the grandparent..Here is something you can try
    If(GreaterThan(PropValue(Core.Level),2,Integer),NodePropValue(PropValue(Core.Parent),Core.Parent),DefaultValue)
    Now, for Nodes at level less than  2 you can choose whether to keep a DefaultValue or to just keep it blank.
    Let mek now if this makes sense.
    Thanks
    Denzz

  • Create 9 Role for node Hierarchiy

    Hello,
    Create 9 Role for node Hierarchiy.. How can i do that ?
    please in BW3.5
    thnx
    Barish

    Hi HVR,
    I have a hierarchy.
    Main H
    A
    a1
    a2
    a3
    B
    b1
    b2
    I need more roles to Authorized the nodes A and B. When a User in the Integred Planing works with node A, cant another user work with the
    same node. Therefor i need some roles more...
    THNX, hope that was clear )
    barish

  • How to get Text for nodes in Tree Structure

    Hi Friends,
    How to get Text for nodes in Tree Structure
    REPORT  YFIIN_REP_TREE_STRUCTURE  no standard page heading.
                       I N I T I A L I Z A T I O N
    INITIALIZATION.
    AUTHORITY-CHECK OBJECT 'ZPRCHK_NEW' :
                      ID 'YFIINICD' FIELD SY-TCODE.
      IF SY-SUBRC NE 0.
        MESSAGE I000(yFI02) with SY-TCODE .
        LEAVE PROGRAM.
      ENDIF.
    class screen_init definition create private.
    Public section
      public section.
        class-methods init_screen.
        methods constructor.
    Private section
      private section.
        data: container1 type ref to cl_gui_custom_container,
              container2 type ref to cl_gui_custom_container,
              tree type ref to cl_gui_simple_tree.
        methods: fill_tree.
    endclass.
    Class for Handling Events
    class screen_handler definition.
    Public section
      public section.
        methods: constructor importing container
                   type ref to cl_gui_custom_container,
                 handle_node_double_click
                   for event node_double_click
                   of cl_gui_simple_tree
                   importing node_key .
    Private section
      private section.
    endclass.
    *&                        Classes implementation
    class screen_init implementation.
    *&                        Method INIT_SCREEN
      method init_screen.
        data screen type ref to screen_init.
        create object screen.
      endmethod.
    *&                        Method CONSTRUCTOR
      method constructor.
        data: events type cntl_simple_events,
              event like line of events,
              event_handler type ref to screen_handler.
        create object: container1 exporting container_name = 'CUSTOM_1',
                       tree exporting parent = container1
                         node_selection_mode =
                cl_gui_simple_tree=>node_sel_mode_multiple.
        create object: container2 exporting container_name = 'CUSTOM_2',
        event_handler exporting container = container2.
    event-eventid = cl_gui_simple_tree=>eventid_node_double_click.
        event-appl_event = ' '.   "system event, does not trigger PAI
        append event to events.
        call method tree->set_registered_events
             exporting events = events.
        set handler event_handler->handle_node_double_click for tree.
         call method: me->fill_tree.
      endmethod.
    *&                        Method FILL_TREE
      method fill_tree.
        data: node_table type table of abdemonode,
              node type abdemonode.
    types:    begin of tree_node,
              folder(50) type c,
              tcode(60) type c,
              tcode1(60) type c,
              tcode2(60) type c,
              text(60) type c,
              text1(60) type c,
              text2(60) type c,
              end of tree_node.
      data:  wa_tree_node type tree_node,
                t_tree_node type table of tree_node.
    wa_tree_node-folder = text-001.
    wa_tree_node-tcode  = text-002.
    wa_tree_node-text =  'Creditors ageing'.
    wa_tree_node-tcode1 = text-003.
    wa_tree_node-text1 =  'GR/IR aging'.
    wa_tree_node-tcode2 = text-004.
    wa_tree_node-text2 =  'Bank Balance'.
    append wa_tree_node to t_tree_node.
    clear wa_tree_node .
    wa_tree_node-folder = text-005.
    wa_tree_node-tcode  = text-006.
    wa_tree_node-text =  'Creditors ageing'.
    wa_tree_node-tcode1 = text-007.
    wa_tree_node-text1 =  'Creditors ageing'.
    wa_tree_node-tcode2 = text-008.
    wa_tree_node-text2 =  'Creditors ageing'.
    append wa_tree_node to t_tree_node.
    clear wa_tree_node .
    wa_tree_node-folder = text-009.
    wa_tree_node-tcode  = text-010.
    wa_tree_node-text =  'Creditors ageing'.
    wa_tree_node-tcode1 = text-011.
    wa_tree_node-text1 =  'Creditors ageing'.
    wa_tree_node-tcode2 = text-012.
    wa_tree_node-text2 =  'Creditors ageing'.
    append wa_tree_node to t_tree_node.
    clear wa_tree_node .
    node-hidden = ' '.                 " All nodes are visible,
        node-disabled = ' '.               " selectable,
        node-isfolder = 'X'.                                    " a folder,
        node-expander = ' '.               " have no '+' sign forexpansion.
        loop at t_tree_node into wa_tree_node.
          at new folder.
            node-isfolder = 'X'.                      " a folder,
            node-node_key = wa_tree_node-folder.
                   clear node-relatkey.
            clear node-relatship.
            node-text = wa_tree_node-folder.
            node-n_image =   ' '.
            node-exp_image = ' '.
            append node to node_table.
          endat.
         at new tcode .
            node-isfolder = ' '.                          " a folder,
            node-n_image =   '@CS@'.       "AV is the internal code
            node-exp_image = '@CS@'.       "for an airplane icon
            node-node_key = wa_tree_node-tcode.
             node-text = wa_tree_node-text .
                     node-relatkey = wa_tree_node-folder.
            node-relatship = cl_gui_simple_tree=>relat_last_child.
          endat.
          append node to node_table.
        at new tcode1 .
            node-isfolder = ' '.                          " a folder,
            node-n_image =   '@CS@'.       "AV is the internal code
            node-exp_image = '@CS@'.       "for an airplane icon
            node-node_key = wa_tree_node-tcode1.
                     node-relatkey = wa_tree_node-folder.
            node-relatship = cl_gui_simple_tree=>relat_last_child.
              node-text = wa_tree_node-text1.
         endat.
          append node to node_table.
           at new tcode2 .
            node-isfolder = ' '.                          " a folder,
            node-n_image =   '@CS@'.       "AV is the internal code
            node-exp_image = '@CS@'.       "for an airplane icon
            node-node_key = wa_tree_node-tcode2.
                     node-relatkey = wa_tree_node-folder.
            node-relatship = cl_gui_simple_tree=>relat_last_child.
            node-text = wa_tree_node-text2.
         endat.
          append node to node_table.
        endloop.
        call method tree->add_nodes
             exporting table_structure_name = 'ABDEMONODE'
                       node_table = node_table.
      endmethod.
    endclass.
    *&                        Class implementation
    class screen_handler implementation.
    *&                        Method CONSTRUCTOR
      method constructor.
       create object: HTML_VIEWER exporting PARENT = CONTAINER,
                      LIST_VIEWER exporting I_PARENT = CONTAINER.
      endmethod.
    *&                 Method HANDLE_NODE_DOUBLE_CLICK
      method handle_node_double_click.
      case node_key(12).
    when 'Creditors'.
    submit YFIIN_REP_CREADITORS_AGING  via selection-screen and return.
    when  'Vendor'.
    submit YFIIN_REP_VENDOR_OUTSTANDING  via selection-screen and return.
    when 'Customer'.
    submit YFIIN_REP_CUSTOMER_OUTSTANDING  via selection-screen and
    return.
    when 'GR/IR'.
    submit YFIIN_REP_GRIR_AGING  via selection-screen and return.
    when 'Acc_Doc_List'.
    submit YFIIN_REP_ACCOUNTINGDOCLIST  via selection-screen and return.
    when 'Bank Bal'.
    submit YFIIN_REP_BANKBALANCE  via selection-screen and return.
    when 'Ven_Cus_Dtl'.
    submit YFIIN_REP_VENDORCUST_DETAIL via selection-screen and return.
    when 'G/L_Open_Bal'.
    submit YFIIN_REP_OPENINGBALANCE via selection-screen and return.
    when 'Usr_Authn'.
    submit YFIIN_REP_USERAUTHRIZATION via selection-screen and return.
    endcase.
      endmethod.
    endclass.
    Program execution ************************************************
    load-of-program.
      call screen 9001.
    at selection-screen.
    Dialog Modules PBO
    *&      Module  STATUS_9001  OUTPUT
          text
    module status_9001 output.
      set pf-status 'SCREEN_9001'.
      set titlebar 'TIT_9001'.
      call method screen_init=>init_screen.
    endmodule.                 " STATUS_9001  OUTPUT
    Dialog Modules PAI
    *&      Module  USER_COMMAND_9001  INPUT
          text
    module user_command_9001 input.
    endmodule.                 " USER_COMMAND_9001  INPUT
    *&      Module  exit_9001  INPUT
          text
    module exit_9001 input.
    case sy-ucomm.
    when 'EXIT'.
      set screen 0.
    endcase.
    endmodule.
            exit_9001  INPUT

    you can read  the table node_table with nody key value which imports when docubble click the the tree node (Double clifk event).
    Regards,
    Gopi .
    Reward points if helpfull.

  • Missing self ID for node ...

    For no apparent reason, my G5 has been having kernel panics (i.e., the grey screen full of text in different languages, telling you to press the power key).
    It has been doing it repeatedly, and I'm not sure I "fixed" it--I turned off a FW800 drive, just as a best-guess without much else to go on.
    Repeated boots (after the kernel panic) and I get the following in the console log:
    Missing self ID for node 2!
    or
    Missing self ID for node 3!
    Any guess what this is?
    Here's the full log for this evening:
    Sep 11 11:58:11 Powermac-G5 cp: error processing extended attributes: Operation not permitted
    Sep 11 14:55:31 Powermac-G5 ntpd[148]: time reset -1.316868 s
    Sep 11 18:00:07 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:02:07 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:02:23 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:02:38 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:03:08 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:03:38 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:04:09 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:04:39 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:05:09 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:05:40 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:05:51 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:05:52 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:22:12 Powermac-G5 kernel[0]: (default pager): [KERNEL]: no space in available paging segments
    Sep 11 18:25:48 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:34:59 Powermac-G5 loginwindow[84]: sendQuitEventToApp (Image Capture Extension): AESendMessage returned error -1712
    Sep 11 18:34:59 Powermac-G5 loginwindow[84]: sendQuitEventToApp (iCalAlarmScheduler): AESendMessage returned error -1712
    Sep 11 18:35:00 Powermac-G5 loginwindow[84]: sendQuitEventToApp (Microsoft AU Daemon): AESendMessage returned error -1712
    Sep 11 18:35:00 Powermac-G5 loginwindow[84]: sendQuitEventToApp (Archive Assistant Scheduler): AESendMessage returned error -1712
    Sep 11 18:35:02 Powermac-G5 loginwindow[84]: sendQuitEventToApp (EyeTV Helper): AESendMessage returned error -1712
    Sep 11 18:35:14 Powermac-G5 shutdown: reboot by scott:
    Sep 11 18:35:15 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:35:15 Powermac-G5 kernel[0]: jnl: close: flushing the buffer cache (start 0x1aec00 end 0x1b2e00)
    Sep 11 18:35:16 Powermac-G5 SystemStarter[1270]: authentication service (1280) did not complete successfully
    Sep 11 18:35:17 Powermac-G5 SystemStarter[1270]: Operating System enhancements for Virtual PC (1283) did not complete successfully
    Sep 11 18:35:19 Powermac-G5 SystemStarter[1270]: The following StartupItems failed to properly start:
    Sep 11 18:35:19 Powermac-G5 SystemStarter[1270]: /System/Library/StartupItems/AuthServer
    Sep 11 18:35:19 Powermac-G5 SystemStarter[1270]: - execution of Startup script failed
    Sep 11 18:35:19 Powermac-G5 SystemStarter[1270]: /Library/StartupItems/VirtualPCOSServices
    Sep 11 18:35:19 Powermac-G5 SystemStarter[1270]: - execution of Startup script failed
    Sep 11 18:36:08 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Sep 11 18:36:07 localhost mDNSResponder-107.4 (May 4 2006 16: 34:29)[38]: starting
    Sep 11 18:36:08 localhost kernel[0]: vmpagebootstrap: 379861 free pages
    Sep 11 18:36:07 localhost memberd[45]: memberd starting up
    Sep 11 18:36:08 localhost kernel[0]: migtable_maxdispl = 70
    Sep 11 18:36:08 localhost kernel[0]: 107 prelinked modules
    Sep 11 18:36:08 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Sep 11 18:36:08 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Sep 11 18:36:08 localhost kernel[0]: using 3932 buffer headers and 3932 cluster IO buffer headers
    Sep 11 18:36:08 localhost kernel[0]: DART enabled
    Sep 11 18:36:08 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:08 localhost kernel[0]: FireWire (OHCI) Apple ID 42 built-in now active, GUID 000a95ff feba94fa; max speed s800.
    Sep 11 18:36:08 localhost kernel[0]: Security auditing service present
    Sep 11 18:36:08 localhost kernel[0]: BSM auditing present
    Sep 11 18:36:08 localhost kernel[0]: disabled
    Sep 11 18:36:08 localhost kernel[0]: rooting via boot-uuid from /chosen: 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682
    Sep 11 18:36:08 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 11 18:36:08 localhost kernel[0]: Got boot device = IOService:/MacRISC4PE/ht@0,f2000000/AppleMacRiscHT/pci@7/IOPCI2PCIBridge/k2-sat a-root@C/AppleK2SATARoot/k2-sata@0/AppleK2SATA/ATADeviceNub@0/IOATABlockStorageD river/IOATABlockStorageDevice/IOBlockStorageDriver/ST3160023AS Media/IOApplePartitionScheme/AppleHFS_Untitled2@3
    Sep 11 18:36:07 localhost lookupd[49]: lookupd (version 369.5) starting - Mon Sep 11 18:36:07 2006
    Sep 11 18:36:08 localhost kernel[0]: BSD root: disk0s3, major 14, minor 2
    Sep 11 18:36:08 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:08 localhost kernel[0]: Jettisoning kernel linker.
    Sep 11 18:36:08 localhost kernel[0]: Resetting IOCatalogue.
    Sep 11 18:36:07 localhost DirectoryService[50]: Launched version 2.1 (v353.2)
    Sep 11 18:36:08 localhost kernel[0]: Matching service count = 0
    Sep 11 18:36:08 localhost kernel[0]: Matching service count = 7
    Sep 11 18:36:08 localhost kernel[0]: Matching service count = 7
    Sep 11 18:36:08 localhost kernel[0]: Matching service count = 7
    Sep 11 18:36:08 localhost kernel[0]: Matching service count = 7
    Sep 11 18:36:08 localhost kernel[0]: Matching service count = 7
    Sep 11 18:36:08 localhost kernel[0]: demeilenstein_driverVampDriver: verbose mode opened at level 5.
    Sep 11 18:36:08 localhost kernel[0]: VampDriver: Initializing Hardware for Vamp 0x618
    Sep 11 18:36:08 localhost kernel[0]: IntegoSocketFilterManager: Network has already been initialized
    Sep 11 18:36:08 localhost kernel[0]: Slot 1560: Starting Vamp #0
    Sep 11 18:36:08 localhost kernel[0]: IOPlatformControl::registerDriver Control Driver AppleSlewClock did not supply target-value, using default
    Sep 11 18:36:08 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:08 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:08 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:08 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Sep 11 18:36:08 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:08 localhost kernel[0]: UniNEnet: Ethernet address 00:0a:95:ba:94:fa
    Sep 11 18:36:09 localhost diskarbitrationd[44]: disk0s3 hfs 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682 MacintoshHD /
    Sep 11 18:36:09 localhost diskarbitrationd[44]: disk2s10 hfs FD315FFA-BA27-3F92-87EC-0B701E9394CD Backup /Volumes/Backup
    Sep 11 18:36:09 localhost lookupd[75]: lookupd (version 369.5) starting - Mon Sep 11 18:36:09 2006
    Sep 11 18:36:10 localhost diskarbitrationd[44]: disk3s10 hfs 4A47D829-0F41-392E-83A2-453E3C5352AE OWC Mercury Elite /Volumes/OWC Mercury Elite
    Sep 11 18:36:11 localhost kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Sep 11 18:36:11 localhost configd[42]: AppleTalk startup
    Sep 11 18:36:11 Powermac-G5 configd[42]: setting hostname to "Powermac-G5.local"
    Sep 11 18:36:13 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:14 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:14 Powermac-G5 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Sep 11 18:36:14 Powermac-G5 kernel[0]: ATY,Xmen_A: vram [b0000000:10000000]
    Sep 11 18:36:14 Powermac-G5 kernel[0]: ATY,Xmen_B: vram [b0000000:10000000]
    Sep 11 18:36:15 Powermac-G5 loginwindow[84]: Login Window Started Security Agent
    Sep 11 18:36:16 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:16 Powermac-G5 configd[42]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Sep 11 18:36:16 Powermac-G5 configd[42]: posting notification com.apple.system.config.network_change
    Sep 11 18:36:16 Powermac-G5 lookupd[100]: lookupd (version 369.5) starting - Mon Sep 11 18:36:16 2006
    Sep 11 18:36:16 Powermac-G5 configd[42]: setting hostname to "powermac-g5.home"
    Sep 11 18:36:16 Powermac-G5 /Library/Application Support/AlchemyTV/Remote Control.app/Contents/MacOS/Remote Control: -[IOConnect openServiceForInstance:] theInstance 0 instance 0\n
    Sep 11 18:36:16 Powermac-G5 /Library/Application Support/AlchemyTV/Remote Control.app/Contents/MacOS/Remote Control: DriverSetRemoteControlUserInterrupt OK
    Sep 11 18:36:18 Powermac-G5 configd[42]: target=enable-network: disabled
    Sep 11 18:36:18 Powermac-G5 SystemStarter[51]: Operating System enhancements for Virtual PC (136) did not complete successfully
    Sep 11 18:36:19 Powermac-G5 configd[42]: AppleTalk startup complete
    Sep 11 18:36:19 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:19 Powermac-G5 mDNSResponder: Adding browse domain local.
    Sep 11 18:36:20 Powermac-G5 personalbackupd[223]: Launching PBX4Daemon
    Sep 11 18:36:22 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:24 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:26 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:28 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:30 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:31 Powermac-G5 SystemStarter[51]: The following StartupItems failed to properly start:
    Sep 11 18:36:31 Powermac-G5 SystemStarter[51]: /Library/StartupItems/VirtualPCOSServices
    Sep 11 18:36:31 Powermac-G5 SystemStarter[51]: - execution of Startup script failed
    Sep 11 18:36:34 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:36 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:38 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:42 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:46 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:47 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:36:48 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:52 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 18:36:52 Powermac-G5 diskarbitrationd[44]: SystemUIServer [228]:33795 not responding.
    Sep 11 18:36:56 Powermac-G5 mDNSResponder: NAT Port Mapping (YM339TUBPXJ.ttp4daemon.tcp.486313426450874.): timeout
    Sep 11 18:37:11 Powermac-G5 mDNSResponder: NAT Port Mapping (LLQ event port.): timeout
    Sep 11 18:37:19 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 18:46:23 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 21:21:32 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:39:26 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:41:44 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:41:45 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:41:46 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:41:47 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:41:49 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:41:49 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:41:50 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:41:51 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:43:00 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Sep 11 22:43:00 localhost mDNSResponder-107.4 (May 4 2006 16: 34:29)[38]: starting
    Sep 11 22:43:00 localhost kernel[0]: vmpagebootstrap: 379861 free pages
    Sep 11 22:43:00 localhost memberd[45]: memberd starting up
    Sep 11 22:43:00 localhost kernel[0]: migtable_maxdispl = 70
    Sep 11 22:43:00 localhost kernel[0]: 107 prelinked modules
    Sep 11 22:43:00 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Sep 11 22:43:00 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Sep 11 22:43:00 localhost kernel[0]: using 3932 buffer headers and 3932 cluster IO buffer headers
    Sep 11 22:43:00 localhost kernel[0]: DART enabled
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: FireWire (OHCI) Apple ID 42 built-in now active, GUID 000a95ff feba94fa; max speed s800.
    Sep 11 22:43:00 localhost kernel[0]: Security auditing service present
    Sep 11 22:43:00 localhost kernel[0]: BSM auditing present
    Sep 11 22:43:00 localhost kernel[0]: disabled
    Sep 11 22:43:00 localhost lookupd[48]: lookupd (version 369.5) starting - Mon Sep 11 22:43:00 2006
    Sep 11 22:43:00 localhost kernel[0]: rooting via boot-uuid from /chosen: 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682
    Sep 11 22:43:00 localhost DirectoryService[50]: Launched version 2.1 (v353.2)
    Sep 11 22:43:00 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 11 22:43:00 localhost kernel[0]: Got boot device = IOService:/MacRISC4PE/ht@0,f2000000/AppleMacRiscHT/pci@7/IOPCI2PCIBridge/k2-sat a-root@C/AppleK2SATARoot/k2-sata@0/AppleK2SATA/ATADeviceNub@0/IOATABlockStorageD river/IOATABlockStorageDevice/IOBlockStorageDriver/ST3160023AS Media/IOApplePartitionScheme/AppleHFS_Untitled2@3
    Sep 11 22:43:00 localhost kernel[0]: BSD root: disk0s3, major 14, minor 2
    Sep 11 22:43:00 localhost kernel[0]: jnl: replay_journal: from: 5103104 to: 1012736 (joffset 0x4aa000)
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: HFS: Removed 6 orphaned unlinked files
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: Jettisoning kernel linker.
    Sep 11 22:43:00 localhost kernel[0]: Resetting IOCatalogue.
    Sep 11 22:43:00 localhost kernel[0]: Matching service count = 0
    Sep 11 22:43:00 localhost kernel[0]: Matching service count = 7
    Sep 11 22:43:00 localhost kernel[0]: Matching service count = 7
    Sep 11 22:43:00 localhost kernel[0]: Matching service count = 7
    Sep 11 22:43:00 localhost kernel[0]: Matching service count = 7
    Sep 11 22:43:00 localhost kernel[0]: Matching service count = 7
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: demeilenstein_driverVampDriver: verbose mode opened at level 5.
    Sep 11 22:43:00 localhost kernel[0]: VampDriver: Initializing Hardware for Vamp 0x618
    Sep 11 22:43:00 localhost kernel[0]: IntegoSocketFilterManager: Network has already been initialized
    Sep 11 22:43:00 localhost kernel[0]: Slot 1560: Starting Vamp #0
    Sep 11 22:43:00 localhost kernel[0]: IOPlatformControl::registerDriver Control Driver AppleSlewClock did not supply target-value, using default
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:00 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Sep 11 22:43:01 localhost kernel[0]: UniNEnet: Ethernet address 00:0a:95:ba:94:fa
    Sep 11 22:43:01 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:01 localhost lookupd[75]: lookupd (version 369.5) starting - Mon Sep 11 22:43:01 2006
    Sep 11 22:43:01 localhost diskarbitrationd[44]: disk0s3 hfs 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682 MacintoshHD /
    Sep 11 22:43:01 localhost kernel[0]: jnl: replay_journal: from: 4856320 to: 8896512 (joffset 0x197f000)
    Sep 11 22:43:03 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:03 localhost configd[42]: AppleTalk startup
    Sep 11 22:43:03 localhost kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Sep 11 22:43:03 Powermac-G5 configd[42]: setting hostname to "Powermac-G5.local"
    Sep 11 22:43:06 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:07 Powermac-G5 kernel[0]: ATY,Xmen_A: vram [b0000000:10000000]
    Sep 11 22:43:07 Powermac-G5 kernel[0]: ATY,Xmen_B: vram [b0000000:10000000]
    Sep 11 22:43:07 Powermac-G5 mDNSResponder: Adding browse domain local.
    Sep 11 22:43:07 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:07 Powermac-G5 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Sep 11 22:43:07 Powermac-G5 loginwindow[81]: Login Window Started Security Agent
    Sep 11 22:43:08 Powermac-G5 configd[42]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Sep 11 22:43:08 Powermac-G5 configd[42]: posting notification com.apple.system.config.network_change
    Sep 11 22:43:08 Powermac-G5 lookupd[91]: lookupd (version 369.5) starting - Mon Sep 11 22:43:08 2006
    Sep 11 22:43:08 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:43:08 Powermac-G5 configd[42]: setting hostname to "powermac-g5.home"
    Sep 11 22:43:08 Powermac-G5 diskarbitrationd[44]: disk3s10 hfs FD315FFA-BA27-3F92-87EC-0B701E9394CD Backup /Volumes/Backup
    Sep 11 22:43:10 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:10 Powermac-G5 configd[42]: AppleTalk startup complete
    Sep 11 22:43:11 Powermac-G5 /Library/Application Support/AlchemyTV/Remote Control.app/Contents/MacOS/Remote Control: -[IOConnect openServiceForInstance:] theInstance 0 instance 0\n
    Sep 11 22:43:11 Powermac-G5 /Library/Application Support/AlchemyTV/Remote Control.app/Contents/MacOS/Remote Control: DriverSetRemoteControlUserInterrupt OK
    Sep 11 22:43:12 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:13 Powermac-G5 personalbackupd[208]: Launching PBX4Daemon
    Sep 11 22:43:14 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:43:14 Powermac-G5 niutil: NetInfo timeout connecting to local domain, sleeping
    Sep 11 22:43:20 Powermac-G5 configd[42]: target=enable-network: disabled
    Sep 11 22:43:32 Powermac-G5 diskarbitrationd[44]: SystemUIServer [209]:26627 not responding.
    Sep 11 22:43:32 Powermac-G5 kernel[0]: jnl: replay_journal: from: 1781248 to: 1880064 (joffset 0x4000)
    Sep 11 22:44:52 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Sep 11 22:44:51 localhost memberd[45]: memberd starting up
    Sep 11 22:44:52 localhost kernel[0]: vmpagebootstrap: 379861 free pages
    Sep 11 22:44:51 localhost mDNSResponder-107.4 (May 4 2006 16: 34:29)[38]: starting
    Sep 11 22:44:52 localhost kernel[0]: migtable_maxdispl = 70
    Sep 11 22:44:52 localhost kernel[0]: 107 prelinked modules
    Sep 11 22:44:52 localhost lookupd[49]: lookupd (version 369.5) starting - Mon Sep 11 22:44:52 2006
    Sep 11 22:44:52 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Sep 11 22:44:52 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Sep 11 22:44:52 localhost kernel[0]: using 3932 buffer headers and 3932 cluster IO buffer headers
    Sep 11 22:44:52 localhost kernel[0]: DART enabled
    Sep 11 22:44:52 localhost kernel[0]: USB caused wake event (EHCI)
    Sep 11 22:44:52 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:44:52 localhost kernel[0]: FireWire (OHCI) Apple ID 42 built-in now active, GUID 000a95ff feba94fa; max speed s800.
    Sep 11 22:44:52 localhost kernel[0]: Security auditing service present
    Sep 11 22:44:52 localhost kernel[0]: BSM auditing present
    Sep 11 22:44:52 localhost kernel[0]: disabled
    Sep 11 22:44:52 localhost kernel[0]: rooting via boot-uuid from /chosen: 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682
    Sep 11 22:44:52 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 11 22:44:52 localhost kernel[0]: Got boot device = IOService:/MacRISC4PE/ht@0,f2000000/AppleMacRiscHT/pci@7/IOPCI2PCIBridge/k2-sat a-root@C/AppleK2SATARoot/k2-sata@0/AppleK2SATA/ATADeviceNub@0/IOATABlockStorageD river/IOATABlockStorageDevice/IOBlockStorageDriver/ST3160023AS Media/IOApplePartitionScheme/AppleHFS_Untitled2@3
    Sep 11 22:44:52 localhost kernel[0]: BSD root: disk0s3, major 14, minor 2
    Sep 11 22:44:52 localhost kernel[0]: jnl: replay_journal: from: 1012736 to: 13521920 (joffset 0x4aa000)
    Sep 11 22:44:52 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:44:52 localhost DirectoryService[50]: Launched version 2.1 (v353.2)
    Sep 11 22:44:52 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:44:52 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:44:52 localhost kernel[0]: Jettisoning kernel linker.
    Sep 11 22:44:52 localhost kernel[0]: Resetting IOCatalogue.
    Sep 11 22:44:52 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:44:52 localhost kernel[0]: Matching service count = 0
    Sep 11 22:44:52 localhost kernel[0]: Matching service count = 7
    Sep 11 22:44:52 localhost kernel[0]: Matching service count = 7
    Sep 11 22:44:52 localhost kernel[0]: Matching service count = 7
    Sep 11 22:44:52 localhost kernel[0]: Matching service count = 7
    Sep 11 22:44:52 localhost kernel[0]: Matching service count = 7
    Sep 11 22:44:52 localhost kernel[0]: demeilenstein_driverVampDriver: verbose mode opened at level 5.
    Sep 11 22:44:52 localhost kernel[0]: VampDriver: Initializing Hardware for Vamp 0x618
    Sep 11 22:44:52 localhost kernel[0]: IntegoSocketFilterManager: Network has already been initialized
    Sep 11 22:44:52 localhost kernel[0]: Slot 1560: Starting Vamp #0
    Sep 11 22:44:52 localhost kernel[0]: IOPlatformControl::registerDriver Control Driver AppleSlewClock did not supply target-value, using default
    Sep 11 22:44:52 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Sep 11 22:44:52 localhost kernel[0]: UniNEnet: Ethernet address 00:0a:95:ba:94:fa
    Sep 11 22:52:06 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Sep 11 22:52:06 localhost mDNSResponder-107.4 (May 4 2006 16: 34:29)[38]: starting
    Sep 11 22:52:07 localhost kernel[0]: vmpagebootstrap: 379861 free pages
    Sep 11 22:52:06 localhost memberd[45]: memberd starting up
    Sep 11 22:52:07 localhost kernel[0]: migtable_maxdispl = 70
    Sep 11 22:52:07 localhost kernel[0]: 107 prelinked modules
    Sep 11 22:52:07 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Sep 11 22:52:07 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Sep 11 22:52:07 localhost kernel[0]: using 3932 buffer headers and 3932 cluster IO buffer headers
    Sep 11 22:52:07 localhost kernel[0]: DART enabled
    Sep 11 22:52:07 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:07 localhost kernel[0]: FireWire (OHCI) Apple ID 42 built-in now active, GUID 000a95ff feba94fa; max speed s800.
    Sep 11 22:52:07 localhost kernel[0]: Security auditing service present
    Sep 11 22:52:07 localhost kernel[0]: BSM auditing present
    Sep 11 22:52:07 localhost kernel[0]: disabled
    Sep 11 22:52:07 localhost kernel[0]: rooting via boot-uuid from /chosen: 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682
    Sep 11 22:52:07 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 11 22:52:07 localhost kernel[0]: Got boot device = IOService:/MacRISC4PE/ht@0,f2000000/AppleMacRiscHT/pci@7/IOPCI2PCIBridge/k2-sat a-root@C/AppleK2SATARoot/k2-sata@0/AppleK2SATA/ATADeviceNub@0/IOATABlockStorageD river/IOATABlockStorageDevice/IOBlockStorageDriver/ST3160023AS Media/IOApplePartitionScheme/AppleHFS_Untitled2@3
    Sep 11 22:52:07 localhost kernel[0]: BSD root: disk0s3, major 14, minor 2
    Sep 11 22:52:07 localhost kernel[0]: jnl: journal start/end pointers reset! (jnl 0x2677e60; s 0x1c4000 e 0x1c4000)
    Sep 11 22:52:07 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:06 localhost DirectoryService[50]: Launched version 2.1 (v353.2)
    Sep 11 22:52:07 localhost kernel[0]: Jettisoning kernel linker.
    Sep 11 22:52:06 localhost lookupd[49]: lookupd (version 369.5) starting - Mon Sep 11 22:52:06 2006
    Sep 11 22:52:07 localhost kernel[0]: Resetting IOCatalogue.
    Sep 11 22:52:07 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:07 localhost kernel[0]: Matching service count = 0
    Sep 11 22:52:07 localhost kernel[0]: Matching service count = 7
    Sep 11 22:52:07 localhost kernel[0]: Matching service count = 7
    Sep 11 22:52:07 localhost kernel[0]: Matching service count = 7
    Sep 11 22:52:07 localhost kernel[0]: Matching service count = 7
    Sep 11 22:52:07 localhost kernel[0]: Matching service count = 7
    Sep 11 22:52:07 localhost kernel[0]: demeilenstein_driverVampDriver: verbose mode opened at level 5.
    Sep 11 22:52:07 localhost kernel[0]: VampDriver: Initializing Hardware for Vamp 0x618
    Sep 11 22:52:07 localhost kernel[0]: IntegoSocketFilterManager: Network has already been initialized
    Sep 11 22:52:07 localhost kernel[0]: Slot 1560: Starting Vamp #0
    Sep 11 22:52:07 localhost kernel[0]: IOPlatformControl::registerDriver Control Driver AppleSlewClock did not supply target-value, using default
    Sep 11 22:52:07 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:07 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:07 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Sep 11 22:52:07 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:07 localhost kernel[0]: UniNEnet: Ethernet address 00:0a:95:ba:94:fa
    Sep 11 22:52:07 localhost lookupd[62]: lookupd (version 369.5) starting - Mon Sep 11 22:52:07 2006
    Sep 11 22:52:07 localhost diskarbitrationd[44]: disk0s3 hfs 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682 MacintoshHD /
    Sep 11 22:52:08 localhost diskarbitrationd[44]: disk2s10 hfs FD315FFA-BA27-3F92-87EC-0B701E9394CD Backup /Volumes/Backup
    Sep 11 22:52:10 localhost kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:10 localhost kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Sep 11 22:52:10 localhost configd[42]: AppleTalk startup
    Sep 11 22:52:10 Powermac-G5 configd[42]: setting hostname to "Powermac-G5.local"
    Sep 11 22:52:12 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:13 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:13 Powermac-G5 mDNSResponder: Adding browse domain local.
    Sep 11 22:52:13 Powermac-G5 kernel[0]: ATY,Xmen_A: vram [b0000000:10000000]
    Sep 11 22:52:13 Powermac-G5 kernel[0]: ATY,Xmen_B: vram [b0000000:10000000]
    Sep 11 22:52:14 Powermac-G5 configd[42]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Sep 11 22:52:14 Powermac-G5 configd[42]: posting notification com.apple.system.config.network_change
    Sep 11 22:52:14 Powermac-G5 lookupd[81]: lookupd (version 369.5) starting - Mon Sep 11 22:52:14 2006
    Sep 11 22:52:14 Powermac-G5 configd[42]: setting hostname to "powermac-g5.home"
    Sep 11 22:52:14 Powermac-G5 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Sep 11 22:52:16 Powermac-G5 loginwindow[79]: Login Window Started Security Agent
    Sep 11 22:52:16 Powermac-G5 configd[42]: target=enable-network: disabled
    Sep 11 22:52:16 Powermac-G5 SystemStarter[52]: Operating System enhancements for Virtual PC (117) did not complete successfully
    Sep 11 22:52:17 Powermac-G5 configd[42]: AppleTalk startup complete
    Sep 11 22:52:17 Powermac-G5 /Library/Application Support/AlchemyTV/Remote Control.app/Contents/MacOS/Remote Control: -[IOConnect openServiceForInstance:] theInstance 0 instance 0\n
    Sep 11 22:52:17 Powermac-G5 /Library/Application Support/AlchemyTV/Remote Control.app/Contents/MacOS/Remote Control: DriverSetRemoteControlUserInterrupt OK
    Sep 11 22:52:19 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:21 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:23 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:27 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:29 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:32 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:32 Powermac-G5 mDNSResponder: NAT Port Mapping (YM339TUBPXJ.ttp4daemon.tcp.486313426450874.): timeout
    Sep 11 22:52:34 Powermac-G5 diskarbitrationd[44]: SystemUIServer [188]:27651 not responding.
    Sep 11 22:52:35 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:37 Powermac-G5 mDNSResponder: NAT Port Mapping (LLQ event port.): timeout
    Sep 11 22:52:39 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:41 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:41 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:52:43 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:45 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:47 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:49 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:51 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:53 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:55 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:57 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:52:59 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:03 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:05 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:07 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:09 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:13 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:15 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:17 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:19 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:21 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:53:25 Powermac-G5 kernel[0]: Missing self ID for node 3!
    Sep 11 22:54:20 Powermac-G5 diskarbitrationd[44]: disk3s10 hfs 4A47D829-0F41-392E-83A2-453E3C5352AE OWC Mercury Elite /Volumes/OWC Mercury Elite
    Sep 11 22:54:22 Powermac-G5 SystemStarter[52]: The following StartupItems failed to properly start:
    Sep 11 22:54:22 Powermac-G5 SystemStarter[52]: /Library/StartupItems/VirtualPCOSServices
    Sep 11 22:54:22 Powermac-G5 SystemStarter[52]: - execution of Startup script failed
    Sep 11 22:54:25 Powermac-G5 personalbackupd[286]: Launching PBX4Daemon
    Sep 11 22:54:42 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:57:16 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Sep 11 22:57:15 localhost mDNSResponder-107.4 (May 4 2006 16: 34:29)[38]: starting
    Sep 11 22:57:16 localhost kernel[0]: vmpagebootstrap: 379861 free pages
    Sep 11 22:57:15 localhost memberd[45]: memberd starting up
    Sep 11 22:57:16 localhost kernel[0]: migtable_maxdispl = 70
    Sep 11 22:57:15 localhost lookupd[47]: lookupd (version 369.5) starting - Mon Sep 11 22:57:15 2006
    Sep 11 22:57:16 localhost kernel[0]: 107 prelinked modules
    Sep 11 22:57:16 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Sep 11 22:57:16 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Sep 11 22:57:16 localhost kernel[0]: using 3932 buffer headers and 3932 cluster IO buffer headers
    Sep 11 22:57:16 localhost kernel[0]: DART enabled
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: FireWire (OHCI) Apple ID 42 built-in now active, GUID 000a95ff feba94fa; max speed s800.
    Sep 11 22:57:16 localhost kernel[0]: Security auditing service present
    Sep 11 22:57:16 localhost kernel[0]: BSM auditing present
    Sep 11 22:57:16 localhost kernel[0]: disabled
    Sep 11 22:57:16 localhost kernel[0]: rooting via boot-uuid from /chosen: 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682
    Sep 11 22:57:16 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 11 22:57:16 localhost kernel[0]: Got boot device = IOService:/MacRISC4PE/ht@0,f2000000/AppleMacRiscHT/pci@7/IOPCI2PCIBridge/k2-sat a-root@C/AppleK2SATARoot/k2-sata@0/AppleK2SATA/ATADeviceNub@0/IOATABlockStorageD river/IOATABlockStorageDevice/IOBlockStorageDriver/ST3160023AS Media/IOApplePartitionScheme/AppleHFS_Untitled2@3
    Sep 11 22:57:16 localhost kernel[0]: BSD root: disk0s3, major 14, minor 2
    Sep 11 22:57:16 localhost kernel[0]: jnl: replay_journal: from: 7165952 to: 12227072 (joffset 0x4aa000)
    Sep 11 22:57:16 localhost kernel[0]: in6ifattachloopback: failed to configure the loopback address on lo0 (errno=55)
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost DirectoryService[50]: Launched version 2.1 (v353.2)
    Sep 11 22:57:16 localhost kernel[0]: HFS: Removed 2 orphaned unlinked files
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Jettisoning kernel linker.
    Sep 11 22:57:16 localhost kernel[0]: Resetting IOCatalogue.
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Matching service count = 0
    Sep 11 22:57:16 localhost kernel[0]: Matching service count = 7
    Sep 11 22:57:16 localhost kernel[0]: Matching service count = 7
    Sep 11 22:57:16 localhost kernel[0]: Matching service count = 7
    Sep 11 22:57:16 localhost kernel[0]: Matching service count = 7
    Sep 11 22:57:16 localhost kernel[0]: Matching service count = 7
    Sep 11 22:57:16 localhost kernel[0]: demeilenstein_driverVampDriver: verbose mode opened at level 5.
    Sep 11 22:57:16 localhost kernel[0]: VampDriver: Initializing Hardware for Vamp 0x618
    Sep 11 22:57:16 localhost kernel[0]: IntegoSocketFilterManager: Network has already been initialized
    Sep 11 22:57:16 localhost kernel[0]: Slot 1560: Starting Vamp #0
    Sep 11 22:57:16 localhost kernel[0]: IOPlatformControl::registerDriver Control Driver AppleSlewClock did not supply target-value, using default
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:16 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Sep 11 22:57:17 localhost diskarbitrationd[44]: disk0s3 hfs 7A0BE16B-4CD0-30B2-B993-DC39FE0ED682 MacintoshHD /
    Sep 11 22:57:17 localhost kernel[0]: jnl: replay_journal: from: 8962560 to: 9044992 (joffset 0x197f000)
    Sep 11 22:57:17 localhost diskarbitrationd[44]: disk2s10 hfs FD315FFA-BA27-3F92-87EC-0B701E9394CD Backup /Volumes/Backup
    Sep 11 22:57:17 localhost kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:57:20 localhost kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:20 localhost kernel[0]: UniNEnet: Ethernet address 00:0a:95:ba:94:fa
    Sep 11 22:57:22 localhost kernel[0]: UniNEnet::monitorLinkStatus - Link is up at 100 Mbps - Full Duplex
    Sep 11 22:57:22 localhost configd[42]: AppleTalk startup
    Sep 11 22:57:22 Powermac-G5 configd[42]: setting hostname to "Powermac-G5.local"
    Sep 11 22:57:23 Powermac-G5 kernel[0]: ATY,Xmen_A: vram [b0000000:10000000]
    Sep 11 22:57:23 Powermac-G5 kernel[0]: ATY,Xmen_B: vram [b0000000:10000000]
    Sep 11 22:57:23 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:23 Powermac-G5 lookupd[76]: lookupd (version 369.5) starting - Mon Sep 11 22:57:23 2006
    Sep 11 22:57:23 Powermac-G5 /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Sep 11 22:57:23 Powermac-G5 loginwindow[78]: Login Window Started Security Agent
    Sep 11 22:57:24 Powermac-G5 /Library/Application Support/AlchemyTV/Remote Control.app/Contents/MacOS/Remote Control: -[IOConnect openServiceForInstance:] theInstance 0 instance 0\n
    Sep 11 22:57:24 Powermac-G5 /Library/Application Support/AlchemyTV/Remote Control.app/Contents/MacOS/Remote Control: DriverSetRemoteControlUserInterrupt OK
    Sep 11 22:57:26 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:26 Powermac-G5 mDNSResponder: Adding browse domain local.
    Sep 11 22:57:27 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:27 Powermac-G5 configd[42]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Sep 11 22:57:27 Powermac-G5 configd[42]: posting notification com.apple.system.config.network_change
    Sep 11 22:57:27 Powermac-G5 lookupd[116]: lookupd (version 369.5) starting - Mon Sep 11 22:57:27 2006
    Sep 11 22:57:27 Powermac-G5 configd[42]: setting hostname to "powermac-g5.home"
    Sep 11 22:57:28 Powermac-G5 configd[42]: AppleTalk startup complete
    Sep 11 22:57:29 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:30 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:31 Powermac-G5 SystemStarter[53]: Operating System enhancements for Virtual PC (128) did not complete successfully
    Sep 11 22:57:34 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:35 Powermac-G5 configd[42]: target=enable-network: disabled
    Sep 11 22:57:37 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:39 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:41 Powermac-G5 diskarbitrationd[44]: SystemUIServer [94]:20483 not responding.
    Sep 11 22:57:41 Powermac-G5 mDNSResponder: NAT Port Mapping (YM339TUBPXJ.ttp4daemon.tcp.486313426450874.): timeout
    Sep 11 22:57:43 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:44 Powermac-G5 mDNSResponder: NAT Port Mapping (LLQ event port.): timeout
    Sep 11 22:57:45 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:46 Powermac-G5 SystemStarter[53]: The following StartupItems failed to properly start:
    Sep 11 22:57:46 Powermac-G5 SystemStarter[53]: /Library/StartupItems/VirtualPCOSServices
    Sep 11 22:57:46 Powermac-G5 SystemStarter[53]: - execution of Startup script failed
    Sep 11 22:57:49 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:50 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    Sep 11 22:57:51 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:53 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:54 Powermac-G5 personalbackupd[265]: Launching PBX4Daemon
    Sep 11 22:57:55 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:57 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:57:59 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:58:03 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:58:05 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:58:07 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:58:11 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:58:13 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:58:15 Powermac-G5 kernel[0]: Missing self ID for node 2!
    Sep 11 22:58:20 Powermac-G5 kernel[0]: jnl: flushing fs disk buffer returned 0x5
    PowerMac G5 dual-2GHz    

    If you do have a kernel panic, then there are some FAQs and steps to take:
    Resolving Kernel Panics thexlab
    Avoiding eliminating Kernel panics
    FAQ kernelpanic

  • Field constraint for days of week using single letter representation.

    I know I can add a check constraint for m,t,w,r,f,s,u
    How can I add a constraint that will allow any combination of the above.
    For example it would allow m or mf, or mwf
    Someone said it could be done with trim but I can not figure it out.
    Thanks in advance.

    You can use regex functions, for example :
    create table t1 (v varchar2 (15) constraint c1 check (regexp_replace(
                                                          regexp_replace(
                                                          regexp_replace(
                                                          regexp_replace(
                                                          regexp_replace(
                                                          regexp_replace(
                                                          regexp_replace(v, 'm','',1,1),
                                                                            't','',1,1),
                                                                            'w','',1,1),
                                                                            'r','',1,1),
                                                                            'f','',1,1),
                                                                            's','',1,1),
                                                                            'u','',1,1) is null) );
    You can try to do this code more simple, using only one regexp function.

  • Important, I cant seem to find the hierarchy chart for Sony - For a research paper

    Hello,  
    College student and a PS3 gamer. 
    I need a hierarchy chart for Sony - For a research paper
    Thank.
    Solved!
    Go to Solution.

    Hi J D,
    Welcome to Sony Community!
    Unfortunately, Information about educational research or reports cannot be provided online. I would recommend the book "MADE IN JAPAN," written by Akio Morita (our founder) as an excellent resource for both the history of Sony and our products. You may also want to visit the following website for a detailed presentation of the company history:
    http://www.sony.net/SonyInfo/CorporateInfo/History/SonyHistory/
    You may also wish to review our Annual Financial Report at:
    http://www.sony.net/SonyInfo/IR/financial/ar/index.html
    If my post answers your question, please mark it as "Accepted Solution".
    Thank you for your post.

Maybe you are looking for