LinuxQuestions.org
Visit Jeremy's Blog.
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 10-27-2012, 11:28 AM   #1
0zMe
Member
 
Registered: Jun 2009
Posts: 85

Rep: Reputation: 15
Question slackware 14.0 suddenly freezes (64 bit)


hi guys,

my hardware:

intel core i7 3520m
8gb ram
intel hd 4000 graphics


i am using slackware 14.0, 64bit version.

sometimes my system suddenly freezes. i don't know why. I don't know if my notebook is overheating but just booted it 20 minutes ago, after a couple of minutes it freezed. so i don't think it has anything to do with overheating.

/var/log/messages
http://pastebin.com/ek7QLD3L


/var/log/syslog
http://pastebin.com/MiZwYX3n

system boot: 20:00
system freeze: 20:02 - 20:03

from the logs I couldn't find anything, maybe you can help me out with it.
 
Old 10-27-2012, 11:49 AM   #2
688a
Member
 
Registered: Sep 2012
Location: Hong Kong
Distribution: Slackware14 (3.7)
Posts: 51

Rep: Reputation: Disabled
Check this out:

http://www.linuxquestions.org/questi...30-4175426269/
 
Old 10-27-2012, 12:26 PM   #3
GasPipe
Member
 
Registered: Jul 2009
Location: Finland
Distribution: Slackware64-current
Posts: 55

Rep: Reputation: 20
I also have Ivy Bridge processor and had this problem. I compiled 3.6.1 kernel (because of ext4 bug in newer versions) this morning and no freezes so far.
 
Old 10-27-2012, 06:15 PM   #4
0zMe
Member
 
Registered: Jun 2009
Posts: 85

Original Poster
Rep: Reputation: 15
thanks guys

could manage to upgrade to kernel 3.6 rc4 with config-huge for x64.

everything went successfull until i rebooted the system.
when booting the fonts got bigger and after startx i could not move my mouse or use my keyboard.

on next reboot i wanted to check for slackpkg updates but there was no eth0 interface and so no ethernet connection. very strange.
 
Old 10-27-2012, 07:46 PM   #5
688a
Member
 
Registered: Sep 2012
Location: Hong Kong
Distribution: Slackware14 (3.7)
Posts: 51

Rep: Reputation: Disabled
Try to run "xorgsetup" before you run "startx".
 
Old 10-27-2012, 09:49 PM   #6
0zMe
Member
 
Registered: Jun 2009
Posts: 85

Original Poster
Rep: Reputation: 15
still not working :/
 
Old 10-28-2012, 02:27 AM   #7
Mark Pettit
Member
 
Registered: Dec 2008
Location: Cape Town, South Africa
Distribution: Slackware 15.0
Posts: 619

Rep: Reputation: 299Reputation: 299Reputation: 299
Adding a touch of humour (often needed when time are tough), don't you find it interesting that a machine that overheats ends up freezing ?
 
1 members found this post helpful.
Old 10-28-2012, 04:12 AM   #8
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,297

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
You have a definite lead in the 3.6 kernel. I woulkd try for or make a 3.6 generic kernel, and initrd. Grab source, the generic config file from make and run 'make oldconfig'. It's pretty safe to say no to every peripheral that new.

Also worth checking to eliminate them are memory (can test with memtest86) and disk behaviour. Best to check from a CD rather than booted on the disk.
 
Old 10-28-2012, 08:21 AM   #9
0zMe
Member
 
Registered: Jun 2009
Posts: 85

Original Poster
Rep: Reputation: 15
did the whole thing again with generic config.
after install i got kernel panic. (kernel panic - not syncing vfs: unable to mount root fs on unknown-block(8,6)

booted from slackware 14 cd with the command huge.s root=/dev/sda5 rdinit=ro
it booted with kernel 3.2.29, i was able to login to my account and startx but mouse and keyboard still not working.
i also dont have ethernet connection when i boot from cd.

so i guess there is no other option than format and re-install
 
Old 10-28-2012, 03:46 PM   #10
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,297

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Arrow

Quote:
so i guess there is no other option than format and re-install
Yes there is, you just need to fix it. Delete & reinstall rarely solves much in linux, because it is repeatable. It solves stuff in windows world. By booting on the cd, you can alter /etc/inittab to boot to console, if it isn't doing so already. About line 25, set it

id:3:initdefault

and you boot to console. Download the 3.6 kernel source, and put it in /usr/src/linux-3.6.x. Run the following commands
Quote:
cd /usr/src/linux-3.6*
make mrproper
cp /boot/config-generic-3.2.29 ./.config
make oldconfig #Answer the questions
make # you now have a 3.6 generic kernel
from here, best to follow install instructions here, and alter names for your version
http://www.linuxfromscratch.org/lfs/...08/kernel.html

Pick up the line after the make. Ignore the docs unless you're a programmer.
 
Old 11-13-2012, 02:22 PM   #11
0zMe
Member
 
Registered: Jun 2009
Posts: 85

Original Poster
Rep: Reputation: 15
thanks for help everyone.
managed to install kernel 3.6.5 and using it since 2 days. everything fine till now.
 
  


Reply

Tags
crash, freeze



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
slackware-64 13.37 suddenly freezes ( logs included ) saavedra29 Slackware 5 05-03-2011 06:55 AM
Wine 32 bit on Slackware 13 64 bit problems: configure can't find some libraries ozanbaba Slackware 28 11-26-2010 02:42 PM
Network suddenly stops working, route freezes nfreeman Linux - Networking 2 10-12-2005 07:39 PM
RHL9 suddenly freezes on high CPU load <Ol>Origy Red Hat 12 05-21-2005 11:27 AM
UT2004 freezes quite a bit REALLY ANNOYING! Fear58 Linux - Games 5 06-29-2004 03:07 PM

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

All times are GMT -5. The time now is 12:56 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