vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Sun, 2007-02-04 at 23:23 -0800, BOG BOG wrote: > I salute you, > > here it is the output of the dmesg command from a > machine where I installed OpenBSD 4.0 > > may be, if you have the time to explain the meaning of > some of the errors that appear durring boot process, > and the impact on the good functionality of the > system. > > Thank you in advance, > > Bogdan > > Here it comes: > > > OpenBSD 4.0 (GENERIC) #1107: Sat Sep 16 19:15:58 MDT > 2006 > > deraadt@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC > RTC BIOS diagnostic error 2 > cpu0: Intel(R) Xeon(TM) CPU 3.20GHz ("GenuineIntel" > 686-class) 3.20 GHz > cpu0: > FPU,V86,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,P GE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE, SSE2,SS,HTT,TM,SBF,SSE3,MWAIT,DS-CPL,VMX,CNXT-ID,CX16 > real mem = 2141388800 (2091200K) > avail mem = 1945243648 (1899652K) Just a quick hint, if this is a multicore or multiprocessor box, and you want to use a MP kernel you need to enable bsd.mp, otherwise it will never utilize the other processors/cores in the box. > pchb1 at pci0 dev 16 function 0 "Intel 5000 Error Reporting" rev 0xb1 > pchb2 at pci0 dev 16 function 1 "Intel 5000 Error Reporting" rev 0xb1 > pchb3 at pci0 dev 16 function 2 "Intel 5000 Error Reporting" rev 0xb1 These are not errors, rather it seems to be the name of something attached to the PCI host bridge see pchb(4). Tim Donahue Hint: # mv /bsd /bsd.up && ln -s /bsd.mp /bsd |