summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-May/015768.html
blob: c29e095a6ef0d40e7429625aabba1c11697f8b58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
<!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=%3C201205220650.27989.dglent%40gmail.com%3E">
   <META NAME="robots" CONTENT="index,nofollow">
   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
   <LINK REL="Previous"  HREF="015764.html">
   <LINK REL="Next"  HREF="015760.html">
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[Mageia-dev] Strange system stalls - neep a tip</H1>
    <B>Dimitrios Glentadakis</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=%3C201205220650.27989.dglent%40gmail.com%3E"
       TITLE="[Mageia-dev] Strange system stalls - neep a tip">dglent at gmail.com
       </A><BR>
    <I>Tue May 22 06:50:11 CEST 2012</I>
    <P><UL>
        <LI>Previous message: <A HREF="015764.html">[Mageia-dev] Strange system stalls - neep a tip
</A></li>
        <LI>Next message: <A HREF="015760.html">[Mageia-dev] Strange system stalls - neep a tip
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#15768">[ date ]</a>
              <a href="thread.html#15768">[ thread ]</a>
              <a href="subject.html#15768">[ subject ]</a>
              <a href="author.html#15768">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>&#931;&#964;&#953;&#962; 21/05/2012 23:17:05 Mahmut Bulut &#947;&#961;&#940;&#968;&#945;&#964;&#949;:
&gt;<i> probably ntpd won't cause something like this, this is not a botnet
</I>&gt;<i> attack :) and also situation can't caused from cpu usage. I think it
</I>&gt;<i> can be (and your thought i appreciate) is kernel-related problem.
</I>&gt;<i> And use a c code something like that to panic;
</I>&gt;<i> 
</I>&gt;<i> char *kernel_panic = NULL;
</I>&gt;<i> char message = *kernel_panic;
</I>&gt;<i> 
</I>&gt;<i> and build a kernel extension after this use insmod to load kernel ext.
</I>&gt;<i> reboot and wait for panicking.
</I>&gt;<i> after panicking fall into terminal mode(if you can't, you can do it on
</I>&gt;<i> next reboot)
</I>&gt;<i> if you saw your system.map or where the log happens something like
</I>&gt;<i> &quot;warn_slowpath_common+0x***&quot; this can be caused by your eax and pc's
</I>&gt;<i> async work (program counter) your specific problem and it is not
</I>&gt;<i> caused by any distro but you can submit your trace to kernel
</I>&gt;<i> developers for debugging purposes and will be fixed.
</I>&gt;<i> 
</I>&gt;<i> 2012/5/21, Robert Fox &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">list at foxconsult.net</A>&gt;:
</I>&gt;<i> &gt; On Mon, 2012-05-21 at 19:50 +0200, David Sj&#246;lin wrote:
</I>&gt;<i> &gt;&gt; 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;<i> &gt;&gt; &gt; perhaps check the logs (/var/log/messages) for information regarding
</I>&gt;<i> &gt;&gt; &gt; those
</I>&gt;<i> &gt;&gt; &gt; downtimes.
</I>&gt;<i> &gt;&gt; &gt;
</I>&gt;<i> &gt;&gt; &gt; see if the ping also delays
</I>&gt;<i> &gt;&gt; &gt;
</I>&gt;<i> &gt;&gt; &gt; perhaps try to monitor something via ssh or in tty, to see if it's only
</I>&gt;<i> &gt;&gt; &gt; the graphic card.
</I>&gt;<i> &gt;&gt; &gt;
</I>&gt;<i> &gt;&gt; &gt; also, check ntpd settings, do they make big jumps?
</I>&gt;<i> &gt;&gt; &gt;
</I>&gt;<i> &gt;&gt; &gt; etc...
</I>&gt;<i> &gt;&gt; &gt;
</I>&gt;<i> &gt;&gt; &gt;
</I>&gt;<i> &gt;&gt; &gt; in short: logging is always the key.
</I>&gt;<i> &gt;&gt; &gt;
</I>&gt;<i> &gt;&gt; &gt;&gt; Hello All -
</I>&gt;<i> &gt;&gt; &gt;&gt;
</I>&gt;<i> &gt;&gt; &gt;&gt; I am experiencing a strange problem with a specific machine running
</I>&gt;<i> &gt;&gt; &gt;&gt; Cauldron.  I am beginning to believe it is NOT a Mageia problem
</I>&gt;<i> &gt;&gt; &gt;&gt; because
</I>&gt;<i> &gt;&gt; &gt;&gt; when I boot into Ubuntu 12.04 the problem exists as well.  I think it
</I>&gt;<i> &gt;&gt; &gt;&gt; may be hardware related but I can not find what is causing this issue.
</I>&gt;<i> &gt;&gt; &gt;&gt;
</I>&gt;<i> &gt;&gt; &gt;&gt; The machine is an Acer Aspire x3900 with a quad core &#8206;AMD Phenom(tm)
</I>&gt;<i> &gt;&gt; &gt;&gt; II
</I>&gt;<i> &gt;&gt; &gt;&gt; X4 925 Processor - 6GB memory.  GeForce GT215 (GeForce 320) card. I am
</I>&gt;<i> &gt;&gt; &gt;&gt; running the x86_64 version of Cauldron.
</I>&gt;<i> &gt;&gt; &gt;&gt;
</I>&gt;<i> &gt;&gt; &gt;&gt; The problem occurs under both KDE and Gnome
</I>&gt;<i> &gt;&gt; &gt;&gt;
</I>&gt;<i> &gt;&gt; &gt;&gt; Basically, the system seems to freeze up (mouse moves) but nothing
</I>&gt;<i> &gt;&gt; &gt;&gt; else
</I>&gt;<i> &gt;&gt; &gt;&gt; - gkrellem freezes and no errors occur - it just seems to hang - but
</I>&gt;<i> &gt;&gt; &gt;&gt; magically wake up again after some time (many seconds at a time)
</I>&gt;<i> &gt;&gt; &gt;&gt;
</I>&gt;<i> &gt;&gt; &gt;&gt; I have checked various logs and can not find any problems - so I am
</I>&gt;<i> &gt;&gt; &gt;&gt; stumped how to find the source of the problem.  I leave the machine
</I>&gt;<i> &gt;&gt; &gt;&gt; running 24x7, but don't think it is a thermal issue.
</I>&gt;<i> &gt;&gt; &gt;&gt;
</I>&gt;<i> &gt;&gt; &gt;&gt; When the system runs under Windows 7 (64bit) it appears to run fine.
</I>&gt;<i> &gt;&gt; &gt;&gt;
</I>&gt;<i> &gt;&gt; &gt;&gt; Any hints what I could check?
</I>&gt;<i> &gt;&gt; &gt;&gt;
</I>&gt;<i> &gt;&gt;
</I>&gt;<i> &gt;&gt; Hello!
</I>&gt;<i> &gt;&gt;
</I>&gt;<i> &gt;&gt; If you want to log cpuusage to see if some process has extra high cpu
</I>&gt;<i> &gt;&gt; usage during this freeze you could do something like:
</I>&gt;<i> &gt;&gt;
</I>&gt;<i> &gt;&gt; while true; do date &gt;&gt; testfilen.txt ; top -b -n1 &gt;&gt; testfilen.txt ;
</I>&gt;<i> &gt;&gt; sleep 1; done
</I>&gt;<i> &gt;&gt;
</I>&gt;<i> &gt;&gt; Then you will get top-output every second (sleep 1) or whatever time
</I>&gt;<i> &gt;&gt; you specify for sleep. I think there is a way to do this with top
</I>&gt;<i> &gt;&gt; only, without the delay but not sure which flags to use then (possibly
</I>&gt;<i> &gt;&gt; top -d 1 -b)
</I>&gt;<i> &gt;&gt;
</I>&gt;<i> &gt;&gt; The file testfilen.txt will of course grow quite large after a while,
</I>&gt;<i> &gt;&gt; so you can't keep this running 24/7 maybe, but maybe you could clear
</I>&gt;<i> &gt;&gt; out the file regularly until you get the error situation again and
</I>&gt;<i> &gt;&gt; then based on the date output you should be able to find cpu usage
</I>&gt;<i> &gt;&gt; around the time of the problem.
</I>&gt;<i> &gt;&gt;
</I>&gt;<i> &gt;&gt; Regards,
</I>&gt;<i> &gt;&gt;
</I>&gt;<i> &gt;&gt; David
</I>&gt;<i> &gt;
</I>&gt;<i> &gt; Thanks for the quick responses.  I checked the cpu usage, but there
</I>&gt;<i> &gt; doesn't appear to be a spike - and the load average in htop is real low:
</I>&gt;<i> &gt;
</I>&gt;<i> &gt; load average: 0.46, 0.67, 0.56
</I>&gt;<i> &gt;
</I>&gt;<i> &gt; so if the X server or something else was maxing out the cpu, I'd see
</I>&gt;<i> &gt; that.
</I>&gt;<i> &gt;
</I>&gt;<i> &gt; Also, if I use a console in KDE (like yakuake) - the stalls happen in
</I>&gt;<i> &gt; there as well.  At first I though this was Firefox related (like flash
</I>&gt;<i> &gt; problem or something) because it was most noticeable when I surfed -
</I>&gt;<i> &gt; firefox freezes off and on and it is really frustrating.
</I>&gt;<i> &gt;
</I>&gt;<i> &gt; This machine was working fine for at least a year - and I was suspecting
</I>&gt;<i> &gt; something with the latest kernels and the AMD processor - but have no
</I>&gt;<i> &gt; evidence.
</I>&gt;<i> &gt;
</I>&gt;<i> &gt; The search continues . . .
</I>&gt;<i> &gt;
</I>&gt;<i> &gt; Thanks again,
</I>&gt;<i> &gt; R.Fox
</I>&gt;<i> &gt;
</I>&gt;<i> &gt;
</I>&gt;<i> &gt;
</I>&gt;<i> &gt;
</I>&gt;<i> 
</I>
I have the same symptoms and some times with this message (in n:

Message from <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">syslogd at localhost</A> at May 15 07:14:15 ...
 kernel:general protection fault: 0000 [#153] SMP 

Message from <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">syslogd at localhost</A> at May 15 07:14:15 ...
 kernel:last sysfs file: /sys/devices/pci0000:00/0000:00:00.0/modalias

Message from <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">syslogd at localhost</A> at May 15 07:14:15 ...
 kernel:Stack:

Message from <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">syslogd at localhost</A> at May 15 07:14:15 ...
 kernel:Call Trace:

Message from <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">syslogd at localhost</A> at May 15 07:14:15 ...
 kernel:Code: 00 e8 80 9c 29 00 48 8b 1c 24 4c 8b 64 24 08 c9 c3 eb 03 90 90 90 55 48 89 e5 53 48 83 ec 18 66 66 66 66 90 48 8b 47 60 48 89 fb &lt;ff&gt; 10 83 f8 00 7e 0a 48 89 d8 48 83 c4 18 5b c9 c3 75 18 48 89 

Message from <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">syslogd at localhost</A> at May 15 07:14:15 ...
 kernel:general protection fault: 0000 [#154] SMP 

Message from <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">syslogd at localhost</A> at May 15 07:14:15 ...
 kernel:last sysfs file: /sys/devices/pci0000:00/0000:00:00.0/modalias

Message from <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">syslogd at localhost</A> at May 15 07:14:15 ...
 kernel:Stack:

Message from <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">syslogd at localhost</A> at May 15 07:14:15 ...
 kernel:Call Trace:

Message from <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">syslogd at localhost</A> at May 15 07:14:15 ...
 kernel:Code: 00 e8 80 9c 29 00 48 8b 1c 24 4c 8b 64 24 08 c9 c3 eb 03 90 90 90 55 48 89 e5 53 48 83 ec 18 66 66 66 66 90 48 8b 47 60 48 89 fb &lt;ff&gt; 10 83 f8 00 7e 0a 48 89 d8 48 83 c4 18 5b c9 c3 75 18 48 89 

Message from <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">syslogd at localhost</A> at May 15 07:14:15 ...
 kernel:general protection fault: 0000 [#155] SMP 

Message from <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">syslogd at localhost</A> at May 15 07:14:15 ...
 kernel:last sysfs file: /sys/devices/pci0000:00/0000:00:00.0/modalias

Message from <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">syslogd at localhost</A> at May 15 07:14:15 ...
 kernel:Stack:

Message from <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">syslogd at localhost</A> at May 15 07:14:15 ...
 kernel:Call Trace:

Message from <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">syslogd at localhost</A> at May 15 07:14:15 ...
 kernel:Code: 00 e8 80 9c 29 00 48 8b 1c 24 4c 8b 64 24 08 c9 c3 eb 03 90 90 90 55 48 89 e5 53 48 83 ec 18 66 66 66 66 90 48 8b 47 60 48 89 fb &lt;ff&gt; 10 83 f8 00 7e 0a 48 89 d8 48 83 c4 18 5b c9 c3 75 18 48 89 
 * Error: Unable to use &quot;ps&quot; to scan for gpg-agent processes
 * Error: Please report to <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">drobbins at funtoo.org</A> via <A HREF="http://bugs.gentoo.org">http://bugs.gentoo.org</A>


Yesterday morning happened always and i had to reboot the system every 10 minutes ...

I have upload the output of /var/log/messages here:
<A HREF="http://pastebin.com/nNDYUbuu">http://pastebin.com/nNDYUbuu</A>



-- 
Dimitrios Glentadakis
</PRE>

<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="015764.html">[Mageia-dev] Strange system stalls - neep a tip
</A></li>
	<LI>Next message: <A HREF="015760.html">[Mageia-dev] Strange system stalls - neep a tip
</A></li>
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#15768">[ date ]</a>
              <a href="thread.html#15768">[ thread ]</a>
              <a href="subject.html#15768">[ subject ]</a>
              <a href="author.html#15768">[ 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>