Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Opteron smp system stalls.
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64
View previous topic :: View next topic  
Author Message
MrSlayer
n00b
n00b


Joined: 17 Aug 2002
Posts: 39

PostPosted: Fri Jul 29, 2005 10:46 am    Post subject: Opteron smp system stalls. Reply with quote

Hi.

I have this setup:

2x Opteron 244
Tyan K8W board
512mb Transcend ECC/REG DDR memory (additional 1½GB on the way)
Albatron nVidia ti4200 card.
Intel 100pro NIC
and a Western Digital Raptor 74gb drive.

This set have been working perfectly before, but for a short periode of time i needed to run XP so i trashed my gentoo install. NOW im trying to setup my gentoo system again and the install goes perfectly, i use the 2005.0 AMD64 disk.
My compile flags are:

CFLAGS = "-march=athlon64 -02 -pipe"

USE FLAGS are =" X gtk gnome alsa cdr mplayer mepg divx mysql apache"

(need more info?)

The problem is when im trying to emerge so packages that in the middel of the compile the system stalls on the packge. Its not locked, but that process is just going no further. The rest of the system is working fine, but in top i can see the process and i takes 100% of one of the cpu's.

My logs dosnt shows anything new.

So any ideas how to solve this problem?
Back to top
View user's profile Send private message
MrSlayer
n00b
n00b


Joined: 17 Aug 2002
Posts: 39

PostPosted: Fri Jul 29, 2005 1:44 pm    Post subject: Reply with quote

this is a little weird.

I have in the BIOS set all settings to failsafe og and know i just seems to run pefectly.

I hope this is all, it such a shame is this system isnt running.


Last edited by MrSlayer on Fri Jul 29, 2005 2:01 pm; edited 1 time in total
Back to top
View user's profile Send private message
robnotts
Guru
Guru


Joined: 15 Mar 2004
Posts: 405
Location: Nottingham, UK

PostPosted: Fri Jul 29, 2005 1:57 pm    Post subject: Reply with quote

Do you have something like famd running? I know way back in the midsts of time this did cause me a few hiccups.

Rob.
_________________
---

Gentoo Phenom][ X4 955 on AMD790 + Geforce 220GT 8GB/1.75TB (Desktop)
+ MythTV (3xFreeview,1xFreesat HD) on 1080p
Gentoo Turion64 X2 Geforce 6150 2GB/120GB (Laptop)
Back to top
View user's profile Send private message
MrSlayer
n00b
n00b


Joined: 17 Aug 2002
Posts: 39

PostPosted: Fri Jul 29, 2005 2:14 pm    Post subject: Reply with quote

robnotts wrote:
Do you have something like famd running? I know way back in the midsts of time this did cause me a few hiccups.

Rob.


Hi no famd running, i dot even run the Xorg server. So my system is still just running all the basic services gentoo provides as default.
Back to top
View user's profile Send private message
MrSlayer
n00b
n00b


Joined: 17 Aug 2002
Posts: 39

PostPosted: Fri Jul 29, 2005 4:10 pm    Post subject: Reply with quote

MrSlayer wrote:
this is a little weird.

I have in the BIOS set all settings to failsafe og and know i just seems to run pefectly.

I hope this is all, it such a shame is this system isnt running.


Nope it didnt fix the problemer after all.

So anyone has a solution or idea?

Perhaps some kernel settings?
Back to top
View user's profile Send private message
joaander
Tux's lil' helper
Tux's lil' helper


Joined: 30 Apr 2004
Posts: 132

PostPosted: Fri Jul 29, 2005 4:23 pm    Post subject: Reply with quote

What kernel version are you running? I have observed similar behavior sporadically on my Opteron 246 box running 2.6.12. Under 2.6.11, I have no problems.
Back to top
View user's profile Send private message
MrSlayer
n00b
n00b


Joined: 17 Aug 2002
Posts: 39

PostPosted: Fri Jul 29, 2005 7:08 pm    Post subject: Reply with quote

joaander wrote:
What kernel version are you running? I have observed similar behavior sporadically on my Opteron 246 box running 2.6.12. Under 2.6.11, I have no problems.


Hi im using 2.6.12-r6.

I try with the 2.6.11.11 which is in the portage tree.

Thanks for your tip, ill let you know if it works.
Back to top
View user's profile Send private message
MrSlayer
n00b
n00b


Joined: 17 Aug 2002
Posts: 39

PostPosted: Fri Jul 29, 2005 10:08 pm    Post subject: Reply with quote

Now with bios settings in performance mode and the new (old) kernel 2.6.11.11 i have had my system compiling KDE apps for 3-4 hours and there is no sign of the problem. Normaly i would have occured longe ago, so im hoping that all it took was a kernel upgrade.

Thanks joaander
Back to top
View user's profile Send private message
eradicator
Retired Dev
Retired Dev


Joined: 01 Apr 2003
Posts: 144
Location: Berkeley, CA

PostPosted: Fri Jul 29, 2005 10:58 pm    Post subject: Reply with quote

This *could* be related to this post, and you somehow entered an infinite loop rather than a segfault. Could you please try 2.6.12 again, but do this first as root:

sysctl kernel.randomize_va_space=0

If you want to make it permanent, you can place this in /etc/sysctl.conf:
kernel.randomize_va_space=0
_________________
Gentoo Developer: amd64, sparc, sound, toolchain, accessibility
Back to top
View user's profile Send private message
MrSlayer
n00b
n00b


Joined: 17 Aug 2002
Posts: 39

PostPosted: Fri Jul 29, 2005 11:56 pm    Post subject: Reply with quote

eradicator wrote:
This *could* be related to this post, and you somehow entered an infinite loop rather than a segfault. Could you please try 2.6.12 again, but do this first as root:

sysctl kernel.randomize_va_space=0

If you want to make it permanent, you can place this in /etc/sysctl.conf:
kernel.randomize_va_space=0



Oh this seems to do the trick to. So its "just" an infinite loop bug in the kernel or?

Anyway im now running with the 2.6.12 and no problems.
Back to top
View user's profile Send private message
joaander
Tux's lil' helper
Tux's lil' helper


Joined: 30 Apr 2004
Posts: 132

PostPosted: Sat Jul 30, 2005 3:11 am    Post subject: Reply with quote

Cool. kernel.randomize_va_space=0 works for me too.
Back to top
View user's profile Send private message
eradicator
Retired Dev
Retired Dev


Joined: 01 Apr 2003
Posts: 144
Location: Berkeley, CA

PostPosted: Sun Jul 31, 2005 10:00 am    Post subject: Reply with quote

MrSlayer wrote:

So its "just" an infinite loop bug in the kernel or?


No, it's not an infinite loop in the kernel. It's a bit more complicated than that. Check out the bug report listed in the forum post I reference above if you want the full details, or if youu don't really are and only want something that works, leave that line in sysctl.conf, and take it out occassionally to test in newer kernels until the bug gets squashed.
_________________
Gentoo Developer: amd64, sparc, sound, toolchain, accessibility
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64 All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum