On 7/29/05, Alex Deucher <[EMAIL PROTECTED]> wrote:
> On 7/29/05, Alex Deucher <[EMAIL PROTECTED]> wrote:
> > On 7/29/05, Dave Kleikamp <[EMAIL PROTECTED]> wrote:
> > > On Fri, 2005-07-29 at 16:15 -0400, Alex Deucher wrote:
> > > > On 7/29/05, Dave Kleikamp <[EMAIL PROTECTED]> wrote:
> > > > > On Fri, 2005-07-29 at 15:47 -0400, Alex Deucher wrote:
> > > > > > One more thing, fsck find no errors.  the volume is clean.
> > > > >
> > > > > Are you running a recent version of jfsutils?  Versions prior to 1.1.6
> > > > > don't do much to verify the directory table.  There was a big-endian
> > > > > related fix in 1.1.7.
> > > >
> > > > 1.1.7-1 from debian.
> > >
> > > Hmm.  Maybe it's okay on disk then.  odd.
> >
> > I just tried to remove one of the problematic directories and I got this:
> > blkno = 0, nblocks = 0
> > ERROR: (device dm-0): dbFree: block to be freed is outside the map
> > ERROR: (device dm-0): remounting filesystem as read-only
> >
> 
> Upon umounting and fscking the volume, I now get this error:
> fsck 1.37 (21-Mar-2005)
> fsck.jfs version 1.1.7, 22-Jul-2004
> processing started: 7/29/2005 16.26.39
> Using default parameter: -p
> The current device is:  /dev/vg00/lvol0
> Block size in bytes:  4096
> Filesystem size in blocks:  1855565824
> **Phase 0 - Replay Journal Log
> **Phase 1 - Check Blocks, Files/Directories, and  Directory Entries
> Warning... fsck.jfs for device /dev/vg00/lvol0 exited with signal 10.
> 
> 

here's an strace of the fsck:

 strace fsck /dev/vg00/lvol0
execve("/sbin/fsck", ["fsck", "/dev/vg00/lvol0"], [/* 17 vars */]) = 0
uname({sys="Linux", node="(none)", ...}) = 0
brk(0)                                  = 0x26000
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=13751, ...}) = 0
mmap(NULL, 13751, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7001c000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/libblkid.so.1", O_RDONLY)    = 3
read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\2\0\0\0\1\0\0 \30"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=28420, ...}) = 0
mmap(NULL, 92928, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x7002c000
mprotect(0x70032000, 68352, PROT_NONE)  = 0
mmap(0x7003c000, 32768, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 0
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
open("/lib/libuuid.so.1", O_RDONLY)     = 3
read(3, "\177ELF\1\2\1\0\0\0\0\0\0\0\0\0\0\3\0\2\0\0\0\1\0\0\r "..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=11200, ...}) = 0
mmap(NULL, 75680, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x70044000
mprotect(0x70048000, 59296, PROT_NONE)  = 0
mmap(0x70054000, 16384, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 0
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\2\1\0\0\0\0\0\0\0\0\0\0\3\0\2\0\0\0\1\0\1\316"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=1292452, ...}) = 0
mmap(NULL, 1362368, PROT_READ|PROT_EXEC, MAP_PRIVATE, 3, 0) = 0x70058000
mprotect(0x7018c000, 100800, PROT_NONE) = 0
mmap(0x70198000, 49152, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED, 0
mmap(0x701a4000, 2496, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_FIXED|MA0
close(3)                                = 0
munmap(0x7001c000, 13751)               = 0
brk(0)                                  = 0x26000
brk(0x48000)                            = 0x48000
brk(0)                                  = 0x48000
getuid32()                              = 0
geteuid32()                             = 0
getgid32()                              = 0
getgid32()                              = 0
prctl(0x3 /* PR_??? */, 0x28, 0x24, 0x4, 0x1) = 1
open("/etc/blkid.tab", O_RDONLY)        = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=370, ...}) = 0
fcntl64(3, F_GETFL)                     = 0 (flags O_RDONLY)
fstat64(3, {st_mode=S_IFREG|0644, st_size=370, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x700
_llseek(3, 0, [0], SEEK_CUR)            = 0
read(3, "<device DEVNO=\"0x0900\" TIME=\"112"..., 8192) = 370
read(3, "", 8192)                       = 0
close(3)                                = 0
munmap(0x7001c000, 8192)                = 0
rt_sigaction(SIGINT, {0x12bd8, [], 0}, NULL, 0x7008b090, 1) = 0
rt_sigaction(SIGTERM, {0x12bd8, [], 0}, NULL, 0x7008b090, 1) = 0
write(1, "fsck 1.37 (21-Mar-2005)\n", 24fsck 1.37 (21-Mar-2005)
) = 24
open("/etc/fstab", O_RDONLY)            = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=1096, ...}) = 0
mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x700
read(3, "# /etc/fstab: static file system"..., 8192) = 1096
read(3, "", 8192)                       = 0
close(3)                                = 0
munmap(0x7001c000, 8192)                = 0
stat64("/sbin/fsck.jfs", {st_mode=S_IFREG|0755, st_size=416464, ...}) = 0
fork()                                  = 742
fsck.jfs version 1.1.7, 22-Jul-2004
processing started: 7/29/2005 16.41.52
Using default parameter: -p
The current device is:  /dev/vg00/lvol0
time(NULL)                              = 1122669712
waitpid(-1, Block size in bytes:  4096
Filesystem size in blocks:  1855565824
**Phase 0 - Replay Journal Log
**Phase 1 - Check Blocks, Files/Directories, and  Directory Entries
[{WIFSIGNALED(s) && WTERMSIG(s) == SIGBUS}], 0) = 742
--- SIGCHLD (Child exited) @ 0 (0) ---
write(1, "Warning... fsck.jfs for device /"..., 70Warning... fsck.jfs for devic.
) = 70
exit_group(8)                           = ?


> > Alex
> >
> > > --
> > > David Kleikamp
> > > IBM Linux Technology Center
> > >
> > >
> >
>


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_idt77&alloc_id492&op=click
_______________________________________________
Jfs-discussion mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jfs-discussion

Reply via email to