• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

M1015 not working after destroying pool

kirlcheah

n00b
Joined
Feb 24, 2012
Messages
28
Hi,

I am using the following;
1 X M1015 working in IT mode
1 X HP SAS Expander
24 X Hard Disc 1 TB
1 Intel SSD for Boot Disc installed OpenIndiana
Installed Open Indiana with Napp-IT 0.8h.
1 X Intel S5000PSL
32 GB Ram
1 X QLE 2460 4Gb Fibre

I was using the Open Indiana these few days and testing it. It works perfectly. But one day, I decided to delete everything and redo the machine by installing Comstar for my test to use it with QLE 2460.
I destroy the pool using Napp IT. Not sure for what ever reason, the machine Open Indiana decided to hang and reboot the server. Then there's my nightmare starts. I can't boot in back into OpenIndiana.
I tried practically everything including reinstall. Does not like it. However, after I take out the M1015, then Open Indiana can be reinstall and works normally? What would your advise be? What happens there?

How come the card is not working normally after a pool destroy?

And can anyone send me the direction on how to set the fibre for QLE 2460.

Thanks for answering my question.
 
If all else fails, and you can get your hands on the megarec or megacli utility from LSI, you can do a:
Megarec -cleanflash 0 lsi
from the cli of whatever OS you booted with (Freedos will do fine) and see if that does a factory reset as it should. If it is bad config info on the M1015 that is causing a problem, this should clear it.
 
i did what you told me. I even did the following as my board is S5000PSL. Therefore have to use EFI.

I have read numerous forum and only found out that i have to erase the flash first by booting in to dos mode first.

This is what I did.
Boot into dos with thumbdrive.
megarec - writesbr 0 sbrempty.bin
megarec -cleanflash 0
reboot
this time i have to go into EFI mode. If not, I will get PAL warning from the megarec or sas2flsh
then i put in
in EFI mode.
mount fs0
fs0:
sas2flash.efi -o -f 2118it.bin ( i don't need it to run the rom cause using it for zfs with openindiana)
if not i will put in
sas2flash.efi -o -f 2118it.bin -b mptsas2.rom

then
sas2flash.efi -o -sasadd 500605b(0044839e) in the bracket is my 9 sas address.
done
reboot
all is done accordingly but I still can't boot into openindiana......
Help...
Thank you.
 
So what was the problem, and what was the solution? Could you recap, for future reference if M1015 does not work?

The problem was that you did not flash the card correctly in the first place, and had to reflash it properly?
 
Problem is I can't boot into open Indiana. Stuck in booting. Then hang. After 10 to 15 minutes, pc will reboot itself. Endless loop. I check my card, still have lsi 9211-8i firmware. By says something during flashing that my manufacturing page 2 is different. I flash a lot of times, still the same. Works fine in windows and open filer. But just can't boot into openindiana. Anymore firmware to try? I am using 2118it.bin
 
Sounds to me like you have a miss match of firmware to MPTSAS2.rom files

You sure they are BOTH from the same version firmware update package?

eg you are trying to flash the firmware with the IBM firmware.... but the MPTSAS2.rom file is the LSI version

what does sasflash -list show you?

particularly

Code:
NVDATA Vendor:                  LSILogic
NVDATA Product ID:              SAS3081E
 
If it works fine in Windows then the card is most likely fine. There is something that OI isn't liking. Some things to try: Another burn of OI, try another install. Next, try another PCIe slot, it could be an interrupt contention issue, I have seen that with some qlogic FC and IB cards and Solaris.
 
Sounds to me like you have a miss match of firmware to MPTSAS2.rom files

You sure they are BOTH from the same version firmware update package?

eg you are trying to flash the firmware with the IBM firmware.... but the MPTSAS2.rom file is the LSI version

what does sasflash -list show you?

particularly

Code:
NVDATA Vendor:                  LSILogic
NVDATA Product ID:              SAS3081E

Selected Controller is SAS2008 (B2)
Controller number - 0
Controller SAS 2008 (B2)
PCI Address 00:02:00:00
SAS Address 500605b0044839e0
NV Data Version (Default) - 0D43.00.44
NV Data Version (Persistent) - 0D43.00.44
Firmware Product ID 0x2213
Firmware version 12.00.57.00
NV Data Vendor LSI
NV Data Product No SAS 9211-8i
Bios Version 07.25.00.00
UEFI Version N/A
Fcode version N/A
Board Name SAS9211-8i

Is this correct?

The NVData Vendor is LSI
NVData Product ID is LSI 9210-8i
 
i now change it to 9210-8i firmware or 921108i. No joy. Until it boots into openindiana, when it's loading the randomadm stuff, then a bunch of stuff will come out and then restart. Argh... this is making me crazy.
 
Ah! Does your machine have a TPM chip in it? What board are you running? It is most likely an interrupt contention issue (as I posted above) which is interfering with the TPM init. You can try disabling it in the BIOS (if you can) and restarting, or try disabling anything you are not using (LPT ports, Serial ports, Sound card, etc) and try again. Is it failing at /sbin/cryptoadm?
 
it's failing after cryotoadm.... hmm... in bios, i don't have any tpm init. I am not using lpt, serial and sound.it's after syncing, saying some memory dump.... etc.
 
it's failing after cryotoadm.... hmm... in bios, i don't have any tpm init. I am not using lpt, serial and sound.it's after syncing, saying some memory dump.... etc.

What brand and model motherboard, what BIOS revision? Also, have you tried without the Qlogic card in the machine?
 
intel s5000psl. bios is the latest. but i am using this all this while. for whatsoever reason, i am using napp it to destroy the pool, my nightmare begins.
 
intel s5000psl. bios is the latest. but i am using this all this while. for whatsoever reason, i am using napp it to destroy the pool, my nightmare begins.

That board had TPM as an option so I don't know if you have it. In any case, can you first try it without the Qlogic card in the machine. Next, put your boot into Verbose Mode (info here) and see if that gives you any more info on boot.
 
That board had TPM as an option so I don't know if you have it. In any case, can you first try it without the Qlogic card in the machine. Next, put your boot into Verbose Mode (info here) and see if that gives you any more info on boot.

True enough.... My qlogic is removed and I am able to boot into Openindiana again. But I don't understand is why all these while my qlogic is plug in and i don't have problem with the hp sas expander and m1015. hmm... point to ponder.
Any other guru able to decipher?
 
True enough.... My qlogic is removed and I am able to boot into Openindiana again. But I don't understand is why all these while my qlogic is plug in and i don't have problem with the hp sas expander and m1015. hmm... point to ponder.
Any other guru able to decipher?

Well, here is the answer. The HP Expander doesn't actually use the PCIe bus for transfers. It make a quick post to the system and then just uses the slot for power, it doesn't request an interrupt or anything else from the system. Like I said a few posts ago, this was an interrupt contention issue. It is as much the fault of the motherboard as it is anything else. Qlogic adapters seem to make interrupt problems worse, that is why it is booting when you took out the card. As I suggested before, disable ANYTHING you can that you don't need... Second NIC, wireless, extra sata ports... Whatever you don't need. Also try changing around which PCIe card is in which slot, there is something in this system now which is causing the problem. The fact you blew away the array and the problems started is just a coincidence. Another thing to try is to reset BIOS/EFI to factory defaults, sometimes that kicks the IRQ requests and assignments back.
There are things you can do to order the priorities that interrupts are assigned, but lets try other fixes first before we start doing that.
 
Well, here is the answer. The HP Expander doesn't actually use the PCIe bus for transfers. It make a quick post to the system and then just uses the slot for power, it doesn't request an interrupt or anything else from the system. Like I said a few posts ago, this was an interrupt contention issue. It is as much the fault of the motherboard as it is anything else. Qlogic adapters seem to make interrupt problems worse, that is why it is booting when you took out the card. As I suggested before, disable ANYTHING you can that you don't need... Second NIC, wireless, extra sata ports... Whatever you don't need. Also try changing around which PCIe card is in which slot, there is something in this system now which is causing the problem. The fact you blew away the array and the problems started is just a coincidence. Another thing to try is to reset BIOS/EFI to factory defaults, sometimes that kicks the IRQ requests and assignments back.
There are things you can do to order the priorities that interrupts are assigned, but lets try other fixes first before we start doing that.

Found out the problem. It's not the QLE 2460 but rather when I start the connecting the fibre optic cables, the OpenIndiana will hang. I actually bought the cables in China. And those LC-LC cables are not mounted together. Actually separated. When I connect Tx from my Window Server to Open Indiana Tx, the machine will have no issue, when I connect windows server Tx to the Open Indiana Rx, which is supposed to be for Point to Point, the machine froze. Am I correct with the connection?

Can anyone tell me where to read to setup FC using Napp IT?

Thanks for the help.
 
Found out the problem. It's not the QLE 2460 but rather when I start the connecting the fibre optic cables, the OpenIndiana will hang. I actually bought the cables in China. And those LC-LC cables are not mounted together. Actually separated. When I connect Tx from my Window Server to Open Indiana Tx, the machine will have no issue, when I connect windows server Tx to the Open Indiana Rx, which is supposed to be for Point to Point, the machine froze. Am I correct with the connection?

Can anyone tell me where to read to setup FC using Napp IT?

Thanks for the help.

What kind of cable did you get? 50/125? 62.5/125? Singlemode? The ones you got are simplex, the ones mounted together are duplex.
 
What kind of cable did you get? 50/125? 62.5/125? Singlemode? The ones you got are simplex, the ones mounted together are duplex.

62.5/125 multimode. They say it's the same? Or is it not? But it's a pair? only mounted together is a pair? hmm.. I been conned then by them if that's so.
Any tutorials that I can follow using Napp-IT. Trying to learn to setup as FC.
By the way, I only able to getting files to the zfs server around 60 - 70 MB/s second. Seems not able to max it out to 125MB/s.
I got 2 X Xeon E5245. 32Gb of ram (ECC) running 677Mhz. Will this be slow?
 
From what I understand, the 62.5/125 is for longer distance over the 50/125 ??

Are you direct connection... or you have a switch in the middle?

From what I understand, direct connection you go from TX on one card... to RX on the other...the RX... to TX

Eg send port on one card goes to receive port on the other card. Which with the Multimode (twin fibre ports) is what you would get anyways.

Try swapping ONE end around

Sounds like you have send to send, and recieve to receive to me.??

.
 
From what I understand, the 62.5/125 is for longer distance over the 50/125 ??

Are you direct connection... or you have a switch in the middle?

From what I understand, direct connection you go from TX on one card... to RX on the other...the RX... to TX

Eg send port on one card goes to receive port on the other card. Which with the Multimode (twin fibre ports) is what you would get anyways.

Try swapping ONE end around

Sounds like you have send to send, and recieve to receive to me.??

.

No, I have Tx to Rx on both side. Which i carefully see before plugging in. I swapped both side Tx to Tx, my Openindiana doesn't hang.
 

Thank you very much for your post. I finally found out what is the problem affecting me. It seems that my QLE 2460 after i enable it, it would hang OpenIndiana because it's using the QLC driver. When I connected the fibre crossed, it would make it work properly and thus faulting the QLE2460. When I remove the fibre cables, it would boot properly. After I follow your link on how to remove the QLC and enable QLT driver by putting Open Indiana in target mode, the OS never hangs again and I can run my OI as FC.
Thank you very much for the help. Now to do some benchmark. When I am free, I will make a howto.

Thanks again.
 
Hi Guys....

I managed to squeeze in some time to do the test again.

How to..

1) Install Open Indiana. Please use install guide if you don't know how to install it. I used OpenIndiana 151a Desktop edition and upgrade later as I am a newbie in OpenIndiana and needs the KDE/Gnome.
2) After everything is done, you must remember your selected user name and password. Set any password for root for now. Reboot after installing.
3) From Windows, use putty and ssh into the openindiana box. if your box IP is known, then use that IP.
4) login and punch in your password with the login.
5) login as root by
su
then enter the root password you have selected earlier.
You will have to change the password again. Punch in a new password.
6) To update to newer version of OpenIndiana 151a6, then run this command.
pfexec pkg image-update -nv (to identify what need to be updated)
pfexec pkg image-update -v (to update all the kernel inside OpenIndiana)

If you don't know why it does not run, something about pkg 5 not working etc, you can go to you OpenIndiana box and update it using the package manager. Update it by pressing the upgrade etc....

7) After all the kernel is updated - reboot
8) After reboot, login again and use root again this time.
wget -O - www.napp-it.org/nappit | perl
9) This will install Napp-It which helps me a lot.. I am a newbie and this provides a gui,.,. Thank you GEA.......
10) reboot after all is done again.
11) As my Qlogic 2460 is already plugged in and installed, it's running QLC driver by default and you will need to change it to QLT driver to make it work as a SAN.
Follow this website.
http://blog.allanglesit.com/2011/08/adventures-in-zfs-configuring-fibre-channel-targets/

You should have your machine running QLT driver for the Qlogic. Then, you can connect to your Gateway PC such as Windows 7 etc and in Administrator Tools, scan for the hard disk that you have make and you can use it as a SAN.
 
Don't flame me if this doesn't work. I am a newbie with Linux / OpenSolaris. I am still wondering why I get such a low speed of data coming out of SAN. I have the data going into the SAN very quickly up to 650MB/s.... Still testing. Taking a lot of my time. Also I am getting a lot of MPT_SAS error. Not sure why.
I am using HP SAS Expander with IBM M1015 dual linking with 9211i-8i IT firmware.....
 
Don't flame me if this doesn't work. I am a newbie with Linux / OpenSolaris. I am still wondering why I get such a low speed of data coming out of SAN. I have the data going into the SAN very quickly up to 650MB/s.... Still testing. Taking a lot of my time. Also I am getting a lot of MPT_SAS error. Not sure why.
I am using HP SAS Expander with IBM M1015 dual linking with 9211i-8i IT firmware.....

You are going to have to give us quite a bit more information. What is the configuration (hardware AND software) of both the source and target machines, can you post some log files for the errors, and you say you can move data to the SAN at 650MB/s via what type of connection?
 
You are going to have to give us quite a bit more information. What is the configuration (hardware AND software) of both the source and target machines, can you post some log files for the errors, and you say you can move data to the SAN at 650MB/s via what type of connection?

1 X M1015 working in IT mode 9211-8i IT Mode
1 X HP SAS Expander
6 X Hard Disc WD RE4 1TB in Raidz1
1 X 80Gb Boot Disc installed OpenIndiana 151a6
Installed Open Indiana with Napp-IT 0.8f
1 X Intel S5000PSL
32 GB Ram ECC
1 X QLE 2460 4Gb Fibre

Installed everything.
My other machine is
Windows 2008 R2
Gigabyte GA-890GPA-UD3H
16GB Ram
500Gb Hard Disk
Qlogic 2462 4Gb Fibre

I am using Fibre connecting to OpenIndiana as SAN.
I mounted it as a HDD 3TB and using Windows 2008 R2, formatted it to 3TB Hard Disk.
Do it lose my ZFS capabilities if i mount it as NTFS Hard Disk?

I copy files from my Gateway to SAN is very fast such as 650MBps. But when I copy from my SAN to my Gateway, I can only get 12MB/s - 16MBps which is strange. Sometimes it's quick, sometimes it's slow. Not sure why. For the log file, here it is...

Oct 4 08:51:47 openindiana genunix: [ID 544858 kern.notice] ^MOpenIndiana Build oi_151a6 64-bit (illumos 13793:10c3656ccf76)
Oct 4 08:51:47 openindiana genunix: [ID 107366 kern.notice] SunOS Release 5.11 - Copyright 1983-2010 Oracle and/or its affiliates.
Oct 4 08:51:47 openindiana genunix: [ID 864463 kern.notice] All rights reserved. Use is subject to license terms.
Oct 4 08:51:47 openindiana unix: [ID 223955 kern.info] x86_feature: lgpg
Oct 4 08:51:47 openindiana unix: [ID 223955 kern.info] x86_feature: tsc
Oct 4 08:51:47 openindiana unix: [ID 223955 kern.info] x86_feature: msr
Oct 4 08:51:47 openindiana unix: [ID 223955 kern.info] x86_feature: mtrr
Oct 4 08:51:47 openindiana unix: [ID 223955 kern.info] x86_feature: pge
Oct 4 08:51:47 openindiana unix: [ID 223955 kern.info] x86_feature: de
Oct 4 08:51:47 openindiana unix: [ID 223955 kern.info] x86_feature: cmov
Oct 4 08:51:47 openindiana unix: [ID 223955 kern.info] x86_feature: mmx
Oct 4 08:51:47 openindiana unix: [ID 223955 kern.info] x86_feature: mca
Oct 4 08:51:47 openindiana unix: [ID 223955 kern.info] x86_feature: pae
Oct 4 08:51:47 openindiana unix: [ID 223955 kern.info] x86_feature: cv8
Oct 4 08:51:47 openindiana unix: [ID 223955 kern.info] x86_feature: pat
Oct 4 08:51:47 openindiana unix: [ID 223955 kern.info] x86_feature: sep
Oct 4 08:51:47 openindiana unix: [ID 223955 kern.info] x86_feature: sse
Oct 4 08:51:47 openindiana unix: [ID 223955 kern.info] x86_feature: sse2
Oct 4 08:51:47 openindiana unix: [ID 223955 kern.info] x86_feature: asysc
Oct 4 08:51:47 openindiana unix: [ID 223955 kern.info] x86_feature: sse3
Oct 4 08:51:47 openindiana unix: [ID 223955 kern.info] x86_feature: cx16
Oct 4 08:51:47 openindiana unix: [ID 223955 kern.info] x86_feature: cmp
Oct 4 08:51:47 openindiana unix: [ID 223955 kern.info] x86_feature: mwait
Oct 4 08:51:47 openindiana unix: [ID 223955 kern.info] x86_feature: cpuid
Oct 4 08:51:47 openindiana unix: [ID 223955 kern.info] x86_feature: ssse3
Oct 4 08:51:47 openindiana unix: [ID 223955 kern.info] x86_feature: clfsh
Oct 4 08:51:47 openindiana unix: [ID 223955 kern.info] x86_feature: 64
Oct 4 08:51:47 openindiana unix: [ID 223955 kern.info] x86_feature: vmx
Oct 4 08:51:47 openindiana unix: [ID 168242 kern.info] mem = 33548292K (0x7ffa01000)
Oct 4 08:51:47 openindiana acpica: [ID 865532 kern.notice] ACPI: RSDP f0410 00024 (v2 INTEL )
Oct 4 08:51:47 openindiana acpica: [ID 978093 kern.notice] ACPI: XSDT 9fb39120 00084 (v1 INTEL S5000PSL 00000000 INTL 01000013)
Oct 4 08:51:47 openindiana acpica: [ID 437126 kern.notice] ACPI: FACP 9fb37000 000F4 (v3 INTEL S5000PSL 00000000 INTL 01000013)
Oct 4 08:51:47 openindiana acpica: [ID 960490 kern.notice] ACPI: DSDT 9fb30000 05809 (v2 INTEL S5000PSL 00000001 INTL 01000013)
Oct 4 08:51:47 openindiana acpica: [ID 746535 kern.notice] ACPI: FACS 9fab4000 00040
Oct 4 08:51:47 openindiana acpica: [ID 525451 kern.notice] ACPI: APIC 9fb36000 000C8 (v1 INTEL S5000PSL 00000000 INTL 01000013)
Oct 4 08:51:47 openindiana acpica: [ID 878793 kern.notice] ACPI: SPCR 9fb2f000 00050 (v1 INTEL S5000PSL 00000000 INTL 01000013)
Oct 4 08:51:47 openindiana acpica: [ID 783546 kern.notice] ACPI: HPET 9fb2e000 00038 (v1 INTEL S5000PSL 00000001 INTL 01000013)
Oct 4 08:51:47 openindiana acpica: [ID 505843 kern.notice] ACPI: MCFG 9fb2d000 0003C (v1 INTEL S5000PSL 00000001 INTL 01000013)
Oct 4 08:51:47 openindiana acpica: [ID 620694 kern.notice] ACPI: SSDT 9fb2c000 00A14 (v2 INTEL EIST 00004000 INTL 20060317)
Oct 4 08:51:47 openindiana acpica: [ID 243517 kern.notice] ACPI: SSDT 9fb2b000 00193 (v2 INTEL IPMI 00004000 INTL 20060317)
Oct 4 08:51:47 openindiana acpica: [ID 775776 kern.notice] ACPI: SSDT 9fb2a000 002D4 (v2 INTEL CST 00004000 INTL 20060317)
Oct 4 08:51:47 openindiana acpica: [ID 437141 kern.notice] ACPI: HEST 9fb29000 000A8 (v1 INTEL S5000PSL 00000001 INTL 00000001)
Oct 4 08:51:47 openindiana acpica: [ID 893469 kern.notice] ACPI: BERT 9fb28000 00030 (v1 INTEL S5000PSL 00000001 INTL 00000001)
Oct 4 08:51:47 openindiana acpica: [ID 144956 kern.notice] ACPI: ERST 9fb27000 00230 (v1 INTEL S5000PSL 00000001 INTL 00000001)
Oct 4 08:51:47 openindiana acpica: [ID 514538 kern.notice] ACPI: EINJ 9fb26000 00130 (v1 INTEL S5000PSL 00000001 INTL 00000001)
Oct 4 08:51:47 openindiana acpica: [ID 190582 kern.notice] ACPI: Executed 1 blocks of module-level executable AML code
Oct 4 08:51:47 openindiana acpica: [ID 430144 kern.notice] ACPI: Actual Package length (6) is larger than NumElements field (2), truncated
Oct 4 08:51:47 openindiana acpica: [ID 100000 kern.notice]
Oct 4 08:51:47 openindiana acpica: [ID 430144 kern.notice] ACPI: Actual Package length (6) is larger than NumElements field (2), truncated
Oct 4 08:51:47 openindiana acpica: [ID 100000 kern.notice]
Oct 4 08:51:47 openindiana acpica: [ID 430144 kern.notice] ACPI: Actual Package length (6) is larger than NumElements field (2), truncated
Oct 4 08:51:47 openindiana acpica: [ID 100000 kern.notice]
Oct 4 08:51:47 openindiana acpica: [ID 430144 kern.notice] ACPI: Actual Package length (6) is larger than NumElements field (2), truncated
Oct 4 08:51:47 openindiana acpica: [ID 100000 kern.notice]
Oct 4 08:51:47 openindiana acpica: [ID 430144 kern.notice] ACPI: Actual Package length (6) is larger than NumElements field (2), truncated
Oct 4 08:51:47 openindiana acpica: [ID 100000 kern.notice]
Oct 4 08:51:47 openindiana acpica: [ID 430144 kern.notice] ACPI: Actual Package length (6) is larger than NumElements field (2), truncated
Oct 4 08:51:47 openindiana acpica: [ID 100000 kern.notice]
Oct 4 08:51:47 openindiana acpica: [ID 430144 kern.notice] ACPI: Actual Package length (6) is larger than NumElements field (2), truncated
Oct 4 08:51:47 openindiana acpica: [ID 100000 kern.notice]
Oct 4 08:51:47 openindiana acpica: [ID 430144 kern.notice] ACPI: Actual Package length (6) is larger than NumElements field (2), truncated
Oct 4 08:51:47 openindiana acpica: [ID 100000 kern.notice]
Oct 4 08:51:47 openindiana unix: [ID 190185 kern.info] SMBIOS v2.5 loaded (2848 bytes)
Oct 4 08:51:47 openindiana unix: [ID 972737 kern.info] Skipping psm: xpv_psm
Oct 4 08:51:47 openindiana rootnex: [ID 466748 kern.info] root nexus = i86pc
Oct 4 08:51:47 openindiana iommulib: [ID 321598 kern.info] NOTICE: iommulib_nexus_register: rootnex-1: Succesfully registered NEXUS i86pc nexops=fffffffffbd13720
Oct 4 08:51:47 openindiana rootnex: [ID 349649 kern.info] pseudo0 at root
Oct 4 08:51:47 openindiana genunix: [ID 936769 kern.info] pseudo0 is /pseudo
Oct 4 08:51:47 openindiana rootnex: [ID 349649 kern.info] scsi_vhci0 at root
Oct 4 08:51:47 openindiana genunix: [ID 936769 kern.info] scsi_vhci0 is /scsi_vhci
Oct 4 08:51:47 openindiana pci_autoconfig: [ID 596873 kern.info] NOTICE: reprogram mem-range on ppb[1/0/3]: 0xb8900000 ~ 0xb89fffff
Oct 4 08:51:47 openindiana pci_autoconfig: [ID 139057 kern.info] NOTICE: reprogram io-range on ppb[0/3/0]: 0x6000 ~ 0x6fff
Oct 4 08:51:47 openindiana pci_autoconfig: [ID 596873 kern.info] NOTICE: reprogram mem-range on ppb[0/3/0]: 0xb8e00000 ~ 0xb8efffff
Oct 4 08:51:47 openindiana pci_autoconfig: [ID 139057 kern.info] NOTICE: reprogram io-range on ppb[0/5/0]: 0x7000 ~ 0x7fff
Oct 4 08:51:47 openindiana pci_autoconfig: [ID 596873 kern.info] NOTICE: reprogram mem-range on ppb[0/5/0]: 0xb8f00000 ~ 0xb8ffffff
Oct 4 08:51:47 openindiana pci_autoconfig: [ID 139057 kern.info] NOTICE: reprogram io-range on ppb[0/7/0]: 0x8000 ~ 0x8fff
Oct 4 08:51:47 openindiana pci_autoconfig: [ID 596873 kern.info] NOTICE: reprogram mem-range on ppb[0/7/0]: 0xb9000000 ~ 0xb90fffff
Oct 4 08:51:47 openindiana pci_autoconfig: [ID 139057 kern.info] NOTICE: reprogram io-range on ppb[0/1c/0]: 0x9000 ~ 0x9fff
Oct 4 08:51:47 openindiana pci_autoconfig: [ID 596873 kern.info] NOTICE: reprogram mem-range on ppb[0/1c/0]: 0xb9100000 ~ 0xb91fffff
Oct 4 08:51:47 openindiana genunix: [ID 596552 kern.info] Reading Intel IOMMU boot options
Oct 4 08:51:47 openindiana rootnex: [ID 349649 kern.info] npe0 at root: space 0 offset 0
Oct 4 08:51:47 openindiana genunix: [ID 936769 kern.info] npe0 is /pci@0,0
Oct 4 08:51:47 openindiana npe: [ID 236367 kern.info] PCI Express-device: isa@1f, isa0
Oct 4 08:51:47 openindiana pcplusmp: [ID 615120 kern.info] NOTICE: apic: local nmi: 0 0xd 1
Oct 4 08:51:47 openindiana pcplusmp: [ID 615120 kern.info] NOTICE: apic: local nmi: 1 0xd 1
Oct 4 08:51:47 openindiana pcplusmp: [ID 615120 kern.info] NOTICE: apic: local nmi: 2 0xd 1
Oct 4 08:51:47 openindiana pcplusmp: [ID 615120 kern.info] NOTICE: apic: local nmi: 3 0xd 1
Oct 4 08:51:47 openindiana pcplusmp: [ID 615120 kern.info] NOTICE: apic: local nmi: 4 0xd 1
Oct 4 08:51:47 openindiana pcplusmp: [ID 615120 kern.info] NOTICE: apic: local nmi: 5 0xd 1
Oct 4 08:51:47 openindiana pcplusmp: [ID 615120 kern.info] NOTICE: apic: local nmi: 6 0xd 1
Oct 4 08:51:47 openindiana pcplusmp: [ID 615120 kern.info] NOTICE: apic: local nmi: 7 0xd 1
Oct 4 08:51:47 openindiana pcplusmp: [ID 801116 kern.info] NOTICE: ACPI HPET table query failed
Oct 4 08:51:47 openindiana pcplusmp: [ID 419660 kern.info] pcplusmp: irq 0x9 vector 0x80 ioapic 0x8 intin 0x9 is bound to cpu 1
Oct 4 08:51:47 openindiana amd_iommu: [ID 251261 kern.info] NOTICE: amd_iommu: No AMD IOMMU ACPI IVRS table
Oct 4 08:51:47 openindiana pseudo: [ID 129642 kern.info] pseudo-device: acpippm0
Oct 4 08:51:47 openindiana genunix: [ID 936769 kern.info] acpippm0 is /pseudo/acpippm@0
Oct 4 08:51:47 openindiana pseudo: [ID 129642 kern.info] pseudo-device: ppm0
Oct 4 08:51:47 openindiana genunix: [ID 936769 kern.info] ppm0 is /pseudo/ppm@0
Oct 4 08:51:47 openindiana ahci: [ID 405770 kern.info] NOTICE: ahci0: hba AHCI version = 1.10
Oct 4 08:51:47 openindiana pcplusmp: [ID 805372 kern.info] pcplusmp: pciclass,010601 (ahci) instance 0 irq 0x14 vector 0x40 ioapic 0x8 intin 0x14 is bound to cpu 2
Oct 4 08:51:47 openindiana sata: [ID 663010 kern.info] /pci@0,0/pci8086,3476@1f,2 :
Oct 4 08:51:47 openindiana sata: [ID 761595 kern.info] SATA disk device at port 0
Oct 4 08:51:47 openindiana sata: [ID 846691 kern.info] model ST980811AS
Oct 4 08:51:47 openindiana sata: [ID 693010 kern.info] firmware 3.ALC
Oct 4 08:51:47 openindiana sata: [ID 163988 kern.info] serial number 5LYBN6ZP
Oct 4 08:51:47 openindiana sata: [ID 594940 kern.info] supported features:
Oct 4 08:51:47 openindiana sata: [ID 981177 kern.info] 48-bit LBA, DMA, Native Command Queueing, SMART, SMART self-test
Oct 4 08:51:47 openindiana sata: [ID 514995 kern.info] SATA Gen1 signaling speed (1.5Gbps)
Oct 4 08:51:47 openindiana sata: [ID 349649 kern.info] Supported queue depth 32
Oct 4 08:51:47 openindiana sata: [ID 349649 kern.info] capacity = 156301488 sectors
Oct 4 08:51:47 openindiana scsi: [ID 583861 kern.info] sd0 at ahci0: target 0 lun 0
Oct 4 08:51:47 openindiana genunix: [ID 936769 kern.info] sd0 is /pci@0,0/pci8086,3476@1f,2/disk@0,0
Oct 4 08:51:47 openindiana genunix: [ID 408114 kern.info] /pci@0,0/pci8086,3476@1f,2/disk@0,0 (sd0) online
Oct 4 08:51:47 openindiana sata: [ID 663010 kern.info] /pci@0,0/pci8086,3476@1f,2 :
Oct 4 08:51:47 openindiana sata: [ID 761595 kern.info] SATA disk device at port 1
Oct 4 08:51:47 openindiana sata: [ID 846691 kern.info] model INTEL SSDSC2CW060A3
Oct 4 08:51:47 openindiana sata: [ID 693010 kern.info] firmware 400i
Oct 4 08:51:47 openindiana sata: [ID 163988 kern.info] serial number CVCV2030078Y060AGN
Oct 4 08:51:47 openindiana sata: [ID 594940 kern.info] supported features:
Oct 4 08:51:47 openindiana sata: [ID 981177 kern.info] 48-bit LBA, DMA, Native Command Queueing, SMART, SMART self-test
Oct 4 08:51:47 openindiana sata: [ID 643337 kern.info] SATA Gen2 signaling speed (3.0Gbps)
Oct 4 08:51:47 openindiana sata: [ID 349649 kern.info] Supported queue depth 32
Oct 4 08:51:47 openindiana sata: [ID 349649 kern.info] capacity = 117231408 sectors
Oct 4 08:51:47 openindiana scsi: [ID 583861 kern.info] sd1 at ahci0: target 1 lun 0
Oct 4 08:51:47 openindiana genunix: [ID 936769 kern.info] sd1 is /pci@0,0/pci8086,3476@1f,2/disk@1,0
Oct 4 08:51:47 openindiana genunix: [ID 408114 kern.info] /pci@0,0/pci8086,3476@1f,2/disk@1,0 (sd1) online
Oct 4 08:51:50 openindiana zfs: [ID 249136 kern.info] open version 28 pool rpool using 5000
Oct 4 08:51:50 openindiana genunix: [ID 308332 kern.info] root on rpool/ROOT/napp-it-0.8l3 fstype zfs
Oct 4 08:51:51 openindiana rootnex: [ID 349649 kern.info] acpinex0 at root
Oct 4 08:51:51 openindiana genunix: [ID 936769 kern.info] acpinex0 is /fw
Oct 4 08:51:51 openindiana acpinex: [ID 328922 kern.info] acpinex: cpu@0, cpudrv0
Oct 4 08:51:51 openindiana genunix: [ID 408114 kern.info] /fw/cpu@0 (cpudrv0) online
Oct 4 08:51:51 openindiana pseudo: [ID 129642 kern.info] pseudo-device: dld0
Oct 4 08:51:51 openindiana genunix: [ID 936769 kern.info] dld0 is /pseudo/dld@0
Oct 4 08:51:51 openindiana pcplusmp: [ID 805372 kern.info] pcplusmp: i8042 (i8042) instance 0 irq 0x1 vector 0x41 ioapic 0x8 intin 0x1 is bound to cpu 3
Oct 4 08:51:51 openindiana pcplusmp: [ID 805372 kern.info] pcplusmp: i8042 (i8042) instance 0 irq 0xc vector 0x42 ioapic 0x8 intin 0xc is bound to cpu 4
Oct 4 08:51:51 openindiana pcplusmp: [ID 805372 kern.info] pcplusmp: pciexclass,060400 (pcieb) instance 0 irq 0x30 vector 0x81 ioapic 0xff intin 0xff is bound to cpu 5
Oct 4 08:51:51 openindiana npe: [ID 236367 kern.info] PCI Express-device: pci8086,25f7@2, pcieb0
Oct 4 08:51:51 openindiana genunix: [ID 936769 kern.info] pcieb0 is /pci@0,0/pci8086,25f7@2
Oct 4 08:51:51 openindiana pcplusmp: [ID 805372 kern.info] pcplusmp: pciexclass,060400 (pcieb) instance 2 irq 0x31 vector 0x30 ioapic 0xff intin 0xff is bound to cpu 6
Oct 4 08:51:51 openindiana npe: [ID 236367 kern.info] PCI Express-device: pci8086,25f8@4, pcieb2
Oct 4 08:51:51 openindiana genunix: [ID 936769 kern.info] pcieb2 is /pci@0,0/pci8086,25f8@4
Oct 4 08:51:51 openindiana pcplusmp: [ID 805372 kern.info] pcplusmp: pciexclass,060400 (pcieb) instance 4 irq 0x32 vector 0x82 ioapic 0xff intin 0xff is bound to cpu 7
Oct 4 08:51:51 openindiana npe: [ID 236367 kern.info] PCI Express-device: pci8086,25f9@6, pcieb4
Oct 4 08:51:51 openindiana genunix: [ID 936769 kern.info] pcieb4 is /pci@0,0/pci8086,25f9@6
Oct 4 08:51:51 openindiana pcplusmp: [ID 805372 kern.info] pcplusmp: pciexclass,060400 (pcieb) instance 6 irq 0x33 vector 0x31 ioapic 0xff intin 0xff is bound to cpu 0
Oct 4 08:51:51 openindiana npe: [ID 236367 kern.info] PCI Express-device: pci8086,2690@1c, pcieb6
Oct 4 08:51:51 openindiana genunix: [ID 936769 kern.info] pcieb6 is /pci@0,0/pci8086,2690@1c
Oct 4 08:51:52 openindiana npe: [ID 236367 kern.info] PCI Express-device: pci8086,244e@1e, pci_pci0
Oct 4 08:51:52 openindiana genunix: [ID 936769 kern.info] pci_pci0 is /pci@0,0/pci8086,244e@1e
Oct 4 08:51:52 openindiana pcplusmp: [ID 805372 kern.info] pcplusmp: pciclass,0c0320 (ehci) instance 0 irq 0x17 vector 0x83 ioapic 0x8 intin 0x17 is bound to cpu 1
Oct 4 08:51:53 openindiana npe: [ID 236367 kern.info] PCI Express-device: pci8086,3476@1d,7, ehci0
Oct 4 08:51:53 openindiana genunix: [ID 936769 kern.info] ehci0 is /pci@0,0/pci8086,3476@1d,7
Oct 4 08:51:53 openindiana npe: [ID 236367 kern.info] PCI Express-device: pci8086,3476@1d, uhci0
Oct 4 08:51:53 openindiana genunix: [ID 936769 kern.info] uhci0 is /pci@0,0/pci8086,3476@1d
Oct 4 08:51:53 openindiana pcplusmp: [ID 805372 kern.info] pcplusmp: pciclass,0c0300 (uhci) instance 1 irq 0x16 vector 0x84 ioapic 0x8 intin 0x16 is bound to cpu 2
Oct 4 08:51:53 openindiana npe: [ID 236367 kern.info] PCI Express-device: pci8086,3476@1d,1, uhci1
Oct 4 08:51:53 openindiana genunix: [ID 936769 kern.info] uhci1 is /pci@0,0/pci8086,3476@1d,1
Oct 4 08:51:54 openindiana npe: [ID 236367 kern.info] PCI Express-device: pci8086,3476@1d,2, uhci2
Oct 4 08:51:54 openindiana genunix: [ID 936769 kern.info] uhci2 is /pci@0,0/pci8086,3476@1d,2
Oct 4 08:51:54 openindiana npe: [ID 236367 kern.info] PCI Express-device: pci8086,3476@1d,3, uhci3
Oct 4 08:51:54 openindiana genunix: [ID 936769 kern.info] uhci3 is /pci@0,0/pci8086,3476@1d,3
Oct 4 08:51:55 openindiana i8042: [ID 526150 kern.info] 8042 device: keyboard@0, kb8042 # 0
Oct 4 08:51:55 openindiana genunix: [ID 936769 kern.info] kb80420 is /pci@0,0/isa@1f/i8042@1,60/keyboard@0
Oct 4 08:51:55 openindiana i8042: [ID 526150 kern.info] 8042 device: mouse@1, mouse8042 # 0
Oct 4 08:51:55 openindiana genunix: [ID 936769 kern.info] mouse80420 is /pci@0,0/isa@1f/i8042@1,60/mouse@1
Oct 4 08:51:58 openindiana unix: [ID 950921 kern.info] cpu0: x86 (chipid 0x0 GenuineIntel 6F7 family 6 model 15 step 7 clock 2333 MHz)
Oct 4 08:51:58 openindiana unix: [ID 950921 kern.info] cpu0: Intel(r) Xeon(r) CPU E5345 @ 2.33GHz
Oct 4 08:51:58 openindiana acpinex: [ID 328922 kern.info] acpinex: cpu@1, cpudrv1
Oct 4 08:51:58 openindiana genunix: [ID 408114 kern.info] /fw/cpu@1 (cpudrv1) online
Oct 4 08:51:58 openindiana unix: [ID 950921 kern.info] cpu1: x86 (chipid 0x0 GenuineIntel 6F7 family 6 model 15 step 7 clock 2333 MHz)
Oct 4 08:51:58 openindiana unix: [ID 950921 kern.info] cpu1: Intel(r) Xeon(r) CPU E5345 @ 2.33GHz
Oct 4 08:51:58 openindiana unix: [ID 557947 kern.info] cpu1 initialization complete - online
Oct 4 08:51:58 openindiana acpinex: [ID 328922 kern.info] acpinex: cpu@2, cpudrv2
Oct 4 08:51:58 openindiana genunix: [ID 408114 kern.info] /fw/cpu@2 (cpudrv2) online
Oct 4 08:51:58 openindiana acpinex: [ID 328922 kern.info] acpinex: cpu@3, cpudrv3
Oct 4 08:51:58 openindiana genunix: [ID 408114 kern.info] /fw/cpu@3 (cpudrv3) online
Oct 4 08:51:58 openindiana acpinex: [ID 328922 kern.info] acpinex: cpu@4, cpudrv4
Oct 4 08:51:58 openindiana genunix: [ID 408114 kern.info] /fw/cpu@4 (cpudrv4) online
Oct 4 08:51:58 openindiana unix: [ID 950921 kern.info] cpu3: x86 (chipid 0x1 GenuineIntel 6F7 family 6 model 15 step 7 clock 2333 MHz)
Oct 4 08:51:58 openindiana unix: [ID 950921 kern.info] cpu4: x86 (chipid 0x0 GenuineIntel 6F7 family 6 model 15 step 7 clock 2333 MHz)
Oct 4 08:51:58 openindiana unix: [ID 950921 kern.info] cpu3: Intel(r) Xeon(r) CPU E5345 @ 2.33GHz
Oct 4 08:51:58 openindiana unix: [ID 950921 kern.info] cpu4: Intel(r) Xeon(r) CPU E5345 @ 2.33GHz
Oct 4 08:51:58 openindiana unix: [ID 557947 kern.info] cpu3 initialization complete - online
Oct 4 08:51:58 openindiana unix: [ID 557947 kern.info] cpu4 initialization complete - online
Oct 4 08:51:58 openindiana pcplusmp: [ID 805372 kern.info] pcplusmp: pciex1077,2432 (qlt) instance 0 irq 0x34 vector 0x43 ioapic 0xff intin 0xff is bound to cpu 3
Oct 4 08:51:58 openindiana acpinex: [ID 328922 kern.info] acpinex: cpu@5, cpudrv5
Oct 4 08:51:58 openindiana genunix: [ID 408114 kern.info] /fw/cpu@5 (cpudrv5) online
Oct 4 08:51:58 openindiana unix: [ID 950921 kern.info] cpu2: x86 (chipid 0x1 GenuineIntel 6F7 family 6 model 15 step 7 clock 2333 MHz)
Oct 4 08:51:58 openindiana unix: [ID 950921 kern.info] cpu5: x86 (chipid 0x0 GenuineIntel 6F7 family 6 model 15 step 7 clock 2333 MHz)
Oct 4 08:51:58 openindiana unix: [ID 950921 kern.info] cpu2: Intel(r) Xeon(r) CPU E5345 @ 2.33GHz
Oct 4 08:51:58 openindiana unix: [ID 950921 kern.info] cpu5: Intel(r) Xeon(r) CPU E5345 @ 2.33GHz
Oct 4 08:51:58 openindiana unix: [ID 557947 kern.info] cpu2 initialization complete - online
Oct 4 08:51:58 openindiana unix: [ID 557947 kern.info] cpu5 initialization complete - online
Oct 4 08:51:58 openindiana acpinex: [ID 328922 kern.info] acpinex: cpu@6, cpudrv6
Oct 4 08:51:58 openindiana genunix: [ID 408114 kern.info] /fw/cpu@6 (cpudrv6) online
Oct 4 08:51:58 openindiana unix: [ID 950921 kern.info] cpu6: x86 (chipid 0x1 GenuineIntel 6F7 family 6 model 15 step 7 clock 2333 MHz)
Oct 4 08:51:58 openindiana unix: [ID 950921 kern.info] cpu6: Intel(r) Xeon(r) CPU E5345 @ 2.33GHz
Oct 4 08:51:58 openindiana unix: [ID 557947 kern.info] cpu6 initialization complete - online
Oct 4 08:51:58 openindiana acpinex: [ID 328922 kern.info] acpinex: cpu@7, cpudrv7
Oct 4 08:51:58 openindiana genunix: [ID 408114 kern.info] /fw/cpu@7 (cpudrv7) online
Oct 4 08:51:58 openindiana unix: [ID 950921 kern.info] cpu7: x86 (chipid 0x1 GenuineIntel 6F7 family 6 model 15 step 7 clock 2333 MHz)
Oct 4 08:51:58 openindiana unix: [ID 950921 kern.info] cpu7: Intel(r) Xeon(r) CPU E5345 @ 2.33GHz
Oct 4 08:51:58 openindiana unix: [ID 557947 kern.info] cpu7 initialization complete - online
Oct 4 08:51:58 openindiana pcieb: [ID 586369 kern.info] PCIE-device: pci1077,142@0, qlt0
Oct 4 08:51:58 openindiana npe: [ID 236367 kern.info] PCI Express-device: pci1077,142@0, qlt0
Oct 4 08:51:58 openindiana genunix: [ID 936769 kern.info] qlt0 is /pci@0,0/pci8086,25f8@4/pci1077,142@0
Oct 4 08:51:58 openindiana pseudo: [ID 129642 kern.info] pseudo-device: stmf_sbd0
Oct 4 08:51:58 openindiana genunix: [ID 936769 kern.info] stmf_sbd0 is /pseudo/stmf_sbd@0
Oct 4 08:51:59 openindiana pseudo: [ID 129642 kern.info] pseudo-device: audio0
Oct 4 08:51:59 openindiana genunix: [ID 936769 kern.info] audio0 is /pseudo/audio@0
Oct 4 08:52:00 openindiana pcplusmp: [ID 805372 kern.info] pcplusmp: pciex8086,1a38 (ioat) instance 0 irq 0x10 vector 0x20 ioapic 0x8 intin 0x10 is bound to cpu 4
Oct 4 08:52:00 openindiana npe: [ID 236367 kern.info] PCI Express-device: pci8086,3476@8, ioat0
Oct 4 08:52:00 openindiana genunix: [ID 936769 kern.info] ioat0 is /pci@0,0/pci8086,3476@8
Oct 4 08:52:00 openindiana pcieb: [ID 586369 kern.info] PCIE-device: pci8086,3500@0, pcieb7
Oct 4 08:52:00 openindiana npe: [ID 236367 kern.info] PCI Express-device: pci8086,3500@0, pcieb7
Oct 4 08:52:00 openindiana genunix: [ID 936769 kern.info] pcieb7 is /pci@0,0/pci8086,25f7@2/pci8086,3500@0
Oct 4 08:52:00 openindiana pcieb: [ID 586369 kern.info] PCIE-device: pci8086,350c@0,3, pcieb8
Oct 4 08:52:00 openindiana npe: [ID 236367 kern.info] PCI Express-device: pci8086,350c@0,3, pcieb8
Oct 4 08:52:00 openindiana genunix: [ID 936769 kern.info] pcieb8 is /pci@0,0/pci8086,25f7@2/pci8086,350c@0,3
Oct 4 08:52:00 openindiana pcieb: [ID 586369 kern.info] PCIE-device: pci8086,3510@0, pcieb9
Oct 4 08:52:00 openindiana npe: [ID 236367 kern.info] PCI Express-device: pci8086,3510@0, pcieb9
Oct 4 08:52:00 openindiana genunix: [ID 936769 kern.info] pcieb9 is /pci@0,0/pci8086,25f7@2/pci8086,3500@0/pci8086,3510@0
Oct 4 08:52:00 openindiana pcieb: [ID 586369 kern.info] PCIE-device: pci8086,3518@2, pcieb10
Oct 4 08:52:00 openindiana npe: [ID 236367 kern.info] PCI Express-device: pci8086,3518@2, pcieb10
Oct 4 08:52:00 openindiana genunix: [ID 936769 kern.info] pcieb10 is /pci@0,0/pci8086,25f7@2/pci8086,3500@0/pci8086,3518@2
Oct 4 08:52:04 openindiana usba: [ID 912658 kern.info] USB 2.0 device (usb1a40,101) operating at full speed (USB 1.x) on USB 1.10 root hub: hub@1, hubd1 at bus address 2
Oct 4 08:52:04 openindiana usba: [ID 349649 kern.info] USB 2.0 Hub [Safe]
Oct 4 08:52:04 openindiana genunix: [ID 936769 kern.info] hubd1 is /pci@0,0/pci8086,3476@1d,1/hub@1
Oct 4 08:52:04 openindiana genunix: [ID 408114 kern.info] /pci@0,0/pci8086,3476@1d,1/hub@1 (hubd1) online
Oct 4 08:52:05 openindiana usba: [ID 912658 kern.info] USB 1.10 device (usb45e,750) operating at low speed (USB 1.x) on USB 2.0 external hub: device@1, usb_mid1 at bus address 3
Oct 4 08:52:05 openindiana usba: [ID 349649 kern.info] Microsoft Wired Keyboard 600
Oct 4 08:52:05 openindiana genunix: [ID 936769 kern.info] usb_mid1 is /pci@0,0/pci8086,3476@1d,1/hub@1/device@1
Oct 4 08:52:05 openindiana genunix: [ID 408114 kern.info] /pci@0,0/pci8086,3476@1d,1/hub@1/device@1 (usb_mid1) online
Oct 4 08:52:05 openindiana usba: [ID 912658 kern.info] USB 1.10 device (usb45e,cb) operating at low speed (USB 1.x) on USB 2.0 external hub: mouse@3, hid3 at bus address 4
Oct 4 08:52:05 openindiana usba: [ID 349649 kern.info] Microsoft Basic Optical Mouse v2.0
Oct 4 08:52:05 openindiana genunix: [ID 936769 kern.info] hid3 is /pci@0,0/pci8086,3476@1d,1/hub@1/mouse@3
Oct 4 08:52:05 openindiana genunix: [ID 408114 kern.info] /pci@0,0/pci8086,3476@1d,1/hub@1/mouse@3 (hid3) online
Oct 4 08:52:05 openindiana usba: [ID 912658 kern.info] USB 1.10 interface (usbif45e,750.config1.0) operating at low speed (USB 1.x) on USB 2.0 external hub: keyboard@0, hid4 at bus address 3
Oct 4 08:52:05 openindiana usba: [ID 349649 kern.info] Microsoft Wired Keyboard 600
Oct 4 08:52:05 openindiana genunix: [ID 936769 kern.info] hid4 is /pci@0,0/pci8086,3476@1d,1/hub@1/device@1/keyboard@0
Oct 4 08:52:05 openindiana genunix: [ID 408114 kern.info] /pci@0,0/pci8086,3476@1d,1/hub@1/device@1/keyboard@0 (hid4) online
Oct 4 08:52:05 openindiana usba: [ID 912658 kern.info] USB 1.10 interface (usbif45e,750.config1.1) operating at low speed (USB 1.x) on USB 2.0 external hub: input@1, hid5 at bus address 3
Oct 4 08:52:05 openindiana usba: [ID 349649 kern.info] Microsoft Wired Keyboard 600
Oct 4 08:52:05 openindiana genunix: [ID 936769 kern.info] hid5 is /pci@0,0/pci8086,3476@1d,1/hub@1/device@1/input@1
Oct 4 08:52:05 openindiana genunix: [ID 408114 kern.info] /pci@0,0/pci8086,3476@1d,1/hub@1/device@1/input@1 (hid5) online
Oct 4 08:52:06 openindiana genunix: [ID 408114 kern.info] /pci@0,0/pci8086,3476@1d,1/hub@1/device@1/keyboard@0 (hid4) offline
Oct 4 08:52:06 openindiana genunix: [ID 408114 kern.info] /pci@0,0/pci8086,3476@1d,1/hub@1/device@1/input@1 (hid5) offline
Oct 4 08:52:06 openindiana genunix: [ID 408114 kern.info] /pci@0,0/pci8086,3476@1d,1/hub@1/device@1/keyboard@0 (hid4) offline
Oct 4 08:52:06 openindiana genunix: [ID 408114 kern.info] /pci@0,0/pci8086,3476@1d,1/hub@1/device@1/input@1 (hid5) offline
Oct 4 08:52:06 openindiana genunix: [ID 408114 kern.info] /pci@0,0/pci8086,3476@1d,1/hub@1/device@1 (usb_mid1) removed
Oct 4 08:52:06 openindiana genunix: [ID 408114 kern.info] /pci@0,0/pci8086,3476@1d,1/hub@1/mouse@3 (hid3) removed
Oct 4 08:52:06 openindiana genunix: [ID 408114 kern.info] /pci@0,0/pci8086,3476@1d,1/hub@1 (hubd1) removed
Oct 4 08:52:07 openindiana pcplusmp: [ID 805372 kern.info] pcplusmp: pciex8086,1096 (e1000g) instance 0 irq 0x35 vector 0x60 ioapic 0xff intin 0xff is bound to cpu 5
Oct 4 08:52:07 openindiana mac: [ID 469746 kern.info] NOTICE: e1000g0 registered
Oct 4 08:52:07 openindiana pcplusmp: [ID 805372 kern.info] pcplusmp: pciex8086,1096 (e1000g) instance 1 irq 0x36 vector 0x61 ioapic 0xff intin 0xff is bound to cpu 6
Oct 4 08:52:07 openindiana mac: [ID 469746 kern.info] NOTICE: e1000g1 registered
Oct 4 08:52:08 openindiana nwamd[93]: [ID 399650 daemon.error] 1: nwamd_plumb_unplumb_interface: unplumb IPv4 failed for e1000g0: Operation failed
Oct 4 08:52:08 openindiana nwamd[93]: [ID 399906 daemon.error] 1: nwamd_plumb_unplumb_interface: unplumb IPv6 failed for e1000g0: Operation failed
Oct 4 08:52:08 openindiana nwamd[93]: [ID 399714 daemon.error] 1: nwamd_plumb_unplumb_interface: unplumb IPv4 failed for e1000g1: Operation failed
Oct 4 08:52:08 openindiana nwamd[93]: [ID 399970 daemon.error] 1: nwamd_plumb_unplumb_interface: unplumb IPv6 failed for e1000g1: Operation failed
Oct 4 08:52:08 openindiana pseudo: [ID 129642 kern.info] pseudo-device: zfs0
Oct 4 08:52:08 openindiana genunix: [ID 936769 kern.info] zfs0 is /pseudo/zfs@0
Oct 4 08:52:08 openindiana mac: [ID 435574 kern.info] NOTICE: e1000g0 link up, 100 Mbps, full duplex
Oct 4 08:52:09 openindiana mac: [ID 435574 kern.info] NOTICE: e1000g1 link up, 100 Mbps, full duplex
Oct 4 08:52:09 openindiana scsi: [ID 365881 kern.info] /pci@0,0/pci8086,25f9@6/pci1000,3020@0 (mpt_sas0):
Oct 4 08:52:09 openindiana mptsas0 supports power management.
Oct 4 08:52:09 openindiana pcplusmp: [ID 805372 kern.info] pcplusmp: pciex1000,72 (mpt_sas) instance 0 irq 0x37 vector 0x44 ioapic 0xff intin 0xff is bound to cpu 7
Oct 4 08:52:09 openindiana scsi: [ID 365881 kern.info] /pci@0,0/pci8086,25f9@6/pci1000,3020@0 (mpt_sas0):
Oct 4 08:52:09 openindiana mptsas0 supports power management.
Oct 4 08:52:09 openindiana scsi: [ID 365881 kern.info] /pci@0,0/pci8086,25f9@6/pci1000,3020@0 (mpt_sas0):
Oct 4 08:52:09 openindiana mpt0 Firmware version v13.0.57.0 (?)
Oct 4 08:52:09 openindiana scsi: [ID 365881 kern.info] /pci@0,0/pci8086,25f9@6/pci1000,3020@0 (mpt_sas0):
Oct 4 08:52:09 openindiana mpt0: IOC Operational.
Oct 4 08:52:09 openindiana scsi: [ID 243001 kern.info] /pci@0,0/pci8086,25f9@6/pci1000,3020@0 (mpt_sas0):
Oct 4 08:52:09 openindiana mpt0: Initiator WWNs: 0x500605b0044839e0-0x500605b0044839e7
Oct 4 08:52:09 openindiana pcieb: [ID 586369 kern.info] PCIE-device: pci1000,3020@0, mpt_sas0
Oct 4 08:52:09 openindiana npe: [ID 236367 kern.info] PCI Express-device: pci1000,3020@0, mpt_sas0
Oct 4 08:52:09 openindiana genunix: [ID 936769 kern.info] mpt_sas0 is /pci@0,0/pci8086,25f9@6/pci1000,3020@0
Oct 4 08:52:09 openindiana scsi: [ID 583861 kern.info] mpt_sas1 at mpt_sas0: scsi-iport ff
Oct 4 08:52:09 openindiana genunix: [ID 936769 kern.info] mpt_sas1 is /pci@0,0/pci8086,25f9@6/pci1000,3020@0/iport@ff
Oct 4 08:52:09 openindiana genunix: [ID 408114 kern.info] /pci@0,0/pci8086,25f9@6/pci1000,3020@0/iport@ff (mpt_sas1) online
Oct 4 08:52:09 openindiana scsi: [ID 583861 kern.info] smp0 at mpt_sas1: target-port w5001438020e58da6
Oct 4 08:52:09 openindiana genunix: [ID 936769 kern.info] smp0 is /pci@0,0/pci8086,25f9@6/pci1000,3020@0/iport@ff/smp@w5001438020e58da6
Oct 4 08:52:09 openindiana genunix: [ID 408114 kern.info] /pci@0,0/pci8086,25f9@6/pci1000,3020@0/iport@ff/smp@w5001438020e58da6 (smp0) online
Oct 4 08:52:09 openindiana scsi: [ID 583861 kern.info] sd4 at scsi_vhci0: unit-address g50014ee25ca9e6a0: f_sym
Oct 4 08:52:09 openindiana genunix: [ID 936769 kern.info] sd4 is /scsi_vhci/disk@g50014ee25ca9e6a0
Oct 4 08:52:09 openindiana genunix: [ID 408114 kern.info] /scsi_vhci/disk@g50014ee25ca9e6a0 (sd4) online
Oct 4 08:52:09 openindiana genunix: [ID 483743 kern.info] /scsi_vhci/disk@g50014ee25ca9e6a0 (sd4) multipath status: degraded: path 1 mpt_sas1/disk@w50014ee25ca9e6a0,0 is online
Oct 4 08:52:09 openindiana scsi: [ID 583861 kern.info] sd5 at scsi_vhci0: unit-address g50014ee25ada3941: f_sym
Oct 4 08:52:09 openindiana genunix: [ID 936769 kern.info] sd5 is /scsi_vhci/disk@g50014ee25ada3941
Oct 4 08:52:09 openindiana genunix: [ID 408114 kern.info] /scsi_vhci/disk@g50014ee25ada3941 (sd5) online
Oct 4 08:52:09 openindiana genunix: [ID 483743 kern.info] /scsi_vhci/disk@g50014ee25ada3941 (sd5) multipath status: degraded: path 2 mpt_sas1/disk@w50014ee25ada3941,0 is online
Oct 4 08:52:09 openindiana scsi: [ID 583861 kern.info] sd6 at scsi_vhci0: unit-address g50014ee2b1ff95e3: f_sym
Oct 4 08:52:09 openindiana genunix: [ID 936769 kern.info] sd6 is /scsi_vhci/disk@g50014ee2b1ff95e3
Oct 4 08:52:10 openindiana genunix: [ID 408114 kern.info] /scsi_vhci/disk@g50014ee2b1ff95e3 (sd6) online
Oct 4 08:52:10 openindiana genunix: [ID 483743 kern.info] /scsi_vhci/disk@g50014ee2b1ff95e3 (sd6) multipath status: degraded: path 3 mpt_sas1/disk@w50014ee2b1ff95e3,0 is online
Oct 4 08:52:10 openindiana scsi: [ID 583861 kern.info] ses0 at mpt_sas1: unit-address w5001438020e58da5,0: w5001438020e58da5,0
Oct 4 08:52:10 openindiana genunix: [ID 936769 kern.info] ses0 is /pci@0,0/pci8086,25f9@6/pci1000,3020@0/iport@ff/enclosure@w5001438020e58da5,0
Oct 4 08:52:10 openindiana genunix: [ID 408114 kern.info] /pci@0,0/pci8086,25f9@6/pci1000,3020@0/iport@ff/enclosure@w5001438020e58da5,0 (ses0) online
Oct 4 08:52:10 openindiana scsi: [ID 583861 kern.info] sd3 at scsi_vhci0: unit-address g50014ee205cf1ed9: f_sym
Oct 4 08:52:10 openindiana genunix: [ID 936769 kern.info] sd3 is /scsi_vhci/disk@g50014ee205cf1ed9
Oct 4 08:52:10 openindiana genunix: [ID 408114 kern.info] /scsi_vhci/disk@g50014ee205cf1ed9 (sd3) online
Oct 4 08:52:10 openindiana genunix: [ID 483743 kern.info] /scsi_vhci/disk@g50014ee205cf1ed9 (sd3) multipath status: degraded: path 4 mpt_sas1/disk@w50014ee205cf1ed9,0 is online
Oct 4 08:52:10 openindiana scsi: [ID 583861 kern.info] sd8 at scsi_vhci0: unit-address g50014ee25ca9df1e: f_sym
Oct 4 08:52:10 openindiana genunix: [ID 936769 kern.info] sd8 is /scsi_vhci/disk@g50014ee25ca9df1e
Oct 4 08:52:10 openindiana genunix: [ID 408114 kern.info] /scsi_vhci/disk@g50014ee25ca9df1e (sd8) online
Oct 4 08:52:10 openindiana genunix: [ID 483743 kern.info] /scsi_vhci/disk@g50014ee25ca9df1e (sd8) multipath status: degraded: path 5 mpt_sas1/disk@w50014ee25ca9df1e,0 is online
Oct 4 08:52:10 openindiana scsi: [ID 583861 kern.info] sd7 at scsi_vhci0: unit-address g50014ee205cf160e: f_sym
Oct 4 08:52:10 openindiana genunix: [ID 936769 kern.info] sd7 is /scsi_vhci/disk@g50014ee205cf160e
Oct 4 08:52:10 openindiana genunix: [ID 408114 kern.info] /scsi_vhci/disk@g50014ee205cf160e (sd7) online
Oct 4 08:52:10 openindiana genunix: [ID 483743 kern.info] /scsi_vhci/disk@g50014ee205cf160e (sd7) multipath status: degraded: path 6 mpt_sas1/disk@w50014ee205cf160e,0 is online
Oct 4 08:52:11 openindiana zfs: [ID 249136 kern.info] open version 5000 pool kirlcheah using 5000
Oct 4 08:52:15 openindiana genunix: [ID 227219 kern.info] This Solaris instance has UUID 70e3e0a2-7ed5-49e9-c0cc-eeee9ce13b46
Oct 4 08:52:22 openindiana genunix: [ID 454863 kern.info] dump on /dev/zvol/dsk/rpool/dump size 16381 MB
Oct 4 08:52:25 openindiana pseudo: [ID 129642 kern.info] pseudo-device: pm0
Oct 4 08:52:25 openindiana genunix: [ID 936769 kern.info] pm0 is /pseudo/pm@0
Oct 4 08:52:25 openindiana nwamd[93]: [ID 290356 daemon.error] 6: sysevent_subscribe_event: Invalid argument
Oct 4 08:52:26 openindiana pseudo: [ID 129642 kern.info] pseudo-device: power0
Oct 4 08:52:26 openindiana genunix: [ID 936769 kern.info] power0 is /pseudo/power@0
Oct 4 08:52:26 openindiana pseudo: [ID 129642 kern.info] pseudo-device: srn0
Oct 4 08:52:26 openindiana genunix: [ID 936769 kern.info] srn0 is /pseudo/srn@0
Oct 4 08:52:26 openindiana /usr/lib/power/powerd: [ID 387247 daemon.error] Able to open /dev/srn
Oct 4 08:52:27 openindiana pseudo: [ID 129642 kern.info] pseudo-device: devinfo0
Oct 4 08:52:27 openindiana genunix: [ID 936769 kern.info] devinfo0 is /pseudo/devinfo@0
Oct 4 08:52:30 openindiana pseudo: [ID 129642 kern.info] pseudo-device: pool0
Oct 4 08:52:30 openindiana genunix: [ID 936769 kern.info] pool0 is /pseudo/pool@0
Oct 4 08:52:34 openindiana ipf: [ID 774698 kern.info] IP Filter: v4.1.9, running.
Oct 4 08:52:35 openindiana devfsadmd[335]: [ID 511948 daemon.error] di_init failed for /pci@0,0/pci8086,3476@1d,1/hub@1/device@1: No such device or address
Oct 4 08:52:35 openindiana devfsadmd[335]: [ID 511948 daemon.error] di_init failed for /pci@0,0/pci8086,3476@1d,1/hub@1/device@1/keyboard@0: No such device or address
Oct 4 08:52:35 openindiana devfsadmd[335]: [ID 511948 daemon.error] di_init failed for /pci@0,0/pci8086,3476@1d,1/hub@1/device@1/input@1: No such device or address
Oct 4 08:52:35 openindiana devfsadmd[335]: [ID 511948 daemon.error] di_init failed for /pci@0,0/pci8086,3476@1d,1/hub@1/mouse@3: No such device or address
Oct 4 08:52:36 openindiana pseudo: [ID 129642 kern.info] pseudo-device: stmf0
Oct 4 08:52:36 openindiana genunix: [ID 936769 kern.info] stmf0 is /pseudo/stmf@0
Oct 4 08:52:36 openindiana fct: [ID 132490 kern.notice] NOTICE: qlt0,0 LINK UP, portid e8, topology Direct Pt-to-Pt,speed 4G
Oct 4 08:52:37 openindiana pseudo: [ID 129642 kern.info] pseudo-device: dtrace0
Oct 4 08:52:37 openindiana genunix: [ID 936769 kern.info] dtrace0 is /pseudo/dtrace@0
Oct 4 08:52:37 openindiana console-kit-daemon[583]: [ID 702911 daemon.warning] WARNING: signal "open_session_request" (from "OpenSessionRequest") exported but not found in object class "CkSeat"
Oct 4 08:52:37 openindiana console-kit-daemon[583]: [ID 702911 daemon.warning] WARNING: signal "close_session_request" (from "CloseSessionRequest") exported but not found in object class "CkSeat"
Oct 4 08:52:38 openindiana in.routed[726]: [ID 749644 daemon.notice] e1000g0 has a bad address 0.0.0.0
Oct 4 08:52:38 openindiana in.routed[726]: [ID 749644 daemon.notice] e1000g1 has a bad address 0.0.0.0
Oct 4 08:52:39 openindiana rootnex: [ID 349649 kern.info] xsvc0 at root: space 0 offset 0
Oct 4 08:52:39 openindiana genunix: [ID 936769 kern.info] xsvc0 is /xsvc@0,0
Oct 4 08:52:40 openindiana /sbin/dhcpagent[125]: [ID 778557 daemon.warning] configure_v4_lease: no IP broadcast specified for e1000g1, making best guess
Oct 4 08:52:40 openindiana in.routed[726]: [ID 464608 daemon.error] route 0.0.0.0/24 --> 0.0.0.0 nexthop is not directly connected
Oct 4 08:52:40 openindiana rootnex: [ID 349649 kern.info] iscsi0 at root
Oct 4 08:52:40 openindiana genunix: [ID 936769 kern.info] iscsi0 is /iscsi
Oct 4 08:52:41 openindiana rootnex: [ID 349649 kern.info] fcoe0 at root
Oct 4 08:52:41 openindiana genunix: [ID 936769 kern.info] fcoe0 is /fcoe
Oct 4 08:52:41 openindiana acpinex: [ID 328922 kern.info] acpinex: sb@0, acpinex1
Oct 4 08:52:41 openindiana genunix: [ID 936769 kern.info] acpinex1 is /fw/sb@0
Oct 4 08:52:41 openindiana scsi: [ID 583861 kern.info] mpt_sas2 at mpt_sas0: scsi-iport v0
Oct 4 08:52:41 openindiana genunix: [ID 936769 kern.info] mpt_sas2 is /pci@0,0/pci8086,25f9@6/pci1000,3020@0/iport@v0
Oct 4 08:52:41 openindiana genunix: [ID 408114 kern.info] /pci@0,0/pci8086,25f9@6/pci1000,3020@0/iport@v0 (mpt_sas2) online
Oct 4 08:52:41 openindiana pseudo: [ID 129642 kern.info] pseudo-device: pseudo1
Oct 4 08:52:41 openindiana genunix: [ID 936769 kern.info] pseudo1 is /pseudo/zconsnex@1
Oct 4 08:52:41 openindiana isa: [ID 202937 kern.info] ISA-device: pit_beep0
Oct 4 08:52:41 openindiana genunix: [ID 936769 kern.info] pit_beep0 is /pci@0,0/isa@1f/pit_beep
Oct 4 08:52:41 openindiana pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 0 irq 0xe vector 0x45 ioapic 0x8 intin 0xe is bound to cpu 0
Oct 4 08:52:41 openindiana pseudo: [ID 129642 kern.info] pseudo-device: fct0
Oct 4 08:52:41 openindiana genunix: [ID 936769 kern.info] fct0 is /pseudo/fct@0
Oct 4 08:52:41 openindiana pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x45 ioapic 0x8 intin 0xf is bound to cpu 1
Oct 4 08:52:42 openindiana pseudo: [ID 129642 kern.info] pseudo-device: nvidia255
Oct 4 08:52:42 openindiana genunix: [ID 936769 kern.info] nvidia255 is /pseudo/nvidia@255
Oct 4 08:52:42 openindiana in.routed[726]: [ID 606928 daemon.warning] sendto(e1000g1, 224.0.0.2): Network is unreachable
Oct 4 08:52:42 openindiana pseudo: [ID 129642 kern.info] pseudo-device: fcp0
Oct 4 08:52:42 openindiana genunix: [ID 936769 kern.info] fcp0 is /pseudo/fcp@0
Oct 4 08:52:42 openindiana pseudo: [ID 129642 kern.info] pseudo-device: dcpc0
Oct 4 08:52:42 openindiana genunix: [ID 936769 kern.info] dcpc0 is /pseudo/dcpc@0
Oct 4 08:52:42 openindiana pseudo: [ID 129642 kern.info] pseudo-device: fasttrap0
Oct 4 08:52:42 openindiana genunix: [ID 936769 kern.info] fasttrap0 is /pseudo/fasttrap@0
Oct 4 08:52:42 openindiana pseudo: [ID 129642 kern.info] pseudo-device: fbt0
Oct 4 08:52:42 openindiana genunix: [ID 936769 kern.info] fbt0 is /pseudo/fbt@0
Oct 4 08:52:42 openindiana pseudo: [ID 129642 kern.info] pseudo-device: lockstat0
Oct 4 08:52:42 openindiana genunix: [ID 936769 kern.info] lockstat0 is /pseudo/lockstat@0
Oct 4 08:52:42 openindiana pseudo: [ID 129642 kern.info] pseudo-device: profile0
Oct 4 08:52:42 openindiana genunix: [ID 936769 kern.info] profile0 is /pseudo/profile@0
Oct 4 08:52:42 openindiana pseudo: [ID 129642 kern.info] pseudo-device: sdt0
Oct 4 08:52:42 openindiana genunix: [ID 936769 kern.info] sdt0 is /pseudo/sdt@0
Oct 4 08:52:42 openindiana pseudo: [ID 129642 kern.info] pseudo-device: systrace0
Oct 4 08:52:42 openindiana genunix: [ID 936769 kern.info] systrace0 is /pseudo/systrace@0
Oct 4 08:52:42 openindiana pseudo: [ID 129642 kern.info] pseudo-device: fcsm0
Oct 4 08:52:42 openindiana genunix: [ID 936769 kern.info] fcsm0 is /pseudo/fcsm@0
Oct 4 08:52:44 openindiana napp-it-mhttpd[1213]: [ID 732965 daemon.warning] started as root without requesting chroot(), warning only
Oct 4 08:52:44 openindiana napp-it-mhttpd[1213]: [ID 692443 daemon.notice] mini_httpd/1.19 19dec2003 starting on openindiana, port 81
Oct 4 08:52:44 openindiana pseudo: [ID 129642 kern.info] pseudo-device: llc10
Oct 4 08:52:44 openindiana genunix: [ID 936769 kern.info] llc10 is /pseudo/llc1@0
Oct 4 08:52:44 openindiana pseudo: [ID 129642 kern.info] pseudo-device: lofi0
Oct 4 08:52:44 openindiana genunix: [ID 936769 kern.info] lofi0 is /pseudo/lofi@0
Oct 4 08:52:45 openindiana in.routed[726]: [ID 606928 daemon.warning] sendto(e1000g1, 224.0.0.2): Network is unreachable
Oct 4 08:52:46 openindiana pseudo: [ID 129642 kern.info] pseudo-device: ramdisk1024
Oct 4 08:52:46 openindiana genunix: [ID 936769 kern.info] ramdisk1024 is /pseudo/ramdisk@1024
Oct 4 08:52:47 openindiana pseudo: [ID 129642 kern.info] pseudo-device: ucode0
Oct 4 08:52:47 openindiana genunix: [ID 936769 kern.info] ucode0 is /pseudo/ucode@0
Oct 4 08:52:47 openindiana pseudo: [ID 129642 kern.info] pseudo-device: winlock0
Oct 4 08:52:47 openindiana genunix: [ID 936769 kern.info] winlock0 is /pseudo/winlock@0
Oct 4 08:52:47 openindiana pseudo: [ID 129642 kern.info] pseudo-device: nsmb0
Oct 4 08:52:47 openindiana genunix: [ID 936769 kern.info] nsmb0 is /pseudo/nsmb@0
Oct 4 08:52:48 openindiana in.routed[726]: [ID 606928 daemon.warning] sendto(e1000g1, 224.0.0.2): Network is unreachable
Oct 4 08:52:49 openindiana pseudo: [ID 129642 kern.info] pseudo-device: fssnap0
Oct 4 08:52:49 openindiana genunix: [ID 936769 kern.info] fssnap0 is /pseudo/fssnap@0
Oct 4 08:52:49 openindiana pseudo: [ID 129642 kern.info] pseudo-device: bpf0
Oct 4 08:52:49 openindiana genunix: [ID 936769 kern.info] bpf0 is /pseudo/bpf@0
Oct 4 08:52:50 openindiana rootnex: [ID 349649 kern.info] xsvc0 at root: space 0 offset 0
Oct 4 08:52:50 openindiana genunix: [ID 936769 kern.info] xsvc0 is /xsvc@0,0
Oct 4 08:52:51 openindiana pseudo: [ID 129642 kern.info] pseudo-device: ucode0
Oct 4 08:52:51 openindiana genunix: [ID 936769 kern.info] ucode0 is /pseudo/ucode@0
Oct 4 08:52:51 openindiana pseudo: [ID 129642 kern.info] pseudo-device: devinfo0
Oct 4 08:52:51 openindiana genunix: [ID 936769 kern.info] devinfo0 is /pseudo/devinfo@0
Oct 4 08:52:51 openindiana pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 0 irq 0xe vector 0x45 ioapic 0x8 intin 0xe is bound to cpu 2
Oct 4 08:52:51 openindiana pcplusmp: [ID 805372 kern.info] pcplusmp: ide (ata) instance 1 irq 0xf vector 0x45 ioapic 0x8 intin 0xf is bound to cpu 3
Oct 4 08:52:51 openindiana pseudo: [ID 129642 kern.info] pseudo-device: fct0
Oct 4 08:52:51 openindiana genunix: [ID 936769 kern.info] fct0 is /pseudo/fct@0
Oct 4 08:52:51 openindiana pseudo: [ID 129642 kern.info] pseudo-device: stmf0
Oct 4 08:52:51 openindiana genunix: [ID 936769 kern.info] stmf0 is /pseudo/stmf@0
Oct 4 08:52:51 openindiana scsi: [ID 583861 kern.info] smp0 at mpt_sas1: target-port w5001438020e58da6
Oct 4 08:52:51 openindiana genunix: [ID 936769 kern.info] smp0 is /pci@0,0/pci8086,25f9@6/pci1000,3020@0/iport@ff/smp@w5001438020e58da6
Oct 4 08:52:51 openindiana scsi: [ID 583861 kern.info] ses0 at mpt_sas1: unit-address w5001438020e58da5,0: w5001438020e58da5,0
Oct 4 08:52:51 openindiana genunix: [ID 936769 kern.info] ses0 is /pci@0,0/pci8086,25f9@6/pci1000,3020@0/iport@ff/enclosure@w5001438020e58da5,0
Oct 4 08:52:52 openindiana pseudo: [ID 129642 kern.info] pseudo-device: nvidia255
Oct 4 08:52:52 openindiana genunix: [ID 936769 kern.info] nvidia255 is /pseudo/nvidia@255
Oct 4 08:52:52 openindiana pseudo: [ID 129642 kern.info] pseudo-device: fcp0
Oct 4 08:52:52 openindiana genunix: [ID 936769 kern.info] fcp0 is /pseudo/fcp@0
Oct 4 08:52:52 openindiana pseudo: [ID 129642 kern.info] pseudo-device: dcpc0
Oct 4 08:52:52 openindiana genunix: [ID 936769 kern.info] dcpc0 is /pseudo/dcpc@0
Oct 4 08:52:52 openindiana pseudo: [ID 129642 kern.info] pseudo-device: fbt0
Oct 4 08:52:52 openindiana genunix: [ID 936769 kern.info] fbt0 is /pseudo/fbt@0
Oct 4 08:52:52 openindiana pseudo: [ID 129642 kern.info] pseudo-device: lockstat0
Oct 4 08:52:52 openindiana genunix: [ID 936769 kern.info] lockstat0 is /pseudo/lockstat@0
Oct 4 08:52:52 openindiana pseudo: [ID 129642 kern.info] pseudo-device: profile0
Oct 4 08:52:52 openindiana genunix: [ID 936769 kern.info] profile0 is /pseudo/profile@0
Oct 4 08:52:52 openindiana pseudo: [ID 129642 kern.info] pseudo-device: sdt0
Oct 4 08:52:52 openindiana genunix: [ID 936769 kern.info] sdt0 is /pseudo/sdt@0
Oct 4 08:52:52 openindiana pseudo: [ID 129642 kern.info] pseudo-device: systrace0
Oct 4 08:52:52 openindiana genunix: [ID 936769 kern.info] systrace0 is /pseudo/systrace@0
Oct 4 08:52:52 openindiana pseudo: [ID 129642 kern.info] pseudo-device: fcsm0
Oct 4 08:52:52 openindiana genunix: [ID 936769 kern.info] fcsm0 is /pseudo/fcsm@0
Oct 4 08:52:52 openindiana pseudo: [ID 129642 kern.info] pseudo-device: llc10
Oct 4 08:52:52 openindiana genunix: [ID 936769 kern.info] llc10 is /pseudo/llc1@0
Oct 4 08:52:52 openindiana pseudo: [ID 129642 kern.info] pseudo-device: lofi0
Oct 4 08:52:52 openindiana genunix: [ID 936769 kern.info] lofi0 is /pseudo/lofi@0
Oct 4 08:52:52 openindiana pseudo: [ID 129642 kern.info] pseudo-device: ramdisk1024
Oct 4 08:52:52 openindiana genunix: [ID 936769 kern.info] ramdisk1024 is /pseudo/ramdisk@1024
Oct 4 08:52:52 openindiana pseudo: [ID 129642 kern.info] pseudo-device: winlock0
Oct 4 08:52:52 openindiana genunix: [ID 936769 kern.info] winlock0 is /pseudo/winlock@0
Oct 4 08:52:52 openindiana pseudo: [ID 129642 kern.info] pseudo-device: nsmb0
Oct 4 08:52:52 openindiana genunix: [ID 936769 kern.info] nsmb0 is /pseudo/nsmb@0
Oct 4 08:52:52 openindiana pseudo: [ID 129642 kern.info] pseudo-device: pm0
Oct 4 08:52:52 openindiana genunix: [ID 936769 kern.info] pm0 is /pseudo/pm@0
Oct 4 08:52:52 openindiana ipf: [ID 774698 kern.info] IP Filter: v4.1.9, running.
Oct 4 08:52:52 openindiana pseudo: [ID 129642 kern.info] pseudo-device: fssnap0
Oct 4 08:52:52 openindiana genunix: [ID 936769 kern.info] fssnap0 is /pseudo/fssnap@0
Oct 4 08:52:52 openindiana pseudo: [ID 129642 kern.info] pseudo-device: bpf0
Oct 4 08:52:52 openindiana genunix: [ID 936769 kern.info] bpf0 is /pseudo/bpf@0
Oct 4 08:52:57 openindiana /sbin/dhcpagent[125]: [ID 778557 daemon.warning] configure_v4_lease: no IP broadcast specified for e1000g0, making best guess
Oct 4 08:52:59 openindiana gdm-binary[1575]: [ID 702911 daemon.warning] WARNING: Got console request to add display for session that already has a display, and display is already in use
Oct 4 08:53:02 openindiana console-kit-daemon[583]: [ID 702911 daemon.warning] GLib-GObject-WARNING: g_object_set_property: construct property "seat-id" for object `CkSession' can't be set after construction
Oct 4 08:53:02 openindiana gdm-simple-slave[2626]: [ID 702911 daemon.warning] WARNING: GdmWelcomeSession: Error setting owner of run time directory: No such file or directory
Oct 4 08:53:02 openindiana gdm-simple-slave[2631]: [ID 702911 daemon.warning] WARNING: GdmWelcomeSession: Error setting owner of run time directory: No such file or directory
Oct 4 08:53:03 openindiana gnome-session[2631]: [ID 702911 daemon.warning] WARNING: IceListenForConnections returned 2 non-local listeners: inet/openindiana:45259,inet6/openindiana:47659
Oct 4 08:53:09 openindiana syslog[2654]: [ID 702911 daemon.warning] Gtk-WARNING: gtkwidget.c:5628: widget not within a GtkWindow
Oct 4 10:37:37 openindiana scsi: [ID 365881 kern.info] /pci@0,0/pci8086,25f9@6/pci1000,3020@0 (mpt_sas0):
Oct 4 10:37:37 openindiana Log info 0x31080000 received for target 13.
 
Back
Top