LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-24-2013, 02:10 PM   #16
dr.s
Member
 
Registered: Feb 2010
Distribution: Slackware64-current
Posts: 338

Rep: Reputation: 156Reputation: 156

Quote:
Originally Posted by Miranden View Post
...
So what should I do about this? Is it safe to blacklist the mei_me module, or should I change to a different kernel? I am wondering why some of the people on the page I linked say the bug was fixed for them after 3.10.5, and for others it continued.
Are you sure you got the latest Slackware-current updates? dunno if the root cause was fixed but the mei/mei-me config entries have been disabled since the Aug. 21 Slackware update (3.10.9 kernel) so there's no mei/mei-me modules to blacklist.
http://www.linuxquestions.org/questi...le-4175472734/
Code:
# CONFIG_INTEL_MEI is not set
# CONFIG_INTEL_MEI_ME is not set
 
Old 09-24-2013, 02:45 PM   #17
NoStressHQ
Member
 
Registered: Apr 2010
Location: Geneva - Switzerland ( Bordeaux - France / Montreal - QC - Canada)
Distribution: Slackware 14.2 - 32/64bit
Posts: 609

Rep: Reputation: 221Reputation: 221Reputation: 221
Quote:
Originally Posted by dr.s View Post
Are you sure you got the latest Slackware-current updates? dunno if the root cause was fixed but the mei/mei-me config entries have been disabled since the Aug. 21 Slackware update (3.10.9 kernel) so there's no mei/mei-me modules to blacklist.
http://www.linuxquestions.org/questi...le-4175472734/
Code:
# CONFIG_INTEL_MEI is not set
# CONFIG_INTEL_MEI_ME is not set
To add upon that, one thing to check is what is blacklisted in your slackpkg...

Maybe you didn't have kernel upgrade...
 
Old 09-24-2013, 03:07 PM   #18
Miranden
Member
 
Registered: May 2012
Distribution: Slackware 64 14.2
Posts: 213

Original Poster
Rep: Reputation: 20
Quote:
Originally Posted by dr.s View Post
Are you sure you got the latest Slackware-current updates? dunno if the root cause was fixed but the mei/mei-me config entries have been disabled since the Aug. 21 Slackware update (3.10.9 kernel) so there's no mei/mei-me modules to blacklist.
http://www.linuxquestions.org/questi...le-4175472734/
Code:
# CONFIG_INTEL_MEI is not set
# CONFIG_INTEL_MEI_ME is not set
I see from the changelog that Pat put these things in yesterday, which I did not get:

Quote:
Mon Sep 23 00:32:58 UTC 2013
EFI/BOOT/*: Switch from elilo to GRUB for UEFI ISO boot. Bring up a menu that
offers to start the installer with or without the KMS console since it seems
that under UEFI some cards require KMS, while others won't work if KMS is
active. Also, provide an option to scan for and offer to boot operating
systems that are installed already. This works here on VirtualBox, but I'd
like to get some feedback from people who have real UEFI machines. My
understanding is that newer UEFI firmwares do support ISO9660 filesystems
and this should work on those. Older machines may still require a USB
stick to boot the installer.
a/sysvinit-scripts-2.0-noarch-15.txz: Rebuilt.
Fix entropy carry in rc.S and rc.6, since /proc/sys/kernel/random/poolsize
now gives the pool size in bits rather than bytes.
Thanks to Frank Molzahn.
n/links-2.8-x86_64-1.txz: Upgraded.
n/samba-4.0.9-x86_64-2.txz: Rebuilt.
Added talloc.h, pytalloc-util.pc, and talloc.pc.
x/dejavu-fonts-ttf-2.34-noarch-1.txz: Upgraded.
However, I have everything before that EXCEPT for the most recent gcc and glibc packages, because when I upgraded those, it broke my multilib and I reverted. I know Eric has the new ones on his site now, but I have not had time to take care of that yet.

Quote:
Originally Posted by NoStressHQ View Post
To add upon that, one thing to check is what is blacklisted in your slackpkg...

Maybe you didn't have kernel upgrade...
Nope, I upgrade my kernels to whatever Pat puts in -current

Code:
bash-4.2$ uname -r
3.10.12
bash-4.2$
I just checked, and the absolute only thing I have blacklisted is aaa_elflibs. To be honest I'm not sure how that happened, though, because I did have a few more things blacklisted (like Alien's multilib packages and adobe-reader), but they mysteriously disappeared. A few days ago before the last upgrade I got a message from Slackpkg saying it was the first time I had run it, so I'd better choose a mirror. I though that was strange, but I did not try to see if anything else was wrong.

So what does that mean?
 
Old 09-24-2013, 03:24 PM   #19
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,058

Rep: Reputation: Disabled
Quote:
Originally Posted by Miranden View Post
So what does that mean?
That means that slackpkg itself was upgraded. Probably, when asked what to do with the .new files (e.g. /etc/slackpkg/blacklist and /etc/slackpkg/mirrors) you chose to overwrite the old ones with the new ones, thus you lost your previous settings.

Last edited by Didier Spaier; 09-24-2013 at 03:49 PM. Reason: s/override/overwrite/ and s/whan/when/
 
1 members found this post helpful.
Old 09-24-2013, 03:39 PM   #20
Miranden
Member
 
Registered: May 2012
Distribution: Slackware 64 14.2
Posts: 213

Original Poster
Rep: Reputation: 20
Thank you, that explains it then. I did overwrite those files. I just didn't know what I was overwriting.

Anyway, about what dr.s and NoStressHQ are saying, if the mei/mei-me modules are gone, then I am not sure I understand what is happening here or what to do. I have kernel 3.10.12, and the errors in my syslog seem to be coming from mei-me. Is this not correct? What should I do then?

P.S. I have already blacklisted the kernel modules (even if it will not help), but before I did, I waited until I suspended again for a long time and then resumed. I was still monitoring /var/log/syslog with "tail -f". A few minutes later, I heard my laptop fan start running at full speed, and I looked at the terminal to see, and sure enough, hundreds of errors lines just like the ones I posted were flooding out. The other day I posted a thread about thinking I needed to downgrade my kernel because my laptop fan was running all the time after suspend, but I didn't know why. I guess this is what was causing it. It's good to know that, at least!
 
Old 09-26-2013, 01:11 AM   #21
Miranden
Member
 
Registered: May 2012
Distribution: Slackware 64 14.2
Posts: 213

Original Poster
Rep: Reputation: 20
Quote:
Originally Posted by dr.s View Post
Are you sure you got the latest Slackware-current updates? dunno if the root cause was fixed but the mei/mei-me config entries have been disabled since the Aug. 21 Slackware update (3.10.9 kernel) so there's no mei/mei-me modules to blacklist.
http://www.linuxquestions.org/questi...le-4175472734/
Code:
# CONFIG_INTEL_MEI is not set
# CONFIG_INTEL_MEI_ME is not set
Just as an update, blacklisting the mei-me modules did the trick. So I checked, and the Slackware64-current kernel .config says:

Code:
CONFIG_INTEL_MEI=m
CONFIG_INTEL_MEI_ME=m
I don't know what kernel you were looking at above or if Pat changed it back maybe, but the way it is now I think you still need to blacklist them. Or I do anyway.

Also, I have not been able to find a particularly good explanation of what the me module is, beyond the fact that it's an Intel driver for some sort of "coprocessor," but I have noticed that blacklisting it along with mei (which is the me interface, whatever me is) has the consequence of slowing down my network reconnection via Network Manager after resume, as well as causing intermittent disconnects. Small price to pay if you have the flood problem, though.

But I hope the kernel guys fix it soon.

Thanks to everyone who helped--you guys are great. I'm happy to be a slacker.
 
  


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
failure to free up disk space... heightdeprived Linux - Hardware 2 12-09-2006 01:15 PM
Strange Disk Space Issues cj10111 Red Hat 6 06-10-2005 04:24 AM
3Gb of disk space lost! Disk space problem or mother board conflicts with HDD Mistreated Linux - Hardware 4 12-06-2004 03:58 PM
Boot problem w/FC2 - DISK BOOT FAILURE maugou Fedora 2 06-30-2004 06:37 PM
Checking Disk Space thru console boyblitz Linux - Newbie 2 04-06-2004 11:39 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:47 PM.

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