* Can't add drive to array 3.3 & 3.2.3
@ 2012-04-06 2:20 Brad Campbell
2012-04-06 2:54 ` NeilBrown
2012-04-06 10:27 ` NeilBrown
0 siblings, 2 replies; 5+ messages in thread
From: Brad Campbell @ 2012-04-06 2:20 UTC (permalink / raw)
To: Linux RAID; +Cc: Neil Brown
[-- Attachment #1: Type: text/plain, Size: 1776 bytes --]
G'day Neil,
I've got a vanilla 3.3 kernel, and mdadm v3.2.3.
I have a 10 drive raid 6 :
root@srv:~# mdadm --detail /dev/md0
/dev/md0:
Version : 1.2
Creation Time : Tue Apr 5 18:14:42 2011
Raid Level : raid6
Array Size : 15628106752 (14904.12 GiB 16003.18 GB)
Used Dev Size : 1953513344 (1863.02 GiB 2000.40 GB)
Raid Devices : 10
Total Devices : 9
Persistence : Superblock is persistent
Intent Bitmap : Internal
Update Time : Fri Apr 6 10:11:46 2012
State : active, degraded
Active Devices : 9
Working Devices : 9
Failed Devices : 0
Spare Devices : 0
Layout : left-symmetric
Chunk Size : 128K
Name : storage1:0_0
UUID : 0f24724f:8e39ff45:4ed83efe:cad4dd84
Events : 74069
Number Major Minor RaidDevice State
0 8 48 0 active sync /dev/sdd
1 0 0 1 removed
4 8 144 2 active sync /dev/sdj
11 8 80 3 active sync /dev/sdf
10 8 16 4 active sync /dev/sdb
9 8 0 5 active sync /dev/sda
8 8 32 6 active sync /dev/sdc
7 8 64 7 active sync /dev/sde
6 8 96 8 active sync /dev/sdg
5 8 128 9 active sync /dev/sdi
When I go to add a disk to it :
mdadm --add /dev/md0 /dev/sdh
mdadm creates a superblock on the disk, but there is nothing in dmesg, nor /proc/mdstat.
I've attached an strace of the mdadm --add /dev/md0 /dev/sdh for information.
Not an urgent query, but I thought it odd enough to bring up.
Regards,
Brad
[-- Attachment #2: log --]
[-- Type: text/plain, Size: 36864 bytes --]
14122 execve("/usr/bin/firefox", ["firefox"], [/* 39 vars */]) = 0
14122 brk(0) = 0x93fd000
14122 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
14122 mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf779a000
14122 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
14122 open("/etc/ld.so.cache", O_RDONLY) = 3
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=100455, ...}) = 0
14122 mmap2(NULL, 100455, PROT_READ, MAP_PRIVATE, 3, 0) = 0xf7781000
14122 close(3) = 0
14122 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
14122 open("/lib/tls/i686/cmov/libc.so.6", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000m\1\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0755, st_size=1405508, ...}) = 0
14122 mmap2(NULL, 1415592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf7627000
14122 mprotect(0xf777a000, 4096, PROT_NONE) = 0
14122 mmap2(0xf777b000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x153) = 0xf777b000
14122 mmap2(0xf777e000, 10664, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xf777e000
14122 close(3) = 0
14122 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7626000
14122 set_thread_area({entry_number:-1 -> 12, base_addr:0xf76268d0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
14122 mprotect(0xf777b000, 8192, PROT_READ) = 0
14122 mprotect(0x805c000, 4096, PROT_READ) = 0
14122 mprotect(0xf77b7000, 4096, PROT_READ) = 0
14122 munmap(0xf7781000, 100455) = 0
14122 getpid() = 14122
14122 rt_sigaction(SIGCHLD, {SIG_DFL, [CHLD], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
14122 geteuid32() = 1000
14122 brk(0) = 0x93fd000
14122 brk(0x941e000) = 0x941e000
14122 getppid() = 14121
14122 stat64("/home/brad", {st_mode=S_IFDIR|0755, st_size=53248, ...}) = 0
14122 stat64(".", {st_mode=S_IFDIR|0755, st_size=53248, ...}) = 0
14122 open("/usr/bin/firefox", O_RDONLY) = 3
14122 fcntl64(3, F_DUPFD, 10) = 10
14122 close(3) = 0
14122 fcntl64(10, F_SETFD, FD_CLOEXEC) = 0
14122 rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
14122 rt_sigaction(SIGINT, {0x804f636, ~[RTMIN RT_1], 0}, NULL, 8) = 0
14122 rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
14122 rt_sigaction(SIGQUIT, {SIG_DFL, ~[RTMIN RT_1], 0}, NULL, 8) = 0
14122 rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
14122 rt_sigaction(SIGTERM, {SIG_DFL, ~[RTMIN RT_1], 0}, NULL, 8) = 0
14122 read(10, "#!/bin/sh\n\nset -e\n\n# Firefox lau"..., 8192) = 2868
14122 pipe([3, 4]) = 0
14122 clone(child_stack=0, flags=CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD, child_tidptr=0xf7626938) = 14123
14122 close(4 <unfinished ...>
14123 close(10 <unfinished ...>
14122 <... close resumed> ) = 0
14123 <... close resumed> ) = 0
14122 read(3, <unfinished ...>
14123 close(3) = 0
14123 dup2(4, 1) = 1
14123 close(4) = 0
14123 stat64("/usr/local/sbin/which", 0xffbe6eb0) = -1 ENOENT (No such file or directory)
14123 stat64("/usr/local/bin/which", 0xffbe6eb0) = -1 ENOENT (No such file or directory)
14123 stat64("/usr/sbin/which", 0xffbe6eb0) = -1 ENOENT (No such file or directory)
14123 stat64("/usr/bin/which", {st_mode=S_IFREG|0755, st_size=946, ...}) = 0
14123 execve("/usr/bin/which", ["which", "/usr/bin/firefox"], [/* 39 vars */]) = 0
14123 brk(0) = 0x9551000
14123 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
14123 mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7740000
14123 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
14123 open("/etc/ld.so.cache", O_RDONLY) = 3
14123 fstat64(3, {st_mode=S_IFREG|0644, st_size=100455, ...}) = 0
14123 mmap2(NULL, 100455, PROT_READ, MAP_PRIVATE, 3, 0) = 0xf7727000
14123 close(3) = 0
14123 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
14123 open("/lib/tls/i686/cmov/libc.so.6", O_RDONLY) = 3
14123 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000m\1\0004\0\0\0"..., 512) = 512
14123 fstat64(3, {st_mode=S_IFREG|0755, st_size=1405508, ...}) = 0
14123 mmap2(NULL, 1415592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf75cd000
14123 mprotect(0xf7720000, 4096, PROT_NONE) = 0
14123 mmap2(0xf7721000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x153) = 0xf7721000
14123 mmap2(0xf7724000, 10664, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xf7724000
14123 close(3) = 0
14123 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf75cc000
14123 set_thread_area({entry_number:-1 -> 12, base_addr:0xf75cc8d0, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}) = 0
14123 mprotect(0xf7721000, 8192, PROT_READ) = 0
14123 mprotect(0x805c000, 4096, PROT_READ) = 0
14123 mprotect(0xf775d000, 4096, PROT_READ) = 0
14123 munmap(0xf7727000, 100455) = 0
14123 getpid() = 14123
14123 rt_sigaction(SIGCHLD, {SIG_DFL, [CHLD], SA_RESTART}, {SIG_DFL, [], 0}, 8) = 0
14123 geteuid32() = 1000
14123 brk(0) = 0x9551000
14123 brk(0x9572000) = 0x9572000
14123 getppid() = 14122
14123 stat64("/home/brad", {st_mode=S_IFDIR|0755, st_size=53248, ...}) = 0
14123 stat64(".", {st_mode=S_IFDIR|0755, st_size=53248, ...}) = 0
14123 open("/usr/bin/which", O_RDONLY) = 3
14123 fcntl64(3, F_DUPFD, 10) = 10
14123 close(3) = 0
14123 fcntl64(10, F_SETFD, FD_CLOEXEC) = 0
14123 rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
14123 rt_sigaction(SIGINT, {0x804f636, ~[RTMIN RT_1], 0}, NULL, 8) = 0
14123 rt_sigaction(SIGQUIT, NULL, {SIG_DFL, [], 0}, 8) = 0
14123 rt_sigaction(SIGQUIT, {SIG_DFL, ~[RTMIN RT_1], 0}, NULL, 8) = 0
14123 rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
14123 rt_sigaction(SIGTERM, {SIG_DFL, ~[RTMIN RT_1], 0}, NULL, 8) = 0
14123 read(10, "#! /bin/sh\nset -ef\n\nif test -n \""..., 8192) = 946
14123 stat64("/usr/bin/firefox", {st_mode=S_IFREG|0755, st_size=2868, ...}) = 0
14123 stat64("/usr/bin/firefox", {st_mode=S_IFREG|0755, st_size=2868, ...}) = 0
14123 geteuid32() = 1000
14123 getgid32() = 1000
14123 getegid32() = 1000
14123 getgroups32(0, NULL) = 18
14123 getgroups32(18, [4, 20, 24, 25, 29, 30, 40, 44, 46, 106, 110, 112, 115, 128, 1000, 1002, 1005, 65534]) = 18
14123 write(1, "/usr/bin/firefox\n", 17 <unfinished ...>
14122 <... read resumed> "/usr/bin/firefox\n", 128) = 17
14122 read(3, <unfinished ...>
14123 <... write resumed> ) = 17
14123 exit_group(0) = ?
14122 <... read resumed> "", 128) = 0
14122 close(3) = 0
14122 wait4(-1, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0, NULL) = 14123
14122 --- SIGCHLD (Child exited) @ 0 (0) ---
14122 stat64("/usr/lib/firefox-6.0.2/firefox-bin", {st_mode=S_IFREG|0755, st_size=46540, ...}) = 0
14122 geteuid32() = 1000
14122 getgid32() = 1000
14122 getegid32() = 1000
14122 getgroups32(0, NULL) = 18
14122 getgroups32(18, [4, 20, 24, 25, 29, 30, 40, 44, 46, 106, 110, 112, 115, 128, 1000, 1002, 1005, 65534]) = 18
14122 execve("/usr/lib/firefox-6.0.2/firefox-bin", ["/usr/lib/firefox-6.0.2/firefox-b"...], [/* 41 vars */]) = 0
14122 brk(0) = 0xf7ac4000
14122 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
14122 mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf7787000
14122 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/tls/i686/sse2/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/tls/i686/sse2/cmov", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/tls/i686/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/tls/i686/sse2", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/tls/i686/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/tls/i686/cmov", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/tls/i686/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/tls/i686", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/tls/sse2/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/tls/sse2/cmov", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/tls/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/tls/sse2", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/tls/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/tls/cmov", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/tls/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/tls", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/i686/sse2/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/i686/sse2/cmov", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/i686/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/i686/sse2", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/i686/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/i686/cmov", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/i686/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/i686", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/sse2/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/sse2/cmov", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/sse2", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/cmov", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
14122 open("/usr/lib/firefox-6.0.2/plugins/tls/i686/sse2/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/plugins/tls/i686/sse2/cmov", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/tls/i686/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/plugins/tls/i686/sse2", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/tls/i686/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/plugins/tls/i686/cmov", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/tls/i686/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/plugins/tls/i686", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/tls/sse2/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/plugins/tls/sse2/cmov", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/tls/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/plugins/tls/sse2", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/tls/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/plugins/tls/cmov", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/tls/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/plugins/tls", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/i686/sse2/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/plugins/i686/sse2/cmov", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/i686/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/plugins/i686/sse2", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/i686/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/plugins/i686/cmov", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/i686/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/plugins/i686", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/sse2/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/plugins/sse2/cmov", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/sse2/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/plugins/sse2", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/cmov/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/plugins/cmov", 0xff9b4bd0) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/libpthread.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 stat64("/usr/lib/firefox-6.0.2/plugins", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
14122 open("/etc/ld.so.cache", O_RDONLY) = 3
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=100455, ...}) = 0
14122 mmap2(NULL, 100455, PROT_READ, MAP_PRIVATE, 3, 0) = 0xf776e000
14122 close(3) = 0
14122 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
14122 open("/lib/tls/i686/cmov/libpthread.so.0", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 J\0\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0755, st_size=117086, ...}) = 0
14122 mmap2(NULL, 98792, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf7755000
14122 mmap2(0xf776a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x14) = 0xf776a000
14122 mmap2(0xf776c000, 4584, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xf776c000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libxul.so", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\343#\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=22774680, ...}) = 0
14122 mmap2(NULL, 23018676, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf6161000
14122 mmap2(0xf75c3000, 1404928, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1461) = 0xf75c3000
14122 mmap2(0xf771a000, 240820, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xf771a000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libxpcom.so", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\37\0\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=13512, ...}) = 0
14122 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf6160000
14122 mmap2(NULL, 16396, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf615b000
14122 mmap2(0xf615e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2) = 0xf615e000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libmozalloc.so", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\n\0\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=9416, ...}) = 0
14122 mmap2(NULL, 8204, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf6158000
14122 mmap2(0xf6159000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xf6159000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libplds4.so", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\f\0\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=9496, ...}) = 0
14122 mmap2(NULL, 12416, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf6154000
14122 mmap2(0xf6156000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xf6156000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libplc4.so", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\20\0\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=13644, ...}) = 0
14122 mmap2(NULL, 16488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf614f000
14122 mmap2(0xf6152000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2) = 0xf6152000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libnspr4.so", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\200\231\0\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=207576, ...}) = 0
14122 mmap2(NULL, 213920, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf611a000
14122 mmap2(0xf614b000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x31) = 0xf614b000
14122 mmap2(0xf614d000, 5024, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xf614d000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
14122 open("/lib/tls/i686/cmov/libdl.so.2", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\n\0\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=9736, ...}) = 0
14122 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf6119000
14122 mmap2(NULL, 12408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf6115000
14122 mmap2(0xf6117000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1) = 0xf6117000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libstdc++.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/libstdc++.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/libstdc++.so.6", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000r\4\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=975088, ...}) = 0
14122 mmap2(NULL, 1004428, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf601f000
14122 mprotect(0xf6108000, 4096, PROT_NONE) = 0
14122 mmap2(0xf6109000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe9) = 0xf6109000
14122 mmap2(0xf610e000, 25484, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xf610e000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
14122 open("/lib/tls/i686/cmov/libm.so.6", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`4\0\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=149392, ...}) = 0
14122 mmap2(NULL, 151680, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf5ff9000
14122 mmap2(0xf601d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x23) = 0xf601d000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/libgcc_s.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
14122 open("/lib/libgcc_s.so.1", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p#\0\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=120368, ...}) = 0
14122 mmap2(NULL, 123432, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf5fda000
14122 mmap2(0xf5ff7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c) = 0xf5ff7000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
14122 open("/lib/tls/i686/cmov/libc.so.6", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000m\1\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0755, st_size=1405508, ...}) = 0
14122 mmap2(NULL, 1415592, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf5e80000
14122 mprotect(0xf5fd3000, 4096, PROT_NONE) = 0
14122 mmap2(0xf5fd4000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x153) = 0xf5fd4000
14122 mmap2(0xf5fd7000, 10664, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xf5fd7000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libmozsqlite3.so", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220W\0\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=561164, ...}) = 0
14122 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf5e7f000
14122 mmap2(NULL, 561028, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf5df6000
14122 mmap2(0xf5e7d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x87) = 0xf5e7d000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libsmime3.so", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340y\0\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=128780, ...}) = 0
14122 mmap2(NULL, 127560, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf5dd6000
14122 mmap2(0xf5df3000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d) = 0xf5df3000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libssl3.so", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@]\0\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=174080, ...}) = 0
14122 mmap2(NULL, 174244, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf5dab000
14122 mmap2(0xf5dd3000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x28) = 0xf5dd3000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libnss3.so", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\2203\1\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=880012, ...}) = 0
14122 mmap2(NULL, 881828, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf5cd3000
14122 mmap2(0xf5da6000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd3) = 0xf5da6000
14122 mmap2(0xf5daa000, 1188, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xf5daa000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libnssutil3.so", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20S\0\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=83252, ...}) = 0
14122 mmap2(NULL, 87324, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf5cbd000
14122 mmap2(0xf5ccf000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x11) = 0xf5ccf000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libXrender.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/libXrender.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/libXrender.so.1", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\24\0\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=34412, ...}) = 0
14122 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf5cbc000
14122 mmap2(NULL, 37260, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf5cb2000
14122 mmap2(0xf5cba000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7) = 0xf5cba000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libfreetype.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/libfreetype.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/libfreetype.so.6", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000o\0\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=476612, ...}) = 0
14122 mmap2(NULL, 479388, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf5c3c000
14122 mmap2(0xf5cad000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x70) = 0xf5cad000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libfontconfig.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/libfontconfig.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/libfontconfig.so.1", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0000H\0\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=191132, ...}) = 0
14122 mmap2(NULL, 194596, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf5c0c000
14122 mmap2(0xf5c3a000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2d) = 0xf5c3a000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libasound.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/libasound.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/libasound.so.2", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\324\1\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=813116, ...}) = 0
14122 mmap2(NULL, 815988, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf5b44000
14122 mmap2(0xf5c07000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xc2) = 0xf5c07000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/librt.so.1", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
14122 open("/lib/tls/i686/cmov/librt.so.1", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\30\0\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=30684, ...}) = 0
14122 mmap2(NULL, 33364, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf5b3b000
14122 mmap2(0xf5b42000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6) = 0xf5b42000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libdbus-1.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/libdbus-1.so.3", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
14122 open("/lib/libdbus-1.so.3", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340Q\0\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=227000, ...}) = 0
14122 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf5b3a000
14122 mmap2(NULL, 230212, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf5b01000
14122 mmap2(0xf5b38000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x36) = 0xf5b38000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libX11.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/libX11.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/libX11.so.6", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3006\1\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=1160008, ...}) = 0
14122 mmap2(NULL, 1164020, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf59e4000
14122 mmap2(0xf5afd000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x118) = 0xf5afd000
14122 mmap2(0xf5b00000, 756, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0xf5b00000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libXext.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/libXext.so.6", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/libXext.so.6", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320*\0\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=60024, ...}) = 0
14122 mmap2(NULL, 63136, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf59d4000
14122 mmap2(0xf59e2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xd) = 0xf59e2000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libpangoft2-1.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/libpangoft2-1.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/libpangoft2-1.0.so.0", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360]\0\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=153980, ...}) = 0
14122 mmap2(NULL, 157024, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf59ad000
14122 mmap2(0xf59d2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x24) = 0xf59d2000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libpangocairo-1.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/libpangocairo-1.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/libpangocairo-1.0.so.0", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260<\0\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=42876, ...}) = 0
14122 mmap2(NULL, 45776, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf59a1000
14122 mmap2(0xf59ab000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x9) = 0xf59ab000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libpango-1.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/libpango-1.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/libpango-1.0.so.0", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0 \256\0\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=268368, ...}) = 0
14122 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xf59a0000
14122 mmap2(NULL, 271420, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf595d000
14122 mprotect(0xf599d000, 4096, PROT_NONE) = 0
14122 mmap2(0xf599e000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x40) = 0xf599e000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libcairo.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/libcairo.so.2", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/libcairo.so.2", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\223\0\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=494096, ...}) = 0
14122 mmap2(NULL, 498036, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf58e3000
14122 mmap2(0xf595a000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x76) = 0xf595a000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libgobject-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/libgobject-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/libgobject-2.0.so.0", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\0\204\0\0004\0\0\0"..., 512) = 512
14122 fstat64(3, {st_mode=S_IFREG|0644, st_size=251916, ...}) = 0
14122 mmap2(NULL, 256236, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0xf58a4000
14122 mmap2(0xf58e1000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3c) = 0xf58e1000
14122 close(3) = 0
14122 open("/usr/lib/firefox-6.0.2/libgmodule-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/firefox-6.0.2/plugins/libgmodule-2.0.so.0", O_RDONLY) = -1 ENOENT (No such file or directory)
14122 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
14122 open("/usr/lib/libgmodule-2.0.so.0", O_RDONLY) = 3
14122 read(3, "\177ELF\1\1\1\0\0\0\0\0
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Can't add drive to array 3.3 & 3.2.3
2012-04-06 2:20 Can't add drive to array 3.3 & 3.2.3 Brad Campbell
@ 2012-04-06 2:54 ` NeilBrown
2012-04-06 10:14 ` Brad Campbell
2012-04-06 10:27 ` NeilBrown
1 sibling, 1 reply; 5+ messages in thread
From: NeilBrown @ 2012-04-06 2:54 UTC (permalink / raw)
To: Brad Campbell; +Cc: Linux RAID
[-- Attachment #1: Type: text/plain, Size: 154 bytes --]
> I've attached an strace of the mdadm --add /dev/md0 /dev/sdh for information.
>
>
Actually that was an strace of firefox....
:-)
NeilBrown
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Can't add drive to array 3.3 & 3.2.3
2012-04-06 2:54 ` NeilBrown
@ 2012-04-06 10:14 ` Brad Campbell
0 siblings, 0 replies; 5+ messages in thread
From: Brad Campbell @ 2012-04-06 10:14 UTC (permalink / raw)
To: NeilBrown; +Cc: Linux RAID
On 06/04/12 10:54, NeilBrown wrote:
>> I've attached an strace of the mdadm --add /dev/md0 /dev/sdh for information.
>>
>>
> Actually that was an strace of firefox....
>
>
To paraphrase Kylie Mole, oh how embarrassment!
It turns out the real strace is over 400k, so I've posted it here :
http://www.fnarfbargle.com/private/120406-mdadm-log/log
Regards,
Brad
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Can't add drive to array 3.3 & 3.2.3
2012-04-06 2:20 Can't add drive to array 3.3 & 3.2.3 Brad Campbell
2012-04-06 2:54 ` NeilBrown
@ 2012-04-06 10:27 ` NeilBrown
2012-04-07 3:26 ` Brad Campbell
1 sibling, 1 reply; 5+ messages in thread
From: NeilBrown @ 2012-04-06 10:27 UTC (permalink / raw)
To: Brad Campbell; +Cc: Linux RAID
[-- Attachment #1: Type: text/plain, Size: 2507 bytes --]
On Fri, 06 Apr 2012 10:20:57 +0800 Brad Campbell <lists2009@fnarfbargle.com>
wrote:
> G'day Neil,
>
> I've got a vanilla 3.3 kernel, and mdadm v3.2.3.
Having now seen the real strace:
Yeah, that's a bad combination when bitmaps are involved.
mdadm v.3.2.3 has a bug with adding bitmaps. It uses O_DIRECT writes from a
non-aligned buffer.
You could use the mdadm from my .git, and it would fix that problem, but then
there is a kernel bug (fixed in 3.3.2 I think) which causes an oops.
Probably safest to go back to mdadm-3.2.2, but going forward to
linux.3.3.2 and mdadm-.git would work too.
NeilBrown
>
> I have a 10 drive raid 6 :
> root@srv:~# mdadm --detail /dev/md0
> /dev/md0:
> Version : 1.2
> Creation Time : Tue Apr 5 18:14:42 2011
> Raid Level : raid6
> Array Size : 15628106752 (14904.12 GiB 16003.18 GB)
> Used Dev Size : 1953513344 (1863.02 GiB 2000.40 GB)
> Raid Devices : 10
> Total Devices : 9
> Persistence : Superblock is persistent
>
> Intent Bitmap : Internal
>
> Update Time : Fri Apr 6 10:11:46 2012
> State : active, degraded
> Active Devices : 9
> Working Devices : 9
> Failed Devices : 0
> Spare Devices : 0
>
> Layout : left-symmetric
> Chunk Size : 128K
>
> Name : storage1:0_0
> UUID : 0f24724f:8e39ff45:4ed83efe:cad4dd84
> Events : 74069
>
> Number Major Minor RaidDevice State
> 0 8 48 0 active sync /dev/sdd
> 1 0 0 1 removed
> 4 8 144 2 active sync /dev/sdj
> 11 8 80 3 active sync /dev/sdf
> 10 8 16 4 active sync /dev/sdb
> 9 8 0 5 active sync /dev/sda
> 8 8 32 6 active sync /dev/sdc
> 7 8 64 7 active sync /dev/sde
> 6 8 96 8 active sync /dev/sdg
> 5 8 128 9 active sync /dev/sdi
>
> When I go to add a disk to it :
> mdadm --add /dev/md0 /dev/sdh
>
> mdadm creates a superblock on the disk, but there is nothing in dmesg, nor /proc/mdstat.
>
> I've attached an strace of the mdadm --add /dev/md0 /dev/sdh for information.
>
> Not an urgent query, but I thought it odd enough to bring up.
>
> Regards,
> Brad
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Can't add drive to array 3.3 & 3.2.3
2012-04-06 10:27 ` NeilBrown
@ 2012-04-07 3:26 ` Brad Campbell
0 siblings, 0 replies; 5+ messages in thread
From: Brad Campbell @ 2012-04-07 3:26 UTC (permalink / raw)
To: NeilBrown; +Cc: Linux RAID
On 06/04/12 18:27, NeilBrown wrote:
> On Fri, 06 Apr 2012 10:20:57 +0800 Brad Campbell<lists2009@fnarfbargle.com>
> wrote:
>
>> G'day Neil,
>>
>> I've got a vanilla 3.3 kernel, and mdadm v3.2.3.
>
> Having now seen the real strace:
>
>
> Yeah, that's a bad combination when bitmaps are involved.
> mdadm v.3.2.3 has a bug with adding bitmaps. It uses O_DIRECT writes from a
> non-aligned buffer.
>
> You could use the mdadm from my .git, and it would fix that problem, but then
> there is a kernel bug (fixed in 3.3.2 I think) which causes an oops.
>
> Probably safest to go back to mdadm-3.2.2, but going forward to
> linux.3.3.2 and mdadm-.git would work too.
Thanks Neil,
I'll back down to 3.2.2 for now then.
Regards,
Brad
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-04-07 3:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-06 2:20 Can't add drive to array 3.3 & 3.2.3 Brad Campbell
2012-04-06 2:54 ` NeilBrown
2012-04-06 10:14 ` Brad Campbell
2012-04-06 10:27 ` NeilBrown
2012-04-07 3:26 ` Brad Campbell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).