SC 3.2 second node panics on boot

I am trying to get a two node (potentially three if the cluster works :) ) cluster running in a solaris 10 x86 (AMD64) environment. Following are the machine specifications:
AMD 64 single core
SATA2 hdd partitioned as / (100+gb), swap (4gb) and /globaldevices (1gb)
Solaris 10 Generic_127112-07
Completely patched
2 gb RAM
NVidia nge nic
Syskonnect skge nic
Realtek rge nic
Sun Cluster 3.2
Two unmanaged gigabit switches
The cluster setup would look like the following:
DB03 (First node of the cluster)
db03nge0 -- public interconnect
db03skge0 -- private interconnect 1 -- connected to sw07
db03rge0 -- private interconnect 2 -- connected to sw09
/globaldevices -- local disk
DB02 (Second node of the cluster)
db02nge0 -- public interconnect
db02skge0 -- private interconnect 1 -- connected to sw07
db02rge0 -- private interconnect 2 -- connected to sw09
/globaldevices -- local disk
DB01 (Third node of the cluster)
db01nge0 -- public interconnect
db01skge0 -- private interconnect 1 -- connected to sw07
db01rge0 -- private interconnect 2 -- connected to sw09
/globaldevices -- local disk
All external/public communication happens at the nge0 nic.
Switch sw07 and sw09 connects these machines for private interconnect.
All of them have a local disk partition mounted as /globaldevices
Another fourth server which is not a part of the cluster environment acts as a quorum server. The systems connect to the quorum server over nge nic. the quorum device name is cl01qs
Next, I did a single node configuration on DB03 through scinstall utility and it completed successfully. The DB03 system reboot and acquired quorum vote from the quorum server and came up fine.
Then, I added the second node to the cluster (running the scinstall command from the second node). The scinstall completes successfully and goes down for a reboot.
i can see the following from the first node:
db03nge0# cluster show 
Cluster ===                                   
Cluster Name:                                   cl01
  installmode:                                     disabled
  private_netaddr:                                 172.16.0.0
  private_netmask:                                 255.255.248.0
  max_nodes:                                       64
  max_privatenets:                                 10
  udp_session_timeout:                             480
  global_fencing:                                  pathcount
  Node List:                                       db03nge0, db02nge0
  Host Access Control ===                     
  Cluster name:                                 cl01
    Allowed hosts:                                 Any
    Authentication Protocol:                       sys
  Cluster Nodes ===                           
  Node Name:                                    db03nge0
    Node ID:                                       1
    Enabled:                                       yes
    privatehostname:                               clusternode1-priv
    reboot_on_path_failure:                        disabled
    globalzoneshares:                              1
    defaultpsetmin:                                1
    quorum_vote:                                   1
    quorum_defaultvote:                            1
    quorum_resv_key:                               0x479C227E00000001
    Transport Adapter List:                        skge0, rge0
  Node Name:                                    db02nge0
    Node ID:                                       2
    Enabled:                                       yes
    privatehostname:                               clusternode2-priv
    reboot_on_path_failure:                        disabled
    globalzoneshares:                              1
    defaultpsetmin:                                1
    quorum_vote:                                   0
    quorum_defaultvote:                            1
    quorum_resv_key:                               0x479C227E00000002
    Transport Adapter List:                        skge0, rge0Now, the problem part, when scinstall completes on the second node, it sends the machine for a reboot and, the second node encounters a panic and shuts itself down. This panic and reboot cycle keeps on going unless I place the second node in non-cluster mode. The output from both the nodes looks like the following:
First Node DB03 (Primary)
Jan 27 18:34:49 db03nge0 genunix: [ID 537175 kern.notice] NOTICE: CMM: Node db02nge0 (nodeid: 2, incarnation #: 1201476860) has become reachable.
Jan 27 18:34:49 db03nge0 genunix: [ID 387288 kern.notice] NOTICE: clcomm: Path db03nge0:rge0 - db02nge0:rge0 online
Jan 27 18:34:49 db03nge0 genunix: [ID 387288 kern.notice] NOTICE: clcomm: Path db03nge0:skge0 - db02nge0:skge0 online
Jan 27 18:34:49 db03nge0 genunix: [ID 377347 kern.notice] NOTICE: CMM: Node db02nge0 (nodeid = 2) is up; new incarnation number = 1201476860.
Jan 27 18:34:49 db03nge0 genunix: [ID 108990 kern.notice] NOTICE: CMM: Cluster members: db03nge0 db02nge0.
Jan 27 18:34:49 db03nge0 Cluster.Framework: [ID 801593 daemon.notice] stdout: releasing reservations for scsi-2 disks shared with db02nge0
Jan 27 18:34:49 db03nge0 genunix: [ID 279084 kern.notice] NOTICE: CMM: node reconfiguration #7 completed.
Jan 27 18:34:59 db03nge0 genunix: [ID 446068 kern.notice] NOTICE: CMM: Node db02nge0 (nodeid = 2) is down.
Jan 27 18:34:59 db03nge0 genunix: [ID 108990 kern.notice] NOTICE: CMM: Cluster members: db03nge0.
Jan 27 18:34:59 db03nge0 genunix: [ID 489438 kern.notice] NOTICE: clcomm: Path db03nge0:skge0 - db02nge0:skge0 being drained
Jan 27 18:34:59 db03nge0 genunix: [ID 489438 kern.notice] NOTICE: clcomm: Path db03nge0:rge0 - db02nge0:rge0 being drained
Jan 27 18:35:00 db03nge0 genunix: [ID 279084 kern.notice] NOTICE: CMM: node reconfiguration #8 completed.
Jan 27 18:35:00 db03nge0 Cluster.Framework: [ID 801593 daemon.notice] stdout: fencing node db02nge0 from shared devices
Jan 27 18:35:59 db03nge0 genunix: [ID 604153 kern.notice] NOTICE: clcomm: Path db03nge0:skge0 - db02nge0:skge0 errors during initiation
Jan 27 18:35:59 db03nge0 genunix: [ID 618107 kern.warning] WARNING: Path db03nge0:skge0 - db02nge0:skge0 initiation encountered errors, errno = 62. Remote node may be down or unreachable through this path.
Jan 27 18:35:59 db03nge0 genunix: [ID 604153 kern.notice] NOTICE: clcomm: Path db03nge0:rge0 - db02nge0:rge0 errors during initiation
Jan 27 18:35:59 db03nge0 genunix: [ID 618107 kern.warning] WARNING: Path db03nge0:rge0 - db02nge0:rge0 initiation encountered errors, errno = 62. Remote node may be down or unreachable through this path.
Jan 27 18:40:27 db03nge0 genunix: [ID 273354 kern.notice] NOTICE: CMM: Node db02nge0 (nodeid = 2) is dead.Second Node DB02 (Secondary node just added to cluster)
Jan 27 18:33:43 db02nge0 ipf: [ID 774698 kern.info] IP Filter: v4.1.9, running.
Jan 27 18:33:50 db02nge0 svc.startd[8]: [ID 652011 daemon.warning] svc:/system/pools:default: Method "/lib/svc/method/svc-pools start" failed with exit status 96.
Jan 27 18:33:50 db02nge0 svc.startd[8]: [ID 748625 daemon.error] system/pools:default misconfigured: transitioned to maintenance (see 'svcs -xv' for details)
Jan 27 18:34:20 db02nge0 genunix: [ID 965873 kern.notice] NOTICE: CMM: Node db03nge0 (nodeid = 1) with votecount = 1 added.
Jan 27 18:34:20 db02nge0 genunix: [ID 965873 kern.notice] NOTICE: CMM: Node db02nge0 (nodeid = 2) with votecount = 0 added.
Jan 27 18:34:20 db02nge0 genunix: [ID 884114 kern.notice] NOTICE: clcomm: Adapter rge0 constructed
Jan 27 18:34:20 db02nge0 genunix: [ID 884114 kern.notice] NOTICE: clcomm: Adapter skge0 constructed
Jan 27 18:34:20 db02nge0 genunix: [ID 843983 kern.notice] NOTICE: CMM: Node db02nge0: attempting to join cluster.
Jan 27 18:34:23 db02nge0 skge: [ID 418734 kern.notice] skge0: Network connection up on port A
Jan 27 18:34:23 db02nge0 skge: [ID 249518 kern.notice]     Link Speed:      1000 Mbps
Jan 27 18:34:23 db02nge0 skge: [ID 966250 kern.notice]     Autonegotiation: Yes
Jan 27 18:34:23 db02nge0 skge: [ID 676895 kern.notice]     Duplex Mode:     Full
Jan 27 18:34:23 db02nge0 skge: [ID 825410 kern.notice]     Flow Control:    Symmetric
Jan 27 18:34:23 db02nge0 skge: [ID 512437 kern.notice]     Role:            Slave
Jan 27 18:34:23 db02nge0 rge: [ID 801725 kern.info] NOTICE: rge0: link up 1000Mbps Full_Duplex (initialized)
Jan 27 18:34:24 db02nge0 genunix: [ID 537175 kern.notice] NOTICE: CMM: Node db03nge0 (nodeid: 1, incarnation #: 1201416440) has become reachable.
Jan 27 18:34:24 db02nge0 genunix: [ID 387288 kern.notice] NOTICE: clcomm: Path db02nge0:rge0 - db03nge0:rge0 online
Jan 27 18:34:24 db02nge0 genunix: [ID 525628 kern.notice] NOTICE: CMM: Cluster has reached quorum.
Jan 27 18:34:24 db02nge0 genunix: [ID 377347 kern.notice] NOTICE: CMM: Node db03nge0 (nodeid = 1) is up; new incarnation number = 1201416440.
Jan 27 18:34:24 db02nge0 genunix: [ID 377347 kern.notice] NOTICE: CMM: Node db02nge0 (nodeid = 2) is up; new incarnation number = 1201476860.
Jan 27 18:34:24 db02nge0 genunix: [ID 108990 kern.notice] NOTICE: CMM: Cluster members: db03nge0 db02nge0.
Jan 27 18:34:24 db02nge0 genunix: [ID 387288 kern.notice] NOTICE: clcomm: Path db02nge0:skge0 - db03nge0:skge0 online
Jan 27 18:34:25 db02nge0 genunix: [ID 279084 kern.notice] NOTICE: CMM: node reconfiguration #7 completed.
Jan 27 18:34:25 db02nge0 genunix: [ID 499756 kern.notice] NOTICE: CMM: Node db02nge0: joined cluster.
Jan 27 18:34:25 db02nge0 cl_dlpitrans: [ID 624622 kern.notice] Notifying cluster that this node is panicking
Jan 27 18:34:25 db02nge0 unix: [ID 836849 kern.notice]
Jan 27 18:34:25 db02nge0 ^Mpanic[cpu0]/thread=ffffffff8202a1a0:
Jan 27 18:34:25 db02nge0 genunix: [ID 335743 kern.notice] BAD TRAP: type=e (#pf Page fault) rp=fffffe8000636b90 addr=30 occurred in module "cl_comm" due to a NULL pointer dereference
Jan 27 18:34:25 db02nge0 cl_dlpitrans: [ID 624622 kern.notice] Notifying cluster that this node is panicking
Jan 27 18:34:25 db02nge0 unix: [ID 836849 kern.notice]
Jan 27 18:34:25 db02nge0 ^Mpanic[cpu0]/thread=ffffffff8202a1a0:
Jan 27 18:34:25 db02nge0 genunix: [ID 335743 kern.notice] BAD TRAP: type=e (#pf Page fault) rp=fffffe8000636b90 addr=30 occurred in module "cl_comm" due to a NULL pointer dereference
Jan 27 18:34:25 db02nge0 unix: [ID 100000 kern.notice]
Jan 27 18:34:25 db02nge0 unix: [ID 839527 kern.notice] cluster:
Jan 27 18:34:25 db02nge0 unix: [ID 753105 kern.notice] #pf Page fault
Jan 27 18:34:25 db02nge0 unix: [ID 532287 kern.notice] Bad kernel fault at addr=0x30
Jan 27 18:34:25 db02nge0 unix: [ID 243837 kern.notice] pid=4, pc=0xfffffffff262c3f6, sp=0xfffffe8000636c80, eflags=0x10202
Jan 27 18:34:25 db02nge0 unix: [ID 211416 kern.notice] cr0: 8005003b<pg,wp,ne,et,ts,mp,pe> cr4: 6f0<xmme,fxsr,pge,mce,pae,pse>
Jan 27 18:34:25 db02nge0 unix: [ID 354241 kern.notice] cr2: 30 cr3: efd4000 cr8: c
Jan 27 18:34:25 db02nge0 unix: [ID 592667 kern.notice]  rdi: ffffffff8c932b18 rsi: ffffffffc055a8e6 rdx:               10
Jan 27 18:34:25 db02nge0 unix: [ID 592667 kern.notice]  rcx: ffffffff8d10d0c0  r8:                0  r9:                0
Jan 27 18:34:25 db02nge0 unix: [ID 592667 kern.notice]  rax:               10 rbx:                0 rbp: fffffe8000636cd0
Jan 27 18:34:25 db02nge0 unix: [ID 592667 kern.notice]  r10:                0 r11: fffffffffbce2d40 r12: ffffffff8216a008
Jan 27 18:34:25 db02nge0 unix: [ID 592667 kern.notice]  r13:              800 r14:                0 r15: ffffffff8216a0d8
Jan 27 18:34:25 db02nge0 unix: [ID 592667 kern.notice]  fsb: ffffffff80000000 gsb: fffffffffbc25520  ds:               43
Jan 27 18:34:25 db02nge0 unix: [ID 592667 kern.notice]   es:               43  fs:                0  gs:              1c3
Jan 27 18:34:25 db02nge0 unix: [ID 592667 kern.notice]  trp:                e err:                0 rip: fffffffff262c3f6
Jan 27 18:34:25 db02nge0 unix: [ID 592667 kern.notice]   cs:               28 rfl:            10202 rsp: fffffe8000636c80
Jan 27 18:34:25 db02nge0 unix: [ID 266532 kern.notice]   ss:               30
Jan 27 18:34:25 db02nge0 unix: [ID 100000 kern.notice]
Jan 27 18:34:25 db02nge0 genunix: [ID 655072 kern.notice] fffffe8000636aa0 unix:die+da ()
Jan 27 18:34:25 db02nge0 genunix: [ID 655072 kern.notice] fffffe8000636b80 unix:trap+d86 ()
Jan 27 18:34:25 db02nge0 genunix: [ID 655072 kern.notice] fffffe8000636b90 unix:cmntrap+140 ()
Jan 27 18:34:25 db02nge0 genunix: [ID 655072 kern.notice] fffffe8000636cd0 cl_comm:__1cKfp_adapterNget_fp_header6MpCLHC_pnEmsgb__+163 ()
Jan 27 18:34:25 db02nge0 genunix: [ID 655072 kern.notice] fffffe8000636d30 cl_comm:__1cJfp_holderVupdate_remote_macaddr6MrnHnetworkJmacinfo_t__v_+e5 ()
Jan 27 18:34:25 db02nge0 genunix: [ID 655072 kern.notice] fffffe8000636d80 cl_comm:__1cLpernodepathOstart_matching6MnM_ManagedSeq_4nL_NormalSeq_4nHnetworkJmacinfo_t__
_n0C____v_+180 ()
Jan 27 18:34:25 db02nge0 genunix: [ID 655072 kern.notice] fffffe8000636e60 cl_comm:__1cGfpconfIfp_ns_if6M_v_+195 ()
Jan 27 18:34:25 db02nge0 genunix: [ID 655072 kern.notice] fffffe8000636e70 cl_comm:.XDKsQAiaUkSGENQ.__1fTget_idlversion_impl1AG__CCLD_+320bf51b ()
Jan 27 18:34:25 db02nge0 genunix: [ID 655072 kern.notice] fffffe8000636ed0 cl_orb:cllwpwrapper+106 ()
Jan 27 18:34:25 db02nge0 genunix: [ID 655072 kern.notice] fffffe8000636ee0 unix:thread_start+8 ()
Jan 27 18:34:25 db02nge0 unix: [ID 100000 kern.notice]
Jan 27 18:34:25 db02nge0 genunix: [ID 672855 kern.notice] syncing file systems...
Jan 27 18:34:25 db02nge0 genunix: [ID 433738 kern.notice]  [1]
Jan 27 18:34:25 db02nge0 genunix: [ID 733762 kern.notice]  33
Jan 27 18:34:26 db02nge0 genunix: [ID 433738 kern.notice]  [1]
Jan 27 18:34:26 db02nge0 genunix: [ID 733762 kern.notice]  2
Jan 27 18:34:27 db02nge0 genunix: [ID 433738 kern.notice]  [1]
Jan 27 18:34:48 db02nge0 last message repeated 20 times
Jan 27 18:34:49 db02nge0 genunix: [ID 622722 kern.notice]  done (not all i/o completed)
Jan 27 18:34:50 db02nge0 genunix: [ID 111219 kern.notice] dumping to /dev/dsk/c1d0s1, offset 860356608, content: kernel
Jan 27 18:34:55 db02nge0 genunix: [ID 409368 kern.notice] ^M100% done: 92936 pages dumped, compression ratio 5.02,
Jan 27 18:34:55 db02nge0 genunix: [ID 851671 kern.notice] dump succeeded
Jan 27 18:35:41 db02nge0 genunix: [ID 540533 kern.notice] ^MSunOS Release 5.10 Version Generic_127112-07 64-bit
Jan 27 18:35:41 db02nge0 genunix: [ID 943907 kern.notice] Copyright 1983-2007 Sun Microsystems, Inc.  All rights reserved.
Jan 27 18:35:41 db02nge0 Use is subject to license terms.
Jan 27 18:35:41 db02nge0 unix: [ID 126719 kern.info] features: 1076fdf<cpuid,sse3,nx,asysc,sse2,sse,pat,cx8,pae,mca,mmx,cmov,pge,mtrr,msr,tsc,lgpg>
Jan 27 18:35:41 db02nge0 unix: [ID 168242 kern.info] mem = 3144188K (0xbfe7f000)
Jan 27 18:35:41 db02nge0 rootnex: [ID 466748 kern.info] root nexus = i86pcI don't know what is the next step to overcome this problem. I have tried the same with DB01 machine, but that machine is also throwing a kernel panic at the same point. From what I can see from the logs, it seems as if the secondary node(s) do join the cluster:
Jan 27 18:34:20 db02nge0 genunix: [ID 965873 kern.notice] NOTICE: CMM: Node db03nge0 (nodeid = 1) with votecount = 1 added.
Jan 27 18:34:20 db02nge0 genunix: [ID 965873 kern.notice] NOTICE: CMM: Node db02nge0 (nodeid = 2) with votecount = 0 added.
Jan 27 18:34:20 db02nge0 genunix: [ID 884114 kern.notice] NOTICE: clcomm: Adapter rge0 constructed
Jan 27 18:34:20 db02nge0 genunix: [ID 884114 kern.notice] NOTICE: clcomm: Adapter skge0 constructed
Jan 27 18:34:20 db02nge0 genunix: [ID 843983 kern.notice] NOTICE: CMM: Node db02nge0: attempting to join cluster.
Jan 27 18:34:23 db02nge0 rge: [ID 801725 kern.info] NOTICE: rge0: link up 1000Mbps Full_Duplex (initialized)
Jan 27 18:34:24 db02nge0 genunix: [ID 537175 kern.notice] NOTICE: CMM: Node db03nge0 (nodeid: 1, incarnation #: 1201416440) has become reachable.
Jan 27 18:34:24 db02nge0 genunix: [ID 387288 kern.notice] NOTICE: clcomm: Path db02nge0:rge0 - db03nge0:rge0 online
Jan 27 18:34:24 db02nge0 genunix: [ID 525628 kern.notice] NOTICE: CMM: Cluster has reached quorum.
Jan 27 18:34:24 db02nge0 genunix: [ID 377347 kern.notice] NOTICE: CMM: Node db03nge0 (nodeid = 1) is up; new incarnation number = 1201416440.
Jan 27 18:34:24 db02nge0 genunix: [ID 377347 kern.notice] NOTICE: CMM: Node db02nge0 (nodeid = 2) is up; new incarnation number = 1201476860.
Jan 27 18:34:24 db02nge0 genunix: [ID 108990 kern.notice] NOTICE: CMM: Cluster members: db03nge0 db02nge0.
Jan 27 18:34:24 db02nge0 genunix: [ID 387288 kern.notice] NOTICE: clcomm: Path db02nge0:skge0 - db03nge0:skge0 online
Jan 27 18:34:25 db02nge0 genunix: [ID 279084 kern.notice] NOTICE: CMM: node reconfiguration #7 completed.
Jan 27 18:34:25 db02nge0 genunix: [ID 499756 kern.notice] NOTICE: CMM: Node db02nge0: joined cluster.but, then, immediately due to some reason encounter the kernel panick.
The only thing which is coming to my mind is that the skge driver is somehow causing the problem while it is a part of the cluster interconnect. Don't know, but another thread somewhere on the internet was facing a similar problem:
http://unix.derkeiler.com/Mailing-Lists/SunManagers/2005-12/msg00114.html
The next step looks like inter-changing the nge and skge nics and trying it again.
Any help is much appreciated.
Thanks in advance.
tualha

I'm not sure I can solve your problem but I have some suggestions that you might want to consider. I can't find anything in the bugs database that is identical to this, but that may be because we haven't certified the adapters you are using and thus never came across the problem.
Although I'm not that hot on kernel debugging, looking at the stack traces seems to suggest that there might have been a problem with MAC addresses. Can you check that you have the equivalent of local_mac_address = true set, so that each adapter has a separate MAC address. If they don't it might confuse the cl_com module which seems to have had the fault.
If that checks out, then I would try switching the syskonnect adapter to being the public network and making the nge adapter the other private network. Again, I don't think any of these adapters have every been tested so there is no guarantee they will work.
Other ideas to try are to set the adapters to not auto-negotiate speeds, disable jumbo frames, check that they don't have any power saving modes that might put them to sleep periodically, etc.
Let us know if any of these make any difference.
Tim
---

Similar Messages

  • Cluster node panic on booting

    Hi
    I have setup a two nodes cluster with sun cluster 3.1 u4 on sun v890+StorageTek6140.On the cluster runs oracle RAC with oracle 10g+clusterware.
    When all thing finished ,I mirrored the bootdisk with SVM on the nodes,but during boot in solaris,it panic like this:
    Jun 23 15:14:37 hisa ID[SUNWudlm.udlm]: [ID 795570 local0.error] Unix DLM version (2) and SUN Unix DLM library version (1): compatible.
    Jun 23 15:14:37 hisa Cluster.OPS.UCMMD: [ID 525628 daemon.notice] CMM: Cluster has reached quorum.
    Jun 23 15:14:37 hisa Cluster.OPS.UCMMD: [ID 377347 daemon.notice] CMM: Node hisa (nodeid = 1) is up; new incarnation number = 1182582874.
    Jun 23 15:14:37 hisa Cluster.OPS.UCMMD: [ID 377347 daemon.notice] CMM: Node hisb (nodeid = 2) is up; new incarnation number = 1182582873.
    Jun 23 15:14:38 hisa java[1656]: [ID 807473 user.error] pkcs11_softtoken: Keystore version failure.
    Jun 23 15:15:30 hisa cl_dlpitrans: [ID 624622 kern.notice] Notifying cluster that this node is panicking
    Jun 23 15:15:30 hisa unix: [ID 836849 kern.notice]
    Jun 23 15:15:30 hisa ^Mpanic[cpu2]/thread=2a100047cc0:
    Jun 23 15:15:30 hisa unix: [ID 213328 kern.notice] kstat_q_exit: qlen == 0
    Jun 23 15:15:30 hisa unix: [ID 100000 kern.notice]
    Jun 23 15:15:30 hisa genunix: [ID 723222 kern.notice] 000002a100047020 SUNW,UltraSPARC-IV+:kstat_q_panic+8 (300026ab150, 0, ffffffffffffffff, 2200061, 300026ab150, 5800)
    Jun 23 15:15:30 hisa genunix: [ID 179002 kern.notice] %l0-3: 0000000000000002 0000060001815000 0000000000000000 0000030000241b80
    Jun 23 15:15:30 hisa %l4-7: 0000030000241b80 0000000000000000 0000000000000000 0000000001297400
    Jun 23 15:15:31 hisa genunix: [ID 723222 kern.notice] 000002a1000470d0 md:md_kstat_done+cc (600060dda08, 60001fc5938, 0, 600060dda30, 200, 300026ab040)
    Jun 23 15:15:31 hisa genunix: [ID 179002 kern.notice] %l0-3: 00000300026ab040 00000300026ab150 0000000000000009 0000000000000008
    Jun 23 15:15:31 hisa %l4-7: 00000300026d5d00 0000000000000002 0000000000000008 0000000000000000
    Jun 23 15:15:31 hisa genunix: [ID 723222 kern.notice] 000002a100047180 md_sp:sp_done+114 (0, 600060dda08, 0, 60001fc5938, 6000750ddf0, 704b7800)
    Jun 23 15:15:31 hisa genunix: [ID 179002 kern.notice] %l0-3: 0000000000200061 00000300026aaff0 000000000000000b 000000000000000a
    Jun 23 15:15:31 hisa %l4-7: 0000000000004000 0000000000000000 0000000000000001 00000000704b7800
    Jun 23 15:15:31 hisa genunix: [ID 723222 kern.notice] 000002a100047230 md_stripe:stripe_done+13c (4, 6000721cb38, 703c1400, 6000750f930, 60007509ce8, 60007509d40)
    Jun 23 15:15:31 hisa genunix: [ID 179002 kern.notice] %l0-3: 000006000750b730 0000000000004000 0000000000000000 0000000000000001
    Jun 23 15:15:31 hisa %l4-7: 0000000000000000 0000000000000000 00000000703c1400 0000000000000000
    Jun 23 15:15:31 hisa genunix: [ID 723222 kern.notice] 000002a1000472e0 did:did_done+3c (60004b8b9c0, 60001236a80, 6000750b770, 6000131d280, 2200061, 0)
    Jun 23 15:15:31 hisa genunix: [ID 179002 kern.notice] %l0-3: 0000000001202390 00000000018cafd8 0000000001202310 0000000000200061
    Jun 23 15:15:31 hisa %l4-7: 0000000002200061 00000000fdffffff 00000000fdfffc00 000000007b666310
    Jun 23 15:15:32 hisa genunix: [ID 723222 kern.notice] 000002a100047390 ssd:ssd_return_command+198 (60001236a80, 60004b8b9c0, 4, 6000131d280, 4, 4)
    Jun 23 15:15:32 hisa genunix: [ID 179002 kern.notice] %l0-3: 0000000000000020 00000000018cad68 00000000018cac00 000000000126ced8
    Jun 23 15:15:32 hisa %l4-7: 0000000000000020 00000000018caf08 00000000018cac00 0000000000000004
    Jun 23 15:15:32 hisa genunix: [ID 723222 kern.notice] 000002a100047440 ssd:ssdintr+268 (60006e0f458, 0, 0, 6000594d680, 60004b8b9c0, 60001236a80)
    Jun 23 15:15:32 hisa genunix: [ID 179002 kern.notice] %l0-3: 0000000000000000 0000000000000000 0000000000004000 0000060006e0f4f8
    Jun 23 15:15:32 hisa %l4-7: 0000000000000000 0000000000000000 0000000000000001 0000000000000000
    Jun 23 15:15:32 hisa genunix: [ID 723222 kern.notice] 000002a1000474f0 scsi_vhci:vhci_intr+7b0 (600011e8dc0, 60006e0f4b8, 600018b13e0, 0, 60001822388, 60006e0f458)
    Jun 23 15:15:32 hisa genunix: [ID 179002 kern.notice] %l0-3: 0000060001863a40 0000000000000000 0000060006e0f4b8 0000000000000000
    Jun 23 15:15:32 hisa %l4-7: 0000000000000000 0000060006e0f4f8 00000600018b1284 0000000000000028
    Jun 23 15:15:32 hisa genunix: [ID 723222 kern.notice] 000002a1000475d0 fcp:ssfcp_cmd_callback+64 (600018b1438, 0, 1, 813, 600018b1248, 600011c2f40)
    Jun 23 15:15:32 hisa genunix: [ID 179002 kern.notice] %l0-3: 0000000000000002 0000060001815000 0000000000000000 0000030000241b80
    Jun 23 15:15:32 hisa %l4-7: 0000030000241b80 0000000000000000 0000000000000000 0000000001297400
    Jun 23 15:15:33 hisa genunix: [ID 723222 kern.notice] 000002a100047680 qlc:ql_fast_fcp_post+178 (600018b15d8, 128ae70, 600018b1438, 60001236fc0, 60001237038, 128ae70)
    Jun 23 15:15:33 hisa genunix: [ID 179002 kern.notice] %l0-3: 0000000000400000 00000000018d5148 0000000000000803 0000000000000001
    Jun 23 15:15:33 hisa %l4-7: 00000600018b1438 00000600018b1438 00000600018b1438 00000600018b1278
    Jun 23 15:15:33 hisa genunix: [ID 723222 kern.notice] 000002a100047730 qlc:ql_24xx_status_entry+1ec (0, 300012008c0, 2a100047958, 2a10004796c, 0, 0)
    Jun 23 15:15:33 hisa genunix: [ID 179002 kern.notice] %l0-3: 0000000000000811 00000600018b15d8 0000000000000000 0000000000080811
    Jun 23 15:15:33 hisa %l4-7: 00000000fff7ffff 0000000000000001 0000000000000001 0000000000000000
    Jun 23 15:15:33 hisa genunix: [ID 723222 kern.notice] 000002a1000477e0 qlc:ql_response_pkt+248 (60001236fc0, 2a100047958, 2a10004796c, 2a100047968, 20aa, 2840)
    Jun 23 15:15:33 hisa genunix: [ID 179002 kern.notice] %l0-3: 0000000000000000 0000000000004000 0000000000002000 0000000000000000
    Jun 23 15:15:33 hisa %l4-7: 0000000000000000 00000300012008c0 0000000000000000 0000000000000000
    Jun 23 15:15:33 hisa genunix: [ID 723222 kern.notice] 000002a100047890 qlc:ql_isr+664 (60001236fc0, a2, 8000, a2, ffffffffffffffff, 60001237018)
    Jun 23 15:15:34 hisa genunix: [ID 179002 kern.notice] %l0-3: 0000000000002000 0000000000004000 0000060001236fd8 00000000012db3a8
    Jun 23 15:15:34 hisa %l4-7: 0000000000000001 0000000000000000 0000000000000000 0000000000000003
    Jun 23 15:15:34 hisa genunix: [ID 723222 kern.notice] 000002a100047970 qlc:___const_seg_900000101+db4 (60001236fc0, 0, 60001236fc0, 0, 0, 60001237018)
    Jun 23 15:15:34 hisa genunix: [ID 179002 kern.notice] %l0-3: 0000000000002000 0000000000004000 0000060001236fd8 00000000012db3a8
    Jun 23 15:15:34 hisa %l4-7: 0000000000000001 0000000000000001 0000000000000000 00000000000001ab
    Jun 23 15:15:34 hisa genunix: [ID 723222 kern.notice] 000002a100047a20 pcisch:pci_intr_wrapper+b4 (6000122f7b0, 600010b5230, 0, 0, 0, 6000136c738)
    Jun 23 15:15:34 hisa genunix: [ID 179002 kern.notice] %l0-3: 00000000018d5170 00000600010f8c80 00000000018d51b8 0000000000000001
    Jun 23 15:15:34 hisa %l4-7: 0000030000220220 0000060001236fc0 0000000000000000 00000000012dc158
    Jun 23 15:15:34 hisa unix: [ID 100000 kern.notice]
    Jun 23 15:15:34 hisa genunix: [ID 672855 kern.notice] syncing file systems...
    Has any one ever met like this?

    Thank you for your attation!
    I would like to add some other information to this issue
    Between the hosts and storage,we did not use switch but directly connnect them use fibre cables ,I don't konw if this way could bring problems and we did not use QFS either.Beside panic at booting,sometimes the messages would display this information:
    Jun 26 15:32:20 hisb genunix: [ID 454863 kern.info] dump on /dev/dsk/c4t500000E0147BACB0d0s1 size 8198 MB
    Jun 26 15:33:18 hisb cacao[978]: [ID 388282 daemon.warning] com.sun.cacao.ModuleManager.garbage : Cannot garbage class loader for module com.sun.cacao.snmpv3_adaptor
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 529407 daemon.notice] resource group rac-rg state on node hisb change to RG_PENDING_OFFLINE
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 443746 daemon.notice] resource rac-svm-rs state on node hisb change to R_MON_STOPPING
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 443746 daemon.notice] resource rac-udlm-rs state on node hisb change to R_MON_STOPPING
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 443746 daemon.notice] resource rac-framework-rs state on node hisb change to R_MON_STOPPING
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 707948 daemon.notice] launching method <bin/rac_framework_monitor_stop> for resource <rac-framework-rs>, resource group <rac-rg>, timeout <3600> seconds
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 707948 daemon.notice] launching method <bin/rac_udlm_monitor_stop> for resource <rac-udlm-rs>, resource group <rac-rg>, timeout <300> seconds
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 707948 daemon.notice] launching method <bin/rac_svm_monitor_stop> for resource <rac-svm-rs>, resource group <rac-rg>, timeout <300> seconds
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 736390 daemon.notice] method <bin/rac_framework_monitor_stop> completed successfully for resource <rac-framework-rs>, resource group <rac-rg>, time used: 0% of timeout <3600 seconds>
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 443746 daemon.notice] resource rac-framework-rs state on node hisb change to R_ONLINE_UNMON
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 736390 daemon.notice] method <bin/rac_svm_monitor_stop> completed successfully for resource <rac-svm-rs>, resource group <rac-rg>, time used: 0% of timeout <300 seconds>
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 443746 daemon.notice] resource rac-svm-rs state on node hisb change to R_ONLINE_UNMON
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 443746 daemon.notice] resource rac-svm-rs state on node hisb change to R_STOPPING
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 784560 daemon.notice] resource rac-svm-rs status on node hisb change to R_FM_UNKNOWN
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 922363 daemon.notice] resource rac-svm-rs status msg on node hisb change to <Stopping>
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 707948 daemon.notice] launching method <bin/rac_svm_stop> for resource <rac-svm-rs>, resource group <rac-rg>, timeout <300> seconds
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 736390 daemon.notice] method <bin/rac_udlm_monitor_stop> completed successfully for resource <rac-udlm-rs>, resource group <rac-rg>, time used: 0% of timeout <300 seconds>
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 443746 daemon.notice] resource rac-udlm-rs state on node hisb change to R_ONLINE_UNMON
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 443746 daemon.notice] resource rac-udlm-rs state on node hisb change to R_STOPPING
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 707948 daemon.notice] launching method <bin/rac_udlm_stop> for resource <rac-udlm-rs>, resource group <rac-rg>, timeout <300> seconds
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 784560 daemon.notice] resource rac-udlm-rs status on node hisb change to R_FM_UNKNOWN
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 922363 daemon.notice] resource rac-udlm-rs status msg on node hisb change to <Stopping>
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 922363 daemon.notice] resource rac-svm-rs status msg on node hisb change to <RAC framework is running>
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 736390 daemon.notice] method <bin/rac_svm_stop> completed successfully for resource <rac-svm-rs>, resource group <rac-rg>, time used: 0% of timeout <300 seconds>
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 443746 daemon.notice] resource rac-svm-rs state on node hisb change to R_OFFLINE
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 922363 daemon.notice] resource rac-udlm-rs status msg on node hisb change to <RAC framework is running>
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 736390 daemon.notice] method <bin/rac_udlm_stop> completed successfully for resource <rac-udlm-rs>, resource group <rac-rg>, time used: 0% of timeout <300 seconds>
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 443746 daemon.notice] resource rac-udlm-rs state on node hisb change to R_OFFLINE
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 443746 daemon.notice] resource rac-framework-rs state on node hisb change to R_STOPPING
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 707948 daemon.notice] launching method <bin/rac_framework_stop> for resource <rac-framework-rs>, resource group <rac-rg>, timeout <300> seconds
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 784560 daemon.notice] resource rac-framework-rs status on node hisb change to R_FM_UNKNOWN
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 922363 daemon.notice] resource rac-framework-rs status msg on node hisb change to <Stopping>
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 922363 daemon.notice] resource rac-framework-rs status msg on node hisb change to <RAC framework is running>
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 736390 daemon.notice] method <bin/rac_framework_stop> completed successfully for resource <rac-framework-rs>, resource group <rac-rg>, time used: 0% of timeout <300 seconds>
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 443746 daemon.notice] resource rac-framework-rs state on node hisb change to R_OFFLINE
    Jun 26 15:33:21 hisb Cluster.RGM.rgmd: [ID 529407 daemon.notice] resource group rac-rg state on node hisb change to RG_OFFLINE
    Jun 26 15:33:21 hisb xntpd[568]: [ID 866926 daemon.notice] xntpd exiting on signal 15
    Jun 26 15:33:23 hisb root: [ID 702911 user.error] Oracle CRSD 1099 set to stop
    Jun 26 15:33:23 hisb root: [ID 702911 user.error] Oracle CRSD 1099 shutdown completed
    Jun 26 15:33:23 hisb root: [ID 702911 user.error] Oracle EVMD set to stop
    Jun 26 15:33:23 hisb root: [ID 702911 user.error] Oracle CSSD being stopped
    Jun 26 15:33:41 hisb FIN_SVC_CTRL: [ID 702911 local0.error] Warning:      Because one or more of the sun cluster userland cluster      services are offline this service goes offline
    Jun 26 15:33:41 hisb cl_eventlogd[843]: [ID 247336 daemon.error] Going down on signal 15.
    Jun 26 15:33:43 hisb root: [ID 702911 user.error] Oracle CSSD graceful shutdown
    Jun 26 15:33:44 hisb Cluster.PNM: [ID 226280 daemon.notice] PNM daemon exiting.
    Regards,
    Caicia

  • Node panic

    Dual-node cluster configuration.
    To take the node off , I run:
    scswitch -S -h node1
    and then
    reboot -- -x
    The second node panics immediately.
    What's wrong?
    tia
    UPD: reboot -- -x was a mistake. The right command is
    shutdown -g0 -y -i0
    and then
    boot -x from the OBP

    I prefer to use scstat -q to check it.
    And I think it's worth to include this step in the documentation - Chapter 3 of "Sun Cluster System Administration Guide for Solaris OS", "Hot to Shut Down a Cluster Node". Currently it doesn't mention a checking of the quorum status.
    Thank you,
    -- Leon

  • Random kernel panic at boot

    Hello guys,
    I recently installed Arch to my GF's laptop because she wanted to learn some stuff about how to use it, how it works etc... Unfortunately, there are some (seems like) random kernel panics at boot, I haven't found if it's related to some event or not because I've been trying to reboot it 10x in a row or after a whole day of usage etc. to find out if it's caused by some action but it still seems to be random during the boot. Inspecting the stack trace confused me even more because it doesn't look same with each panic. I captured 3 of them for example (sorry, haven't found a way to get them in text format since they are not stored on disk :-/ ):
    https://drive.google.com/file/d/0BxrD17 … sp=sharing
    https://drive.google.com/file/d/0BxrD17 … sp=sharing
    https://drive.google.com/file/d/0BxrD17 … sp=sharing
    Reinstalling the system didn't helped (tried it like 3x), current system is fresh fully updated arch that I installed 2 days ago, There's only basic system with KDE, opensource ati drivers, cpufreq and blacklisted modules (pcspkr, bluetooth, toshiba_bluetooth), I made no other modifications (hopefully) which may affect the system boot.
    Here is the system info:
    uname -a
    Linux RadkaPC 3.15.2-1-ARCH #1 SMP PREEMPT Fri Jun 27 07:41:19 CEST 2014 x86_64 GNU/Linux
    lsmod
    Module Size Used by
    nls_utf8 1384 0
    fuse 84337 1
    btrfs 873944 0
    raid6_pq 91142 1 btrfs
    xor 11984 1 btrfs
    ufs 69790 0
    hfsplus 96553 0
    hfs 46753 0
    minix 29055 0
    ntfs 193169 0
    vfat 10631 0
    msdos 7726 0
    fat 53688 2 vfat,msdos
    jfs 174901 0
    xfs 837555 0
    crc32c_generic 1736 2
    libcrc32c 1002 1 xfs
    reiserfs 239754 0
    dm_mod 85322 0
    ctr 3927 1
    ccm 8278 1
    arc4 2064 2
    ath9k 89838 0
    uvcvideo 74919 0
    videobuf2_vmalloc 3368 1 uvcvideo
    videobuf2_memops 2239 1 videobuf2_vmalloc
    videobuf2_core 30407 1 uvcvideo
    videodev 123032 2 uvcvideo,videobuf2_core
    ath9k_common 8550 1 ath9k
    ath9k_hw 397498 2 ath9k_common,ath9k
    ath 19483 3 ath9k_common,ath9k,ath9k_hw
    coretemp 6388 0
    intel_powerclamp 9442 0
    microcode 17157 0
    psmouse 94790 0
    serio_raw 5073 0
    ums_realtek 7711 0
    uas 17010 0
    media 12611 2 uvcvideo,videodev
    evdev 11784 14
    mousedev 10912 0
    joydev 10367 0
    mac_hid 3273 0
    toshiba_acpi 21184 0
    radeon 1361605 2
    sparse_keymap 3242 1 toshiba_acpi
    i2c_i801 11364 0
    led_class 3611 2 ath9k,toshiba_acpi
    ttm 67215 1 radeon
    drm_kms_helper 39643 1 radeon
    snd_hda_codec_realtek 54803 1
    mac80211 495361 1 ath9k
    r8169 59191 0
    drm 244782 5 ttm,drm_kms_helper,radeon
    hwmon 3346 2 coretemp,radeon
    snd_hda_codec_generic 56366 1 snd_hda_codec_realtek
    i2c_algo_bit 5480 1 radeon
    wmi 8539 1 toshiba_acpi
    ene_ir 14302 0
    i2c_core 41648 6 drm,i2c_i801,drm_kms_helper,i2c_algo_bit,radeon,videodev
    snd_hda_intel 22270 2
    snd_hda_controller 22911 1 snd_hda_intel
    cfg80211 437959 4 ath,ath9k_common,ath9k,mac80211
    snd_hda_codec 104665 4 snd_hda_codec_realtek,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
    snd_hwdep 6652 1 snd_hda_codec
    snd_pcm 83207 3 snd_hda_codec,snd_hda_intel,snd_hda_controller
    rfkill 15971 3 cfg80211,toshiba_acpi
    mii 4251 1 r8169
    rc_core 18661 1 ene_ir
    battery 7885 0
    ac 3595 0
    video 12057 0
    button 4765 0
    shpchp 25706 0
    acpi_cpufreq 10170 1
    mei_me 10096 0
    snd_timer 19294 1 snd_pcm
    processor 25153 1 acpi_cpufreq
    intel_agp 11504 0
    intel_gtt 12856 1 intel_agp
    snd 61276 11 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_pcm,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel
    mei 66784 1 mei_me
    soundcore 5551 2 snd,snd_hda_codec
    ext4 494228 2
    crc16 1359 1 ext4
    mbcache 9155 1 ext4
    jbd2 82948 1 ext4
    hid_generic 1217 0
    usbhid 41250 0
    hid 93052 3 hid_generic,usbhid
    sd_mod 37426 3
    sr_mod 15026 0
    cdrom 35191 1 sr_mod
    crc_t10dif 1135 1 sd_mod
    crct10dif_common 1436 1 crc_t10dif
    usb_storage 50263 2 uas,ums_realtek
    atkbd 17006 0
    libps2 4571 2 atkbd,psmouse
    ahci 24299 2
    libahci 21772 1 ahci
    libata 174089 2 ahci,libahci
    scsi_mod 138333 5 uas,usb_storage,libata,sd_mod,sr_mod
    i8042 13666 2 toshiba_acpi,libps2
    serio 11018 6 serio_raw,atkbd,i8042,psmouse
    ehci_pci 4152 0
    ehci_hcd 64619 1 ehci_pci
    usbcore 188381 7 uas,uvcvideo,ums_realtek,usb_storage,ehci_hcd,ehci_pci,usbhid
    usb_common 1712 1 usbcore
    lspci
    00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
    00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 02)
    00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
    00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
    00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
    00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05)
    00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
    00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
    00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05)
    00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
    01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 5430/5450/5470]
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
    07:00.0 Network controller: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
    ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 05)
    ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 05)
    ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 05)
    ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 05)
    ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
    ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
    lspci -v
    00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, fast devsel, latency 0
    Capabilities: [e0] Vendor Specific Information: Len=0c <?>
    Kernel modules: intel_agp
    00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 02) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
    I/O behind bridge: 00005000-00005fff
    Memory behind bridge: d2200000-d22fffff
    Prefetchable memory behind bridge: 00000000c0000000-00000000cfffffff
    Capabilities: [88] Subsystem: Toshiba America Info Systems Device fd3c
    Capabilities: [80] Power Management version 3
    Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [a0] Express Root Port (Slot+), MSI 00
    Capabilities: [100] Virtual Channel
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, fast devsel, latency 0, IRQ 42
    Memory at d2305000 (64-bit, non-prefetchable) [size=16]
    Capabilities: [50] Power Management version 3
    Capabilities: [8c] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Kernel driver in use: mei_me
    Kernel modules: mei_me
    00:1a.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05) (prog-if 20 [EHCI])
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, medium devsel, latency 0, IRQ 16
    Memory at d2308000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [50] Power Management version 2
    Capabilities: [58] Debug port: BAR=1 offset=00a0
    Capabilities: [98] PCI Advanced Features
    Kernel driver in use: ehci-pci
    Kernel modules: ehci_pci
    00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, fast devsel, latency 0, IRQ 43
    Memory at d2300000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: [50] Power Management version 2
    Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
    Capabilities: [100] Virtual Channel
    Capabilities: [130] Root Complex Link
    Kernel driver in use: snd_hda_intel
    Kernel modules: snd_hda_intel
    00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=02, subordinate=06, sec-latency=0
    I/O behind bridge: 00003000-00004fff
    Memory behind bridge: d1a00000-d21fffff
    Prefetchable memory behind bridge: 00000000d0000000-00000000d08fffff
    Capabilities: [40] Express Root Port (Slot+), MSI 00
    Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
    Capabilities: [90] Subsystem: Toshiba America Info Systems Device fd3c
    Capabilities: [a0] Power Management version 2
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05) (prog-if 00 [Normal decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=07, subordinate=0b, sec-latency=0
    I/O behind bridge: 00002000-00002fff
    Memory behind bridge: d1100000-d19fffff
    Prefetchable memory behind bridge: 00000000d0900000-00000000d10fffff
    Capabilities: [40] Express Root Port (Slot+), MSI 00
    Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit-
    Capabilities: [90] Subsystem: Toshiba America Info Systems Device fd3c
    Capabilities: [a0] Power Management version 2
    Kernel driver in use: pcieport
    Kernel modules: shpchp
    00:1d.0 USB controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05) (prog-if 20 [EHCI])
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, medium devsel, latency 0, IRQ 23
    Memory at d2307000 (32-bit, non-prefetchable) [size=1K]
    Capabilities: [50] Power Management version 2
    Capabilities: [58] Debug port: BAR=1 offset=00a0
    Capabilities: [98] PCI Advanced Features
    Kernel driver in use: ehci-pci
    Kernel modules: ehci_pci
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5) (prog-if 01 [Subtractive decode])
    Flags: bus master, fast devsel, latency 0
    Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=32
    Capabilities: [50] Subsystem: Toshiba America Info Systems Device fd3c
    00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, medium devsel, latency 0
    Capabilities: [e0] Vendor Specific Information: Len=10 <?>
    Kernel modules: lpc_ich
    00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05) (prog-if 01 [AHCI 1.0])
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 41
    I/O ports at 6048 [size=8]
    I/O ports at 6054 [size=4]
    I/O ports at 6040 [size=8]
    I/O ports at 6050 [size=4]
    I/O ports at 6020 [size=32]
    Memory at d2308800 (32-bit, non-prefetchable) [size=2K]
    Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
    Capabilities: [70] Power Management version 3
    Capabilities: [a8] SATA HBA v1.0
    Capabilities: [b0] PCI Advanced Features
    Kernel driver in use: ahci
    Kernel modules: ahci
    00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: medium devsel, IRQ 18
    Memory at d2304000 (64-bit, non-prefetchable) [size=256]
    I/O ports at efa0 [size=32]
    Kernel modules: i2c_i801
    01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Park [Mobility Radeon HD 5430/5450/5470] (prog-if 00 [VGA controller])
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, fast devsel, latency 0, IRQ 45
    Memory at c0000000 (64-bit, prefetchable) [size=256M]
    Memory at d2200000 (64-bit, non-prefetchable) [size=128K]
    I/O ports at 5000 [size=256]
    Expansion ROM at d2220000 [disabled] [size=128K]
    Capabilities: [50] Power Management version 3
    Capabilities: [58] Express Legacy Endpoint, MSI 00
    Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
    Kernel driver in use: radeon
    Kernel modules: radeon
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 05)
    Subsystem: Toshiba America Info Systems Device fd3c
    Flags: bus master, fast devsel, latency 0, IRQ 44
    I/O ports at 3000 [size=256]
    Memory at d0004000 (64-bit, prefetchable) [size=4K]
    Memory at d0000000 (64-bit, prefetchable) [size=16K]
    Capabilities: [40] Power Management version 3
    Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
    Capabilities: [70] Express Endpoint, MSI 01
    Capabilities: [b0] MSI-X: Enable- Count=4 Masked-
    Capabilities: [d0] Vital Product Data
    Capabilities: [100] Advanced Error Reporting
    Capabilities: [140] Virtual Channel
    Capabilities: [160] Device Serial Number 8b-00-00-00-36-4c-e0-00
    Kernel driver in use: r8169
    Kernel modules: r8169
    07:00.0 Network controller: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
    Subsystem: Askey Computer Corp. Device 7173
    Flags: bus master, fast devsel, latency 0, IRQ 17
    Memory at d1100000 (64-bit, non-prefetchable) [size=64K]
    Capabilities: [40] Power Management version 3
    Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit-
    Capabilities: [60] Express Legacy Endpoint, MSI 00
    Capabilities: [100] Advanced Error Reporting
    Capabilities: [140] Virtual Channel
    Capabilities: [160] Device Serial Number 00-15-17-ff-ff-24-14-12
    Capabilities: [170] Power Budgeting <?>
    Kernel driver in use: ath9k
    Kernel modules: ath9k
    ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 05)
    Subsystem: Intel Corporation Device 8086
    Flags: bus master, fast devsel, latency 0
    ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 05)
    Subsystem: Intel Corporation Device 8086
    Flags: bus master, fast devsel, latency 0
    ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 05)
    Subsystem: Intel Corporation Device 8086
    Flags: bus master, fast devsel, latency 0
    ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 05)
    Subsystem: Intel Corporation Device 8086
    Flags: bus master, fast devsel, latency 0
    ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
    Subsystem: Intel Corporation Device 8086
    Flags: bus master, fast devsel, latency 0
    ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 05)
    Subsystem: Intel Corporation Device 8086
    Flags: bus master, fast devsel, latency 0
    dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.15.2-1-ARCH (nobody@var-lib-archbuild-testing-x86_64-tobias) (gcc version 4.9.0 20140604 (prerelease) (GCC) ) #1 SMP PREEMPT Fri Jun 27 07:41:19 CEST 2014
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=ecc688e7-48e8-4dc4-a2ba-ff236d653fc8 rw quiet
    [ 0.000000] Disabled fast string operations
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bb30efff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bb30f000-0x00000000bb66dfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bb66e000-0x00000000bb67bfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bb67c000-0x00000000bb67efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bb67f000-0x00000000bb681fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bb682000-0x00000000bb6acfff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bb6ad000-0x00000000bb6ccfff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bb6cd000-0x00000000bb70efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bb70f000-0x00000000bb70ffff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bb710000-0x00000000bb714fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bb715000-0x00000000bb718fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bb719000-0x00000000bb719fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bb71a000-0x00000000bb71afff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bb71b000-0x00000000bb71efff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bb71f000-0x00000000bb79efff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000bb79f000-0x00000000bb7fefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000bb7ff000-0x00000000bb7fffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bb800000-0x00000000bbffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed13fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed16000-0x00000000fed16fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed19000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.6 present.
    [ 0.000000] DMI: TOSHIBA SATELLITE C660/PWWAA, BIOS 2.00 05/09/12
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0xbb800 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0FFE00000 mask FFFE00000 write-protect
    [ 0.000000] 1 base 000000000 mask F80000000 write-back
    [ 0.000000] 2 base 080000000 mask FC0000000 write-back
    [ 0.000000] 3 base 0BC000000 mask FFC000000 uncachable
    [ 0.000000] 4 base 0BB800000 mask FFF800000 uncachable
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b3e000, 0x01b3efff] PGTABLE
    [ 0.000000] BRK [0x01b3f000, 0x01b3ffff] PGTABLE
    [ 0.000000] BRK [0x01b40000, 0x01b40fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xbb000000-0xbb1fffff]
    [ 0.000000] [mem 0xbb000000-0xbb1fffff] page 2M
    [ 0.000000] BRK [0x01b41000, 0x01b41fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xb8000000-0xbaffffff]
    [ 0.000000] [mem 0xb8000000-0xbaffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x80000000-0xb7ffffff]
    [ 0.000000] [mem 0x80000000-0xb7ffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x7fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x7fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0xbb200000-0xbb30efff]
    [ 0.000000] [mem 0xbb200000-0xbb30efff] page 4k
    [ 0.000000] BRK [0x01b42000, 0x01b42fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xbb7ff000-0xbb7fffff]
    [ 0.000000] [mem 0xbb7ff000-0xbb7fffff] page 4k
    [ 0.000000] BRK [0x01b43000, 0x01b43fff] PGTABLE
    [ 0.000000] RAMDISK: [mem 0x379e8000-0x37cebfff]
    [ 0.000000] ACPI: RSDP 0x00000000000F00E0 000024 (v02 TOSCPL)
    [ 0.000000] ACPI: XSDT 0x00000000BB7FE120 000074 (v01 TOSCPL TOSCPL00 00000074 01000013)
    [ 0.000000] ACPI: FACP 0x00000000BB7FC000 0000F4 (v03 TOSCPL TOSCPL00 00000074 LOHR 0000005F)
    [ 0.000000] ACPI: DSDT 0x00000000BB7E7000 010F89 (v02 TOSCPL CALPELLA 00000001 INTL 20050624)
    [ 0.000000] ACPI: FACS 0x00000000BB71A000 000040
    [ 0.000000] ACPI: HPET 0x00000000BB7FB000 000038 (v01 TOSCPL TOSCPL00 00000001 LOHR 0000005F)
    [ 0.000000] ACPI: APIC 0x00000000BB7FA000 000098 (v01 TOSCPL TOSCPL00 00000001 LOHR 0000005F)
    [ 0.000000] ACPI: MCFG 0x00000000BB7F9000 00003C (v01 TOSCPL TOSCPL00 00000001 LOHR 0000005F)
    [ 0.000000] ACPI: ASF! 0x00000000BB7F8000 0000A5 (v32 TOSCPL TOSCPL00 00000001 LOHR 0000005F)
    [ 0.000000] ACPI: SLIC 0x00000000BB7E4000 000176 (v01 TOSCPL TOSCPL00 00000001 PTL 00000001)
    [ 0.000000] ACPI: SSDT 0x00000000BB7E3000 0009F1 (v01 PmRef CpuPm 00003000 INTL 20050624)
    [ 0.000000] ACPI: UEFI 0x00000000BB7E2000 00003E (v01 PTL PTLBUF?I 00000001 PTL 00000001)
    [ 0.000000] ACPI: UEFI 0x00000000BB7E1000 000042 (v01 PTL COMBUF 00000001 PTL 00000001)
    [ 0.000000] ACPI: UEFI 0x00000000BB7E0000 0000DA (v01 PTL PTLSWI 00000001 PTL 00000001)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x00000000bb7fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0xbb7fffff]
    [ 0.000000] NODE_DATA [mem 0xbb30a000-0xbb30efff]
    [ 0.000000] [ffffea0000000000-ffffea0002ffffff] PMD -> [ffff8800b7800000-ffff8800ba7fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal empty
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x0009cfff]
    [ 0.000000] node 0: [mem 0x00100000-0xbb30efff]
    [ 0.000000] node 0: [mem 0xbb7ff000-0xbb7fffff]
    [ 0.000000] On node 0 totalpages: 766636
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3996 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 11936 pages used for memmap
    [ 0.000000] DMA32 zone: 762640 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 6 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009dfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb30f000-0xbb66dfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb66e000-0xbb67bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb67c000-0xbb67efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb67f000-0xbb681fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb682000-0xbb6acfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb6ad000-0xbb6ccfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb6cd000-0xbb70efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb70f000-0xbb70ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb710000-0xbb714fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb715000-0xbb718fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb719000-0xbb719fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb71a000-0xbb71afff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb71b000-0xbb71efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb71f000-0xbb79efff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbb79f000-0xbb7fefff]
    [ 0.000000] e820: [mem 0xbc000000-0xdfffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff8800bae00000 s87168 r8192 d23424 u262144
    [ 0.000000] pcpu-alloc: s87168 r8192 d23424 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 754615
    [ 0.000000] Policy zone: DMA32
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=ecc688e7-48e8-4dc4-a2ba-ff236d653fc8 rw quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 3001480K/3066544K available (5222K kernel code, 885K rwdata, 1644K rodata, 1116K init, 1284K bss, 65064K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    [ 0.000000] NR_IRQS:8448 nr_irqs:744 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 12582912 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 2128.090 MHz processor
    [ 0.000041] Calibrating delay loop (skipped), value calculated using timer frequency.. 4257.52 BogoMIPS (lpj=7093633)
    [ 0.000044] pid_max: default: 32768 minimum: 301
    [ 0.000053] ACPI: Core revision 20140214
    [ 0.011763] ACPI: All ACPI Tables successfully acquired
    [ 0.031192] Security Framework initialized
    [ 0.031200] Yama: becoming mindful.
    [ 0.031522] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.033135] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.033854] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.033861] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.034136] Initializing cgroup subsys memory
    [ 0.034142] Initializing cgroup subsys devices
    [ 0.034144] Initializing cgroup subsys freezer
    [ 0.034146] Initializing cgroup subsys net_cls
    [ 0.034148] Initializing cgroup subsys blkio
    [ 0.034169] Disabled fast string operations
    [ 0.034172] CPU: Physical Processor ID: 0
    [ 0.034173] CPU: Processor Core ID: 0
    [ 0.034179] mce: CPU supports 9 MCE banks
    [ 0.034189] CPU0: Thermal monitoring handled by SMI
    [ 0.034201] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
    tlb_flushall_shift: 6
    [ 0.034276] Freeing SMP alternatives memory: 20K (ffffffff819f6000 - ffffffff819fb000)
    [ 0.035185] ftrace: allocating 20223 entries in 79 pages
    [ 0.047258] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.080252] smpboot: CPU0: Intel(R) Pentium(R) CPU P6200 @ 2.13GHz (fam: 06, model: 25, stepping: 05)
    [ 0.185018] Performance Events: PEBS fmt1+, 16-deep LBR, Westmere events, Intel PMU driver.
    [ 0.185025] perf_event_intel: CPUID marked event: 'bus cycles' unavailable
    [ 0.185028] ... version: 3
    [ 0.185028] ... bit width: 48
    [ 0.185029] ... generic registers: 4
    [ 0.185030] ... value mask: 0000ffffffffffff
    [ 0.185031] ... max period: 000000007fffffff
    [ 0.185032] ... fixed-purpose events: 3
    [ 0.185033] ... event mask: 000000070000000f
    [ 0.211766] x86: Booting SMP configuration:
    [ 0.211768] .... node #0, CPUs: #1
    [ 0.222905] Disabled fast string operations
    [ 0.222920] CPU1: Thermal monitoring handled by SMI
    [ 0.225166] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.225183] x86: Booted up 1 node, 2 CPUs
    [ 0.225186] smpboot: Total of 2 processors activated (8515.04 BogoMIPS)
    [ 0.226518] devtmpfs: initialized
    [ 0.229243] PM: Registering ACPI NVS region [mem 0xbb66e000-0xbb67bfff] (57344 bytes)
    [ 0.229246] PM: Registering ACPI NVS region [mem 0xbb67f000-0xbb681fff] (12288 bytes)
    [ 0.229248] PM: Registering ACPI NVS region [mem 0xbb6ad000-0xbb6ccfff] (131072 bytes)
    [ 0.229250] PM: Registering ACPI NVS region [mem 0xbb70f000-0xbb70ffff] (4096 bytes)
    [ 0.229251] PM: Registering ACPI NVS region [mem 0xbb715000-0xbb718fff] (16384 bytes)
    [ 0.229252] PM: Registering ACPI NVS region [mem 0xbb71a000-0xbb71afff] (4096 bytes)
    [ 0.229254] PM: Registering ACPI NVS region [mem 0xbb71f000-0xbb79efff] (524288 bytes)
    [ 0.230260] pinctrl core: initialized pinctrl subsystem
    [ 0.230313] RTC time: 22:39:59, date: 07/01/14
    [ 0.230357] NET: Registered protocol family 16
    [ 0.230462] cpuidle: using governor ladder
    [ 0.230464] cpuidle: using governor menu
    [ 0.230480] ACPI: bus type PCI registered
    [ 0.230482] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.230555] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.230558] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.255508] PCI: Using configuration type 1 for base access
    [ 0.255633] mtrr: your CPUs had inconsistent variable MTRR settings
    [ 0.255635] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.255636] mtrr: corrected configuration.
    [ 0.256365] ACPI: Added _OSI(Module Device)
    [ 0.256368] ACPI: Added _OSI(Processor Device)
    [ 0.256370] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.256371] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.275020] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    [ 0.275406] ACPI: SSDT 0x00000000BB713C18 0003AE (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    [ 0.275854] ACPI: Dynamic OEM Table Load:
    [ 0.275856] ACPI: SSDT 0x0000000000000000 0003AE (v01 PmRef Cpu0Ist 00003000 INTL 20050624)
    [ 0.275991] ACPI: SSDT 0x00000000BB711018 000891 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    [ 0.276600] ACPI: Dynamic OEM Table Load:
    [ 0.276602] ACPI: SSDT 0x0000000000000000 000891 (v01 PmRef Cpu0Cst 00003001 INTL 20050624)
    [ 0.298578] ACPI: SSDT 0x00000000BB712A98 000303 (v01 PmRef ApIst 00003000 INTL 20050624)
    [ 0.299079] ACPI: Dynamic OEM Table Load:
    [ 0.299081] ACPI: SSDT 0x0000000000000000 000303 (v01 PmRef ApIst 00003000 INTL 20050624)
    [ 0.311757] ACPI: SSDT 0x00000000BB710D98 000119 (v01 PmRef ApCst 00003000 INTL 20050624)
    [ 0.312199] ACPI: Dynamic OEM Table Load:
    [ 0.312201] ACPI: SSDT 0x0000000000000000 000119 (v01 PmRef ApCst 00003000 INTL 20050624)
    [ 0.332259] ACPI: Interpreter enabled
    [ 0.332268] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140214/hwxface-580)
    [ 0.332273] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140214/hwxface-580)
    [ 0.332290] ACPI: (supports S0 S3 S4 S5)
    [ 0.332291] ACPI: Using IOAPIC for interrupt routing
    [ 0.332323] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.393846] ACPI: \_PR_.CPU2: failed to get CPU APIC ID.
    [ 0.393851] ACPI: \_PR_.CPU3: failed to get CPU APIC ID.
    [ 0.393855] ACPI: \_PR_.CPU4: failed to get CPU APIC ID.
    [ 0.393859] ACPI: \_PR_.CPU5: failed to get CPU APIC ID.
    [ 0.393863] ACPI: \_PR_.CPU6: failed to get CPU APIC ID.
    [ 0.393866] ACPI: \_PR_.CPU7: failed to get CPU APIC ID.
    [ 0.394229] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    [ 0.394235] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.394271] \_SB_.PCI0:_OSC invalid UUID
    [ 0.394272] _OSC request data:1 1f 0
    [ 0.394276] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    [ 0.395158] PCI host bridge to bus 0000:00
    [ 0.395162] pci_bus 0000:00: root bus resource [bus 00-fe]
    [ 0.395164] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.395166] pci_bus 0000:00: root bus resource [io 0x0d00-0xfdff]
    [ 0.395168] pci_bus 0000:00: root bus resource [io 0xff28-0xff2b]
    [ 0.395170] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.395171] pci_bus 0000:00: root bus resource [mem 0xbb800000-0xfeafffff]
    [ 0.395180] pci 0000:00:00.0: [8086:0044] type 00 class 0x060000
    [ 0.395200] DMAR: BIOS has allocated no shadow GTT; disabling IOMMU for graphics
    [ 0.395292] pci 0000:00:01.0: [8086:0045] type 01 class 0x060400
    [ 0.395330] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.395453] pci 0000:00:16.0: [8086:3b64] type 00 class 0x078000
    [ 0.395482] pci 0000:00:16.0: reg 0x10: [mem 0xd2305000-0xd230500f 64bit]
    [ 0.395576] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 0.395689] pci 0000:00:1a.0: [8086:3b3c] type 00 class 0x0c0320
    [ 0.395715] pci 0000:00:1a.0: reg 0x10: [mem 0xd2308000-0xd23083ff]
    [ 0.395822] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 0.396245] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 0.396324] pci 0000:00:1b.0: [8086:3b56] type 00 class 0x040300
    [ 0.396349] pci 0000:00:1b.0: reg 0x10: [mem 0xd2300000-0xd2303fff 64bit]
    [ 0.396457] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.396521] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.396571] pci 0000:00:1c.0: [8086:3b42] type 01 class 0x060400
    [ 0.396674] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 0.396778] pci 0000:00:1c.1: [8086:3b44] type 01 class 0x060400
    [ 0.396881] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 0.396997] pci 0000:00:1d.0: [8086:3b34] type 00 class 0x0c0320
    [ 0.397023] pci 0000:00:1d.0: reg 0x10: [mem 0xd2307000-0xd23073ff]
    [ 0.397130] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 0.397550] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.397627] pci 0000:00:1e.0: [8086:2448] type 01 class 0x060401
    [ 0.397783] pci 0000:00:1f.0: [8086:3b09] type 00 class 0x060100
    [ 0.397983] pci 0000:00:1f.2: [8086:3b29] type 00 class 0x010601
    [ 0.398011] pci 0000:00:1f.2: reg 0x10: [io 0x6048-0x604f]
    [ 0.398022] pci 0000:00:1f.2: reg 0x14: [io 0x6054-0x6057]
    [ 0.398032] pci 0000:00:1f.2: reg 0x18: [io 0x6040-0x6047]
    [ 0.398043] pci 0000:00:1f.2: reg 0x1c: [io 0x6050-0x6053]
    [ 0.398053] pci 0000:00:1f.2: reg 0x20: [io 0x6020-0x603f]
    [ 0.398064] pci 0000:00:1f.2: reg 0x24: [mem 0xd2308800-0xd2308fff]
    [ 0.398130] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.398229] pci 0000:00:1f.3: [8086:3b30] type 00 class 0x0c0500
    [ 0.398255] pci 0000:00:1f.3: reg 0x10: [mem 0xd2304000-0xd23040ff 64bit]
    [ 0.398284] pci 0000:00:1f.3: reg 0x20: [io 0xefa0-0xefbf]
    [ 0.398446] pci 0000:01:00.0: [1002:68e0] type 00 class 0x030000
    [ 0.398463] pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.398473] pci 0000:01:00.0: reg 0x18: [mem 0xd2200000-0xd221ffff 64bit]
    [ 0.398481] pci 0000:01:00.0: reg 0x20: [io 0x5000-0x50ff]
    [ 0.398496] pci 0000:01:00.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
    [ 0.398532] pci 0000:01:00.0: supports D1 D2
    [ 0.398592] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.398595] pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
    [ 0.398598] pci 0000:00:01.0: bridge window [mem 0xd2200000-0xd22fffff]
    [ 0.398601] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.398760] pci 0000:02:00.0: [10ec:8136] type 00 class 0x020000
    [ 0.398824] pci 0000:02:00.0: reg 0x10: [io 0x3000-0x30ff]
    [ 0.398937] pci 0000:02:00.0: reg 0x18: [mem 0xd0004000-0xd0004fff 64bit pref]
    [ 0.399008] pci 0000:02:00.0: reg 0x20: [mem 0xd0000000-0xd0003fff 64bit pref]
    [ 0.399329] pci 0000:02:00.0: supports D1 D2
    [ 0.399331] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.399791] pci 0000:02:00.0: System wakeup disabled by ACPI
    [ 0.399922] pci 0000:00:1c.0: PCI bridge to [bus 02-06]
    [ 0.399927] pci 0000:00:1c.0: bridge window [io 0x3000-0x4fff]
    [ 0.399932] pci 0000:00:1c.0: bridge window [mem 0xd1a00000-0xd21fffff]
    [ 0.399939] pci 0000:00:1c.0: bridge window [mem 0xd0000000-0xd08fffff 64bit pref]
    [ 0.400057] pci 0000:07:00.0: [168c:002b] type 00 class 0x028000
    [ 0.400100] pci 0000:07:00.0: reg 0x10: [mem 0xd1100000-0xd110ffff 64bit]
    [ 0.400339] pci 0000:07:00.0: supports D1
    [ 0.400341] pci 0000:07:00.0: PME# supported from D0 D1 D3hot
    [ 0.400393] pci 0000:07:00.0: System wakeup disabled by ACPI
    [ 0.400465] pci 0000:00:1c.1: PCI bridge to [bus 07-0b]
    [ 0.400470] pci 0000:00:1c.1: bridge window [io 0x2000-0x2fff]
    [ 0.400475] pci 0000:00:1c.1: bridge window [mem 0xd1100000-0xd19fffff]
    [ 0.400483] pci 0000:00:1c.1: bridge window [mem 0xd0900000-0xd10fffff 64bit pref]
    [ 0.400571] pci 0000:00:1e.0: PCI bridge to [bus 0c] (subtractive decode)
    [ 0.400584] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.400586] pci 0000:00:1e.0: bridge window [io 0x0d00-0xfdff] (subtractive decode)
    [ 0.400588] pci 0000:00:1e.0: bridge window [io 0xff28-0xff2b] (subtractive decode)
    [ 0.400589] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.400591] pci 0000:00:1e.0: bridge window [mem 0xbb800000-0xfeafffff] (subtractive decode)
    [ 0.421768] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    [ 0.421825] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    [ 0.421878] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
    [ 0.421931] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
    [ 0.421985] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
    [ 0.422037] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
    [ 0.422091] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 *5 6 7 10 12 14 15)
    [ 0.422143] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 *11 12 14 15)
    [ 0.422257] ACPI: PCI Root Bridge [CPBG] (domain 0000 [bus ff])
    [ 0.422262] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 0.422266] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    [ 0.422344] PCI host bridge to bus 0000:ff
    [ 0.422347] pci_bus 0000:ff: root bus resource [bus ff]
    [ 0.422353] pci 0000:ff:00.0: [8086:2c62] type 00 class 0x060000
    [ 0.422406] pci 0000:ff:00.1: [8086:2d01] type 00 class 0x060000
    [ 0.422463] pci 0000:ff:02.0: [8086:2d10] type 00 class 0x060000
    [ 0.422513] pci 0000:ff:02.1: [8086:2d11] type 00 class 0x060000
    [ 0.422561] pci 0000:ff:02.2: [8086:2d12] type 00 class 0x060000
    [ 0.422610] pci 0000:ff:02.3: [8086:2d13] type 00 class 0x060000
    [ 0.422732] ACPI: Enabled 8 GPEs in block 00 to 3F
    [ 0.422778] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    [ 0.422889] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.422891] vgaarb: loaded
    [ 0.422892] vgaarb: bridge control possible 0000:01:00.0
    [ 0.422918] PCI: Using ACPI for IRQ routing
    [ 0.432874] PCI: pci_cache_line_size set to 64 bytes
    [ 0.432935] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
    [ 0.432937] e820: reserve RAM buffer [mem 0xbb30f000-0xbbffffff]
    [ 0.432939] e820: reserve RAM buffer [mem 0xbb800000-0xbbffffff]
    [ 0.433054] NetLabel: Initializing
    [ 0.433056] NetLabel: domain hash size = 128
    [ 0.433057] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.433070] NetLabel: unlabeled traffic allowed by default
    [ 0.433096] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 0.433101] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 0.435130] Switched to clocksource hpet
    [ 0.440768] pnp: PnP ACPI init
    [ 0.440796] ACPI: bus type PNP registered
    [ 0.441592] pnp 00:00: [dma 4]
    [ 0.441637] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.441742] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.441786] pnp 00:02: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.441880] system 00:03: [io 0x1000-0x1003] has been reserved
    [ 0.441883] system 00:03: [io 0x1004-0x1013] has been reserved
    [ 0.441885] system 00:03: [io 0xffff] has been reserved
    [ 0.441888] system 00:03: [io 0x0400-0x047f] could not be reserved
    [ 0.441890] system 00:03: [io 0x0500-0x057f] has been reserved
    [ 0.441891] system 00:03: [io 0xfe00] has been reserved
    [ 0.441893] system 00:03: [io 0xff2c-0xff7f] has been reserved
    [ 0.441897] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.441932] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.465231] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 (active)
    [ 0.465271] pnp 00:06: Plug and Play ACPI device, IDs TOS0100 SYN0700 SYN0002 PNP0f13 (active)
    [ 0.465653] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 0.465656] system 00:07: [mem 0xfed10000-0xfed13fff] has been reserved
    [ 0.465658] system 00:07: [mem 0xfed16000-0xfed16fff] has been reserved
    [ 0.465660] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 0.465663] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.465665] system 00:07: [mem 0xd2306000-0xd2306fff] has been reserved
    [ 0.465667] system 00:07: [mem 0xbc000000-0xbc000fff] has been reserved
    [ 0.465672] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 0.465674] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved
    [ 0.465678] system 00:07: [mem 0xff000000-0xffffffff] could not be reserved
    [ 0.465680] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 0.465682] system 00:07: [mem 0x00000000-0x00000fff] could not be reserved
    [ 0.465685] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.465889] pnp: PnP ACPI: found 8 devices
    [ 0.465890] ACPI: bus type PNP unregistered
    [ 0.472989] pci 0000:01:00.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
    [ 0.473030] pci 0000:01:00.0: BAR 6: assigned [mem 0xd2220000-0xd223ffff pref]
    [ 0.473034] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.473036] pci 0000:00:01.0: bridge window [io 0x5000-0x5fff]
    [ 0.473040] pci 0000:00:01.0: bridge window [mem 0xd2200000-0xd22fffff]
    [ 0.473043] pci 0000:00:01.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.473047] pci 0000:00:1c.0: PCI bridge to [bus 02-06]
    [ 0.473050] pci 0000:00:1c.0: bridge window [io 0x3000-0x4fff]
    [ 0.473056] pci 0000:00:1c.0: bridge window [mem 0xd1a00000-0xd21fffff]
    [ 0.473060] pci 0000:00:1c.0: bridge window [mem 0xd0000000-0xd08fffff 64bit pref]
    [ 0.473068] pci 0000:00:1c.1: PCI bridge to [bus 07-0b]
    [ 0.473071] pci 0000:00:1c.1: bridge window [io 0x2000-0x2fff]
    [ 0.473077] pci 0000:00:1c.1: bridge window [mem 0xd1100000-0xd19fffff]
    [ 0.473082] pci 0000:00:1c.1: bridge window [mem 0xd0900000-0xd10fffff 64bit pref]
    [ 0.473090] pci 0000:00:1e.0: PCI bridge to [bus 0c]
    [ 0.473105] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.473107] pci_bus 0000:00: resource 5 [io 0x0d00-0xfdff]
    [ 0.473108] pci_bus 0000:00: resource 6 [io 0xff28-0xff2b]
    [ 0.473110] pci_bus 0000:00: resource 7 [mem 0x000a0000-0x000bffff]
    [ 0.473112] pci_bus 0000:00: resource 8 [mem 0xbb800000-0xfeafffff]
    [ 0.473114] pci_bus 0000:01: resource 0 [io 0x5000-0x5fff]
    [ 0.473116] pci_bus 0000:01: resource 1 [mem 0xd2200000-0xd22fffff]
    [ 0.473118] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 0.473120] pci_bus 0000:02: resource 0 [io 0x3000-0x4fff]
    [ 0.473122] pci_bus 0000:02: resource 1 [mem 0xd1a00000-0xd21fffff]
    [ 0.473124] pci_bus 0000:02: resource 2 [mem 0xd0000000-0xd08fffff 64bit pref]
    [ 0.473126] pci_bus 0000:07: resource 0 [io 0x2000-0x2fff]
    [ 0.473128] pci_bus 0000:07: resource 1 [mem 0xd1100000-0xd19fffff]
    [ 0.473130] pci_bus 0000:07: resource 2 [mem 0xd0900000-0xd10fffff 64bit pref]
    [ 0.473133] pci_bus 0000:0c: resource 4 [io 0x0000-0x0cf7]
    [ 0.473134] pci_bus 0000:0c: resource 5 [io 0x0d00-0xfdff]
    [ 0.473136] pci_bus 0000:0c: resource 6 [io 0xff28-0xff2b]
    [ 0.473138] pci_bus 0000:0c: resource 7 [mem 0x000a0000-0x000bffff]
    [ 0.473140] pci_bus 0000:0c: resource 8 [mem 0xbb800000-0xfeafffff]
    [ 0.473170] NET: Registered protocol family 2
    [ 0.473368] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
    [ 0.473508] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
    [ 0.473701] TCP: Hash tables configured (established 32768 bind 32768)
    [ 0.473755] TCP: reno registered
    [ 0.473764] UDP hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.473793] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
    [ 0.473865] NET: Registered protocol family 1
    [ 0.498625] pci 0000:01:00.0: Boot video device
    [ 0.498646] PCI: CLS 0 bytes, default 64
    [ 0.498699] Unpacking initramfs...
    [ 0.565206] Freeing initrd memory: 3088K (ffff8800379e8000 - ffff880037cec000)
    [ 0.565388] Scanning for low memory corruption every 60 seconds
    [ 0.565748] futex hash table entries: 2048 (order: 5, 131072 bytes)
    [ 0.581291] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.582903] zbud: loaded
    [ 0.583095] VFS: Disk quotas dquot_6.5.2
    [ 0.583135] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.583262] msgmni has been set to 5868
    [ 0.583326] Key type big_key registered
    [ 0.583509] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 0.583553] io scheduler noop registered
    [ 0.583555] io scheduler deadline registered
    [ 0.583589] io scheduler cfq registered (default)
    [ 0.583841] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 0.584239] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 0.584256] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 0.584288] vesafb: mode is 1024x768x32, linelength=4096, pages=0
    [ 0.584290] vesafb: scrolling: redraw
    [ 0.584291] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    [ 0.584628] vesafb: framebuffer at 0xc0000000, mapped to 0xffffc90010780000, using 3072k, total 3072k
    [ 0.692300] Console: switching to colour frame buffer device 128x48
    [ 0.800473] fb0: VESA VGA frame buffer device
    [ 0.800488] intel_idle: MWAIT substates: 0x120
    [ 0.800490] intel_idle: v0.4 model 0x25
    [ 0.800491] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 0.800610] GHES: HEST is not enabled!
    [ 0.800675] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.801507] Linux agpgart interface v0.103
    [ 0.801576] rtc_cmos 00:04: RTC can wake from S4
    [ 0.801827] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
    [ 0.801870] rtc_cmos 00:04: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
    [ 0.801893] ledtrig-cpu: registered to indicate activity on CPUs
    [ 0.802112] TCP: cubic registered
    [ 0.802355] NET: Registered protocol family 10
    [ 0.802792] NET: Registered protocol family 17
    [ 0.803380] registered taskstats version 1
    [ 0.804029] Magic number: 6:547:703
    [ 0.804180] rtc_cmos 00:04: setting system clock to 2014-07-01 22:39:59 UTC (1404254399)
    [ 0.804384] PM: Hibernation image not present or could not be loaded.
    [ 0.806307] Freeing unused kernel memory: 1116K (ffffffff818df000 - ffffffff819f6000)
    [ 0.806311] Write protecting the kernel read-only data: 8192k
    [ 0.812485] Freeing unused kernel memory: 912K (ffff88000151c000 - ffff880001600000)
    [ 0.815129] Freeing unused kernel memory: 404K (ffff88000179b000 - ffff880001800000)
    [ 0.825831] random: systemd-tmpfile urandom read with 69 bits of entropy available
    [ 0.828485] systemd-udevd[47]: starting version 214
    [ 0.847937] ACPI: bus type USB registered
    [ 0.847970] usbcore: registered new interface driver usbfs
    [ 0.847981] usbcore: registered new interface driver hub
    [ 0.848252] usbcore: registered new device driver usb
    [ 0.848643] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.848772] ehci-pci: EHCI PCI platform driver
    [ 0.848994] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 0.849003] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 0.849020] ehci-pci 0000:00:1a.0: debug port 2
    [ 0.852944] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 0.852965] ehci-pci 0000:00:1a.0: irq 16, io mem 0xd2308000
    [ 0.858429] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.865064] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 0.865706] hub 1-0:1.0: USB hub found
    [ 0.865718] hub 1-0:1.0: 2 ports detected
    [ 0.866030] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 0.866038] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 0.866054] ehci-pci 0000:00:1d.0: debug port 2
    [ 0.869965] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 0.869986] ehci-pci 0000:00:1d.0: irq 23, io mem 0xd2307000
    [ 0.873668] SCSI subsystem initialized
    [ 0.877948] libata version 3.00 loaded.
    [ 0.880017] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.880066] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.880260] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 0.880461] hub 2-0:1.0: USB hub found
    [ 0.880470] hub 2-0:1.0: 2 ports detected
    [ 0.880606] ahci 0000:00:1f.2: version 3.0
    [ 0.880869] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
    [ 0.880926] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
    [ 0.880980] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 4 ports 3 Gbps 0x32 impl SATA mode
    [ 0.880987] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems sxs apst
    [ 0.893062] scsi0 : ahci
    [ 0.894994] scsi1 : ahci
    [ 0.895281] scsi2 : ahci
    [ 0.898127] scsi3 : ahci
    [ 0.898246] scsi4 : ahci
    [ 0.898375] scsi5 : ahci
    [ 0.898433] ata1: DUMMY
    [ 0.898438] ata2: SATA max UDMA/133 abar m2048@0xd2308800 port 0xd2308980 irq 41
    [ 0.898439] ata3: DUMMY
    [ 0.898440] ata4: DUMMY
    [ 0.898444] ata5: SATA max UDMA/133 abar m2048@0xd2308800 port 0xd2308b00 irq 41
    [ 0.898447] ata6: SATA max UDMA/133 abar m2048@0xd2308800 port 0xd2308b80 irq 41
    [ 0.912371] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 1.171591] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 1.218214] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.248281] ata2.00: ATA-8: ST9320310AS, 0001TSM1, max UDMA/133
    [ 1.248288] ata2.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
    [ 1.291585] ata2.00: configured for UDMA/133
    [ 1.291875] scsi 1:0:0:0: Direct-Access ATA ST9320310AS 0001 PQ: 0 ANSI: 5
    [ 1.295817] hub 1-1:1.0: USB hub found
    [ 1.296042] hub 1-1:1.0: 6 ports detected
    [ 1.401430] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [ 1.525585] hub 2-1:1.0: USB hub found
    [ 1.525771] hub 2-1:1.0: 8 ports detected
    [ 1.568078] tsc: Refined TSC clocksource calibration: 2127.999 MHz
    [ 1.594882] usb 1-1.3: new high-speed USB device number 3 using ehci-pci
    [ 1.611371] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.627978] ata5.00: ATAPI: TSSTcorp CDDVDW TS-L633C, TF20, max UDMA/100
    [ 1.643823] ata5.00: configured for UDMA/100
    [ 1.648130] scsi 4:0:0:0: CD-ROM TSSTcorp CDDVDW TS-L633C TF20 PQ: 0 ANSI: 5
    [ 1.940369] usbcore: registered new interface driver usb-storage
    [ 1.977879] ata6: SATA link down (SStatus 0 SControl 300)
    [ 1.983326] sd 1:0:0:0: [sda] 625142448 512-byte logical blocks: (320 GB/298 GiB)
    [ 1.983387] sd 1:0:0:0: [sda] Write Protect is off
    [ 1.983390] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.983414] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.000488] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.000495] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.000787] sr 4:0:0:0: Attached scsi CD-ROM sr0
    [ 2.004700] usb 1-1.4: new high-speed USB device number 4 using ehci-pci
    [ 2.056447] sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
    [ 2.058157] sd 1:0:0:0: [sda] Attached SCSI disk
    [ 2.187850] usb 2-1.2: new full-speed USB device number 3 using ehci-pci
    [ 2.277175] hidraw: raw HID events driver (C) Jiri Kosina
    [ 2.280152] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/0003:046D:C52F.0001/input/input2
    [ 2.280197] hid-generic 0003:046D:C52F.0001: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-1.2/input0
    [ 2.281639] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.1/0003:046D:C52F.0002/input/input3
    [ 2.281749] hid-generic 0003:046D:C52F.0002: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-1.2/input1
    [ 2.281768] usbcore: registered new interface driver usbhid
    [ 2.281770] usbhid: USB HID core driver
    [ 2.512693] random: nonblocking pool is initialized
    [ 2.567728] Switched to clocksource tsc
    [ 3.431573] EXT4-fs (sda3): mounted filesystem with ordered data mode. Opts: (null)
    [ 6.007101] EXT4-fs (sda3): re-mounted. Opts: data=ordered
    [ 6.283904] systemd-udevd[143]: starting version 214
    [ 7.208321] mei_me 0000:00:16.0: irq 42 for MSI/MSI-X
    [ 7.240722] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 7.246825] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input4
    [ 7.246892] ACPI: Lid Switch [LID0]
    [ 7.246955] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input5
    [ 7.246959] ACPI: Power Button [PWRB]
    [ 7.247015] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
    [ 7.247018] ACPI: Power Button [PWRF]
    [ 7.342206] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    [ 7.346938] acpi device:02: registered as cooling_device2
    [ 7.347008] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:00/LNXVIDEO:00/input/input7
    [ 7.507332] cfg80211: Calling CRDA to update world regulatory domain
    [ 7.509857] snd_hda_intel 0000:00:1b.0: irq 43 for MSI/MSI-X
    [ 7.541997] wmi: Mapper loaded
    [ 7.644392] [drm] Initialized drm 1.1.0 20060810
    [ 7.673389] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 7.673401] r8169 0000:02:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 7.673686] r8169 0000:02:00.0: irq 44 for MSI/MSI-X
    [ 7.673886] r8169 0000:02:00.0 eth0: RTL8105e at 0xffffc9001077e000, 1c:75:08:89:22:d0, XID 00900000 IRQ 44
    [ 7.706894] sound hdaudioC0D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
    [ 7.706900] sound hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    [ 7.706902] sound hdaudioC0D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
    [ 7.706904] sound hdaudioC0D0: mono: mono_out=0x0
    [ 7.706905] sound hdaudioC0D0: inputs:
    [ 7.706908] sound hdaudioC0D0: Mic=0x18
    [ 7.706910] sound hdaudioC0D0: Internal Mic=0x12
    [ 7.715002] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card0/hdaudioC0D0/input8
    [ 7.715143] input: HDA Intel MID Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
    [ 7.715180] input: HDA Intel MID Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
    [ 7.778845] ACPI: AC Adapter [ACAD] (on-line)
    [ 7.820143] ACPI Warning: SystemIO range 0x000000000000efa0-0x000000000000efbf conflicts with OpRegion 0x000000000000efa0-0x000000000000efaf (\_SB_.PCI0.SBUS.SMBI) (20140214/utaddress-258)
    [ 7.820152] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 7.863168] [drm] radeon kernel modesetting enabled.
    [ 7.863222] checking generic (c0000000 300000) vs hw (c0000000 10000000)
    [ 7.863224] fb: switching to radeondrmfb from VESA VGA
    [ 7.863250] Console: switching to colour dummy device 80x25
    [ 7.863647] [drm] initializing kernel modesetting (CEDAR 0x1002:0x68E0 0x1179:0xFD3C).
    [ 7.863674] [drm] register mmio base: 0xD2200000
    [ 7.863675] [drm] register mmio size: 131072
    [ 7.863754] ATOM BIOS: Toshiba
    [ 7.863827] radeon 0000:01:00.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
    [ 7.863830] radeon 0000:01:00.0: GTT: 1024M 0x0000000020000000 - 0x000000005FFFFFFF
    [ 7.863831] [drm] Detected VRAM RAM=512M, BAR=256M
    [ 7.863832] [drm] RAM width 64bits DDR
    [ 7.863892] [TTM] Zone kernel: Available graphics memory: 1503510 kiB
    [ 7.863894] [TTM] Initializing pool allocator
    [ 7.863899] [TTM] Initializing DMA pool allocator
    [ 7.863922] [drm] radeon: 512M of VRAM memory ready
    [ 7.863923] [drm] radeon: 1024M of GTT memory ready.
    [ 7.863934] [drm] Loading CEDAR Microcode
    [ 7.890889] toshiba_acpi: Toshiba Laptop ACPI Extras version 0.20
    [ 7.890992] input: Toshiba input device as /devices/virtual/input/input11
    [ 7.899897] toshiba_acpi: Accelerometer not supported
    [ 7.907098] mousedev: PS/2 mouse device common for all mice
    [ 7.928557] media: Linux media interface: v0.10
    [ 7.942975] usbcore: registered new interface driver uas
    [ 7.954872] ums-realtek 1-1.3:1.0: USB Mass Storage device detected
    [ 7.973773] scsi6 : usb-storage 1-1.3:1.0
    [ 7.973866] usbcore: registered new interface driver ums-realtek
    [ 7.988934] [Firmware Bug]: battery: (dis)charge rate invalid.
    [ 7.988971] ACPI: Battery Slot [BAT1] (battery present)
    [ 8.001248] [drm] Internal thermal controller with fan control
    [ 8.020107] usb 1-1.3: USB disconnect, device number 3
    [ 8.055319] [drm] radeon: dpm initialized
    [ 8.075490] microcode: CPU0 sig=0x20655, pf=0x10, revision=0x2
    [ 8.075518] microcode: CPU1 sig=0x20655, pf=0x10, revision=0x2
    [ 8.075579] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 8.095637] [drm] GART: num cpu pages 262144, num gpu pages 262144
    [ 8.103987] [drm] PCIE GART of 1024M enabled (table at 0x000000000025D000).
    [ 8.104136] radeon 0000:01:00.0: WB enabled
    [ 8.104140] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x0000000020000c00 and cpu addr 0xffff8800b069ec00
    [ 8.104143] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c and cpu addr 0xffff8800b069ec0c
    [ 8.104888] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x000000000005c418 and cpu addr 0xffffc90011f9c418
    [ 8.104890] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [ 8.104891] [drm] Driver supports precise vblank timestamp query.
    [ 8.104919] radeon 0000:01:00.0: irq 45 for MSI/MSI-X
    [ 8.104934] radeon 0000:01:00.0: radeon: using MSI.
    [ 8.104964] [drm] radeon: irq initialized.
    [ 8.122718] [drm] ring test on 0 succeeded in 1 usecs
    [ 8.122778] [drm] ring test on 3 succeeded in 1 usecs
    [ 8.145575] systemd-udevd[154]: renamed network interface eth0 to enp2s0
    [ 8.289104] Linux video capture interface: v2.00
    [ 8.303932] uvcvideo: Found UVC 1.00 device CNF9055 (04f2:b1d6)
    [ 8.311705] [drm] ring test on 5 succeeded in 1 usecs
    [ 8.311711] [drm] UVD initialized successfully.
    [ 8.311858] [drm] ib test on ring 0 succeeded in 0 usecs
    [ 8.311884] [drm] ib test on ring 3 succeeded in 0 usecs
    [ 8.313622] input: CNF9055 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.4/1-1.4:1.0/input/input13
    [ 8.313709] usbcore: registered new interface driver uvcvideo
    [ 8.313711] USB Video Class driver (1.1.1)
    [ 8.455980] ath: phy0: ASPM enabled: 0x43
    [ 8.455985] ath: EEPROM regdomain: 0x65
    [ 8.455987] ath: EEPROM indicates we should expect a direct regpair map
    [ 8.455989] ath: Country alpha2 being used: 00
    [ 8.455990] ath: Regpair used: 0x65
    [ 8.463604] [drm] ib test on ring 5 succeeded
    [ 8.511806] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    [ 8.512064] ieee80211 phy0: Atheros AR9285 Rev:2 mem=0xffffc90012b20000, irq=17
    [ 8.515186] [drm] radeon atom DIG backlight initialized
    [ 8.515194] [drm] Radeon Display Connectors
    [ 8.515197] [drm] Connector 0:
    [ 8.515201] [drm] LVDS-1
    [ 8.515208] [drm] DDC: 0x6560 0x6560 0x6564 0x6

    Try "isolcpus=1" in your kernel entry.

  • 11gR2 clusterware installation problem on root.sh script on second node

    Hi all,
    I wanna install the *11gR2 RAC* on ORA-Linux 5.5 (x86_64) using VMware server but on the second node i get two "*failed*" at the end of root.sh script.
    After that i try to install DB but ı can see only one node.What is the problem...
    I will send the output, ı need your help.
    Thank you all for helping..
    Hosts file:(we have no ping problem )
    [root@rac2 ~]# cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1       localhost.localdomain   localhost
    # Public
    192.168.2.101   rac1.localdomain        rac1
    192.168.2.102   rac2.localdomain        rac2
    # Private
    192.168.0.101   rac1-priv.localdomain   rac1-priv
    192.168.0.102   rac2-priv.localdomain   rac2-priv
    # Virtual
    192.168.2.111   rac1-vip.localdomain    rac1-vip
    192.168.2.112   rac2-vip.localdomain    rac2-vip
    # SCAN
    192.168.2.201   rac-scan.localdomain rac-scan
    [root@rac2 ~]#
    FIRST NODE root.sh script output...
    [root@rac2 ~]# /u01/app/11.2.0/db_1/root.sh
    Running Oracle 11g root.sh script...
    The following environment variables are set as:
        ORACLE_OWNER= oracle
        ORACLE_HOME=  /u01/app/11.2.0/db_1
    Enter the full pathname of the local bin directory: [/usr/local/bin]:
       Copying dbhome to /usr/local/bin ...
       Copying oraenv to /usr/local/bin ...
       Copying coraenv to /usr/local/bin ...
    Creating /etc/oratab file...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    2010-12-06 14:45:06: Parsing the host name
    2010-12-06 14:45:06: Checking for super user privileges
    2010-12-06 14:45:06: User has super user privileges
    Using configuration parameter file: /u01/app/11.2.0/db_1/crs/install/crsconfig_params
    Creating trace directory
    LOCAL ADD MODE
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
      root wallet
      root wallet cert
      root cert export
      peer wallet
      profile reader wallet
      pa wallet
      peer wallet keys
      pa wallet keys
      peer cert request
      pa cert request
      peer cert
      pa cert
      peer root cert TP
      profile reader root cert TP
      pa root cert TP
      peer pa cert TP
      pa peer cert TP
      profile reader pa cert TP
      profile reader peer cert TP
      peer user cert
      pa user cert
    Adding daemon to inittab
    CRS-4123: Oracle High Availability Services has been started.
    ohasd is starting
    CRS-2672: Attempting to start 'ora.gipcd' on 'rac2'
    CRS-2672: Attempting to start 'ora.mdnsd' on 'rac2'
    CRS-2676: Start of 'ora.gipcd' on 'rac2' succeeded
    CRS-2676: Start of 'ora.mdnsd' on 'rac2' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'rac2'
    CRS-2676: Start of 'ora.gpnpd' on 'rac2' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'rac2'
    CRS-2676: Start of 'ora.cssdmonitor' on 'rac2' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'rac2'
    CRS-2672: Attempting to start 'ora.diskmon' on 'rac2'
    CRS-2676: Start of 'ora.diskmon' on 'rac2' succeeded
    CRS-2676: Start of 'ora.cssd' on 'rac2' succeeded
    CRS-2672: Attempting to start 'ora.ctssd' on 'rac2'
    CRS-2676: Start of 'ora.ctssd' on 'rac2' succeeded
    ASM created and started successfully.
    DiskGroup DATA created successfully.
    clscfg: -install mode specified
    Successfully accumulated necessary OCR keys.
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    CRS-2672: Attempting to start 'ora.crsd' on 'rac2'
    CRS-2676: Start of 'ora.crsd' on 'rac2' succeeded
    CRS-4256: Updating the profile
    Successful addition of voting disk 587cc69413ce4fd3bf0c2c2548fb9017.
    Successfully replaced voting disk group with +DATA.
    CRS-4256: Updating the profile
    CRS-4266: Voting file(s) successfully replaced
    ##  STATE    File Universal Id                File Name Disk group
    1. ONLINE   587cc69413ce4fd3bf0c2c2548fb9017 (/dev/oracleasm/disks/DISK1) [DATA]
    Located 1 voting disk(s).
    CRS-2673: Attempting to stop 'ora.crsd' on 'rac2'
    CRS-2677: Stop of 'ora.crsd' on 'rac2' succeeded
    CRS-2673: Attempting to stop 'ora.asm' on 'rac2'
    CRS-2677: Stop of 'ora.asm' on 'rac2' succeeded
    CRS-2673: Attempting to stop 'ora.ctssd' on 'rac2'
    CRS-2677: Stop of 'ora.ctssd' on 'rac2' succeeded
    CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'rac2'
    CRS-2677: Stop of 'ora.cssdmonitor' on 'rac2' succeeded
    CRS-2673: Attempting to stop 'ora.cssd' on 'rac2'
    CRS-2677: Stop of 'ora.cssd' on 'rac2' succeeded
    CRS-2673: Attempting to stop 'ora.gpnpd' on 'rac2'
    CRS-2677: Stop of 'ora.gpnpd' on 'rac2' succeeded
    CRS-2673: Attempting to stop 'ora.gipcd' on 'rac2'
    CRS-2677: Stop of 'ora.gipcd' on 'rac2' succeeded
    CRS-2673: Attempting to stop 'ora.mdnsd' on 'rac2'
    CRS-2677: Stop of 'ora.mdnsd' on 'rac2' succeeded
    CRS-2672: Attempting to start 'ora.mdnsd' on 'rac2'
    CRS-2676: Start of 'ora.mdnsd' on 'rac2' succeeded
    CRS-2672: Attempting to start 'ora.gipcd' on 'rac2'
    CRS-2676: Start of 'ora.gipcd' on 'rac2' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'rac2'
    CRS-2676: Start of 'ora.gpnpd' on 'rac2' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'rac2'
    CRS-2676: Start of 'ora.cssdmonitor' on 'rac2' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'rac2'
    CRS-2672: Attempting to start 'ora.diskmon' on 'rac2'
    CRS-2676: Start of 'ora.diskmon' on 'rac2' succeeded
    CRS-2676: Start of 'ora.cssd' on 'rac2' succeeded
    CRS-2672: Attempting to start 'ora.ctssd' on 'rac2'
    CRS-2676: Start of 'ora.ctssd' on 'rac2' succeeded
    CRS-2672: Attempting to start 'ora.asm' on 'rac2'
    CRS-2676: Start of 'ora.asm' on 'rac2' succeeded
    CRS-2672: Attempting to start 'ora.crsd' on 'rac2'
    CRS-2676: Start of 'ora.crsd' on 'rac2' succeeded
    CRS-2672: Attempting to start 'ora.evmd' on 'rac2'
    CRS-2676: Start of 'ora.evmd' on 'rac2' succeeded
    CRS-2672: Attempting to start 'ora.asm' on 'rac2'
    CRS-2676: Start of 'ora.asm' on 'rac2' succeeded
    CRS-2672: Attempting to start 'ora.DATA.dg' on 'rac2'
    CRS-2676: Start of 'ora.DATA.dg' on 'rac2' succeeded
    CRS-2672: Attempting to start 'ora.registry.acfs' on 'rac2'
    CRS-2676: Start of 'ora.registry.acfs' on 'rac2' succeeded
    rac2     2010/12/06 14:52:06     /u01/app/11.2.0/db_1/cdata/rac2/backup_20101206_145206.olr
    Configure Oracle Grid Infrastructure for a Cluster ... succeeded
    Updating inventory properties for clusterware
    Starting Oracle Universal Installer...
    Checking swap space: must be greater than 500 MB.   Actual 6847 MB    Passed
    The inventory pointer is located at /etc/oraInst.loc
    The inventory is located at /u01/app/oraInventory
    'UpdateNodeList' was successful.
    [root@rac2 ~]#
    SECOND NODE root.sh script output
    [root@rac1 db_1]# ./root.sh
    Running Oracle 11g root.sh script...
    The following environment variables are set as:
        ORACLE_OWNER= oracle
        ORACLE_HOME=  /u01/app/11.2.0/db_1
    Enter the full pathname of the local bin directory: [/usr/local/bin]:
       Copying dbhome to /usr/local/bin ...
       Copying oraenv to /usr/local/bin ...
       Copying coraenv to /usr/local/bin ...
    Creating /etc/oratab file...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    2010-12-06 14:54:11: Parsing the host name
    2010-12-06 14:54:11: Checking for super user privileges
    2010-12-06 14:54:11: User has super user privileges
    Using configuration parameter file: /u01/app/11.2.0/db_1/crs/install/crsconfig_params
    Creating trace directory
    LOCAL ADD MODE
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    Adding daemon to inittab
    CRS-4123: Oracle High Availability Services has been started.
    ohasd is starting
    CRS-2672: Attempting to start 'ora.gipcd' on 'rac1'
    CRS-2672: Attempting to start 'ora.mdnsd' on 'rac1'
    CRS-2676: Start of 'ora.gipcd' on 'rac1' succeeded
    CRS-2676: Start of 'ora.mdnsd' on 'rac1' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'rac1'
    CRS-2676: Start of 'ora.gpnpd' on 'rac1' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'rac1'
    CRS-2676: Start of 'ora.cssdmonitor' on 'rac1' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'rac1'
    CRS-2672: Attempting to start 'ora.diskmon' on 'rac1'
    CRS-2676: Start of 'ora.diskmon' on 'rac1' succeeded
    CRS-2676: Start of 'ora.cssd' on 'rac1' succeeded
    CRS-2672: Attempting to start 'ora.ctssd' on 'rac1'
    CRS-2676: Start of 'ora.ctssd' on 'rac1' succeeded
    ASM created and started successfully.
    DiskGroup DATA created successfully.
    clscfg: -install mode specified
    Successfully accumulated necessary OCR keys.
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    CRS-2672: Attempting to start 'ora.crsd' on 'rac1'
    CRS-2676: Start of 'ora.crsd' on 'rac1' succeeded
    Successful addition of voting disk 2761ce8d47b44fbabf73462151e3ba1d.
    Successfully replaced voting disk group with +DATA.
    CRS-4266: Voting file(s) successfully replaced
    ##  STATE    File Universal Id                File Name Disk group
    1. ONLINE   2761ce8d47b44fbabf73462151e3ba1d (/dev/oracleasm/disks/DISK1) [DATA]
    Located 1 voting disk(s).
    CRS-2673: Attempting to stop 'ora.crsd' on 'rac1'
    CRS-2677: Stop of 'ora.crsd' on 'rac1' succeeded
    CRS-2673: Attempting to stop 'ora.asm' on 'rac1'
    CRS-2677: Stop of 'ora.asm' on 'rac1' succeeded
    CRS-2673: Attempting to stop 'ora.ctssd' on 'rac1'
    CRS-2677: Stop of 'ora.ctssd' on 'rac1' succeeded
    CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'rac1'
    CRS-2677: Stop of 'ora.cssdmonitor' on 'rac1' succeeded
    CRS-2673: Attempting to stop 'ora.cssd' on 'rac1'
    CRS-2677: Stop of 'ora.cssd' on 'rac1' succeeded
    CRS-2673: Attempting to stop 'ora.gpnpd' on 'rac1'
    CRS-2677: Stop of 'ora.gpnpd' on 'rac1' succeeded
    CRS-2673: Attempting to stop 'ora.gipcd' on 'rac1'
    CRS-2677: Stop of 'ora.gipcd' on 'rac1' succeeded
    CRS-2673: Attempting to stop 'ora.mdnsd' on 'rac1'
    CRS-2677: Stop of 'ora.mdnsd' on 'rac1' succeeded
    CRS-2672: Attempting to start 'ora.mdnsd' on 'rac1'
    CRS-2676: Start of 'ora.mdnsd' on 'rac1' succeeded
    CRS-2672: Attempting to start 'ora.gipcd' on 'rac1'
    CRS-2676: Start of 'ora.gipcd' on 'rac1' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'rac1'
    CRS-2676: Start of 'ora.gpnpd' on 'rac1' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'rac1'
    CRS-2676: Start of 'ora.cssdmonitor' on 'rac1' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'rac1'
    CRS-2672: Attempting to start 'ora.diskmon' on 'rac1'
    CRS-2676: Start of 'ora.diskmon' on 'rac1' succeeded
    CRS-2676: Start of 'ora.cssd' on 'rac1' succeeded
    CRS-2672: Attempting to start 'ora.ctssd' on 'rac1'
    CRS-2676: Start of 'ora.ctssd' on 'rac1' succeeded
    CRS-2672: Attempting to start 'ora.asm' on 'rac1'
    CRS-2676: Start of 'ora.asm' on 'rac1' succeeded
    CRS-2672: Attempting to start 'ora.crsd' on 'rac1'
    CRS-2676: Start of 'ora.crsd' on 'rac1' succeeded
    CRS-2672: Attempting to start 'ora.evmd' on 'rac1'
    CRS-2676: Start of 'ora.evmd' on 'rac1' succeeded
    CRS-2672: Attempting to start 'ora.asm' on 'rac1'
    CRS-2676: Start of 'ora.asm' on 'rac1' succeeded
    CRS-2672: Attempting to start 'ora.DATA.dg' on 'rac1'
    CRS-2676: Start of 'ora.DATA.dg' on 'rac1' succeeded
    PRCR-1079 : *Failed* to start resource ora.scan1.vip
    CRS-5005: IP Address: 192.168.2.201 is already in use in the network
    CRS-2674: Start of 'ora.scan1.vip' on 'rac1' *failed*
    CRS-2632: There are no more servers to try to place resource 'ora.scan1.vip' on that would satisfy its placement policy
    start scan ... *failed*
    Configure Oracle Grid Infrastructure for a Cluster ... *failed*
    Updating inventory properties for clusterware
    Starting Oracle Universal Installer...
    Checking swap space: must be greater than 500 MB.   Actual 6847 MB    Passed
    The inventory pointer is located at /etc/oraInst.loc
    The inventory is located at /u01/app/oraInventory
    'UpdateNodeList' was successful.
    [root@rac1 db_1]# * "./runcluvfy.sh stage -pre -crsinst -n rac1,rac2 " outputs are same each node....*
    [oracle@rac2 grid]$ ./runcluvfy.sh stage -pre crsinst -n rac1,rac2
    Performing pre-checks for cluster services setup
    Checking node reachability...
    Node reachability check passed from node "rac2"
    Checking user equivalence...
    User equivalence check passed for user "oracle"
    Checking node connectivity...
    Checking hosts config file...
    Verification of the hosts config file successful
    Node connectivity passed for subnet "192.168.2.0" with node(s) rac2,rac1
    TCP connectivity check passed for subnet "192.168.2.0"
    Node connectivity passed for subnet "192.168.122.0" with node(s) rac2,rac1
    TCP connectivity check failed for subnet "192.168.122.0"
    Node connectivity passed for subnet "192.168.0.0" with node(s) rac2,rac1
    TCP connectivity check passed for subnet "192.168.0.0"
    Interfaces found on subnet "192.168.2.0" that are likely candidates for VIP are:
    rac2 eth0:192.168.2.102 eth0:192.168.2.112 eth0:192.168.2.201
    rac1 eth0:192.168.2.101 eth0:192.168.2.111
    Interfaces found on subnet "192.168.122.0" that are likely candidates for a private interconnect are:
    rac2 virbr0:192.168.122.1
    rac1 virbr0:192.168.122.1
    Interfaces found on subnet "192.168.0.0" that are likely candidates for a private interconnect are:
    rac2 eth1:192.168.0.102
    rac1 eth1:192.168.0.101
    Node connectivity check passed
    Total memory check passed
    Available memory check passed
    Swap space check passed
    Free disk space check passed for "rac2:/tmp"
    Free disk space check passed for "rac1:/tmp"
    User existence check passed for "oracle"
    Group existence check passed for "oinstall"
    Group existence check passed for "dba"
    Membership check for user "oracle" in group "oinstall" [as Primary] passed
    Membership check for user "oracle" in group "dba" passed
    Run level check passed
    Hard limits check passed for "maximum open file descriptors"
    Soft limits check passed for "maximum open file descriptors"
    Hard limits check passed for "maximum user processes"
    Soft limits check passed for "maximum user processes"
    System architecture check passed
    Kernel version check passed
    Kernel parameter check passed for "semmsl"
    Kernel parameter check passed for "semmns"
    Kernel parameter check passed for "semopm"
    Kernel parameter check passed for "semmni"
    Kernel parameter check passed for "shmmax"
    Kernel parameter check passed for "shmmni"
    Kernel parameter check passed for "shmall"
    Kernel parameter check passed for "file-max"
    Kernel parameter check passed for "ip_local_port_range"
    Kernel parameter check passed for "rmem_default"
    Kernel parameter check passed for "rmem_max"
    Kernel parameter check passed for "wmem_default"
    Kernel parameter check passed for "wmem_max"
    Kernel parameter check passed for "aio-max-nr"
    Package existence check passed for "make-3.81"
    Package existence check passed for "binutils-2.17.50.0.6"
    Package existence check passed for "gcc-4.1.2"
    Package existence check passed for "libaio-0.3.106 (i386)"
    Package existence check passed for "libaio-0.3.106 (x86_64)"
    Package existence check passed for "glibc-2.5-24 (i686)"
    Package existence check passed for "glibc-2.5-24 (x86_64)"
    Package existence check passed for "compat-libstdc++-33-3.2.3 (i386)"
    Package existence check passed for "compat-libstdc++-33-3.2.3 (x86_64)"
    Package existence check passed for "elfutils-libelf-0.125 (x86_64)"
    Package existence check passed for "elfutils-libelf-devel-0.125"
    Package existence check passed for "glibc-common-2.5"
    Package existence check passed for "glibc-devel-2.5 (i386)"
    Package existence check passed for "glibc-devel-2.5 (x86_64)"
    Package existence check passed for "glibc-headers-2.5"
    Package existence check passed for "gcc-c++-4.1.2"
    Package existence check passed for "libaio-devel-0.3.106 (i386)"
    Package existence check passed for "libaio-devel-0.3.106 (x86_64)"
    Package existence check passed for "libgcc-4.1.2 (i386)"
    Package existence check passed for "libgcc-4.1.2 (x86_64)"
    Package existence check passed for "libstdc++-4.1.2 (i386)"
    Package existence check passed for "libstdc++-4.1.2 (x86_64)"
    Package existence check passed for "libstdc++-devel-4.1.2 (x86_64)"
    Package existence check passed for "sysstat-7.0.2"
    Package existence check passed for "unixODBC-2.2.11 (i386)"
    Package existence check passed for "unixODBC-2.2.11 (x86_64)"
    Package existence check passed for "unixODBC-devel-2.2.11 (i386)"
    Package existence check passed for "unixODBC-devel-2.2.11 (x86_64)"
    Package existence check passed for "ksh-20060214"
    Check for multiple users with UID value 0 passed
    Current group ID check passed
    Core file name pattern consistency check passed.
    User "oracle" is not part of "root" group. Check passed
    Default user file creation mask check passed
    Starting Clock synchronization checks using Network Time Protocol(NTP)...
    NTP Configuration file check started...
    NTP Configuration file check passed
    Checking daemon liveness...
    Liveness check passed for "ntpd"
    NTP daemon slewing option check passed
    NTP daemon's boot time configuration check for slewing option passed
    NTP common Time Server Check started...
    Check of common NTP Time Server passed
    Clock time offset check from NTP Time Server started...
    Clock time offset check passed
    Clock synchronization check using Network Time Protocol(NTP) passed
    Pre-check for cluster services setup was successful.
    [oracle@rac2 grid]$ I'm confused :)
    Edited by: Eren GULERYUZ on 06.Ara.2010 05:57

    Hi,
    it looks like, that your "shared device" you are using is not really shared.
    The second node does "create an ASM diskgroup" and create OCR and Voting disks. If this indeed would be a shared device, he should have recognized, that your disk is shared.
    So as a result your VMware configuration must be wrong, and the disk you presented as shared disk is not really shared.
    Which VMWare version did you use? It will not work correctly with the workstation or player edition, since shared disks are only really working with the server version.
    If you indeed using the server, could you paste your vm configurations?
    Furthermore I recommend using Virtual Box. There is a nice how-to:
    http://www.oracle-base.com/articles/11g/OracleDB11gR2RACInstallationOnOEL5UsingVirtualBox.php
    Sebastian

  • OSX Won't Install / Kernel Panic at Boot Up

    I have been having a few issues for the best part of a year now, firstly not being able to update to 10.6.8 meaning not being able to update to Lion. My onboard sound is non existemnt and have to run audio through HDMI.
    To cut a long story short I was running the OS that came with the machine when I bought it and could not update at all as this would cause a kernel panic at boot up each and everytime meaning I had to reinstall the OS from the boot disk.
    Last time this happened my internal HDD seemed to fail, tried everything to repair through disc utilities etc and ended up formatting and attempting a reinstall, I now receive this error log when I attempt installation, can anyone give me any ideas as to what is going on with it.
    Its a late 2009 model 8GB Ram 320GB HDD and dual core 1.66 processor as far as I am aware (unfortunately cannot get the specific system info as I cannot boot or reinstall OSX.
    - Error Log -
    Nov 14 11:04:21 localhost LCA[79]: Folder Manager is being asked to create a folder (cach) while running as uid 0
    Nov 14 11:04:41 localhost LCA[79]: Launching the Installer using language code "English"
    Nov 14 11:04:42 localhost OSInstaller[149]: Mac OS X Installer application started
    Nov 14 11:04:42 localhost OSInstaller[149]: 1 display(s) found.
    Nov 14 11:04:42 localhost OSInstaller[149]: Display[1] is using OpenGL acceleration.
    Nov 14 11:04:42 localhost OSInstaller[149]: @(#)PROGRAM:Install  PROJECT:Install-581
    Nov 14 11:04:42 localhost OSInstaller[149]: @(#)PROGRAM:Mac OS X Installer  PROJECT:OSInstaller-263
    Nov 14 11:04:42 localhost OSInstaller[149]: Hardware: Macmini4,1 @ 2.66 GHz (x 2), 8192 MB RAM
    Nov 14 11:04:42 localhost OSInstaller[149]: Running OS Build: Mac OS X 10.6.4 (10F2108)
    Nov 14 11:04:42 localhost OSInstaller[149]: Env: DYLD_NO_FIX_PREBINDING=1
    Nov 14 11:04:42 localhost OSInstaller[149]: Env: PATH=/usr/bin:/bin:/usr/sbin:/sbin
    Nov 14 11:04:42 localhost OSInstaller[149]: Env: PWD=/
    Nov 14 11:04:42 localhost OSInstaller[149]: Env: SHLVL=1
    Nov 14 11:04:42 localhost OSInstaller[149]: Env: OS_INSTALL=1
    Nov 14 11:04:42 localhost OSInstaller[149]: Env: _=/System/Installation/CDIS/LCA.app/Contents/MacOS/LCA
    Nov 14 11:04:43 localhost OSInstaller[149]: Using install media product at /System/Installation/Packages
    Nov 14 11:04:43 localhost OSInstaller[149]: Opening OSInstall package '/System/Installation/Packages/OSInstall.mpkg'.
    Nov 14 11:04:48 localhost OSInstaller[149]: Memory statistics for 'Install Mac OS X' pane:
    Nov 14 11:04:48 localhost OSInstaller[149]: Physical Memory Allocation:   587 MB wired,   259 MB trapped,    73 MB active,    56 MB inactive,  7217 MB free,  7346 MB usable,  8192 MB total
    Nov 14 11:05:05 localhost Unknown[80]: 2013-11-14 11:05:05.392 Disk Utility[157:903] **********
    Nov 14 11:05:05 localhost Unknown[80]: 2013-11-14 11:05:05.440 Disk Utility[157:903] Disk Utility started.
    Nov 14 11:05:05 localhost Unknown[80]:
    Nov 14 11:05:20 localhost Unknown[80]: 2013-11-14 11:05:20.067 Disk Utility[157:903] Verifying volume “MacMini HDD”
    Nov 14 11:05:20 localhost Unknown[80]: 2013-11-14 11:05:20.081 Disk Utility[157:903] Starting verification tool:
    Nov 14 11:05:32 localhost Unknown[80]: 2013-11-14 11:05:32.085 Disk Utility[157:903] Checking Journaled HFS Plus volume.
    Nov 14 11:05:32 localhost Unknown[80]: 2013-11-14 11:05:32.086 Disk Utility[157:903] Checking extents overflow file.
    Nov 14 11:05:32 localhost Unknown[80]: 2013-11-14 11:05:32.087 Disk Utility[157:903] Checking catalog file.
    Nov 14 11:05:40 localhost Unknown[80]: 2013-11-14 11:05:40.129 Disk Utility[157:903] Invalid key length
    Nov 14 11:05:40 localhost Unknown[80]: 2013-11-14 11:05:40.133 Disk Utility[157:903] The volume MacMini HDD could not be verified completely.
    Nov 14 11:05:40 localhost Unknown[80]: 2013-11-14 11:05:40.285 Disk Utility[157:903] Error: This disk needs to be repaired. Click Repair Disk.
    Nov 14 11:05:40 localhost Unknown[80]: 2013-11-14 11:05:40.285 Disk Utility[157:903]
    Nov 14 11:05:40 localhost Unknown[80]: 2013-11-14 11:05:40.285 Disk Utility[157:903] Disk Utility stopped verifying “MacMini HDD”: This disk needs to be repaired. Click Repair Disk.
    Nov 14 11:05:40 localhost Unknown[80]: 2013-11-14 11:05:40.397 Disk Utility[157:903]
    Nov 14 11:05:40 localhost Unknown[80]:
    Nov 14 11:06:10 localhost Unknown[80]: 2013-11-14 11:06:10.355 Disk Utility[157:903] Preparing to erase : “Mac Mini HDD”
    Nov 14 11:06:10 localhost Unknown[80]: 2013-11-14 11:06:10.355 Disk Utility[157:903]     Partition Scheme: GUID Partition Table
    Nov 14 11:06:10 localhost Unknown[80]: 2013-11-14 11:06:10.355 Disk Utility[157:903]     1 volume will be created
    Nov 14 11:06:10 localhost Unknown[80]: 2013-11-14 11:06:10.355 Disk Utility[157:903]         Name        : “Mac Mini HDD”
    Nov 14 11:06:10 localhost Unknown[80]: 2013-11-14 11:06:10.358 Disk Utility[157:903]         Size        : 320.07 GB
    Nov 14 11:06:10 localhost Unknown[80]: 2013-11-14 11:06:10.359 Disk Utility[157:903]         Filesystem    : Mac OS Extended (Journaled)
    Nov 14 11:06:10 localhost Unknown[80]:
    Nov 14 11:06:11 localhost Unknown[80]: 2013-11-14 11:06:11.296 Disk Utility[157:903] Unmounting disk
    Nov 14 11:06:12 localhost Unknown[80]: 2013-11-14 11:06:12.972 Disk Utility[157:903] Creating partition map
    Nov 14 11:06:15 localhost Unknown[80]: 2013-11-14 11:06:15.964 Disk Utility[157:903] Waiting for disks to reappear
    Nov 14 11:06:16 localhost Unknown[80]: 2013-11-14 11:06:16.013 Disk Utility[157:903] Formatting disk0s2 as Mac OS Extended (Journaled) with name Mac Mini HDD
    Nov 14 11:06:20 localhost Unknown[80]: 2013-11-14 11:06:20.582 Disk Utility[157:903] Erase complete.
    Nov 14 11:06:20 localhost Unknown[80]: 2013-11-14 11:06:20.582 Disk Utility[157:903]
    Nov 14 11:06:34 localhost OSInstaller[149]: Allowing machine sleep.
    Nov 14 11:07:08 localhost OSInstaller[149]: Preventing machine sleep.
    Nov 14 11:07:11 localhost OSInstaller[149]: =============================================================================== =
    Nov 14 11:07:11 localhost OSInstaller[149]: Choices selected for installation:
    Nov 14 11:07:11 localhost OSInstaller[149]:     Install: "Mac OS X"
    Nov 14 11:07:11 localhost OSInstaller[149]:     Install: "Essential System Software"
    Nov 14 11:07:11 localhost OSInstaller[149]:         BaseSystem.pkg : com.apple.pkg.BaseSystem : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         Essentials.pkg : com.apple.pkg.Essentials : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         BootCamp.pkg : com.apple.pkg.BootCamp : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         BSD.pkg : com.apple.pkg.BSD : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         iPodSupport.pkg : com.apple.pkg.iPodSupport : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         PodcastCapture.pkg : com.apple.pkg.PodcastCapture : 1.0.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         JavaTools.pkg : com.apple.pkg.JavaTools : 1.0.0.9000000000.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         AdditionalEssentials.pkg : com.apple.pkg.AdditionalEssentials : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         AdditionalSpeechVoices.pkg : com.apple.pkg.AdditionalSpeechVoices : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         AsianLanguagesSupport.pkg : com.apple.pkg.AsianLanguagesSupport : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         MediaFiles.pkg : com.apple.pkg.MediaFiles : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         MigrationAssistant.pkg : com.apple.pkg.MigrationAssistant : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         Mail.pkg : com.apple.pkg.Mail : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         AddressBook.pkg : com.apple.pkg.AddressBook : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         iCal.pkg : com.apple.pkg.iCal : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         Automator.pkg : com.apple.pkg.Automator : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         DVDPlayer.pkg : com.apple.pkg.DVDPlayer : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         iTunes.pkg : com.apple.pkg.iTunes : 9.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         iChat.pkg : com.apple.pkg.iChat : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         Java.pkg : com.apple.pkg.Java : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         Safari.pkg : com.apple.pkg.Safari : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         OxfordDictionaries.pkg : com.apple.pkg.OxfordDictionaries : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:     Install: "X11"
    Nov 14 11:07:11 localhost OSInstaller[149]:         X11User.pkg : com.apple.pkg.X11User : 10.6.0.1.1.1249367152
    Nov 14 11:07:11 localhost OSInstaller[149]:         OSInstall.pkg : com.apple.pkg.OSInstall : 10.6.0.1
    Nov 14 11:07:11 localhost OSInstaller[149]: =============================================================================== =
    Nov 14 11:07:11 localhost OSInstaller[149]: It took 0.01 seconds to summarize the package selections.
    Nov 14 11:07:11 localhost OSInstaller[149]: Memory statistics for 'Installing' pane:
    Nov 14 11:07:11 localhost OSInstaller[149]: Physical Memory Allocation:   806 MB wired,   257 MB trapped,    89 MB active,   110 MB inactive,  6930 MB free,  7129 MB usable,  8192 MB total
    Nov 14 11:07:11 localhost OSInstaller[149]: Remote Install Assistant found at 1024:(null)
    Nov 14 11:07:11 localhost runner[153]: Administrator authorization granted.
    Nov 14 11:07:11 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/BaseSystem.pkg (1192468480 b)
    Nov 14 11:07:13 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/Essentials.pkg (1443404800 b)
    Nov 14 11:07:13 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/BootCamp.pkg (6089728 b)
    Nov 14 11:07:13 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/BSD.pkg (594596864 b)
    Nov 14 11:07:13 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/iPodSupport.pkg (636928 b)
    Nov 14 11:07:14 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/PodcastCapture.pkg (7593984 b)
    Nov 14 11:07:14 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/JavaTools.pkg (89688064 b)
    Nov 14 11:07:14 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/AdditionalEssentials.pkg (37807104 b)
    Nov 14 11:07:14 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/AdditionalSpeechVoices.pkg (279709696 b)
    Nov 14 11:07:14 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/AsianLanguagesSupport.pkg (4487168 b)
    Nov 14 11:07:14 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/MediaFiles.pkg (81630208 b)
    Nov 14 11:07:15 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/MigrationAssistant.pkg (37314560 b)
    Nov 14 11:07:15 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/Mail.pkg (55813120 b)
    Nov 14 11:07:15 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/AddressBook.pkg (15178752 b)
    Nov 14 11:07:15 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/iCal.pkg (40150016 b)
    Nov 14 11:07:16 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/Automator.pkg (26057728 b)
    Nov 14 11:07:16 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/DVDPlayer.pkg (23847936 b)
    Nov 14 11:07:16 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/iTunes.pkg (108978176 b)
    Nov 14 11:07:16 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/iChat.pkg (38496256 b)
    Nov 14 11:07:16 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/Java.pkg (152604672 b)
    Nov 14 11:07:17 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/Safari.pkg (39313408 b)
    Nov 14 11:07:17 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/OxfordDictionaries.pkg (44351488 b)
    Nov 14 11:07:17 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/X11User.pkg (91827200 b)
    Nov 14 11:07:17 localhost OSInstaller[149]: PK will install package file://localhost/System/Installation/Packages/OSInstall.pkg (0 b)
    Nov 14 11:07:17 localhost OSInstaller[149]: Total install size including padding: 5485788160 b
    Nov 14 11:07:18 localhost OSInstaller[149]: Starting installation:
    Nov 14 11:07:18 localhost OSInstaller[149]: Calculating expected install size requirements
    Nov 14 11:07:18 localhost Unknown[80]: 2013-11-14 11:07:18.542 Mac OS X Installer[149:c82b] Looking for system packages
    Nov 14 11:07:20 localhost Unknown[80]: 2013-11-14 11:07:20.119 Mac OS X Installer[149:c82b] no system packages found
    Nov 14 11:07:20 localhost Unknown[80]: 2013-11-14 11:07:20.120 Mac OS X Installer[149:c82b] No or Invalid system receipts found on /Volumes/Mac Mini HDD
    Nov 14 11:07:20 localhost Unknown[80]: 2013-11-14 11:07:20.120 Mac OS X Installer[149:c82b] Attempting fallback using: /System/Library/PrivateFrameworks/SystemMigration.framework/Resources/FallbackS ystemFiles.plist
    Nov 14 11:07:25 localhost Unknown[80]: 2013-11-14 11:07:25.300 Mac OS X Installer[149:c82b] Finding system files...
    Nov 14 11:07:29 localhost Unknown[80]: 2013-11-14 11:07:29.269 Mac OS X Installer[149:c82b] Writing system path cache.
    Nov 14 11:07:29 localhost Unknown[80]: 2013-11-14 11:07:29.273 Mac OS X Installer[149:c82b] Error writing cache to /Volumes/Mac Mini HDD/Library/Caches/com.apple.FindSystemFiles.plist
    Nov 14 11:07:29 localhost Unknown[80]: 2013-11-14 11:07:29.280 Mac OS X Installer[149:c82b] Failed to enumerate /Volumes/Mac Mini HDD/Library/Caches, cannot prune (
    Nov 14 11:07:29 localhost Unknown[80]:     "com.apple.user*pictureCache*"
    Nov 14 11:07:29 localhost Unknown[80]: )
    Nov 14 11:07:29 localhost OSInstaller[149]: Initial free size    : 319.3 GB
    Nov 14 11:07:29 localhost OSInstaller[149]: Expected system size : Zero KB
    Nov 14 11:07:29 localhost OSInstaller[149]: Reserving 5485788160 for extraction
    Nov 14 11:07:29 localhost OSInstaller[149]: Reserving 2891763788 for download
    Nov 14 11:07:29 localhost OSInstaller[149]: Performing volume consistency check on 'Mac Mini HDD'.
    Nov 14 11:07:41 localhost OSInstaller[149]: Checking Volume
    Nov 14 11:07:41 localhost OSInstaller[149]: Checking Journaled HFS Plus volume.
    Nov 14 11:07:41 localhost OSInstaller[149]: Checking extents overflow file.
    Nov 14 11:07:41 localhost OSInstaller[149]: Checking catalog file.
    Nov 14 11:07:44 localhost OSInstaller[149]: Checking multi-linked files.
    Nov 14 11:07:44 localhost OSInstaller[149]: Checking catalog hierarchy.
    Nov 14 11:07:44 localhost OSInstaller[149]: Checking extended attributes file.
    Nov 14 11:07:48 localhost OSInstaller[149]: Checking volume bitmap.
    Nov 14 11:10:19 localhost LCA[79]: Child exited with status 11
    Nov 14 11:10:24 localhost Unknown[204]: Launching the Installer Crash Log Viewer
    Nov 14 11:10:25 localhost ReportCrash[194]: Process:         Mac OS X Installer [149]
    Nov 14 11:10:25 localhost ReportCrash[194]: Path:            /System/Installation/CDIS/Mac OS X Installer.app/Contents/MacOS/Mac OS X Installer
    Nov 14 11:10:25 localhost ReportCrash[194]: Identifier:      Mac OS X Installer
    Nov 14 11:10:25 localhost ReportCrash[194]: Version:         ??? (???)
    Nov 14 11:10:25 localhost ReportCrash[194]: Code Type:       X86-64 (Native)
    Nov 14 11:10:25 localhost ReportCrash[194]: Parent Process:  LCA [79]
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Date/Time:       2013-11-14 11:07:59.824 -0800
    Nov 14 11:10:25 localhost ReportCrash[194]: OS Version:      Mac OS X 10.6.4 (10F2108)
    Nov 14 11:10:25 localhost ReportCrash[194]: Report Version:  6
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Nov 14 11:10:25 localhost ReportCrash[194]: Exception Codes: 0x000000000000000d, 0x0000000000000000
    Nov 14 11:10:25 localhost ReportCrash[194]: Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x0000000100435f2d dyld_stub_binder + 45
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   ???                               0x00000001004ee008 0 + 4300136456
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   com.apple.CoreFoundation          0x000000010069384f CFRunLoopRunSpecific + 575
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   com.apple.HIToolbox               0x0000000105d9d91a RunCurrentEventLoopInMode + 333
    Nov 14 11:10:25 localhost ReportCrash[194]: 4   com.apple.HIToolbox               0x0000000105d9d71f ReceiveNextEventCommon + 310
    Nov 14 11:10:25 localhost ReportCrash[194]: 5   com.apple.HIToolbox               0x0000000105d9d5d8 BlockUntilNextEventMatchingListInMode + 59
    Nov 14 11:10:25 localhost ReportCrash[194]: 6   com.apple.AppKit                  0x0000000100d1629e _DPSNextEvent + 708
    Nov 14 11:10:25 localhost ReportCrash[194]: 7   com.apple.AppKit                  0x0000000100d15bed -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    Nov 14 11:10:25 localhost ReportCrash[194]: 8   com.apple.AppKit                  0x0000000100cdb8d3 -[NSApplication run] + 395
    Nov 14 11:10:25 localhost ReportCrash[194]: 9   com.apple.AppKit                  0x0000000100cd45f8 NSApplicationMain + 364
    Nov 14 11:10:25 localhost ReportCrash[194]: 10  com.apple.MacOSXInstaller         0x00000001000048de 0x100000000 + 18654
    Nov 14 11:10:25 localhost ReportCrash[194]: 11  com.apple.MacOSXInstaller         0x0000000100001540 0x100000000 + 5440
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 1:
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x0000000100368eb6 __semwait_signal + 10
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   libSystem.B.dylib                 0x0000000100368d45 nanosleep + 148
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   libSystem.B.dylib                 0x00000001003b5b14 sleep + 61
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   com.apple.installframework        0x00000001000b83bb do_log_watch + 53
    Nov 14 11:10:25 localhost ReportCrash[194]: 4   libSystem.B.dylib                 0x0000000100367456 _pthread_start + 331
    Nov 14 11:10:25 localhost ReportCrash[194]: 5   libSystem.B.dylib                 0x0000000100367309 thread_start + 13
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 2:  Dispatch queue: com.apple.libdispatch-manager
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x000000010034708a kevent + 10
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   libSystem.B.dylib                 0x0000000100348f5d _dispatch_mgr_invoke + 154
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   libSystem.B.dylib                 0x0000000100348c34 _dispatch_queue_invoke + 185
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   libSystem.B.dylib                 0x000000010034875e _dispatch_worker_thread2 + 252
    Nov 14 11:10:25 localhost ReportCrash[194]: 4   libSystem.B.dylib                 0x0000000100348088 _pthread_wqthread + 353
    Nov 14 11:10:25 localhost ReportCrash[194]: 5   libSystem.B.dylib                 0x0000000100347f25 start_wqthread + 13
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 3:
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x000000010032e2fa mach_msg_trap + 10
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   libSystem.B.dylib                 0x000000010032e96d mach_msg + 59
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   com.apple.CoreFoundation          0x00000001006943c2 __CFRunLoopRun + 1698
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   com.apple.CoreFoundation          0x000000010069384f CFRunLoopRunSpecific + 575
    Nov 14 11:10:25 localhost ReportCrash[194]: 4   com.apple.Foundation              0x00000001009694c3 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    Nov 14 11:10:25 localhost ReportCrash[194]: 5   com.apple.Foundation              0x00000001008e9e8d __NSThread__main__ + 1429
    Nov 14 11:10:25 localhost ReportCrash[194]: 6   libSystem.B.dylib                 0x0000000100367456 _pthread_start + 331
    Nov 14 11:10:25 localhost ReportCrash[194]: 7   libSystem.B.dylib                 0x0000000100367309 thread_start + 13
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 4:
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x000000010032e2fa mach_msg_trap + 10
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   libSystem.B.dylib                 0x000000010032e96d mach_msg + 59
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   com.apple.CoreFoundation          0x00000001006943c2 __CFRunLoopRun + 1698
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   com.apple.CoreFoundation          0x000000010069384f CFRunLoopRunSpecific + 575
    Nov 14 11:10:25 localhost ReportCrash[194]: 4   com.apple.Foundation              0x0000000100924a18 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    Nov 14 11:10:25 localhost ReportCrash[194]: 5   com.apple.Foundation              0x000000010097048e -[NSRunLoop(NSRunLoop) runUntilDate:] + 78
    Nov 14 11:10:25 localhost ReportCrash[194]: 6   com.apple.osinstallframework      0x000000010002052b -[OSDiskManager(OSInstallerAdditions) doDiskCheckOnDisk:andRepair:] + 409
    Nov 14 11:10:25 localhost ReportCrash[194]: 7   com.apple.osinstallframework      0x000000010001ba09 -[OSVolumeFsckQueueElement _performCheckReturningError:] + 153
    Nov 14 11:10:25 localhost ReportCrash[194]: 8   com.apple.osinstallframework      0x000000010001b800 -[OSVolumeFsckQueueElement run] + 168
    Nov 14 11:10:25 localhost ReportCrash[194]: 9   com.apple.installframework        0x000000010008d166 -[IFSession(Jobs) _runMetaQueueEngine] + 933
    Nov 14 11:10:25 localhost ReportCrash[194]: 10  com.apple.Foundation              0x00000001008e9e8d __NSThread__main__ + 1429
    Nov 14 11:10:25 localhost ReportCrash[194]: 11  libSystem.B.dylib                 0x0000000100367456 _pthread_start + 331
    Nov 14 11:10:25 localhost ReportCrash[194]: 12  libSystem.B.dylib                 0x0000000100367309 thread_start + 13
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 5:
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x000000010032e35a semaphore_timedwait_signal_trap + 10
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   libSystem.B.dylib                 0x000000010036cbc2 _pthread_cond_wait + 1015
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   com.apple.Foundation              0x0000000100923d57 -[NSCondition waitUntilDate:] + 399
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   com.apple.Foundation              0x00000001009170a6 -[NSConditionLock lockWhenCondition:beforeDate:] + 238
    Nov 14 11:10:25 localhost ReportCrash[194]: 4   com.apple.installframework        0x000000010007de1f +[IFDTargetController(WorkerThread) _handleTargetRequests] + 774
    Nov 14 11:10:25 localhost ReportCrash[194]: 5   com.apple.Foundation              0x00000001008e9e8d __NSThread__main__ + 1429
    Nov 14 11:10:25 localhost ReportCrash[194]: 6   libSystem.B.dylib                 0x0000000100367456 _pthread_start + 331
    Nov 14 11:10:25 localhost ReportCrash[194]: 7   libSystem.B.dylib                 0x0000000100367309 thread_start + 13
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 6:
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x0000000100368eb6 __semwait_signal + 10
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   libSystem.B.dylib                 0x0000000100368d45 nanosleep + 148
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   com.apple.Foundation              0x000000010096ef40 +[NSThread sleepForTimeInterval:] + 101
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   com.apple.SystemMigration         0x0000000101dda750 -[SMManager _suppressSpotlightThread:] + 104
    Nov 14 11:10:25 localhost ReportCrash[194]: 4   com.apple.Foundation              0x00000001008e9e8d __NSThread__main__ + 1429
    Nov 14 11:10:25 localhost ReportCrash[194]: 5   libSystem.B.dylib                 0x0000000100367456 _pthread_start + 331
    Nov 14 11:10:25 localhost ReportCrash[194]: 6   libSystem.B.dylib                 0x0000000100367309 thread_start + 13
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 7:
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x0000000100371dce select$DARWIN_EXTSN + 10
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   com.apple.CoreFoundation          0x00000001006b5e92 __CFSocketManager + 818
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   libSystem.B.dylib                 0x0000000100367456 _pthread_start + 331
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   libSystem.B.dylib                 0x0000000100367309 thread_start + 13
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 8:
    Nov 14 11:10:25 localhost ReportCrash[194]: 0   libSystem.B.dylib                 0x000000010032e2fa mach_msg_trap + 10
    Nov 14 11:10:25 localhost ReportCrash[194]: 1   libSystem.B.dylib                 0x000000010032e96d mach_msg + 59
    Nov 14 11:10:25 localhost ReportCrash[194]: 2   com.apple.CoreFoundation          0x00000001006943c2 __CFRunLoopRun + 1698
    Nov 14 11:10:25 localhost ReportCrash[194]: 3   com.apple.CoreFoundation          0x000000010069384f CFRunLoopRunSpecific + 575
    Nov 14 11:10:25 localhost ReportCrash[194]: 4   com.apple.Foundation              0x0000000100924a18 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    Nov 14 11:10:25 localhost ReportCrash[194]: 5   com.apple.Foundation              0x000000010097048e -[NSRunLoop(NSRunLoop) runUntilDate:] + 78
    Nov 14 11:10:25 localhost ReportCrash[194]: 6   com.apple.installframework        0x000000010008e648 -[IFDInstallController(Private) _install] + 1524
    Nov 14 11:10:25 localhost ReportCrash[194]: 7   com.apple.osinstallframework      0x000000010001ad47 -[OSInstallController(Private) _install] + 499
    Nov 14 11:10:25 localhost ReportCrash[194]: 8   com.apple.Foundation              0x00000001008e9e8d __NSThread__main__ + 1429
    Nov 14 11:10:25 localhost ReportCrash[194]: 9   libSystem.B.dylib                 0x0000000100367456 _pthread_start + 331
    Nov 14 11:10:25 localhost ReportCrash[194]: 10  libSystem.B.dylib                 0x0000000100367309 thread_start + 13
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Thread 0 crashed with X86 Thread State (64-bit):
    Nov 14 11:10:25 localhost ReportCrash[194]:   rax: 0x0000000000000002  rbx: 0x0000000010000003  rcx: 0x0000000000000001  rdx: 0x0000000000000024
    Nov 14 11:10:25 localhost ReportCrash[194]:   rdi: 0x0000000000000e03  rsi: 0x0000000000000003  rbp: 0x00007fff5fbfe958  rsp: 0x00007fff5fbfe898
    Nov 14 11:10:25 localhost ReportCrash[194]:    r8: 0x0000000000000e03   r9: 0x0000000000000000  r10: 0x0000000000000030  r11: 0x00000001004ee008
    Nov 14 11:10:25 localhost ReportCrash[194]:   r12: 0x00007fff5fbfea50  r13: 0x00000001007f3740  r14: 0x0000000107229bc0  r15: 0x0000000107229cc0
    Nov 14 11:10:25 localhost ReportCrash[194]:   rip: 0x0000000100435f2d  rfl: 0x0000000000010202  cr2: 0x00000000743f9090
    Nov 14 11:10:25 localhost ReportCrash[194]: 
    Nov 14 11:10:25 localhost ReportCrash[194]: Binary Images:
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x100000000 -        0x10000efff  com.apple.MacOSXInstaller 230.1.2 (263) <8AE65887-BACC-E57E-A301-D064DE9FA499> /System/Installation/CDIS/Mac OS X Installer.app/Contents/MacOS/Mac OS X Installer
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x100018000 -        0x10003cfff  com.apple.osinstallframework 518.1.3 (581) <7CBABA49-2906-C484-B36C-6B57AB184188> /System/Library/PrivateFrameworks/Install.framework/Frameworks/OSInstall.framew ork/Versions/A/OSInstall
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10005a000 -        0x10005aff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10005d000 -        0x100068ff7  com.apple.framework.Assistant 1.6.0 (14) <B3E711E3-998D-7CA8-06A5-8E685069C5BD> /System/Library/PrivateFrameworks/Assistant.framework/Versions/A/Assistant
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x100075000 -        0x100139fff  com.apple.installframework 518.1.3 (581) <621F6E9F-ED7A-6273-8DB7-3BF3F1BE614B> /System/Library/PrivateFrameworks/Install.framework/Versions/A/Install
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1001ba000 -        0x1001d2ff7  com.apple.InstallerPlugins 4.0 (430.1) <8C3A33C1-D98A-6996-EB49-395B2959B7ED> /System/Library/Frameworks/InstallerPlugins.framework/Versions/A/InstallerPlugi ns
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1001e8000 -        0x100229fff  com.apple.SystemConfiguration 1.10.2 (1.10.2) <BC27BDD4-9CC8-9AF0-B4C2-DD50FD751CBF> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10024d000 -        0x1002abff7  com.apple.framework.IOKit 2.0 (???) <00376B85-C54E-F1B9-1335-5938D9D2CA4F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1002cd000 -        0x1002d3ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1002dc000 -        0x100311ff7  com.apple.DiskManagement 3.3 (354) <D388CFE2-1C4B-38BB-8BD6-AC0C1BE011EA> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10032d000 -        0x1004edfef  libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <863580CA-BD50-95C6-B9FD-931FAB07FED3> /usr/lib/libSystem.B.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10057e000 -        0x100634fff  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x100648000 -        0x1007bdff7  com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1008d6000 -        0x1008d6ff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1008d9000 -        0x100b5afef  com.apple.Foundation 6.6.3 (751.29) <DAEDB589-9F59-9556-CF8D-07556317937B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x100cd2000 -        0x1016c8fff  com.apple.AppKit 6.6.6 (1038.29) <7BDD335D-5425-0354-5AD6-41C4F1B4A2F4> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x101cbd000 -        0x101cf2fef  com.apple.framework.Apple80211 6.2.3 (623.1) <2168CFEF-BABB-AA55-1059-5C7723B976A1> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x101d06000 -        0x101d40fff  com.apple.bom 10.0 (164) <E5C9AFBD-68C1-197E-72B0-B43295DC87DC> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x101d50000 -        0x101d9efff  com.apple.PackageKit 1.0.3 (74) <4214F00C-332D-0C9E-4C5E-4A39F82E4205> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x101dd4000 -        0x101e7cfe7  com.apple.SystemMigration 300.3 (373) <45491191-EAD2-B731-F347-B14E2348FE29> /System/Library/PrivateFrameworks/SystemMigration.framework/Versions/A/SystemMi gration
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10206a000 -        0x10206aff7  com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10206d000 -        0x10207cfff  libxar.1.dylib ??? (???) <2C4E4D13-263B-6EFF-C6FD-FB8BA6DB3EF0> /usr/lib/libxar.1.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102084000 -        0x10230aff7  com.apple.security 6.1.1 (37594) <5EDDC08C-C95B-2D24-E1D2-D30D233AB065> /System/Library/Frameworks/Security.framework/Versions/A/Security
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102400000 -        0x102411ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102416000 -        0x102424ff7  libkxld.dylib ??? (???) <06A51939-F1BC-7D41-2E2A-53ACB1B4A3A8> /usr/lib/system/libkxld.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102428000 -        0x102474fff  libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102481000 -        0x10263ffff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <0E53A4A6-AC06-1B61-2285-248F534EE356> /usr/lib/libicucore.A.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1026ae000 -        0x10272bfef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10278c000 -        0x102790ff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102793000 -        0x10284cfff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <BF1A7D1F-1BB3-78BA-A29E-52384F6E4FD8> /usr/lib/libsqlite3.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10285c000 -        0x102869ff7  com.apple.AppleFSCompression 24.3 (1.0) <09F069AC-335A-0646-17C1-6235DFFAF7A4> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102871000 -        0x10287dfff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <5FFC8295-2DF7-B54C-3766-756842C53731> /usr/lib/libbz2.1.0.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102882000 -        0x102999fef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1029c2000 -        0x102a92ff7  com.apple.CFNetwork 454.9.7 (454.9.7) <23646170-0C30-896E-C58B-FE81FC3E8B41> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102b05000 -        0x102e38fe7  com.apple.CoreServices.CarbonCore 861.16 (861.16) <B7C1E3F2-6E95-D172-1C93-38B10CA80F21> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102eb1000 -        0x102efbff7  com.apple.Metadata 10.6.3 (507.10) <7913DD85-87D4-527C-DB20-5802ECA3CC31> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x102f25000 -        0x102fe2ff7  com.apple.CoreServices.OSServices 357 (357) <78252D7F-0F21-5E99-E7FF-1591FB98437C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10303c000 -        0x1030ccfff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10310a000 -        0x103145fff  com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10315f000 -        0x1031fffff  com.apple.LaunchServices 362.1 (362.1) <2740103A-6C71-D99F-8C6F-FA264546AD8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x103245000 -        0x10326dfff  com.apple.DictionaryServices 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x103287000 -        0x10329dfef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1032a6000 -        0x1032b5fff  com.apple.NetFS 3.2.1 (3.2.1) <0357C371-2E2D-069C-08FB-1180512B8516> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1032be000 -        0x1032e9ff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1032f4000 -        0x103403fe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <58C1D83A-F3FC-C025-58CA-CA35419FBDA6> /usr/lib/libcrypto.0.9.8.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x103468000 -        0x103650ff7  com.apple.JavaScriptCore 6533.18 (6533.18.1) <6297141A-CA95-4828-20E2-80473DE8D4BD> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1036c4000 -        0x1036c5ff7  com.apple.TrustEvaluationAgent 1.1 (1) <74800EE8-C14C-18C9-C208-20BBDB982D40> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1036c9000 -        0x1036d4fff  com.apple.CrashReporterSupport 10.6.3 (250) <47181442-3131-23A5-959B-C80D828B2967> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1036e1000 -        0x103dde067  com.apple.CoreGraphics 1.545.0 (???) <847297E2-37E6-1DA3-4DDD-DCF2D3D26D15> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x103ed0000 -        0x104086fef  com.apple.ImageIO.framework 3.0.3 (3.0.3) <1B8E6256-27CD-E0E1-BF7B-AB15B3915685> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1040ec000 -        0x10416afff  com.apple.CoreText 3.1.0 (???) <B740DA1D-EFD0-CCBF-F893-E3004FE58A98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1041a8000 -        0x104242fff  com.apple.ApplicationServices.ATS 4.3 (???) <A7CD9E1F-C563-E940-130D-AA7E08C5A29F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10426b000 -        0x104320fe7  com.apple.ColorSync 4.6.3 (4.6.3) <5A7360A8-D495-1E8D-C4B4-A363AF989ADE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10435d000 -        0x1043aefe7  com.apple.HIServices 1.8.0 (???) <1ABA7802-C1E4-06A0-9035-2792CC915BF6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1043da000 -        0x1043efff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1043fd000 -        0x104482fff  com.apple.print.framework.PrintCore 6.2 (312.5) <C20F87CE-ACC1-552B-8A73-2B3846A01D80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1044b8000 -        0x1044f9fef  com.apple.QD 3.35 (???) <78C9A560-E6F7-DC4F-F85E-E63CF8A98F0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x104511000 -        0x104525ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x104536000 -        0x104536ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x104539000 -        0x104588fef  libTIFF.dylib ??? (???) <421F4CB7-ACC7-7E90-FC83-EBC2BCA3ECB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x104595000 -        0x10459afff  libGIF.dylib ??? (???) <0A583E66-C43B-5F61-C599-9AC6C5409D66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10459f000 -        0x1045bdfff  libPng.dylib ??? (???) <76D798A5-8C16-7FC8-E76E-5B40CA7CFDEC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1045c5000 -        0x1045c7fff  libRadiance.dylib ??? (???) <4E3DF84D-2D3A-A845-88C6-D196D9DA1F60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1045cb000 -        0x1045f1fe7  libJPEG.dylib ??? (???) <DBA0816B-7D0C-2B8D-767D-74E5198B5123> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1045f9000 -        0x1046d3ff7  com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1046e2000 -        0x1046e2ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1046e5000 -        0x10472dff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x104735000 -        0x10479ffe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1047a9000 -        0x104fb3fe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x104ffc000 -        0x10543ffef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1055cc000 -        0x10568cfff  libFontParser.dylib ??? (???) <A4F8189D-1D5B-2F8D-E78E-6D934A8E8407> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x105783000 -        0x1057bbfef  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <E6B10A46-E64C-9248-29C1-E252410C77B1> /usr/lib/libcups.2.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1057ca000 -        0x105879fff  edu.mit.Kerberos 6.5.10 (6.5.10) <F3F76EDF-5660-78F0-FE6E-33B6174F55A4> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10589f000 -        0x1058c0fff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1058ca000 -        0x1059effef  com.apple.audio.toolbox.AudioToolbox 1.6.4 (1.6.4) <D84520B3-AB7C-937C-31DF-4CC6E7FDF9D9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x105a5e000 -        0x105a5fff7  com.apple.audio.units.AudioUnit 1.6.4 (1.6.4) <9E685534-3B08-ECC5-6BA3-42A1B5EFFCE7> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x105a64000 -        0x105ba2fff  com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x105c3a000 -        0x105d20fe7  com.apple.DesktopServices 1.5.8 (1.5.8) <8DFD7D6D-1DE7-C805-02F4-E6F3DF0C83F5> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x105d6f000 -        0x10606dfe7  com.apple.HIToolbox 1.6.3 (???) <CF0C8524-FA82-3908-ACD0-A9176C704AED> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106199000 -        0x106532ff7  com.apple.QuartzCore 1.6.2 (227.22) <3CF27A9E-4B1A-AD21-5B40-E203D1C9350B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10665f000 -        0x10666aff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106674000 -        0x1066bbff7  com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1066e0000 -        0x10675ffe7  com.apple.audio.CoreAudio 3.2.5 (3.2.5) <4ADA6607-A2FD-ABE2-3A2C-A4B6259F4B10> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106795000 -        0x106796fff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10679a000 -        0x1067b0fe7  com.apple.MultitouchSupport.framework 205.34 (205.34) <01AAE66D-C2DF-4EF5-FC7B-E89E08C02A01> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1067bd000 -        0x1067bdff7  com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1067c0000 -        0x106815fef  com.apple.framework.familycontrols 2.0.1 (2010) <66C68564-8AF3-2A03-B5B2-594CD6781CEA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106832000 -        0x1068e7fe7  com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10691a000 -        0x10693fff7  com.apple.CoreVideo 1.6.1 (45.5) <29F39070-5CEF-B286-66E3-7CC903519403> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106958000 -        0x106967ff7  com.apple.opengl 1.6.9 (1.6.9) <BB8AEF81-0EC1-ED4C-360B-186C60AE745C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106970000 -        0x1069a1fff  libGLImage.dylib ??? (???) <7EF50768-54F1-5883-C40F-DAF83810C3FA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1069a8000 -        0x1069cbfff  com.apple.opencl 12.1 (12.1) <403E8F37-4348-B9BC-08E6-7693A995B7EC> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1069d4000 -        0x1069daff7  IOSurface ??? (???) <7AF7AA31-61A3-F60C-C85A-41107A4DBF06> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1069e3000 -        0x106a2cfef  libGLU.dylib ??? (???) <88F0E457-EE53-B5FF-6A1B-D0326D0C643D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106a3b000 -        0x106a4ffff  libGL.dylib ??? (???) <5AD69545-D1A3-C017-C7AF-B4AFD6F08FA2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106a5f000 -        0x106b78fef  libGLProgrammability.dylib ??? (???) <0E55A58B-5B42-669F-2655-90893554CA21> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106b99000 -        0x106b9cff7  libCoreVMClient.dylib ??? (???) <CE19A78F-B76D-244A-1C04-0544B914F728> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106ba1000 -        0x106ba6fff  libGFXShared.dylib ??? (???) <1B50D804-966B-30D2-D0FD-B090B6FEAC7E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106bab000 -        0x106c37fef  SecurityFoundation ??? (???) <D844BB57-386A-0A43-249E-9BE035C2AB53> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106c7b000 -        0x106c82fff  com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106c8b000 -        0x106ca4fff  com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106cb9000 -        0x106cd9ff7  com.apple.DirectoryService.Framework 3.6 (621.4) <969734C3-D21E-2F30-5CBB-D9F23D123643> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106ce3000 -        0x106d24ff7  com.apple.MediaKit 10.3 (485) <E91F820A-114D-7D9A-9154-BDD37BB4D82B> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106d37000 -        0x106e0ffe7  com.apple.DiscRecording 5.0.5 (5050.4.6) <20A8118F-5728-30A0-8403-ADA34F5235AD> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106e6f000 -        0x106e89ff7  com.apple.NetInfo 1.0.0 (???) <65E4F4B7-FE72-E29A-25F4-3B382947793C> /System/Library/PrivateFrameworks/NetInfo.framework/Versions/A/NetInfo
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106e95000 -        0x106f95fef  com.apple.DiskImagesFramework 10.6.4 (286) <287E4C83-CB0A-A9DE-0153-F86E7C51367C> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106ff2000 -        0x106ff2ff7  com.apple.Carbon 150 (152) <1E95560E-7036-A7FB-66FA-8ABA150343D6> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x106ff5000 -        0x107031fe7  libcurl.4.dylib 6.1.0 (compatibility 6.0.0) <1E041185-131C-C237-C250-38BE933A269A> /usr/lib/libcurl.4.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10703f000 -        0x107077ff7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <F4067E77-F82D-6B84-BAC7-6E8F955B88AB> /usr/lib/libssl.0.9.8.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x10708c000 -        0x107091ff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x107099000 -        0x10709cfff  com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1070a2000 -        0x1070b8fff  com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1070d2000 -        0x1070edff7  com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1070fe000 -        0x107100fff  com.apple.print.framework.Print 6.1 (237.1) <4513DB2F-737C-B43C-2D0E-23CD6E838014> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x107105000 -        0x107108ff7  com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1071d6000 -        0x1071e3fe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <A49676A5-D9AF-56DE-ACA6-CC0005E42398> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1073ed000 -        0x1073f1ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <A5BECE74-6C4A-E7F3-1948-667ED1A74864> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x107583000 -        0x1075c6ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <28EB1C4B-56C3-85AA-BAB0-0163EBE51427> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x107700000 -        0x107749ff7  com.apple.securityinterface 4.0.1 (37214) <F8F2D8F4-861F-6694-58F6-3DC55C9DBF50> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x107783000 -        0x1077a1ff7  com.apple.menuextra.airport 6.2.1 (621.1) <FCA0848C-7E30-7DF5-CDEA-452FE8370F20> /System/Library/CoreServices/Menu Extras/AirPort.menu/Contents/MacOS/AirPort
    Nov 14 11:10:25 localhost ReportCrash[194]:        0x1077ba000 -        0x1077ebfef  libTrueTypeScaler.dylib ??? (???) <0A30CA68-46AF-3E74-AE9E-693DB5A680CC> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libTrueTypeScaler.dylib
    Nov 14 11:10:25 localhost Repor

    Whew, seems we have either a bad Hard Drive, bad RAM, or bad Logic Board.
    Have you run Apple Hardware Test from the original Install Disc?
    Hold d key or alt key at bootup to choose AHT, if it has 2 Install DVDs, AHT may be on the second one, run the extended tests.

  • Second Kernal Panic in 2 days: Snow Leopard 10.6.8-Macbook Pro

    Hi,
    I have just had my second kernal panic in 2 days. Both times I was just surfing the web using firefox with a few tabs open. The panics happened after a day or so of the Huawei dongle I use to connect to the internet falling into a glass of water (dried out completely before using again), so I am wondering (hoping) if that may be the cause.
    I am using an early  2011 Macbook Pro. The only times I have had problems in the past was when trying to use Paragon to delete trash via HTFS external HDs, and ditched trying to use that particualr driver a long time ago.
    Here is the log:
    Interval Since Last Panic Report:  67150 sec
    Panics Since Last Report:          1
    Anonymous UUID:                    6CA9C106-4B45-4871-A1BF-23FFC67DF281
    Sat Sep 21 11:29:22 2013
    Panic(CPU 0): NMIPI for spinlock acquisition timeout, spinlock: 0xffffff8018472700, spinlock owner: 0xffffff800c887c40, current_thread: 0xffffff800c887c40, spiRAX: 0xffffff80599bcd00, RBX: 0xffffff8012489500, RCX: 0xffffff800c887c40, RDX: 0x0000000000000000
    RSP: 0xffffff805e683418, RBP: 0xffffff805e683440, RSI: 0xffffff80599bcd00, RDI: 0xffffff80599bcd00
    R8:  0xffffff805e6834c0, R9:  0x0044b82fa09b5a53, R10: 0x0000000000000000, R11: 0xffffff7f80c87160
    R12: 0xffffff800b96ef00, R13: 0xffffff80599bcd00, R14: 0x0000000000000000, R15: 0x0000000000000000
    RFL: 0x0000000000000286, RIP: 0xffffff800048d7e4, CS:  0x0000000000000008, SS:  0x0000000000000010
    Backtrace (CPU 0), Frame : Return Address
    0xffffff800010bf50 : 0xffffff80002d76f6
    0xffffff800010bf80 : 0xffffff80002d0322
    0xffffff800010bfd0 : 0xffffff80002e40d2
    0xffffff805e683440 : 0xffffff800032cb6a
    0xffffff805e683510 : 0xffffff8000360d6f
    0xffffff805e683760 : 0xffffff8000367c04
    0xffffff805e683820 : 0xffffff8000369628
    0xffffff805e683980 : 0xffffff80003674a0
    0xffffff805e683b90 : 0xffffff800035cab9
    0xffffff805e683bf0 : 0xffffff800035e06d
    0xffffff805e683d70 : 0xffffff800035e1ce
    0xffffff805e683d90 : 0xffffff8000344370
    0xffffff805e683dc0 : 0xffffff800032fc17
    0xffffff805e683e80 : 0xffffff800032bbb7
    0xffffff805e683eb0 : 0xffffff800032e5fd
    0xffffff805e683f50 : 0xffffff800032e86b
    0xffffff805e683fa0 : 0xffffff80002c8527
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    10K549
    Kernel version:
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:32:41 PDT 2011; root:xnu-1504.15.3~1/RELEASE_X86_64
    System model name: MacBookPro8,1 (Mac-94245B3640C91C81)
    System uptime in nanoseconds: 65010883799933
    unloaded kexts:
    com.apple.driver.AppleWWANSupport    2.0.4b0 (addr 0xffffff7f80969000, size 0x12288) - last unloaded 64366703659576
    loaded kexts:
    com.sophos.kext.sav    8.0.14
    com.waves.driver.soundgrid    2.0.0
    com.apple.driver.AppleUSBCDCECMData    4.0.5 - last loaded 64304226680241
    com.apple.driver.AppleUSBCDC    4.0.5
    com.apple.driver.AppleHWSensor    1.9.3d0
    com.apple.driver.AGPM    100.12.31
    com.apple.driver.AudioAUUC    1.57
    com.apple.driver.AppleUpstreamUserClient    3.5.7
    com.apple.driver.AppleMikeyHIDDriver    1.2.0
    com.apple.driver.AppleMCCSControl    1.0.26
    com.apple.Dont_Steal_Mac_OS_X    7.0.0
    com.apple.driver.AppleMikeyDriver    2.0.8f3
    com.apple.driver.AppleIntelHDGraphics    6.4.2
    com.apple.driver.AudioIPCDriver    1.1.6
    com.apple.driver.AppleHDA    2.0.8f3
    com.apple.driver.SMCMotionSensor    3.0.1d2
    com.apple.iokit.AppleBCM5701Ethernet    3.0.8b2
    com.apple.driver.AirPort.Brcm4331    433.11.5
    com.apple.driver.ACPI_SMC_PlatformPlugin    4.7.0a1
    com.apple.driver.AppleLPC    1.5.1
    com.apple.driver.AppleBacklight    170.0.48
    com.apple.kext.AppleSMCLMU    1.5.2d10
    com.apple.driver.AppleIntelSNBGraphicsFB    6.4.2
    com.apple.filesystems.autofs    2.1.0
    com.apple.driver.AppleUSBTCButtons    201.6
    com.apple.driver.AppleIRController    303.8
    com.apple.iokit.SCSITaskUserClient    2.6.9
    com.apple.driver.AppleUSBTCKeyboard    201.6
    com.apple.iokit.IOAHCIBlockStorage    1.6.6
    com.apple.driver.AppleFWOHCI    4.7.7
    com.apple.driver.AppleUSBHub    4.2.5
    com.apple.driver.AppleEFINVRAM    1.4.0
    com.apple.driver.AppleSDXC    1.0.4
    com.apple.BootCache    31.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib    1.0.0d1
    com.apple.driver.AppleSmartBatteryManager    160.0.0
    com.apple.driver.AppleAHCIPort    2.2.0
    com.apple.driver.AppleUSBEHCI    4.2.6
    com.apple.driver.AppleACPIButtons    1.3.6
    com.apple.driver.AppleRTC    1.3.1
    com.apple.driver.AppleHPET    1.5
    com.apple.driver.AppleSMBIOS    1.7
    com.apple.driver.AppleACPIEC    1.3.6
    com.apple.driver.AppleAPIC    1.4
    com.apple.driver.AppleIntelCPUPowerManagementClient    142.6.0
    com.apple.security.sandbox    1
    com.apple.security.quarantine    0
    com.apple.nke.applicationfirewall    2.1.14
    com.apple.driver.AppleIntelCPUPowerManagement    142.6.0
    com.apple.driver.AppleUSBCDCECMControl    4.0.5
    com.apple.driver.AppleProfileReadCounterAction    17
    com.apple.driver.AppleProfileTimestampAction    10
    com.apple.driver.AppleProfileThreadInfoAction    14
    com.apple.driver.AppleProfileRegisterStateAction    10
    com.apple.driver.AppleProfileKEventAction    10
    com.apple.driver.AppleProfileCallstackAction    20
    com.apple.iokit.IOSurface    74.2
    com.apple.iokit.IOBluetoothSerialManager    2.4.5f3
    com.apple.iokit.IOSerialFamily    10.0.3
    com.apple.driver.DspFuncLib    2.0.8f3
    com.apple.iokit.IOAudioFamily    1.8.3fc2
    com.apple.kext.OSvKernDSPLib    1.3
    com.apple.driver.AppleSMBusController    1.0.10d0
    com.apple.iokit.IOFireWireIP    2.0.4
    com.apple.iokit.AppleProfileFamily    41
    com.apple.driver.AppleHDAController    2.0.8f3
    com.apple.iokit.IOHDAFamily    2.0.8f3
    com.apple.driver.ApplePolicyControl    3.0.17
    com.apple.driver.AppleGraphicsControl    3.0.17
    com.apple.iokit.IO80211Family    320.1
    com.apple.iokit.IONetworkingFamily    1.10
    com.apple.driver.IOPlatformPluginFamily    4.7.0a1
    com.apple.driver.AppleSMBusPCI    1.0.10d0
    com.apple.driver.AppleBacklightExpert    1.0.2
    com.apple.iokit.IONDRVSupport    2.2.1
    com.apple.driver.AppleSMC    3.1.0d5
    com.apple.iokit.IOGraphicsFamily    2.2.1
    com.apple.driver.AppleThunderboltDPInAdapter    1.5.9
    com.apple.driver.AppleThunderboltDPAdapterFamily    1.5.9
    com.apple.driver.AppleThunderboltPCIDownAdapter    1.2.1
    com.apple.driver.BroadcomUSBBluetoothHCIController    2.4.5f3
    com.apple.driver.AppleUSBBluetoothHCIController    2.4.5f3
    com.apple.iokit.IOBluetoothFamily    2.4.5f3
    com.apple.iokit.IOSCSIMultimediaCommandsDevice    2.6.9
    com.apple.iokit.IOBDStorageFamily    1.6
    com.apple.iokit.IODVDStorageFamily    1.6
    com.apple.iokit.IOCDStorageFamily    1.6.1
    com.apple.driver.AppleUSBMultitouch    207.7
    com.apple.iokit.IOUSBHIDDriver    4.2.5
    com.apple.driver.XsanFilter    402.1
    com.apple.driver.AppleUSBMergeNub    4.2.5
    com.apple.driver.AppleUSBComposite    3.9.0
    com.apple.driver.AppleThunderboltNHI    1.3.2
    com.apple.iokit.IOThunderboltFamily    1.7.4
    com.apple.iokit.IOAHCISerialATAPI    1.2.6
    com.apple.iokit.IOSCSIArchitectureModelFamily    2.6.9
    com.apple.iokit.IOFireWireFamily    4.2.7
    com.apple.iokit.IOUSBUserClient    4.2.4
    com.apple.iokit.IOAHCIFamily    2.0.7
    com.apple.iokit.IOUSBFamily    4.2.6
    com.apple.driver.AppleEFIRuntime    1.4.0
    com.apple.iokit.IOHIDFamily    1.6.6
    com.apple.iokit.IOSMBusFamily    1.1
    com.apple.security.TMSafetyNet    6
    com.apple.kext.AppleMatch    1.0.0d1
    com.apple.driver.DiskImages    289
    com.apple.iokit.IOStorageFamily    1.6.3
    com.apple.driver.AppleACPIPlatform    1.3.6
    com.apple.iokit.IOPCIFamily    2.6.8
    com.apple.iokit.IOACPIFamily    1.3.0
    panic(cpu 3 caller 0xffffff7f80c8717a): "Spinlock acquisition timed out: lock=0xffffff8018472700, lock owner thread=0xffffff800c887c40, current_thread: 0xffffff800c5a4750, lock owner active on CPU 0x0"@/SourceCache/xnu/xnu-1504.15.3/osfmk/i386/locks_i386.c:374
    Backtrace (CPU 3), Frame : Return Address
    0xffffff805e603610 : 0xffffff8000204d15
    0xffffff805e603710 : 0xffffff7f80c8717a
    0xffffff805e603740 : 0xffffff800032cb6a
    0xffffff805e603810 : 0xffffff8000360d6f
    0xffffff805e603a60 : 0xffffff8000367c04
    0xffffff805e603b20 : 0xffffff8000369628
    0xffffff805e603c80 : 0xffffff80004adbed
    0xffffff805e603da0 : 0xffffff80004b33de
    0xffffff805e603ea0 : 0xffffff80004b37ca
    0xffffff805e603f40 : 0xffffff80004e8168
    0xffffff805e603fa0 : 0xffffff80002e4874
          Kernel Extensions in backtrace (with dependencies):
             com.apple.iokit.IONetworkingFamily(1.10)@0xffffff7f80c78000->0xffffff7f80c91fff
    BSD process name corresponding to current thread: firefox
    Model: MacBookPro8,1, BootROM MBP81.0047.B27, 2 processors, Intel Core i5, 2.3 GHz, 4 GB, SMC 1.68f99
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 5.100.198.104.5)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Serial ATA Device: Hitachi HTS545032B9A302, 298.09 GB
    Serial ATA Device: OPTIARC DVD RW AD-5970H
    USB Device: FaceTime HD Camera (Built-in), 0x05ac  (Apple Inc.), 0x8509, 0xfa200000 / 3
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0246, 0xfa120000 / 5
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x821a, 0xfa113000 / 6
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd110000 / 3

    Most likely, one of these is the culprit.
    com.sophos.kext.sav    8.0.14
    com.waves.driver.soundgrid    2.0.0
    Boot into safe mode (restart holding down SHIFT key). If no KP, then disable these, reenable one at time to determine which. If KP, then most likely hardware related. Run the Apple Hardware Test suite, extended tests at least twice, followed by  Rember.  See
    OS X About kernel panics,
    Technical Note TN2063: Understanding and Debugging Kernel Panics,
    Mac OS X Kernel Panic FAQ,
    Resolving Kernel Panics,
    How to troubleshoot a kernel panic, and
    Tutorial: Avoiding and eliminating Kernel panics for more details.

  • Crs doesn't start on second node

    Guys,
    RAC on 2 nodes
    Release 10.2.0.5.0
    Solaris 10
    There was a problem with the cable that enables connection for the interconnect, but the problem has been solved. One of the nodes was evicted and all resources were move to the other node. Once the problem was solved I tried to start the cluster that was evicted but to no success. when I run crs_stat -t I get the infamous CRS-0184.
    I have checked the ocr and olsnodes; ocr seems to be fine and the second node is recognized as part of the cluster.
    cluvfy comp ocr -n lenin,trotsky -verbose
    Verifying OCR integrity
    Checking OCR integrity...
    Checking the absence of a non-clustered configuration...
    All nodes free of non-clustered, local-only configurations.
    Uniqueness check for OCR device passed.
    Checking the version of OCR...
    OCR of correct Version "2" exists.
    Checking data integrity of OCR...
    Data integrity check for OCR passed.
    OCR integrity check passed.
    Verification of OCR integrity was successful.
    oracle@trotsky > cluvfy comp nodereach -n lenin,trotsky -srcnode trotsky -verbose
    Verifying node reachability
    Checking node reachability...
    Check: Node reachability from node "trotsky"
    Destination Node Reachable?
    lenin yes
    trotsky yes
    Result: Node reachability check passed from node "trotsky".
    I have checked /var/adm/messages and crs and cssd log but I didn't see anything that stands out...
    I have also tried to delete the content of /var/tmp/.oracle and restart crs but again to no success.
    I have read in another thread in this forum that crs problems are either related to the interconnect or ocr/voting disks but as mentioned before they seem to be OK.
    I'm running out of ideas, any suggestions?
    One of the nodes now holds both vip addresses:
    bge0:1: flags=1040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4> mtu 1500 index 2
    inet 192.168.191.184 netmask ffffff00 broadcast 192.168.191.255
    bge0:2: flags=1040843<UP,BROADCAST,RUNNING,MULTICAST,DEPRECATED,IPv4> mtu 1500 index 2
    inet 192.168.191.182 netmask ffffff00 broadcast 192.168.191.255
    Do I need to manually reconfigure the interface do that is then held by the second node?
    Thanks in advance for your help

    Cheers for your input!
    The results on the suggested cluvfy command is: passed on all checks with the exception of the daemon liveness (as expected).
    Excerpts from the different logs:
    alert.log
    2010-11-19 13:12:35.033
    [cssd(4928)]CRS-1605:CSSD voting file is online: /dev/rdsk/c1t500601604BA03AEAd0s5. Details in /u01/crs/10.2.0/crs_1/log/trotsky/cssd/ocssd.log.
    2010-11-19 13:12:35.050
    [cssd(4928)]CRS-1605:CSSD voting file is online: /dev/rdsk/c1t500601604BA03AEAd0s4. Details in /u01/crs/10.2.0/crs_1/log/trotsky/cssd/ocssd.log.
    2010-11-19 13:12:35.062
    [cssd(4928)]CRS-1605:CSSD voting file is online: /dev/rdsk/c1t500601604BA03AEAd0s6. Details in /u01/crs/10.2.0/crs_1/log/trotsky/cssd/ocssd.log.
    cssd.log
    [    CSSD]2010-11-19 13:16:47.059 [21] >WARNING: clssnmLocalJoinEvent: takeover aborted due to ALIVE node on Disk
    [    CSSD]2010-11-19 13:16:47.059 [21] >WARNING: clssnmRcfgMgrThread: not possible to join the cluster. Please reboot the node.
    [    CSSD]2010-11-19 13:16:47.059 [21] >WARNING: clssnmReconfigThread: state(1) clusterState(0) exit
    I have tried rebooting the node but that did not help.
    crsd.log
    2010-11-19 13:53:49.652: [  CRSRTI][1] CSS is not ready. Received status 3 from CSS. Waiting for good status ..
    2010-11-19 13:53:50.889: [ COMMCRS][1802]clsc_connect: (1009ac310) no listener at (ADDRESS=(PROTOCOL=ipc)(KEY=OCSSD_LL_trotsky_))
    2010-11-19 13:53:50.889: [ CSSCLNT][1]clsssInitNative: connect failed, rc 9
    2010-11-19 13:53:50.890: [  CRSRTI][1] CSS is not ready. Received status 3 from CSS. Waiting for good status ..
    2010-11-19 13:53:51.899: [    CRSD][1][PANIC] CRSD exiting: Could not init the CSS context
    2010-11-19 13:53:51.899: [    CRSD][1] Done.
    Does this help?

  • 11gr2 crsd core dump during failover or start attempt on second node

    Hi,
    I installed 11gr2 with ASM on one node (solaris SPARC). Then I added another node to this cluster (via addNode.sh script).
    Than got strange error: If my first node is up, second node is started fine and run well. If I shutdown first node - crsd on second node dump to core and fails to restart. I get the same error if I try to start second node when the first one is down.
    In the crsd.log I see the following:
    [  clsdmt][2]Listening to (ADDRESS=(PROTOCOL=ipc)(KEY=mskbkp2DBG_CRSD))
    2010-03-03 17:31:35.330: [  clsdmt][2]PID for the Process [18669], connkey 1
    2010-03-03 17:31:35.331: [  clsdmt][2]Creating PID [18669] file for home /u01/grid/11.2.0 host mskbkp2 bin crs to /u01/grid/11
    .2.0/crs/init/
    2010-03-03 17:31:35.331: [  clsdmt][2]Writing PID [18669] to the file [u01/grid/11.2.0/crs/init/mskbkp2.pid]
    2010-03-03 17:31:35.925: [ default][1] CRS Daemon Starting
    2010-03-03 17:31:35.933: [ default][1] ENV Logging level for Module: AGENT 1
    2010-03-03 17:31:35.934: [ default][1] ENV Logging level for Module: AGFW 0
    2010-03-03 17:31:35.934: [ default][1] ENV Logging level for Module: CLSFRAME 0
    2010-03-03 17:31:35.934: [ default][1] ENV Logging level for Module: CLSVER 0
    2010-03-03 17:31:35.934: [ default][1] ENV Logging level for Module: CLUCLS 0
    2010-03-03 17:31:35.934: [ default][1] ENV Logging level for Module: COMMCRS 0
    2010-03-03 17:31:35.934: [ default][1] ENV Logging level for Module: COMMNS 0
    2010-03-03 17:31:35.936: [ default][1] ENV Logging level for Module: CRSAPP 0
    2010-03-03 17:31:35.936: [ default][1] ENV Logging level for Module: CRSCCL 0
    2010-03-03 17:31:35.936: [ default][1] ENV Logging level for Module: CRSCEVT 0
    2010-03-03 17:31:35.936: [ default][1] ENV Logging level for Module: CRSCOMM 1
    2010-03-03 17:31:35.936: [    CRSD][1] ENV Debug Level(CRSD): 50
    2010-03-03 17:31:35.936: [    CRSD][1] ENV Logging level for Module: CRSD 50
    2010-03-03 17:31:35.937: [    CRSD][1] ENV Debug Level(CRSEVT): 0
    2010-03-03 17:31:35.937: [    CRSD][1] ENV Logging level for Module: CRSEVT 0
    2010-03-03 17:31:35.937: [    CRSD][1] ENV Debug Level(CRSMAIN): 1
    2010-03-03 17:31:35.937: [    CRSD][1] ENV Logging level for Module: CRSMAIN 1
    2010-03-03 17:31:35.937: [    CRSD][1] ENV Debug Level(CRSOCR): 0
    2010-03-03 17:31:35.937: [    CRSD][1] ENV Logging level for Module: CRSOCR 0
    2010-03-03 17:31:35.939: [    CRSD][1] ENV Debug Level(CRSPE): 0
    2010-03-03 17:31:35.939: [    CRSD][1] ENV Logging level for Module: CRSPE 0
    2010-03-03 17:31:35.939: [    CRSD][1] ENV Debug Level(CRSPLACE): 0
    2010-03-03 17:31:35.939: [    CRSD][1] ENV Logging level for Module: CRSPLACE 0
    2010-03-03 17:31:35.940: [    CRSD][1] ENV Debug Level(CRSRES): 0
    2010-03-03 17:31:35.940: [    CRSD][1] ENV Logging level for Module: CRSRES 0
    2010-03-03 17:31:35.940: [    CRSD][1] ENV Debug Level(CRSRPT): 0
    2010-03-03 17:31:35.940: [    CRSD][1] ENV Logging level for Module: CRSRPT 0
    2010-03-03 17:31:35.940: [    CRSD][1] ENV Debug Level(CRSRTI): 0
    2010-03-03 17:31:35.940: [    CRSD][1] ENV Logging level for Module: CRSRTI 0
    2010-03-03 17:31:35.940: [    CRSD][1] ENV Debug Level(CRSSE): 0
    2010-03-03 17:31:35.941: [    CRSD][1] ENV Logging level for Module: CRSSE 0
    2010-03-03 17:31:35.941: [    CRSD][1] ENV Debug Level(CRSSEC): 0
    2010-03-03 17:31:35.941: [    CRSD][1] ENV Logging level for Module: CRSSEC 0
    2010-03-03 17:31:35.941: [    CRSD][1] ENV Debug Level(CRSSHARED): 0
    2010-03-03 17:31:35.941: [    CRSD][1] ENV Logging level for Module: CRSSHARED 0
    2010-03-03 17:31:35.942: [    CRSD][1] ENV Debug Level(CRSTIMER): 0
    2010-03-03 17:31:35.942: [    CRSD][1] ENV Logging level for Module: CRSTIMER 0
    2010-03-03 17:31:35.942: [    CRSD][1] ENV Debug Level(CRSUI): 0
    2010-03-03 17:31:35.942: [    CRSD][1] ENV Logging level for Module: CRSUI 0
    2010-03-03 17:31:35.942: [    CRSD][1] ENV Debug Level(CSSCLNT): 0
    2010-03-03 17:31:35.942: [    CRSD][1] ENV Logging level for Module: CSSCLNT 0
    2010-03-03 17:31:35.942: [    CRSD][1] ENV Debug Level(OCRAPI): 1
    2010-03-03 17:31:35.942: [    CRSD][1] ENV Logging level for Module: OCRAPI 1
    2010-03-03 17:31:35.942: [    CRSD][1] ENV Debug Level(OCRASM): 1
    2010-03-03 17:31:35.943: [    CRSD][1] ENV Logging level for Module: OCRASM 1
    2010-03-03 17:31:35.943: [    CRSD][1] ENV Debug Level(OCRCAC): 1
    2010-03-03 17:31:35.943: [    CRSD][1] ENV Logging level for Module: OCRCAC 1
    2010-03-03 17:31:35.943: [    CRSD][1] ENV Debug Level(OCRCLI): 1
    2010-03-03 17:31:35.943: [    CRSD][1] ENV Logging level for Module: OCRCLI 1
    2010-03-03 17:31:35.943: [    CRSD][1] ENV Debug Level(OCRMAS): 1
    2010-03-03 17:31:35.943: [    CRSD][1] ENV Logging level for Module: OCRMAS 1
    2010-03-03 17:31:35.944: [    CRSD][1] ENV Debug Level(OCRMSG): 1
    2010-03-03 17:31:35.944: [    CRSD][1] ENV Logging level for Module: OCRMSG 1
    2010-03-03 17:31:35.945: [    CRSD][1] ENV Debug Level(OCROSD): 1
    2010-03-03 17:31:35.945: [    CRSD][1] ENV Logging level for Module: OCROSD 1
    2010-03-03 17:31:35.945: [    CRSD][1] ENV Debug Level(OCRRAW): 1
    2010-03-03 17:31:35.945: [    CRSD][1] ENV Logging level for Module: OCRRAW 1
    2010-03-03 17:31:35.945: [    CRSD][1] ENV Debug Level(OCRSRV): 1
    2010-03-03 17:31:35.945: [    CRSD][1] ENV Logging level for Module: OCRSRV 1
    2010-03-03 17:31:35.945: [    CRSD][1] ENV Debug Level(OCRUTL): 1
    2010-03-03 17:31:35.945: [    CRSD][1] ENV Logging level for Module: OCRUTL 1
    2010-03-03 17:31:35.945: [    CRSD][1] ENV Debug Level(SuiteTes): 1
    2010-03-03 17:31:35.946: [    CRSD][1] ENV Logging level for Module: SuiteTes 1
    2010-03-03 17:31:35.946: [    CRSD][1] ENV Debug Level(UiServer): 0
    2010-03-03 17:31:35.946: [    CRSD][1] ENV Logging level for Module: UiServer 0
    2010-03-03 17:31:35.946: [ CRSMAIN][1] Checking the OCR device
    2010-03-03 17:31:35.948: [ CRSMAIN][1] Connecting to the CSS Daemon
    2010-03-03 17:31:35.976: [ CRSMAIN][1] Initializing OCR
    2010-03-03 17:31:35.981: [  OCRAPI][1]clsu_get_private_ip_addr: Calling clsu_get_private_ip_addresses to get first private ip
    2010-03-03 17:31:35.981: [  OCRAPI][1]Check namebufs
    2010-03-03 17:31:35.981: [  OCRAPI][1]Finished checking namebufs
    2010-03-03 17:31:35.982: [    GIPC][1] gipcCheckInitialization: possible incompatible non-threaded init from [clsinet.c : 3232
    ], original from [clsss.c : 5026]
    2010-03-03 17:31:36.036: [    GPnP][1]clsgpnp_Init: [at clsgpnp0.c:405] gpnp tracelevel 3, component tracelevel 0
    2010-03-03 17:31:36.037: [    GPnP][1]clsgpnp_Init: [at clsgpnp0.c:535] '/u01/grid/11.2.0' in effect as GPnP home base.
    2010-03-03 17:31:36.059: [    GIPC][1] gipcCheckInitialization: possible incompatible non-threaded init from [clsgpnp0.c : 680
    ], original from [clsss.c : 5026]
    2010-03-03 17:31:36.067: [    GPnP][1]clsgpnp_InitCKProviders: [at clsgpnp0.c:3867] Init gpnp local security key providers (2)
    fatal if both fail
    2010-03-03 17:31:36.068: [    GPnP][1]clsgpnp_InitCKProviders: [at clsgpnp0.c:3870] Init gpnp local security key proveders 1 o
    f 2: file wallet (LSKP-FSW)
    2010-03-03 17:31:36.068: [    GPnP][1]clsgpnpkwf_initwfloc: [at clsgpnpkwf.c:398] Using FS Wallet Location : /u01/grid/11.2.0/
    gpnp/mskbkp2/wallets/peer/
    2010-03-03 17:31:36.069: [    GPnP][1]clsgpnp_InitCKProviders: [at clsgpnp0.c:3892] Init gpnp local security key provider 1 of
    2: file wallet (LSKP-FSW) OK
    2010-03-03 17:31:36.069: [    GPnP][1]clsgpnp_InitCKProviders: [at clsgpnp0.c:3898] Init gpnp local security key proveders 2 o
    f 2: OLR wallet (LSKP-CLSW-OLR)
    [   CLWAL][1]clsw_Initialize: OLR initlevel [30000]
    2010-03-03 17:31:36.080: [    GPnP][1]clsgpnp_InitCKProviders: [at clsgpnp0.c:3921] Init gpnp local security key provider 2 of
    2: OLR wallet (LSKP-CLSW-OLR) OK
    2010-03-03 17:31:36.081: [    GPnP][1]clsgpnp_getCK: [at clsgpnp0.c:1952] <Get gpnp security keys (wallet) for id:1,typ;7. (2
    providers - fatal if all fail)
    2010-03-03 17:31:36.081: [    GPnP][1]clsgpnpkwf_getWalletPath: [at clsgpnpkwf.c:501] req_id=1 ck_prov_id=1 wallet path: /u01/
    grid/11.2.0/gpnp/mskbkp2/wallets/peer/
    2010-03-03 17:31:36.152: [    GPnP][1]clsgpnpwu_walletfopen: [at clsgpnpwu.c:496] Opened SSO wallet: '/u01/grid/11.2.0/gpnp/ms
    kbkp2/wallets/peer/cwallet.sso'
    2010-03-03 17:31:36.152: [    GPnP][1]clsgpnp_getCK: [at clsgpnp0.c:1968] Result: (0) CLSGPNP_OK. Get gpnp wallet - provider 1
    of 2 (LSKP-FSW(1))
    2010-03-03 17:31:36.152: [    GPnP][1]clsgpnp_getCK: [at clsgpnp0.c:1982] Got gpnp security keys (wallet).>
    2010-03-03 17:31:36.172: [    GPnP][1]clsgpnp_getCK: [at clsgpnp0.c:1952] <Get gpnp security keys (wallet) for id:1,typ;4. (2
    providers - fatal if all fail)
    2010-03-03 17:31:36.172: [    GPnP][1]clsgpnpkwf_getWalletPath: [at clsgpnpkwf.c:501] req_id=1 ck_prov_id=1 wallet path: /u01/
    grid/11.2.0/gpnp/mskbkp2/wallets/peer/
    2010-03-03 17:31:36.238: [    GPnP][1]clsgpnpwu_walletfopen: [at clsgpnpwu.c:496] Opened SSO wallet: '/u01/grid/11.2.0/gpnp/ms
    kbkp2/wallets/peer/cwallet.sso'
    2010-03-03 17:31:36.239: [    GPnP][1]clsgpnp_getCK: [at clsgpnp0.c:1968] Result: (0) CLSGPNP_OK. Get gpnp wallet - provider 1
    of 2 (LSKP-FSW(1))
    2010-03-03 17:31:36.239: [    GPnP][1]clsgpnp_getCK: [at clsgpnp0.c:1982] Got gpnp security keys (wallet).>
    2010-03-03 17:31:36.239: [    GPnP][1]clsgpnp_Init: [at clsgpnp0.c:840] GPnP client pid=18669, tl=3, f=0
    2010-03-03 17:31:36.541: [GIPCXCPT][1] gipcShutdownF: skipping shutdown, count 2, from [ clsinet.c : 1735], ret gipcretSuccess
    (0)
    2010-03-03 17:31:36.552: [GIPCXCPT][1] gipcShutdownF: skipping shutdown, count 1, from [ clsgpnp0.c : 1021], ret gipcretSucces
    s (0)
    2010-03-03 17:31:36.771: [  OCRRAW][1]proprioo: for disk 0 (+DR2_BIN), id match (1), total id sets, (1) need recover (0), my v
    otes (0), total votes (0), commit_lsn (9), lsn (9)
    2010-03-03 17:31:36.771: [  OCRRAW][1]proprioo: my id set: (833490748, 1028247821, 0, 0, 0)
    2010-03-03 17:31:36.772: [  OCRRAW][1]proprioo: 1st set: (833490748, 1028247821, 0, 0, 0)
    2010-03-03 17:31:36.772: [  OCRRAW][1]proprioo: 2nd set: (0, 0, 0, 0, 0)
    2010-03-03 17:31:36.830: [  OCRSRV][1]th_init: Successfully retrieved CSS misscount [31].
    2010-03-03 17:31:36.830: [  OCRSRV][1]th_init: Successfully query CLSS mode [3].
    [  OCRMAS][20]th_calc_av:5': Rturn persisted AV [186646784] [11.2.0.1.0]
    2010-03-03 17:31:36.920: [  OCRSRV][20]th_not_master_change: Master change callback not registered
    2010-03-03 17:31:36.920: [  OCRMAS][20]th_master:12: I AM THE NEW OCR MASTER at incar 1. Node Number 2
    2010-03-03 17:31:37.134: [  OCRASM][20]proprasmo: ASM cache size is [5MB]
    2010-03-03 17:31:37.142: [  OCRASM][20]proprasmo: ASM cache [5MB] enabled for disk group [DR2_BIN].
    2010-03-03 17:31:37.155: [  OCRRAW][20]proprioo: for disk 0 (+DR2_BIN), id match (1), total id sets, (1) need recover (0), my
    votes (0), total votes (0), commit_lsn (9), lsn (9)
    2010-03-03 17:31:37.155: [  OCRRAW][20]proprioo: my id set: (833490748, 1028247821, 0, 0, 0)
    2010-03-03 17:31:37.155: [  OCRRAW][20]proprioo: 1st set: (833490748, 1028247821, 0, 0, 0)
    2010-03-03 17:31:37.155: [  OCRRAW][20]proprioo: 2nd set: (0, 0, 0, 0, 0)
    2010-03-03 17:31:37.214: [  OCRMAS][20]proath_master:18: Spawned connection mgr thread
    2010-03-03 17:31:37.214: [  OCRMAS][20]proath_master:20: Spawned upgrade thread
    2010-03-03 17:31:37.214: [  OCRMAS][20]th_master:19.1: Wake up upgrade thread
    2010-03-03 17:31:37.216: [  OCRSRV][1]th_snap_local_spawn: Inside snap local spawn. host is [mskbkp2]
    2010-03-03 17:31:37.219: [ CRSMAIN][1] Running as user: root
    2010-03-03 17:31:37.219: [ CRSMAIN][1] CRSD running as the Privileged user
    2010-03-03 17:31:37.219: [  CLSVER][1] Static Version 11.2.0.1.0
    2010-03-03 17:31:37.226: [  OCRMAS][20]th_master:1': Recvd pubdata event from node [2]
    2010-03-03 17:31:37.227: [  OCRMAS][20]th_master:2': Recvd pubdata event for self. Do nothing.
    2010-03-03 17:31:37.227: [  CLSVER][1] Daemon version: 11.2.0.1.0 Software version: 11.2.0.1.0
    2010-03-03 17:31:37.231: [  CLSVER][1] Active Version from OCR:11.2.0.1.0
    2010-03-03 17:31:37.232: [  CLSVER][1] Active Version and Software Version are same
    2010-03-03 17:31:37.232: [  CLSVER][1] Active Version changed to 11.2.0.1.0
    2010-03-03 17:31:37.232: [  OCRSRV][1]th_reg_master_change: Master change callback registered
    2010-03-03 17:31:37.232: [  OCRAPI][1]a_reg_master_change: Registered master change callback
    2010-03-03 17:31:37.232: [  OCRSRV][1]th_not_master_change: Invoking master change callback. Master [2] Inc [1]
    2010-03-03 17:31:37.232: [  OCRAPI][1]a_reg_master_change: Notified master change
    2010-03-03 17:31:37.232: [ CRSMAIN][1] CAA Node Group Pri Data size: 128
    2010-03-03 17:31:37.233: [ CRSMAIN][1] CAA Node Group Pub Data size: 128
    2010-03-03 17:31:37.247: [ CRSMAIN][1] Getting private data of booted nodes
    2010-03-03 17:31:37.247: [ CRSMAIN][1] Checking for booted param on nodenum: 2
    2010-03-03 17:31:37.306: [    CLSE][1]clse_get_auth_loc: Returning default authloc: /u01/grid/11.2.0/auth/crs/mskbkp2
    2010-03-03 17:31:37.306: [ CRSMAIN][1] Using Authorizer location: /u01/grid/11.2.0/auth/crs/mskbkp2
    2010-03-03 17:31:37.314: [  OCRSRV][23]th_upgrade: Starting upgrade calculation
    2010-03-03 17:31:37.364: [  CLSCLU][1]clsclu_init: rc 0
    2010-03-03 17:31:37.381: [  OCRSRV][23]th_upgrade:10.1 AV [186646784]. State [11]. Already upgraded.Updated global data to the
    crs version group. Return [0]
    2010-03-03 17:31:37.385: [ CRSMAIN][1] Initializing RTI
    2010-03-03 17:31:37.433: [ CRSMAIN][1] Initializing ResouceStateListener
    2010-03-03 17:31:37.433: [CRSTIMER][37] Timer Thread Starting.
    2010-03-03 17:31:37.433: [ CRSMAIN][1] Initializing EVMMgr
    2010-03-03 17:31:37.446: [ CRSMAIN][1] Initializing ResourceMap Map
    2010-03-03 17:31:37.461: [ CRSMAIN][1] Subscribing to EVM events for apps
    2010-03-03 17:31:37.504: [ CRSMAIN][1] CRSD locked during state recovery, please wait.
    2010-03-03 17:31:37.516: [ CRSMAIN][1] CRSD recovered, unlocked.
    2010-03-03 17:31:37.525: [ default][1]clsu_get_private_ip_addr: Calling clsu_get_private_ip_addresses to get first private ip
    2010-03-03 17:31:37.525: [ default][1]Check namebufs
    2010-03-03 17:31:37.525: [ default][1]Finished checking namebufs
    2010-03-03 17:31:37.526: [    GIPC][1] gipcCheckInitialization: possible incompatible non-threaded init from [clsinet.c : 3232
    ], original from [clsss.c : 5026]
    2010-03-03 17:31:37.569: [    GPnP][1]clsgpnp_Init: [at clsgpnp0.c:405] gpnp tracelevel 3, component tracelevel 0
    2010-03-03 17:31:37.569: [    GPnP][1]clsgpnp_Init: [at clsgpnp0.c:535] '/u01/grid/11.2.0' in effect as GPnP home base.
    2010-03-03 17:31:37.587: [    GIPC][1] gipcCheckInitialization: possible incompatible non-threaded init from [clsgpnp0.c : 680
    ], original from [clsss.c : 5026]
    2010-03-03 17:31:37.595: [    GPnP][1]clsgpnp_InitCKProviders: [at clsgpnp0.c:3867] Init gpnp local security key providers (2)
    fatal if both fail
    2010-03-03 17:31:37.595: [    GPnP][1]clsgpnp_InitCKProviders: [at clsgpnp0.c:3870] Init gpnp local security key proveders 1 o
    f 2: file wallet (LSKP-FSW)
    2010-03-03 17:31:37.596: [    GPnP][1]clsgpnpkwf_initwfloc: [at clsgpnpkwf.c:398] Using FS Wallet Location : /u01/grid/11.2.0/
    gpnp/mskbkp2/wallets/peer/
    2010-03-03 17:31:37.596: [    GPnP][1]clsgpnp_InitCKProviders: [at clsgpnp0.c:3892] Init gpnp local security key provider 1 of
    2: file wallet (LSKP-FSW) OK
    2010-03-03 17:31:37.596: [    GPnP][1]clsgpnp_InitCKProviders: [at clsgpnp0.c:3898] Init gpnp local security key proveders 2 o
    f 2: OLR wallet (LSKP-CLSW-OLR)
    [   CLWAL][1]clsw_Initialize: OLR initlevel [30000]
    2010-03-03 17:31:37.607: [    GPnP][1]clsgpnp_InitCKProviders: [at clsgpnp0.c:3921] Init gpnp local security key provider 2 of
    2: OLR wallet (LSKP-CLSW-OLR) OK
    2010-03-03 17:31:37.607: [    GPnP][1]clsgpnp_getCK: [at clsgpnp0.c:1952] <Get gpnp security keys (wallet) for id:1,typ;7. (2
    providers - fatal if all fail)
    2010-03-03 17:31:37.607: [    GPnP][1]clsgpnpkwf_getWalletPath: [at clsgpnpkwf.c:501] req_id=1 ck_prov_id=1 wallet path: /u01/
    grid/11.2.0/gpnp/mskbkp2/wallets/peer/
    2010-03-03 17:31:37.673: [    GPnP][1]clsgpnpwu_walletfopen: [at clsgpnpwu.c:496] Opened SSO wallet: '/u01/grid/11.2.0/gpnp/ms
    kbkp2/wallets/peer/cwallet.sso'
    2010-03-03 17:31:37.673: [    GPnP][1]clsgpnp_getCK: [at clsgpnp0.c:1968] Result: (0) CLSGPNP_OK. Get gpnp wallet - provider 1
    of 2 (LSKP-FSW(1))
    2010-03-03 17:31:37.673: [    GPnP][1]clsgpnp_getCK: [at clsgpnp0.c:1982] Got gpnp security keys (wallet).>
    2010-03-03 17:31:37.690: [    GPnP][1]clsgpnp_getCK: [at clsgpnp0.c:1952] <Get gpnp security keys (wallet) for id:1,typ;4. (2
    providers - fatal if all fail)
    2010-03-03 17:31:37.690: [    GPnP][1]clsgpnpkwf_getWalletPath: [at clsgpnpkwf.c:501] req_id=1 ck_prov_id=1 wallet path: /u01/
    grid/11.2.0/gpnp/mskbkp2/wallets/peer/
    2010-03-03 17:31:37.754: [    GPnP][1]clsgpnpwu_walletfopen: [at clsgpnpwu.c:496] Opened SSO wallet: '/u01/grid/11.2.0/gpnp/ms
    kbkp2/wallets/peer/cwallet.sso'
    2010-03-03 17:31:37.754: [    GPnP][1]clsgpnp_getCK: [at clsgpnp0.c:1968] Result: (0) CLSGPNP_OK. Get gpnp wallet - provider 1
    of 2 (LSKP-FSW(1))
    2010-03-03 17:31:37.754: [    GPnP][1]clsgpnp_getCK: [at clsgpnp0.c:1982] Got gpnp security keys (wallet).>
    2010-03-03 17:31:37.755: [    GPnP][1]clsgpnp_Init: [at clsgpnp0.c:840] GPnP client pid=18669, tl=3, f=0
    2010-03-03 17:31:37.806: [GIPCXCPT][1] gipcShutdownF: skipping shutdown, count 2, from [ clsinet.c : 1735], ret gipcretSuccess
    (0)
    2010-03-03 17:31:37.817: [GIPCXCPT][1] gipcShutdownF: skipping shutdown, count 1, from [ clsgpnp0.c : 1021], ret gipcretSucces
    s (0)
    2010-03-03 17:31:37.822: [ CRSMAIN][1] CRSD listening on 10 style E2E port (ADDRESS=(PROTOCOL=tcp)(HOST=172.31.25.112)(PORT=38
    983))
    2010-03-03 17:31:37.835: [ CRSMAIN][1] Starting Threads
    2010-03-03 17:31:37.858: [    CLSE][1]clse_get_auth_loc: Returning default authloc: /u01/grid/11.2.0/auth/crs/mskbkp2
    2010-03-03 17:31:37.858: [    CRSD][1] AuthLoc /u01/grid/11.2.0/auth/crs/mskbkp2
    2010-03-03 17:31:37.859: [    CRSD][1] PE active version: 11.2.0.1.0
    2010-03-03 17:31:37.859: [    CRSD][1] PE Engine: NEW
    2010-03-03 17:31:37.859: [    CRSD][1] Using OCR batch ops : ENABLED
    2010-03-03 17:31:37.860: [ CRSMAIN][1] Initializing Node Down Monitor
    2010-03-03 17:31:37.860: [ CRSMAIN][1] CRS Daemon Started.
    2010-03-03 17:31:37.860: [    CRSD][1] Connecting to the CSS Daemon
    2010-03-03 17:31:37.861: [    CRSD][1] Local CSS Node Number is: 2
    2010-03-03 17:31:37.863: [    CRSD][1] Local Css Node Name is: mskbkp2
    2010-03-03 17:31:37.863: [    CRSD][1] CRSDPersonality initialized
    2010-03-03 17:31:37.864: [ CRSMAIN][1] Process member data: CRSD:mskbkp2
    2010-03-03 17:31:37.864: [    CRSD][1][F-ALGO] getIpcPath returning (ADDRESS=(PROTOCOL=IPC)(KEY=CRSD_IPC_SOCKET_11))
    2010-03-03 17:31:37.865: [CLSFRAME][1] Inited lsf context 102b3f670
    2010-03-03 17:31:37.865: [CLSFRAME][1] Initing CLS Framework messaging
    2010-03-03 17:31:37.869: [    CRSD][1][F-ALGO] getIpcPath returning (ADDRESS=(PROTOCOL=IPC)(KEY=CRSD_IPC_SOCKET_11))
    2010-03-03 17:31:37.873: [UiServer][1] UI Comms initalize() 1
    2010-03-03 17:31:37.873: [CLSFRAME][1] New Framework state: 2
    2010-03-03 17:31:37.873: [CLSFRAME][1] M2M is starting...
    2010-03-03 17:31:37.873: [  CRSCCL][1]clsCclInit called by process: 18669
    2010-03-03 17:31:37.885: [  CRSCCL][1]USING CLSC ============
    2010-03-03 17:31:37.895: [ default][1]clsu_get_private_ip_addr: Calling clsu_get_private_ip_addresses to get first private ip
    2010-03-03 17:31:37.895: [ default][1]Check namebufs
    2010-03-03 17:31:37.895: [ default][1]Finished checking namebufs
    2010-03-03 17:31:37.950: [    GPnP][1]clsgpnp_Init: [at clsgpnp0.c:405] gpnp tracelevel 3, component tracelevel 0
    2010-03-03 17:31:37.951: [    GPnP][1]clsgpnp_Init: [at clsgpnp0.c:535] '/u01/grid/11.2.0' in effect as GPnP home base.
    2010-03-03 17:31:37.970: [    GPnP][1]clsgpnp_InitCKProviders: [at clsgpnp0.c:3867] Init gpnp local security key providers (2)
    fatal if both fail
    2010-03-03 17:31:37.970: [    GPnP][1]clsgpnp_InitCKProviders: [at clsgpnp0.c:3870] Init gpnp local security key proveders 1 o
    f 2: file wallet (LSKP-FSW)
    2010-03-03 17:31:37.970: [    GPnP][1]clsgpnpkwf_initwfloc: [at clsgpnpkwf.c:398] Using FS Wallet Location : /u01/grid/11.2.0/
    gpnp/mskbkp2/wallets/peer/
    2010-03-03 17:31:37.970: [    GPnP][1]clsgpnp_InitCKProviders: [at clsgpnp0.c:3892] Init gpnp local security key provider 1 of
    2: file wallet (LSKP-FSW) OK
    2010-03-03 17:31:37.970: [    GPnP][1]clsgpnp_InitCKProviders: [at clsgpnp0.c:3898] Init gpnp local security key proveders 2 o
    f 2: OLR wallet (LSKP-CLSW-OLR)
    [   CLWAL][1]clsw_Initialize: OLR initlevel [70000]
    2010-03-03 17:31:37.980: [    GPnP][1]clsgpnp_InitCKProviders: [at clsgpnp0.c:3921] Init gpnp local security key provider 2 of
    2: OLR wallet (LSKP-CLSW-OLR) OK
    2010-03-03 17:31:37.980: [    GPnP][1]clsgpnp_getCK: [at clsgpnp0.c:1952] <Get gpnp security keys (wallet) for id:1,typ;7. (2
    providers - fatal if all fail)
    2010-03-03 17:31:37.980: [    GPnP][1]clsgpnpkwf_getWalletPath: [at clsgpnpkwf.c:501] req_id=1 ck_prov_id=1 wallet path: /u01/
    grid/11.2.0/gpnp/mskbkp2/wallets/peer/
    2010-03-03 17:31:38.049: [    GPnP][1]clsgpnpwu_walletfopen: [at clsgpnpwu.c:496] Opened SSO wallet: '/u01/grid/11.2.0/gpnp/ms
    kbkp2/wallets/peer/cwallet.sso'
    2010-03-03 17:31:38.049: [    GPnP][1]clsgpnp_getCK: [at clsgpnp0.c:1968] Result: (0) CLSGPNP_OK. Get gpnp wallet - provider 1
    of 2 (LSKP-FSW(1))
    2010-03-03 17:31:38.049: [    GPnP][1]clsgpnp_getCK: [at clsgpnp0.c:1982] Got gpnp security keys (wallet).>
    2010-03-03 17:31:38.068: [    GPnP][1]clsgpnp_getCK: [at clsgpnp0.c:1952] <Get gpnp security keys (wallet) for id:1,typ;4. (2
    providers - fatal if all fail)
    2010-03-03 17:31:38.068: [    GPnP][1]clsgpnpkwf_getWalletPath: [at clsgpnpkwf.c:501] req_id=1 ck_prov_id=1 wallet path: /u01/
    grid/11.2.0/gpnp/mskbkp2/wallets/peer/
    2010-03-03 17:31:38.134: [    GPnP][1]clsgpnpwu_walletfopen: [at clsgpnpwu.c:496] Opened SSO wallet: '/u01/grid/11.2.0/gpnp/ms
    kbkp2/wallets/peer/cwallet.sso'
    2010-03-03 17:31:38.135: [    GPnP][1]clsgpnp_getCK: [at clsgpnp0.c:1968] Result: (0) CLSGPNP_OK. Get gpnp wallet - provider 1
    of 2 (LSKP-FSW(1))
    2010-03-03 17:31:38.135: [    GPnP][1]clsgpnp_getCK: [at clsgpnp0.c:1982] Got gpnp security keys (wallet).>
    2010-03-03 17:31:38.135: [    GPnP][1]clsgpnp_Init: [at clsgpnp0.c:840] GPnP client pid=18669, tl=3, f=3
    2010-03-03 17:31:38.184: [GIPCXCPT][1] gipcShutdownF: skipping shutdown, count 2, from [ clsinet.c : 1735], ret gipcretSuccess
    (0)
    2010-03-03 17:31:38.194: [GIPCXCPT][1] gipcShutdownF: skipping shutdown, count 1, from [ clsgpnp0.c : 1021], ret gipcretSucces
    s (0)
    2010-03-03 17:31:38.200: [  CRSCCL][1]Listening endpoint created sucessfully @ (ADDRESS=(PROTOCOL=tcp)(DEV=54)(HOST=172.31.25.
    112)(PORT=38984)).con = 10359a0d0
    2010-03-03 17:31:38.209: [  CRSCCL][48]CSS Group Registration complete.
    2010-03-03 17:31:38.213: [  CRSCCL][48]cclGetMemberData called
    2010-03-03 17:31:38.215: [  CRSCCL][48]Obtained first membership map.
    2010-03-03 17:31:38.215: [  CRSCCL][48]Dumping member data ------------------
    2010-03-03 17:31:38.215: [  CRSCCL][48]Member (2, 603412550) on node port=.
    2010-03-03 17:31:38.216: [  CRSCCL][48]Done ------------------
    2010-03-03 17:31:38.216: [  CRSCCL][48]Waiting for reconfigs
    2010-03-03 17:31:38.216: [  CRSCCL][49]cclCommunicationHandler started.
    2010-03-03 17:31:38.220: [ CRSCOMM][1] Ipc: m_pClscCtx=1020c4850m_pUgblm=1035b2a50
    2010-03-03 17:31:38.220: [ CRSCOMM][1] Ipc: Starting send thread
    2010-03-03 17:31:38.220: [ CRSCOMM][1] IpcL: Listener instantiated for: (ADDRESS=(PROTOCOL=IPC)(KEY=CRSD_IPC_SOCKET_11))
    2010-03-03 17:31:38.221: [ CRSCOMM][52] Ipc: sendWork thread started.
    2010-03-03 17:31:38.222: [ CRSCOMM][1] IpcL: Listener started listening.
    2010-03-03 17:31:38.223: [ CRSCOMM][53] IpcL: thread started listening
    2010-03-03 17:31:38.223: [CLSFRAME][1] Starting thread model named: AgfwProxySrvTM
    2010-03-03 17:31:38.224: [CLSFRAME][1] Starting thread model named: OcrModuleTM
    2010-03-03 17:31:38.225: [CLSFRAME][1] Starting thread model named: PolicyEngineTM
    2010-03-03 17:31:38.225: [CLSFRAME][1] Starting thread model named: SharedThreadTM
    2010-03-03 17:31:38.225: [CLSFRAME][1] Starting thread model named: UiServerTM
    2010-03-03 17:31:38.225: [CLSFRAME][1] New Framework state: 3
    2010-03-03 17:31:38.227: [  CRSRPT][62] Enabled
    2010-03-03 17:31:38.228: [   CRSPE][61] PE Role|State Update: old role [INVALID] new [INVALID]; old state [Not yet initialized
    ] new [Enabling: waiting for role]
    2010-03-03 17:31:38.229: [   CRSSE][62] Master Change Event; New Master Node ID:2 This Node's ID:2
    2010-03-03 17:31:38.230: [   CRSPE][61] PE Role|State Update: old role [INVALID] new [MASTER]; old state [Enabling: waiting fo
    r role] new [Configuring]
    2010-03-03 17:31:38.230: [   CRSPE][61] PE MASTER NAME: mskbkp2
    2010-03-03 17:31:38.230: [   CRSPE][61] Starting to read configuration
    2010-03-03 17:31:38.260: [   CRSPE][61] Reading (2) servers
    2010-03-03 17:31:38.459: [   CRSPE][61] DM: set global config version to: 150
    2010-03-03 17:31:38.459: [   CRSPE][61] DM: set pool freeze timeout to: 60000
    2010-03-03 17:31:38.459: [   CRSPE][61] DM: Set event seq number to: 13900000
    2010-03-03 17:31:38.459: [   CRSPE][61] DM: Set threshold event seq number to: 13980000
    2010-03-03 17:31:38.460: [   CRSPE][61] Sent request to write event sequence number 14000000 to repository
    2010-03-03 17:31:38.483: [   CRSPE][61] Wrote new event sequence to repository
    2010-03-03 17:31:38.568: [   CRSPE][61] Reading (15) types
    2010-03-03 17:31:38.593: [   CRSPE][61] Reading (3) server pools
    2010-03-03 17:31:38.624: [   CRSPE][61] Reading (21) resources
    2010-03-03 17:31:39.987: [   CRSPE][61] Finished reading configuration. Parsing...
    2010-03-03 17:31:39.988: [   CRSPE][61] Parsing resource types...
    2010-03-03 17:31:40.030: [    CRSD][61] Initializing the config version for type ora.asm.type to: 1
    2010-03-03 17:31:40.035: [    CRSD][61] Initializing the config version for type ora.cluster_resource.type to: 1
    2010-03-03 17:31:40.040: [    CRSD][61] Initializing the config version for type ora.cluster_vip.type to: 1
    2010-03-03 17:31:40.044: [    CRSD][61] Initializing the config version for type ora.cluster_vip_net1.type to: 1
    2010-03-03 17:31:40.048: [    CRSD][61] Dump State Starting ...
    2010-03-03 17:31:40.048: [    CRSD][61] State Dump for RTILock
    2010-03-03 17:31:40.048: [    CRSD][61] Lock State List is busy, skipping ..
    2010-03-03 17:31:40.048: [    CRSD][61] State Dump for Timer
    2010-03-03 17:31:40.049: [    CRSD][61] Timer map size=0
    2010-03-03 17:31:40.049: [   CRSPE][61] Dumping PE Data Model...:DM has [0 resources][0 types][0 servers][0 spools]
    ------------- RESOURCES:
    ------------- TYPES:
    ------------- SERVERS:
    ------------- SERVER POOLS:
    2010-03-03 17:31:40.049: [   CRSPE][61] Dumping ICE contents...:ICE operation count: 0
    2010-03-03 17:31:40.049: [    CRSD][61] Dump State Done.
    I guess that there is some thing wrong in configuration, but cannot find out what.
    Any help would be appreciated.
    Thanks

    Hi,
    Please check your disk attributes and permission of OCR/Voting and other ASM devices. The disk attribute should be changed to be shared among all nodes of cluster. It happened with us in 10.2.0.4 where disk was not shared and we were able to start crs from only one node at a time so please check disk attributes. Please see blog keyurmakwanacrs.blogspot.com for AIX which we faced. Not surle whether you've similar problem or not. We had 10.2.0.4 clusterware.
    thanks,
    Keyur

  • Application deployed on one node is not getting displayed in second node

    Our environment is linux x86_64 and FMW version 11g,weblogic 10.3.4.0 ,soa 11.1.1.4.
    We have installed weblogic cluster :
    node1: Admin server,soa_server1
    node2:soa_server2
    when we deploy any soa application in one node it is not getting published in second node.We have taken oracle support also still problem is not solved.
    They told us to configure coherence ,we have taken owc from metalink .
    very urgent.
    Any one can help me.

    You have a cluster consisting of soa_server1 and soa_server2 or are these stand-alone WebLogic instances?
    Is soa-infra active on soa_server2?
    Can you check if soa-infra can be reached on both the server instances (http://hostname:port/soa-infra/)
    When soa_infra cannot be reached on soa_server2 can you check the logging to see what errors
    are occuring.
    Some examples that set-up a clustered envionment can be found here: http://middlewaremagic.com/weblogic/?p=6872
    and here: http://middlewaremagic.com/weblogic/?p=6637

  • Kernel Panic at boot but works in safe mode

    I am getting a Kernel Panic at boot on the grey screen If I boot safe mode it works fine.
    Whats the procedure to find whats cause the problem? Is there a log file I should look at or what is the best way to figure this out

    Also check /System/Library/StartupItems & /Library/StartupItems (neither of which is in your home folder) -- any items in them are suspect since none are installed as part of a standard installation of the OS.

  • Error after running root.sh on second node

    hi,
    i have installed clusterware on a 2 node system running on RHEL 5
    i followed the prereqs , and solved all the errors i encountered
    after clusterware installation , it asks to run root.sh on all the nodes
    when i ran root.sh on second node
    it gave this error
    Running vipca(silent) for configuring nodeapps
    /home/oracle/crs/oracle/product/10/crs/jdk/jre//bin/java: error while loading
    shared libraries: libpthread.so.0: cannot open shared object file:
    No such file or directory
    so i follwed metalink note 414163.1
    after that i called it a day
    in the morning , wheni started both nodes
    and started vipca on second node
    it gave this error
    PRKH:1010 unable to communicate with crs services
    the i ran ps-ef | grep crs
    root 3201 1 0 15:37 ? 00:00:00 /bin/sh /etc/init.d/init.crsd run
    crsctl check crs gave
    failure 1 contacting css daemon
    cannot communicate with crs
    cannot communicate with evm
    what should i do to start these services?

    crsd and cssd logs were empty and there was no relevant info in crs alert
    i am just reinstalling clusterware now
    one thing i wanted to ask
    why does owner ship of raw files change back to root (after node restart)
    even though i chnged them to oracle

  • Error CLSRSC-507 during the execution of root.sh on second node

    Hi all.
       OS.......: Red-Hat 6.5
       RDBMS: Oracle 12.1.0.2.0
       During the installation of a 2-node RAC in a RHEL 6.5, during the execution of the root.sh script in the second node, i get the following error:
    [root@oraprd02 grid]# ./root.sh
    Performing root user operation.
    The following environment variables are set as:
        ORACLE_OWNER= grid
        ORACLE_HOME=  /u01/app/12.1.0/grid
    Enter the full pathname of the local bin directory: [/usr/local/bin]:
       Copying dbhome to /usr/local/bin ...
       Copying oraenv to /usr/local/bin ...
       Copying coraenv to /usr/local/bin ...
    Creating /etc/oratab file...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root script.
    Now product-specific root actions will be performed.
    Using configuration parameter file: /u01/app/12.1.0/grid/crs/install/crsconfig_params
    2015/05/04 22:47:16 CLSRSC-4001: Installing Oracle Trace File Analyzer (TFA) Collector.
    2015/05/04 22:47:59 CLSRSC-4002: Successfully installed Oracle Trace File Analyzer (TFA) Collector.
    2015/05/04 22:48:00 CLSRSC-363: User ignored prerequisites during installation
    OLR initialization - successful
    2015/05/04 22:48:46 CLSRSC-507: The root script cannot proceed on this node oraprd02 because either the first-node operations have not completed on node oraprd01 or there was an error in obtaining the status of the first-node operations.
    Died at /u01/app/12.1.0/grid/crs/install/crsutils.pm line 3681.
    The command '/u01/app/12.1.0/grid/perl/bin/perl -I/u01/app/12.1.0/grid/perl/lib -I/u01/app/12.1.0/grid/crs/install /u01/app/12.1.0/grid/crs/install/rootcrs.pl ' execution failed
    The root.sh on the first node completed successfully. I get the succeeded message from the script in the first node.
    Have anyone faced this problem? Any assistance will be most helpfull.
    Thanks in advance.

    crsd and cssd logs were empty and there was no relevant info in crs alert
    i am just reinstalling clusterware now
    one thing i wanted to ask
    why does owner ship of raw files change back to root (after node restart)
    even though i chnged them to oracle

  • Root.sh failed on second node while installing CRS 10g on centos 5.5

    root.sh failed on second node while installing CRS 10g
    Hi all,
    I am able to install Oracle 10g RAC clusterware on first node of the cluster. However, when I run the root.sh script as root
    user on second node of the cluster, it fails with following error message:
    NO KEYS WERE WRITTEN. Supply -force parameter to override.
    -force is destructive and will destroy any previous cluster
    configuration.
    Oracle Cluster Registry for cluster has already been initialized
    Startup will be queued to init within 90 seconds.
    Adding daemons to inittab
    Expecting the CRS daemons to be up within 600 seconds.
    Failure at final check of Oracle CRS stack.
    10
    and run cluvfy stage -post hwos -n all -verbose,it show message:
    ERROR:
    Could not find a suitable set of interfaces for VIPs.
    Result: Node connectivity check failed.
    Checking shared storage accessibility...
    Disk Sharing Nodes (2 in count)
    /dev/sda db2 db1
    and run cluvfy stage -pre crsinst -n all -verbose,it show message:
    ERROR:
    Could not find a suitable set of interfaces for VIPs.
    Result: Node connectivity check failed.
    Checking system requirements for 'crs'...
    No checks registered for this product.
    and run cluvfy stage -post crsinst -n all -verbose,it show message:
    Result: Node reachability check passed from node "DB2".
    Result: User equivalence check passed for user "oracle".
    Node Name CRS daemon CSS daemon EVM daemon
    db2 no no no
    db1 yes yes yes
    Check: Health of CRS
    Node Name CRS OK?
    db1 unknown
    Result: CRS health check failed.
    check crsd.log and show message:
    clsc_connect: (0x143ca610) no listener at (ADDRESS=(PROTOCOL=ipc)(KEY=OCSSD_LL_db2_crs))
    clsssInitNative: connect failed, rc 9
    Any help would be greatly appreciated.
    Edited by: 868121 on 2011-6-24 上午12:31

    Hello, it took a little searching, but I found this in a note in the GRID installation guide for Linux/UNIX:
    Public IP addresses and virtual IP addresses must be in the same subnet.
    In your case, you are using two different subnets for the VIPs.

  • 11gR2 RAC install fail when running root.sh script on second node

    I get the errors:
    ORA-15018: diskgroup cannot be created
    ORA-15072: command requires at least 2 regular failure groups, discovered only 0
    ORA-15080: synchronous I/O operation to a disk failed
    [main] [ 2012-04-10 16:44:12.564 EDT ] [UsmcaLogger.logException:175] oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-15018: diskgroup cannot be created
    ORA-15072: command requires at least 2 regular failure groups, discovered only 0
    ORA-15080: synchronous I/O operation to a disk failed
    I have tried the fix solutions from metalink note, but did not fix issue
    11GR2 GRID INFRASTRUCTURE INSTALLATION FAILS WHEN RUNNING ROOT.SH ON NODE 2 OF RAC USING ASMLIB [ID 1059847.1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi,
    it looks like, that your "shared device" you are using is not really shared.
    The second node does "create an ASM diskgroup" and create OCR and Voting disks. If this indeed would be a shared device, he should have recognized, that your disk is shared.
    So as a result your VMware configuration must be wrong, and the disk you presented as shared disk is not really shared.
    Which VMWare version did you use? It will not work correctly with the workstation or player edition, since shared disks are only really working with the server version.
    If you indeed using the server, could you paste your vm configurations?
    Furthermore I recommend using Virtual Box. There is a nice how-to:
    http://www.oracle-base.com/articles/11g/OracleDB11gR2RACInstallationOnOEL5UsingVirtualBox.php
    Sebastian

Maybe you are looking for

  • Swing: when trying to get the values from a JTable inside an event handler

    Hi, I am trying to write a graphical interface to compute the Gauss Elimination procedure for solving linear systems. The class for computing the output of a linear system already works fine on console mode, but I am fighting a little bit to make it

  • [SOLVED] wine-1.3 xorg-1.8 ati catalyst x86_64 starcraft2 black

    My system: Arch x86_64,Ati radeon hd4850,wine-1.3 or latest git,Catalyst-10.7. So what i do have are these black areas displayed around game. Happens in every possible graphic tweak and setup with wine. Appears also in wine version 1.2 and it doesnt

  • How do I know if a form has been successfully validated?

    I have a form with a bunch of text fields. When users submit() the form, I display the updated form in "Read-Only" mode, by setting up textField.setReadOnly(true). However, I don't want the form to go Read-Only if the validation was not successfull.

  • Erase a Shadow....Mask a Shadow?

    Hey This is a movie shoot in 35mm that im now Trying to fiz in After Effects.. If u take a look at this jpeg file juts in the upper right, near the curtains and the pictures, u can see a shadow from the micro suspended by the sond assistante.. The ca

  • Master Datasource is not found in Infosource and infoobject?

    Hi All, We have master datasource in source system,replicated in BW system and it is available but it is not available in Infoobject and infosource... could some one help what is the procedure we have to follow. thanks in advance. mahantesh