8.2 broken CPU speed detection on IBM server

2011-11-24 Thread Oles Hnatkevych

Hello!

We've got very strange problem with (at least) two identical IBM Servers

System Information
Manufacturer: IBM
Product Name: IBM System x3650 -[79792AG]-

FreeBSD 8.2-RELEASE is installed.

Depending on the phase of the moon when kernel boots with a change close 
to 70% the CPU speed is wrongly detected, affecting timing operation for 
the system.


This looks this way:

FreeBSD 8.2-RELEASE #0: Thu Sep 22 13:43:28 EEST 2011
r...@newgate.metro.kiev.ua:/usr/obj/usr/src/sys/NEWGATE i386
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Xeon(R) CPU5110  @ 1.60GHz (10748.77-MHz 
686-class CPU)

  Origin = "GenuineIntel"  Id = 0x6fb  Family = 6  Model = f  Stepping = 11

Features=0xbfebfbff

Features2=0x4e33d
  AMD Features=0x2010
  AMD Features2=0x1
  TSC: P-state invariant


10.748 Ghz!!!

As a result we see 296 interrupts per seconds on CPU (six times less)

# vmstat -i
interrupt  total   rate
irq15: ata1   35  0
irq17: aac0   525059 22
irq23: uhci0 uhci2+37899  1
cpu0: timer  7063047296
irq256: bce0 5275133221
irq257: bce143824849   1842
cpu3: timer  7063046296
cpu2: timer  7063043296
cpu1: timer  7063045296
Total   77915156   3275


After that ping, top and other applications depending on timer slow down 
six times (i.e. pings once in 6 seconds).


And to round this up:

# time sleep 1
real0m6.737s
user0m0.000s
sys 0m0.000s

Playing with BIOS settings did not help at all. Even pressing 'restore 
defaults'. Updating BIOS did not help either. On the live system kernel 
has been recompiled, but that does not matter since on another test box 
the generic kernel is affected by the same problem.


What to do Try 7-CURRENT? Install Linux? ;)


--
--
Oles Hnatkevych
Skype: don_oles
http://gnut.able.com.ua/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: IBM server SAS controller support?

2010-09-13 Thread Christian Thørn Bakken
I've now added the mfi_load option to loader.conf

At boot this gives me the following message:
module_register: module mfi/mfid already exists!
Module mfi/mfid failed to register: 17
This leads me to believe that the driver is already compiled into the kernel, 
as stated by SpamTitan.

The installation procedure still can't find any disks!

Are there any other things I could try? Obviously it can be done, but I'm 
apparently not capable of doing it.

Any suggestions, anyone?

Regards 
Christian T. Bakken

Den 10. sep. 2010 kl. 15.51 skrev Samuel Martín Moro:

> two solutions:
> - compiling the kernel with the driver (device pci and device mfi in the
> configuration file)
> - mfi_load="YES" in your loader.conf
> 
> 
> Samuel Martín Moro
> {EPITECH.} tek4
> CamTrace S.A.S
>  (+033) 1 41 38 37 60
>  1 Allée de la Venelle
>  92150 Suresnes
>  FRANCE
> 
> "Nobody wants to say how this works.
>  Maybe nobody knows ..."
>  Xorg.conf(5)
> 
> 
> On Fri, Sep 10, 2010 at 3:27 PM, Christian Thørn Bakken
> wrote:
> 
>> I understand that you, Ivan, managed to install FreeBSD on an IBM Series x
>> 3650 M3 server with the LSI M1015 SAS/SATA RAID controller.
>> 
>> 
>> Ivan, did you tweak something to install, or did it work "out of the box"
>> for you?
>> Which FreeBSD version did you install?
>> 
>> My main objective is to install the appliance distro SpanTitan 5.04 from
>> www.spamtitan.com. It's based on FreeBSD 7.3  and the manufacturer
>> confirms that the mfi(4) driver is compiled into the kernel.
>> 
>> I've also tried with another (vanilla) version of FreeBSD (8.1), but with
>> no luck. It just says there's no disk drives found.
>> 
>> Regards
>> Christian T. Bakken___
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to "
>> freebsd-questions-unsubscr...@freebsd.org"
>> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: IBM server SAS controller support?

2010-09-10 Thread Christian Thørn Bakken


Mvh
Christian Thørn Bakken
Infonett Røros as
Mob. 40 40 83 38
Tel. 72 41 48 17

www.rev.no | www.roros.net

Den 10. sep. 2010 kl. 15:51 skrev Samuel Martín Moro :

> two solutions:
> - compiling the kernel with the driver (device pci and device mfi in the
> configuration file)
> - mfi_load="YES" in your loader.conf
> 
> 
> Samuel Martín Moro
> {EPITECH.} tek4
> CamTrace S.A.S
>  (+033) 1 41 38 37 60
>  1 Allée de la Venelle
>  92150 Suresnes
>  FRANCE
> 
> "Nobody wants to say how this works.
>  Maybe nobody knows ..."
>  Xorg.conf(5)
> 
> 
> On Fri, Sep 10, 2010 at 3:27 PM, Christian Thørn Bakken
> wrote:
> 
>> I understand that you, Ivan, managed to install FreeBSD on an IBM Series x
>> 3650 M3 server with the LSI M1015 SAS/SATA RAID controller.
>> 
>> 
>> Ivan, did you tweak something to install, or did it work "out of the box"
>> for you?
>> Which FreeBSD version did you install?
>> 
>> My main objective is to install the appliance distro SpanTitan 5.04 from
>> www.spamtitan.com. It's based on FreeBSD 7.3  and the manufacturer
>> confirms that the mfi(4) driver is compiled into the kernel.
>> 
>> I've also tried with another (vanilla) version of FreeBSD (8.1), but with
>> no luck. It just says there's no disk drives found.
>> 
>> Regards
>> Christian T. Bakken___
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to "
>> freebsd-questions-unsubscr...@freebsd.org"
>> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: IBM server SAS controller support?

2010-09-10 Thread Christian Thørn Bakken
Sorry about the blank post...

As I wrote in my former post, SpamTitan claims that the driver is already 
compiled into the kernel.
Even if that is correct, it wouldn't hurt to try the loader.conf approach, 
would it? Can I just edit the loader.conf file in a loop  mounted .iso, and 
then just burn the .iso to a bootable CD?

Regards
Christian T Bakken

Den 10. sep. 2010 kl. 15:51 skrev Samuel Martín Moro :

> two solutions:
> - compiling the kernel with the driver (device pci and device mfi in the
> configuration file)
> - mfi_load="YES" in your loader.conf
> 
> 
> Samuel Martín Moro
> {EPITECH.} tek4
> CamTrace S.A.S
>  (+033) 1 41 38 37 60
>  1 Allée de la Venelle
>  92150 Suresnes
>  FRANCE
> 
> "Nobody wants to say how this works.
>  Maybe nobody knows ..."
>  Xorg.conf(5)
> 
> 
> On Fri, Sep 10, 2010 at 3:27 PM, Christian Thørn Bakken
> wrote:
> 
>> I understand that you, Ivan, managed to install FreeBSD on an IBM Series x
>> 3650 M3 server with the LSI M1015 SAS/SATA RAID controller.
>> 
>> 
>> Ivan, did you tweak something to install, or did it work "out of the box"
>> for you?
>> Which FreeBSD version did you install?
>> 
>> My main objective is to install the appliance distro SpanTitan 5.04 from
>> www.spamtitan.com. It's based on FreeBSD 7.3  and the manufacturer
>> confirms that the mfi(4) driver is compiled into the kernel.
>> 
>> I've also tried with another (vanilla) version of FreeBSD (8.1), but with
>> no luck. It just says there's no disk drives found.
>> 
>> Regards
>> Christian T. Bakken___
>> freebsd-questions@freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>> To unsubscribe, send any mail to "
>> freebsd-questions-unsubscr...@freebsd.org"
>> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: IBM server SAS controller support?

2010-09-10 Thread Samuel Martín Moro
two solutions:
- compiling the kernel with the driver (device pci and device mfi in the
configuration file)
- mfi_load="YES" in your loader.conf


Samuel Martín Moro
{EPITECH.} tek4
CamTrace S.A.S
  (+033) 1 41 38 37 60
  1 Allée de la Venelle
  92150 Suresnes
  FRANCE

"Nobody wants to say how this works.
  Maybe nobody knows ..."
  Xorg.conf(5)


On Fri, Sep 10, 2010 at 3:27 PM, Christian Thørn Bakken
wrote:

> I understand that you, Ivan, managed to install FreeBSD on an IBM Series x
> 3650 M3 server with the LSI M1015 SAS/SATA RAID controller.
>
>
> Ivan, did you tweak something to install, or did it work "out of the box"
> for you?
> Which FreeBSD version did you install?
>
> My main objective is to install the appliance distro SpanTitan 5.04 from
> www.spamtitan.com. It's based on FreeBSD 7.3  and the manufacturer
> confirms that the mfi(4) driver is compiled into the kernel.
>
> I've also tried with another (vanilla) version of FreeBSD (8.1), but with
> no luck. It just says there's no disk drives found.
>
> Regards
> Christian T. Bakken___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscr...@freebsd.org"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


IBM server SAS controller support?

2010-09-10 Thread Christian Thørn Bakken
I understand that you, Ivan, managed to install FreeBSD on an IBM Series x 3650 
M3 server with the LSI M1015 SAS/SATA RAID controller.

 
Ivan, did you tweak something to install, or did it work "out of the box" for 
you?
Which FreeBSD version did you install?

My main objective is to install the appliance distro SpanTitan 5.04 from 
www.spamtitan.com. It's based on FreeBSD 7.3  and the manufacturer confirms 
that the mfi(4) driver is compiled into the kernel.

I've also tried with another (vanilla) version of FreeBSD (8.1), but with no 
luck. It just says there's no disk drives found.

Regards
Christian T. Bakken___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: IBM server SAS controller support?

2010-08-30 Thread Ivan Voras

On 08/27/10 16:23, Baldur Gislason wrote:

I have an IBM 7945 server with an LSI Logic ServeRAID (MegaRAID) M1015 
controller
and I'm wondering if there's any way to install FreeBSD on this box?


So you have tried and failed?

There are lists of devices here:

http://man.freebsd.org/mfi
http://man.freebsd.org/amr

but they are incomplete. FWIW, I've successfuly used IBM x3650 M3 with 
the controller which identifies itself as:


mfi0:  port 0x1000-0x10ff mem 
0x9f94-0x9f943fff,0x9f90-0x9f93 irq 16 at device 0.0 on pci1

mfi0: Megaraid SAS driver Ver 3.00
mfi0: 498 (boot + 3s/0x0020/info) - Firmware initialization started (PCI 
ID 0079/1000/03b2/1014)

mfi0: 499 (boot + 3s/0x0020/info) - Firmware version 2.0.03-0689


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


IBM server SAS controller support?

2010-08-27 Thread Baldur Gislason
I have an IBM 7945 server with an LSI Logic ServeRAID (MegaRAID) M1015 
controller
and I'm wondering if there's any way to install FreeBSD on this box?

Baldur Gislason

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


Re: IBM Server

2007-06-26 Thread Jonathan Horne
On Tuesday 26 June 2007 11:18:09 Oakley, Will wrote:
> Hi
>
> FYI - I have just installed FreeBSD 6 onto an IBM x3550 configured with
> RAID 1.
>
> - William Oakley
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

one sec... forwarding this to my mom!!

(hehe, just kidding)

uname -a?  dmesg?  i know there is also a place on freebsd.org to submit known 
working configurations.
-- 
Jonathan Horne
http://dfwlpiki.dfwlp.org
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


IBM Server

2007-06-26 Thread Oakley, Will
Hi

FYI - I have just installed FreeBSD 6 onto an IBM x3550 configured with
RAID 1.

- William Oakley
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: IBM Server

2006-12-05 Thread Marcelo Celleri

I got it!. The SATA RAID controller is Adaptec AIC-9580W... Is there
full support on FreeBSD for this?



El mar, 05-12-2006 a las 19:04 -0500, Marcelo Celleri escribió:
> 
> Hi everyone,
> 
> I need to buy a cheap server, I was looking for something good and I
> found the IBM X3400 but I would like to know if FreeBSD has the drivers
> for the SATA RAID controller that comes embedded on the system.
> 
> At this time I haven't found the specifications for the controller, but
> I think it's an Adaptec.
> 
> 
> Thanks a lot,
> 
> Marcelo Celleri
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


IBM Server

2006-12-05 Thread Marcelo Celleri


Hi everyone,

I need to buy a cheap server, I was looking for something good and I
found the IBM X3400 but I would like to know if FreeBSD has the drivers
for the SATA RAID controller that comes embedded on the system.

At this time I haven't found the specifications for the controller, but
I think it's an Adaptec.


Thanks a lot,

Marcelo Celleri

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"