summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-May/015764.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2012-May/015764.html')
-rw-r--r--zarb-ml/mageia-dev/2012-May/015764.html170
1 files changed, 170 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-May/015764.html b/zarb-ml/mageia-dev/2012-May/015764.html
new file mode 100644
index 000000000..fd26f61ea
--- /dev/null
+++ b/zarb-ml/mageia-dev/2012-May/015764.html
@@ -0,0 +1,170 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Strange system stalls - neep a tip
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Strange%20system%20stalls%20-%20neep%20a%20tip&In-Reply-To=%3CCANM99gygsvyOJLqTpLK1Bd0U3-%2BOO1vGqh3-K8ssQ6o05GdibA%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="015761.html">
+ <LINK REL="Next" HREF="015768.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Strange system stalls - neep a tip</H1>
+ <B>Mahmut Bulut</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Strange%20system%20stalls%20-%20neep%20a%20tip&In-Reply-To=%3CCANM99gygsvyOJLqTpLK1Bd0U3-%2BOO1vGqh3-K8ssQ6o05GdibA%40mail.gmail.com%3E"
+ TITLE="[Mageia-dev] Strange system stalls - neep a tip">mahmutbulut0 at gmail.com
+ </A><BR>
+ <I>Mon May 21 23:17:05 CEST 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="015761.html">[Mageia-dev] Strange system stalls - neep a tip
+</A></li>
+ <LI>Next message: <A HREF="015768.html">[Mageia-dev] Strange system stalls - neep a tip
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#15764">[ date ]</a>
+ <a href="thread.html#15764">[ thread ]</a>
+ <a href="subject.html#15764">[ subject ]</a>
+ <a href="author.html#15764">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>probably ntpd won't cause something like this, this is not a botnet
+attack :) and also situation can't caused from cpu usage. I think it
+can be (and your thought i appreciate) is kernel-related problem.
+And use a c code something like that to panic;
+
+char *kernel_panic = NULL;
+char message = *kernel_panic;
+
+and build a kernel extension after this use insmod to load kernel ext.
+reboot and wait for panicking.
+after panicking fall into terminal mode(if you can't, you can do it on
+next reboot)
+if you saw your system.map or where the log happens something like
+&quot;warn_slowpath_common+0x***&quot; this can be caused by your eax and pc's
+async work (program counter) your specific problem and it is not
+caused by any distro but you can submit your trace to kernel
+developers for debugging purposes and will be fixed.
+
+2012/5/21, Robert Fox &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">list at foxconsult.net</A>&gt;:
+&gt;<i> On Mon, 2012-05-21 at 19:50 +0200, David Sj&#246;lin wrote:
+</I>&gt;&gt;<i> On Mon, May 21, 2012 at 7:33 PM, AL13N &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">alien at rmail.be</A>&gt; wrote:
+</I>&gt;&gt;<i> &gt; perhaps check the logs (/var/log/messages) for information regarding
+</I>&gt;&gt;<i> &gt; those
+</I>&gt;&gt;<i> &gt; downtimes.
+</I>&gt;&gt;<i> &gt;
+</I>&gt;&gt;<i> &gt; see if the ping also delays
+</I>&gt;&gt;<i> &gt;
+</I>&gt;&gt;<i> &gt; perhaps try to monitor something via ssh or in tty, to see if it's only
+</I>&gt;&gt;<i> &gt; the graphic card.
+</I>&gt;&gt;<i> &gt;
+</I>&gt;&gt;<i> &gt; also, check ntpd settings, do they make big jumps?
+</I>&gt;&gt;<i> &gt;
+</I>&gt;&gt;<i> &gt; etc...
+</I>&gt;&gt;<i> &gt;
+</I>&gt;&gt;<i> &gt;
+</I>&gt;&gt;<i> &gt; in short: logging is always the key.
+</I>&gt;&gt;<i> &gt;
+</I>&gt;&gt;<i> &gt;&gt; Hello All -
+</I>&gt;&gt;<i> &gt;&gt;
+</I>&gt;&gt;<i> &gt;&gt; I am experiencing a strange problem with a specific machine running
+</I>&gt;&gt;<i> &gt;&gt; Cauldron. I am beginning to believe it is NOT a Mageia problem
+</I>&gt;&gt;<i> &gt;&gt; because
+</I>&gt;&gt;<i> &gt;&gt; when I boot into Ubuntu 12.04 the problem exists as well. I think it
+</I>&gt;&gt;<i> &gt;&gt; may be hardware related but I can not find what is causing this issue.
+</I>&gt;&gt;<i> &gt;&gt;
+</I>&gt;&gt;<i> &gt;&gt; The machine is an Acer Aspire x3900 with a quad core &#8206;AMD Phenom(tm)
+</I>&gt;&gt;<i> &gt;&gt; II
+</I>&gt;&gt;<i> &gt;&gt; X4 925 Processor - 6GB memory. GeForce GT215 (GeForce 320) card. I am
+</I>&gt;&gt;<i> &gt;&gt; running the x86_64 version of Cauldron.
+</I>&gt;&gt;<i> &gt;&gt;
+</I>&gt;&gt;<i> &gt;&gt; The problem occurs under both KDE and Gnome
+</I>&gt;&gt;<i> &gt;&gt;
+</I>&gt;&gt;<i> &gt;&gt; Basically, the system seems to freeze up (mouse moves) but nothing
+</I>&gt;&gt;<i> &gt;&gt; else
+</I>&gt;&gt;<i> &gt;&gt; - gkrellem freezes and no errors occur - it just seems to hang - but
+</I>&gt;&gt;<i> &gt;&gt; magically wake up again after some time (many seconds at a time)
+</I>&gt;&gt;<i> &gt;&gt;
+</I>&gt;&gt;<i> &gt;&gt; I have checked various logs and can not find any problems - so I am
+</I>&gt;&gt;<i> &gt;&gt; stumped how to find the source of the problem. I leave the machine
+</I>&gt;&gt;<i> &gt;&gt; running 24x7, but don't think it is a thermal issue.
+</I>&gt;&gt;<i> &gt;&gt;
+</I>&gt;&gt;<i> &gt;&gt; When the system runs under Windows 7 (64bit) it appears to run fine.
+</I>&gt;&gt;<i> &gt;&gt;
+</I>&gt;&gt;<i> &gt;&gt; Any hints what I could check?
+</I>&gt;&gt;<i> &gt;&gt;
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Hello!
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> If you want to log cpuusage to see if some process has extra high cpu
+</I>&gt;&gt;<i> usage during this freeze you could do something like:
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> while true; do date &gt;&gt; testfilen.txt ; top -b -n1 &gt;&gt; testfilen.txt ;
+</I>&gt;&gt;<i> sleep 1; done
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Then you will get top-output every second (sleep 1) or whatever time
+</I>&gt;&gt;<i> you specify for sleep. I think there is a way to do this with top
+</I>&gt;&gt;<i> only, without the delay but not sure which flags to use then (possibly
+</I>&gt;&gt;<i> top -d 1 -b)
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> The file testfilen.txt will of course grow quite large after a while,
+</I>&gt;&gt;<i> so you can't keep this running 24/7 maybe, but maybe you could clear
+</I>&gt;&gt;<i> out the file regularly until you get the error situation again and
+</I>&gt;&gt;<i> then based on the date output you should be able to find cpu usage
+</I>&gt;&gt;<i> around the time of the problem.
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Regards,
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> David
+</I>&gt;<i>
+</I>&gt;<i> Thanks for the quick responses. I checked the cpu usage, but there
+</I>&gt;<i> doesn't appear to be a spike - and the load average in htop is real low:
+</I>&gt;<i>
+</I>&gt;<i> load average: 0.46, 0.67, 0.56
+</I>&gt;<i>
+</I>&gt;<i> so if the X server or something else was maxing out the cpu, I'd see
+</I>&gt;<i> that.
+</I>&gt;<i>
+</I>&gt;<i> Also, if I use a console in KDE (like yakuake) - the stalls happen in
+</I>&gt;<i> there as well. At first I though this was Firefox related (like flash
+</I>&gt;<i> problem or something) because it was most noticeable when I surfed -
+</I>&gt;<i> firefox freezes off and on and it is really frustrating.
+</I>&gt;<i>
+</I>&gt;<i> This machine was working fine for at least a year - and I was suspecting
+</I>&gt;<i> something with the latest kernels and the AMD processor - but have no
+</I>&gt;<i> evidence.
+</I>&gt;<i>
+</I>&gt;<i> The search continues . . .
+</I>&gt;<i>
+</I>&gt;<i> Thanks again,
+</I>&gt;<i> R.Fox
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i>
+</I>&gt;<i>
+</I></PRE>
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="015761.html">[Mageia-dev] Strange system stalls - neep a tip
+</A></li>
+ <LI>Next message: <A HREF="015768.html">[Mageia-dev] Strange system stalls - neep a tip
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#15764">[ date ]</a>
+ <a href="thread.html#15764">[ thread ]</a>
+ <a href="subject.html#15764">[ subject ]</a>
+ <a href="author.html#15764">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
+mailing list</a><br>
+</body></html>