Sinds gisteren gaat er iets niet helemaal goed op mijn server. Wanneer ik ls draai krijg ik de melding
Op goed geluk toch eerst maar een reboot, wat gelukkig goed ging, behalve dat ik apache, postfix, courier, samba etc handmatig moest opstarten. Deze werken daarna ook prima.
Via internet ben ik al iets wijzer geworden, en heb valgrind geinstalleerd en gedraaid:
Meer info kan ik niet vinden. Ik ben ook nog geen andere commando's tegengekomen die deze error ook krijgen. Wel vreemd vind ik dat wanneer ik inlog als normale user, en dan via su en vervolgens wachtwoord intypen, er ineens een 'logout' commando wordt gegeven (zichtbaar op scherm) en mijn ssh sessie wordt afgebroken. Als ik rechtstreeks als root inlog kan ik alles behalve ls doen.
Afgaande op de CRC errors, is er iets met het geheugen of de schijf (raid0) aan de hand? Welke paketten kan ik opnieuw installeren om die bestanden weer terug te krijgen?
code:
1
| Floating point exception (core dumped) |
Op goed geluk toch eerst maar een reboot, wat gelukkig goed ging, behalve dat ik apache, postfix, courier, samba etc handmatig moest opstarten. Deze werken daarna ook prima.
Via internet ben ik al iets wijzer geworden, en heb valgrind geinstalleerd en gedraaid:
code:
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
| # valgrind -v ls ==9447== Memcheck, a memory error detector. ==9447== Copyright (C) 2002-2007, and GNU GPL'd, by Julian Seward et al. ==9447== Using LibVEX rev 1804, a library for dynamic binary translation. ==9447== Copyright (C) 2004-2007, and GNU GPL'd, by OpenWorks LLP. ==9447== Using valgrind-3.3.0-Debian, a dynamic binary instrumentation framework. ==9447== Copyright (C) 2000-2007, and GNU GPL'd, by Julian Seward et al. ==9447== --9447-- Command line --9447-- ls --9447-- Startup, with flags: --9447-- -v --9447-- Contents of /proc/version: --9447-- Linux version 2.6.24-23-generic (buildd@palmer) (gcc version 4.2.4 (Ubuntu 4.2.4-1ubuntu3)) #1 SMP Wed Apr 1 21:47:28 UTC 2009 --9447-- Arch and hwcaps: X86, x86-sse1-sse2 --9447-- Page sizes: currently 4096, max supported 4096 --9447-- Valgrind library directory: /usr/lib/valgrind --9447-- Reading syms from /lib/ld-2.7.so (0x4000000) --9447-- Reading debug info from /lib/ld-2.7.so... --9447-- ... CRC mismatch (computed 621c3ad3 wanted 002931db) --9447-- object doesn't have a symbol table --9447-- Reading syms from /bin/ls (0x8048000) --9447-- Reading debug info from /bin/ls... --9447-- ... CRC mismatch (computed c68f608c wanted 5abda852) --9447-- object doesn't have a symbol table --9447-- Reading syms from /usr/lib/valgrind/x86-linux/memcheck (0x38000000) --9447-- object doesn't have a dynamic symbol table --9447-- Reading suppressions file: /usr/lib/valgrind/default.supp --9447-- Reading syms from /usr/lib/valgrind/x86-linux/vgpreload_core.so (0x401E000) --9447-- Reading syms from /usr/lib/valgrind/x86-linux/vgpreload_memcheck.so (0x4020000) --9447-- Reading syms from /lib/tls/i686/cmov/librt-2.7.so (0x4038000) --9447-- Reading debug info from /lib/tls/i686/cmov/librt-2.7.so... --9447-- ... CRC mismatch (computed 65551da2 wanted bcad3d9f) --9447-- object doesn't have a symbol table --9447-- Reading syms from /lib/libselinux.so.1 (0x4041000) --9447-- Reading debug info from /lib/libselinux.so.1... --9447-- ... CRC mismatch (computed 14e9a82e wanted 7881f7e5) --9447-- object doesn't have a symbol table --9447-- Reading syms from /lib/libacl.so.1.1.0 (0x405B000) --9447-- Reading debug info from /lib/libacl.so.1.1.0... --9447-- ... CRC mismatch (computed 5a231ce7 wanted 9b310af7) --9447-- object doesn't have a symbol table --9447-- Reading syms from /lib/tls/i686/cmov/libc-2.7.so (0x4062000) --9447-- Reading debug info from /lib/tls/i686/cmov/libc-2.7.so... --9447-- ... CRC mismatch (computed c2fa52fa wanted ca2b0f8f) --9447-- object doesn't have a symbol table --9447-- Reading syms from /lib/tls/i686/cmov/libpthread-2.7.so (0x41B1000) --9447-- Reading debug info from /lib/tls/i686/cmov/libpthread-2.7.so... --9447-- ... CRC mismatch (computed ad1a7762 wanted effcce0a) --9447-- Reading syms from /lib/tls/i686/cmov/libdl-2.7.so (0x41C9000) --9447-- Reading debug info from /lib/tls/i686/cmov/libdl-2.7.so... --9447-- ... CRC mismatch (computed fac4a183 wanted 83d3211b) --9447-- object doesn't have a symbol table --9447-- Reading syms from /lib/libattr.so.1.1.0 (0x41CD000) --9447-- Reading debug info from /lib/libattr.so.1.1.0... --9447-- ... CRC mismatch (computed d4ddc11e wanted 53f62711) --9447-- object doesn't have a symbol table --9447-- REDIR: 0x40d54b0 (memset) redirected to 0x4023d50 (memset) --9447-- REDIR: 0x40d59a0 (memcpy) redirected to 0x4024aa0 (memcpy) --9447-- REDIR: 0x40d4620 (rindex) redirected to 0x4023710 (rindex) --9447-- REDIR: 0x40cfc20 (malloc) redirected to 0x4022a50 (malloc) --9447-- REDIR: 0x40d1460 (free) redirected to 0x40225f0 (free) --9447-- REDIR: 0x40d63a0 (strchrnul) redirected to 0x4023df0 (strchrnul) --9447-- REDIR: 0x40d4250 (strlen) redirected to 0x40239d0 (strlen) --9447-- REDIR: 0x40d5510 (mempcpy) redirected to 0x4024490 (mempcpy) --9447-- REDIR: 0x40d1650 (realloc) redirected to 0x4022b10 (realloc) --9447-- REDIR: 0x40d4fb0 (memchr) redirected to 0x4023bf0 (memchr) --9447-- REDIR: 0x40d3bb0 (index) redirected to 0x4023800 (index) --9447-- VALGRIND INTERNAL ERROR: Valgrind received a signal 11 (SIGSEGV) - exiting --9447-- si_code=1; Faulting address: 0x8060000; sp: 0x62942718 valgrind: the 'impossible' happened: Killed by fatal signal ==9447== at 0x380D236C: disInstr_X86 (toIR.c:7299) ==9447== by 0x380BB64D: bb_to_IR (bb_to_IR.c:229) ==9447== by 0x38087735: LibVEX_Translate (vex_main.c:430) ==9447== by 0x3802BA0E: vgPlain_translate (m_translate.c:1417) ==9447== by 0x3803568F: vgPlain_scheduler (scheduler.c:762) ==9447== by 0x38048B18: run_a_thread_NORETURN (syswrap-linux.c:89) sched status: running_tid=1 Thread 1: status = VgTs_Runnable ==9447== at 0x805FFC0: ??? Note: see also the FAQ.txt in the source distribution. It contains workarounds to several common problems. If that doesn't help, please report this bug to: www.valgrind.org In the bug report, send all the above text, the valgrind version, and what Linux distro you are using. Thanks. |
Meer info kan ik niet vinden. Ik ben ook nog geen andere commando's tegengekomen die deze error ook krijgen. Wel vreemd vind ik dat wanneer ik inlog als normale user, en dan via su en vervolgens wachtwoord intypen, er ineens een 'logout' commando wordt gegeven (zichtbaar op scherm) en mijn ssh sessie wordt afgebroken. Als ik rechtstreeks als root inlog kan ik alles behalve ls doen.
Afgaande op de CRC errors, is er iets met het geheugen of de schijf (raid0) aan de hand? Welke paketten kan ik opnieuw installeren om die bestanden weer terug te krijgen?