> Have you tried "apt-get -f install"?
Yes I've done this just after the failed.
I seems there are a problem with the function clock_gettime(). In fact when I
use strace with some command such as "ls -l" or "tar", I've the error :
clock_gettime(CLOCK_REALTIME, <unfinished ...>
+++ killed by SIGSEGV +++
here is below the complete message for strace.
I've also a messages in the /var/log/messages file like this :
Jul 13 10:54:13 jupiter kernel: Code: Bad EIP value.
Jul 13 11:04:59 jupiter kernel: <1>Unable to handle kernel paging request at
virtual address 08e8c358
Jul 13 11:04:59 jupiter kernel: printing eip:
Jul 13 11:04:59 jupiter kernel: 08e8c358
Jul 13 11:04:59 jupiter kernel: Oops: 0000
Jul 13 11:04:59 jupiter kernel: CPU: 1
Jul 13 11:04:59 jupiter kernel: EIP: 0010:
[zisofs_cleanup+149471864/-1072693472] Not tainted
Jul 13 11:04:59 jupiter kernel: EFLAGS: 00010293
Jul 13 11:04:59 jupiter kernel: eax: 00000109 ebx: f4350000 ecx: 00000000
edx: 00000000
Jul 13 11:04:59 jupiter kernel: esi: 00000016 edi: ffffffff ebp: bfffebf8
esp: f4351fc0
Jul 13 11:04:59 jupiter kernel: ds: 0018 es: 0018 ss: 0018
Jul 13 11:04:59 jupiter kernel: Process tar (pid: 13920, stackpage=f4351000)
Jul 13 11:04:59 jupiter kernel: Stack: c010897f 00000000 08070438 400252b4
00000016 ffffffff bfffebf8 ffffffda
Jul 13 11:04:59 jupiter kernel: 0000002b 0000002b 00000109 40021ea6
00000023 00000246 bfffebdc 0000002b
Jul 13 11:04:59 jupiter kernel: Call Trace: [tracesys+31/35]
Jul 13 11:04:59 jupiter kernel:
Jul 13 11:04:59 jupiter kernel: Code: Bad EIP value.
Also some friends helped me to install a new kernel while supposing there is a
problem with the time.h library in my current kernel (2.4.29) but It doesn't
correct the problem.
By the way, I've 2 identical hardware and on one the migration works fine and
the kernel is the same.
I don't really catch what's happening.
regards
--
Xavier MOGHRABI - Consortium ObjectWeb
Email: xavier.moghrabi at objectweb.org
----
# strace tar -v
execve("/bin/tar", ["tar", "-v"], [/* 27 vars */]) = 0
uname({sys="Linux", node="jupiter", ...}) = 0
brk(0) = 0x80705e0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x40017000
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
open("/etc/ld.so.preload", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=22435, ...}) = 0
old_mmap(NULL, 22435, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40018000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
open("/lib/librt.so.1", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\33"..., 512) =
512
fstat64(3, {st_mode=S_IFREG|0644, st_size=27044, ...}) = 0
old_mmap(NULL, 74168, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x4001e000
old_mmap(0x40025000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3,
0x6000) = 0x40025000
old_mmap(0x40026000, 41400, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|
MAP_ANONYMOUS, -1, 0) = 0x40026000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
open("/lib/libc.so.6", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360^\1"..., 512) =
512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1244688, ...}) = 0
old_mmap(NULL, 1254852, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40031000
old_mmap(0x40159000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3,
0x127000) = 0x40159000
old_mmap(0x40161000, 9668, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|
MAP_ANONYMOUS, -1, 0) = 0x40161000
close(3) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or
directory)
open("/lib/libpthread.so.0", O_RDONLY) = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340A\0"..., 512) =
512
fstat64(3, {st_mode=S_IFREG|0644, st_size=81127, ...}) = 0
old_mmap(NULL, 331716, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x40164000
old_mmap(0x40171000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 3,
0xc000) = 0x40171000
old_mmap(0x40173000, 270276, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|
MAP_ANONYMOUS, -1, 0) = 0x40173000
close(3) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x401b5000
munmap(0x40018000, 22435) = 0
getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
setrlimit(RLIMIT_STACK, {rlim_cur=2044*1024, rlim_max=RLIM_INFINITY}) = 0
getpid() = 13920
rt_sigaction(SIGRTMIN, {0x4016c030, [], SA_RESTORER, 0x4005a6f8}, NULL, 8) = 0
rt_sigaction(SIGRT_1, {0x4016c080, [], SA_RESTORER, 0x4005a6f8}, NULL, 8) = 0
rt_sigaction(SIGRT_2, {0x4016c150, [], SA_RESTORER, 0x4005a6f8}, NULL, 8) = 0
rt_sigprocmask(SIG_BLOCK, [RTMIN], NULL, 8) = 0
rt_sigprocmask(SIG_UNBLOCK, [RT_1], NULL, 8) = 0
_sysctl({{CTL_KERN, KERN_VERSION}, 2, 0xbfffe8b4, 35, (nil), 0}) = 0
clock_gettime(CLOCK_REALTIME, <unfinished ...>
+++ killed by SIGSEGV +++
Attachment:
pgpBcEm42OpAl.pgp
Description: PGP signature