-
shaggyk committed patchset 309 of module jfsutils to the Journaled File System CVS repository, changing 2 files.
2009-07-13 20:18:36 UTC by shaggyk
-
Would you still have the binary that corresponds to the output posted in the bug report? Running objdump -t against the binary and sending me the output may help me determine where the buffer overflow occurred.
2009-07-06 14:25:42 UTC by shaggyk
-
Was looking at the other open segfault bug report, and rebuilt cvs with -g cflags and -static libs, and fsck completed successfully.
I'm wierded out, but happy I got my root system back online. :-/.
2009-07-05 14:20:38 UTC by nobody
-
Linux ubuntu 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 2009 x86_64 GNU/Linux
jfs.fsck versions 1.1.2, 1.1.4, and cvs as of 2009-07-05
Can only mount read only. Kinda sucks being locked out.. I'd take a gamble on a dirty mount option.. I kinda need it for ecryptfs related purposes (lucky for me most of my cruft is backed up)
Using default parameter: -p
The current device...
2009-07-05 13:30:47 UTC by nobody
-
shaggyk committed patchset 308 of module jfsutils to the Journaled File System CVS repository, changing 5 files.
2009-04-06 19:00:42 UTC by shaggyk
-
Fixed in cvs, queued for version 1.1.14.
2009-04-03 19:37:04 UTC by shaggyk
-
shaggyk committed patchset 307 of module jfsutils to the Journaled File System CVS repository, changing 2 files.
2009-04-03 19:35:59 UTC by shaggyk
-
puts() adds an additional newline, so I'm going to go with printf("%s", msg_string) instead.
Thanks!
2009-04-03 19:17:17 UTC by shaggyk
-
jfs_fsck dies with "*** %n in writable segment detected ***" when repairing a filesystem that contains a file with a "%n" in the filename. This bug is in 1.1.12 and 1.1.13. The problem is in fsck/fsck_messages.c, in the function v_fsck_send_msg(). There is a section of code that reads:
if (message->msg_level
2009-04-03 16:44:04 UTC by nobody
-
shaggyk committed patchset 306 of module jfsutils to the Journaled File System CVS repository, changing 2 files.
2009-03-23 15:37:05 UTC by shaggyk