LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 10-16-2012, 08:56 AM   #1
waypc
LQ Newbie
 
Registered: Feb 2011
Posts: 11

Rep: Reputation: 0
Problem in Ubuntu server 12.04 64bit


hi everione.

I have a problema on my server using ubuntu 12.04
The hardware is a DELL Poweredge R420 after few days I see that message and the server down performance always.
Need to know how to fix this

20793.149770] CPU4: Package power limit notification (total events =
[20793.149776] CPU3: Package power limit notification (total events =
[20793.149778] CPU2: Package power limit notification (total events =
[20793.149786] CPU7: Package power limit notification (total events =
[20793.149788] CPU6: Package power limit notification (total events =
 
Old 10-17-2012, 02:08 AM   #2
rosehosting.com
Member
 
Registered: Jun 2012
Location: Missouri, USA
Posts: 236

Rep: Reputation: 64
Hi,

you say that after a few days the issue started, so did you upgrade some package/s recently? it looks like a kernel regression that was happening to > 3.5/3.6 kernels, so was the kernel upgraded?

also, it would be nice if you can provide us with more information about your hardware (lspci?).
 
Old 10-17-2012, 12:00 PM   #3
waypc
LQ Newbie
 
Registered: Feb 2011
Posts: 11

Original Poster
Rep: Reputation: 0
Hi and thanks for the answer. So I found a solution on that link with DELL comunity.

http://en.community.dell.com/techcen...e-servers.aspx

Thanks again and best regards from Brazil.


Wilson
 
Old 05-08-2013, 04:11 AM   #4
Fjan
LQ Newbie
 
Registered: May 2013
Posts: 4

Rep: Reputation: Disabled
Hi waypc,

I would love to know what you did exactly, because that link suggest upgrading to ubuntu 12.10 and I am still seeing the the same errors there.
 
Old 05-08-2013, 09:58 AM   #5
waypc
LQ Newbie
 
Registered: Feb 2011
Posts: 11

Original Poster
Rep: Reputation: 0
Hi you need do this... I do and help me a lot...

The acpi_pad and mei drivers must also be blacklisted as they can cause performance problems on Dell PowerEdge servers. The acpi_pad driver is the ACPI Processor Aggregator driver, used for power saving features. However it can interfere with the firmware if power saving features enabled in BIOS. The acpi_pad driver is still undergoing development and may be best to blacklist the driver at this time, it is not a necessary driver for system operation.

The mei driver can cause error messages with watchdog timer and also prevent proper shutdown.

To blacklist a driver, you can either edit /etc/modprobe.d/blacklist.conf or create your own /etc/blacklist/xxxx.conf file and add the lines:

blacklist acpi_pad

blacklist mei

blacklist sb_edac

blacklist i7core_edac
 
Old 05-08-2013, 10:00 AM   #6
waypc
LQ Newbie
 
Registered: Feb 2011
Posts: 11

Original Poster
Rep: Reputation: 0
Smile Solution

Quote:
Originally Posted by Fjan View Post
Hi waypc,

I would love to know what you did exactly, because that link suggest upgrading to ubuntu 12.10 and I am still seeing the the same errors there.
Hi you need do this... I do and help me a lot...

The acpi_pad and mei drivers must also be blacklisted as they can cause performance problems on Dell PowerEdge servers. The acpi_pad driver is the ACPI Processor Aggregator driver, used for power saving features. However it can interfere with the firmware if power saving features enabled in BIOS. The acpi_pad driver is still undergoing development and may be best to blacklist the driver at this time, it is not a necessary driver for system operation.

The mei driver can cause error messages with watchdog timer and also prevent proper shutdown.

To blacklist a driver, you can either edit /etc/modprobe.d/blacklist.conf or create your own /etc/blacklist/xxxx.conf file and add the lines:

blacklist acpi_pad

blacklist mei

blacklist sb_edac

blacklist i7core_edac
 
Old 05-08-2013, 10:03 AM   #7
Fjan
LQ Newbie
 
Registered: May 2013
Posts: 4

Rep: Reputation: Disabled
The link at the top of that page says there is no longer any need to do that:
"My colleague Jordan Hargrave previously blogged about issues with the acpi_pad, sb_edac, i7core_edac, and mei drivers in the kernel used by Ubuntu 12.04. The acpi_pad, sb_edac and i7core_edac issues are now resolved in stable release update (SRU) kernels for Ubuntu"

I guess it doesn't hurt to try.
 
Old 05-08-2013, 10:13 AM   #8
waypc
LQ Newbie
 
Registered: Feb 2011
Posts: 11

Original Poster
Rep: Reputation: 0
Smile

Quote:
Originally Posted by Fjan View Post
The link at the top of that page says there is no longer any need to do that:
"My colleague Jordan Hargrave previously blogged about issues with the acpi_pad, sb_edac, i7core_edac, and mei drivers in the kernel used by Ubuntu 12.04. The acpi_pad, sb_edac and i7core_edac issues are now resolved in stable release update (SRU) kernels for Ubuntu"

I guess it doesn't hurt to try.
Yes you right to do this. so If you can contact me on skype chat my nickname is waypcsuportedelivery and there we can talk more about Linux and talk to solutions.


Wilson
 
Old 05-08-2013, 01:38 PM   #9
Fjan
LQ Newbie
 
Registered: May 2013
Posts: 4

Rep: Reputation: Disabled
Hi Wilson,
I blacklisted "sb_edac" and "i7core_edac" (I left in the other two) and the errors indeed went away. Thanks for your help!
I'm not knowledgable enough to assess if leaving out these modules adversely affects operation in any way, but so far so good.
Cheers!
-j
 
Old 05-08-2013, 03:17 PM   #10
Fjan
LQ Newbie
 
Registered: May 2013
Posts: 4

Rep: Reputation: Disabled
Update: From another thread I learned that blacklisting those modules could have side effects and that adding "clearcpuid=229" as a kernel parameter is a better solution.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Is there any problem on Ubuntu 1004 server, 64bit satimis Linux - Server 3 01-15-2013 10:26 AM
Confusion installing Ubuntu 64bit Server ramsforums Linux - Newbie 1 02-16-2011 06:38 AM
Trying to get usb pass through to work with Vmware Server on Ubuntu Server 9.1 64bit gyzer Linux - Virtualization and Cloud 2 05-02-2010 12:15 PM
wifi in ubuntu server 9.04(64bit) theacerguy Linux - Wireless Networking 3 07-05-2009 10:32 AM
LXer: Installing VMWare Server 2 Beta in Ubuntu Hardy 64bit LXer Syndicated Linux News 0 07-01-2008 12:50 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 01:25 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration