Re: [2.6.19-rc2-mm1] error: too few arguments to function ‘crypto_alloc_hash’

2006-10-18 Thread Andrew James Wade
On Tuesday 17 October 2006 17:19, Edward Shishkin wrote: > The fix is attached. > Andrew, please apply. The kernel compiles and boots; I don't know how to test that code specifically. Thanks. Andrew Wade

Re: Crash Corse in Partition Recovery

2006-10-18 Thread James Courtier-Dutton
Corey McGuire wrote: > Hey all, > > I was updating my system's bios and my drives got reordered. When I > went to nuke my Windows drive, I missed and hit my swap and reiserfs > drive. I was wondering if there is a web sight that gives step by > step instructions for recovery, or if you guys had

Re: CFP: Linux 2007 File System & IO Workshop

2006-10-17 Thread James Bottomley
ry sessions to get input and ideas from people working on the filesystem layer. The object is to stimulate discussion of important issues (which may be guided by papers or other materials). The position paper thing is only to ensure people actually have things they want to discuss (and to allow the programme committee to pick the attendees if there would be too many). James

Re: CFP: Linux 2007 File System & IO Workshop

2006-10-17 Thread James Bottomley
iscuss---so if you submit, be prepared to make a presentation of it. James

[2.6.19-rc2-mm1] error: too few arguments to function ‘crypto_alloc_hash’

2006-10-17 Thread Andrew James Wade
Hello, The latest -mm introduced a new error: CC fs/reiser4/plugin/crypto/digest.o fs/reiser4/plugin/crypto/digest.c: In function ‘alloc_sha256’: fs/reiser4/plugin/crypto/digest.c:17: error: too few arguments to function ‘crypto_alloc_hash’ make[2]: *** [fs/reiser4/plugin/crypto/digest.o]

Re: Reiser (3.6) PANIC.

2006-09-28 Thread James Beal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Edward Shishkin wrote: > James Beal wrote: > >> Edward Shishkin wrote: >> >> >James Beal wrote: >> >> >>This occurrs when trying to delete some files, repeatedly even >> after a >> >>/sb

Re: Reiser (3.6) PANIC.

2006-09-26 Thread James Beal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Edward Shishkin wrote: > James Beal wrote: > >> This occurrs when trying to delete some files, repeatedly even after a >> /sbin/reiserfsck --rebuild-tree ? >> Any hints ? >> > > Would you please upgrade your kern

Reiser (3.6) PANIC.

2006-09-25 Thread James Beal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This occurrs when trying to delete some files, repeatedly even after a /sbin/reiserfsck --rebuild-tree ? Any hints ? [EMAIL PROTECTED] ~]$ uname -a Linux vmware 2.6.15.2 #4 SMP Fri Feb 17 23:23:07 GMT 2006 i686 athlon i386 GNU/Linux [EMAIL PROTECTED]

[patch] Fix use after free in jrelse_tail

2006-09-01 Thread Andrew James Wade
Hello Alexander, "[nikita-1936] assertion failed: reiser4_no_counters_are_held()" turned out to be a bug in the debugging code. I've applied the patch below and haven't had a recurrence. Cheers, Andrew Wade signed-off-by <[EMAIL PROTECTED]> diff -rupN a/fs/reiser4/jnode.c b/fs/reiser4/jnode.c -

Re: assertion failed: JF_ISSET(jprivate(page), JNODE_DIRTY)

2006-08-30 Thread Andrew James Wade
On Wednesday 30 August 2006 06:26, Alexander Zarochentsev wrote: > On 30 August 2006 01:38, Andrew James Wade wrote: > > I now have a stack trace for this assertion: > > there is a race between znode_make_dirty and flushing dirty node to > disk. I guess (but not sure by 1

Re: assertion failed: JF_ISSET(jprivate(page), JNODE_DIRTY)

2006-08-29 Thread Andrew James Wade
I now have a stack trace for this assertion: reiser4 panicked cowardly: reiser4[tar(5412)]: reiser4_set_page_dirty_internal (fs/reiser4/page_cache.c:475)[]: assertion failed: JF_ISSET(jprivate(page), JNODE_DIRTY) [] dump_trace+0x64/0x1ad [] show_trace_log_lvl+0x12/0x25 [] show_trace+0xd/0x10

[patch] Re: assertion failed: can_hit_entd(ctx, s)

2006-08-29 Thread Andrew James Wade
Hello Alexander, In addition to your patch, I've also applied the patch below. With these two patches the fs is much more stable for me. However, something is holding a d_ref across the calls to reiser4_writepage. It's not clear to me that this is allowed so my patch may not be a full fix. Andre

Re: assertion failed: can_hit_entd(ctx, s)

2006-08-25 Thread Andrew James Wade
> btw, is <[EMAIL PROTECTED]> > your mail address (it is from Reply-To:) ? Reply-to fixed; thanks. The above address is an "ephemeral" address I've subscribed to the mailing list and could go away at any time. > can you please try the following patch: Will do. Andrew Wade

Re: Reiser4 stress test.

2006-08-22 Thread Andrew James Wade
On Tuesday 22 August 2006 01:23, Hans Reiser wrote: > Thanks Andrew, please be patient and persistent with us at this time, as > one programmer is on vacation, and the other is only able to work a few > hours a day due to an illness. No problem. I'll post what I find to the list; the posts will st

Re: Reiser4 stress test.

2006-08-22 Thread Andrew James Wade
On Tuesday 22 August 2006 01:23, Hans Reiser wrote: > Thanks Andrew, please be patient and persistent with us at this time, as > one programmer is on vacation, and the other is only able to work a few > hours a day due to an illness. No problem. I'll post what I find to the list; the posts will st

[nikita-1936] assertion failed: reiser4_no_counters_are_held()

2006-08-21 Thread Andrew James Wade
This one has only occurred once. I looked fairly carefully at the code for partially converted files under the assumption that the rest was unlikely to be buggy, but nothing stood out at me. reiser4 panicked cowardly: reiser4[fixdep(19237)]: reiser4_done_context (fs/reiser4/context.c:181)[nikita

assertion failed: keyeq(znode_get_rd_key(node), znode_get_ld_key(node->right))

2006-08-21 Thread Andrew James Wade
I looked at this one for a bit; I couldn't make any headway. I don't fully understand what the debugging code for the delimiting keys is doing. (2.6.18-rc4-mm1) reiser4 panicked cowardly: reiser4[ent:hdb1!(2167)]: sibling_list_remove (fs/reiser4/tree_walk.c:814)[zam-32245]: assertion failed: ke

assertion failed: JF_ISSET(jprivate(page), JNODE_DIRTY)

2006-08-21 Thread Andrew James Wade
This one hasn't recurred, so I don't have a stack trace. I haven't looked into it. (2.6.18-rc4-mm1) reiser4 panicked cowardly: reiser4[patch(9302)]: reiser4_set_page_dirty_internal (fs/reiser4/page_cache.c:475)[]: assertion failed: JF_ISSET(jprivate(page), JNODE_DIRTY) Kernel panic - not syncing

assertion failed: can_hit_entd(ctx, s)

2006-08-21 Thread Andrew James Wade
This is the most common panic I've been getting. It looks like this: (2.6.18-rc4-mm1) reiser4 panicked cowardly: reiser4[scatteredwrites(4506)]: reiser4_writepage (fs/reiser4/page_cache.c:522)[]: assertion failed: can_hit_entd(ctx, s) Kernel panic - not syncing: reiser4[scatteredwrites(4506)]: re

Reiser4 stress test.

2006-08-21 Thread Andrew James Wade
Hello, I've been having problems with Reiser 4 panicking for a few months, and I've recently had time to investigate the matter. I've created a program that can crash my system in a few minutes. It's based on kmail's disk activity and consists of small, separated writes to a file that is also

Re: [nikita-3002]: assertion failed: carry_level_invariant(doing, CARRY_DOING)

2006-08-17 Thread Andrew James Wade
On Wednesday 16 August 2006 09:32, Benjamin Vander Jagt wrote: > I am having the exact same problems but with one difference. After > a while, the drive starts thrashing, and the system becomes totally > unresponsive. I've been getting occasional short freezes of a couple of minutes. But th

Re: [nikita-3002]: assertion failed: carry_level_invariant(doing, CARRY_DOING)

2006-08-11 Thread Andrew James Wade
On Friday 11 August 2006 05:15, Vladimir V. Saveliev wrote: > Hello > > On Thursday 10 August 2006 21:55, Andrew James Wade wrote: > > Hello, > > > > I've had another panic on a fscked filesystem: > > > > reiser4 panicked cowardly: reiser4[update

Re: [nikita-3002]: assertion failed: carry_level_invariant(doing, CARRY_DOING)

2006-08-10 Thread Andrew James Wade
Hello, I've had another panic on a fscked filesystem: reiser4 panicked cowardly: reiser4[updatedb(3302)]: reiser4_writepage (fs/reiser4/page_cache.c:521)[]: assertion failed: can_hit_entd(ctx, s) Kernel panic - not syncing: reiser4[updatedb(3302)]: reiser4_writepage (fs/reiser4/page_cache.c:521

Re: [nikita-3002]: assertion failed: carry_level_invariant(doing, CARRY_DOING)

2006-08-06 Thread Andrew James Wade
Hello, I have had another assertion fail. This one is with 2.6.18-rc2-mm1 + the fix in reiser4_releasepage. This was on a filesystem that had not been unmounted cleanly. (2.6.18-rc3-mm1 crashed on me). reiser4 panicked cowardly: reiser4[ktxnmgrd:hdb1:r(1977)]: sibling_list_remove (fs/reiser4/tr

Re: [nikita-3002]: assertion failed: carry_level_invariant(doing, CARRY_DOING)

2006-08-03 Thread Andrew James Wade
Thanks. I've applied the patch, and I'll let you know if any errors reccur. Andrew Wade

Re: [nikita-3002]: assertion failed: carry_level_invariant(doing, CARRY_DOING)

2006-08-03 Thread Andrew James Wade
I've just had some warnings show up in my kernel log. I don't know if they're related to the troubles I've been having (I fscked after the last panic). reiser4[updatedb(32445)]: key_warning (fs/reiser4/plugin/file_plugin_common.c:513)[nikita-717]: WARNING: Error for inode 401698 (-2) for key: (62

[nikita-3002]: assertion failed: carry_level_invariant(doing, CARRY_DOING)

2006-08-02 Thread Andrew James Wade
Hello, Every few weeks reiser4 panics on me, generally while kmail is receiving emails. Until recently, the panic was "invalid opcode: [#1]" (previously reported), but I have some new errors: The first is: reiser4 panicked cowardly: reiser4[less(7234)]: set_file_state (fs/reiser4/plugi

Possible circular locking dependency detected in Reiser4

2006-06-29 Thread Andrew James Wade
Hello, I got the following warning when I ran klive: Andrew Wade === [ INFO: possible circular locking dependency detected ] --- twistd/3816 is trying to acquire lock: (&txnh->hlock){-

Re: possible reiser4 bug

2006-02-25 Thread James (Alec) Burney
thanks for the patch, Alex, but yesterday i converted all of my harddisks to reiserFS in an act of frustration. Sorry that i can't help you test your patch. Alexander Zarochentsev wrote: > hello, > > On Friday 24 February 2006 08:35, Alec Burney wrote: > > [...] > > > would you please try the

Re: reiser4 bug in 2.6.16-rc2-mm1

2006-02-16 Thread Andrew James Wade
On Friday 10 February 2006 09:22, Maarten Deprez wrote: > Hello, > > reiser4 on linux 2.6.16-rc2-mm1 bugs for me in > plugins/file/tail_conversion.c line 29, locking up a process > sometimes, when it is reading a file. > > Greetings, > Maarten Deprez > > Still present in 2.6.16-rc3-mm1: -

Re: Reiser4 SCSI Bug?

2005-10-30 Thread Michael James
ity, so I went back to reiserfs 3.6. I haven't heard any news to suggest it's worth trying again yet. michaelj -- Michael James [EMAIL PROTECTED] System Administratorvoice: 02 6246 5040 CSIRO Bioinformatics Facility fax: 02 6246 5166 No matter how much you pay for software, you always get less than you hoped. Unless you pay nothing, then you get more.

recovering deleted files from a dd image

2005-10-27 Thread Michael James
mkfs.reiserfs 3.6.9 (2003 www.namesys.com) michaelj -- Michael James [EMAIL PROTECTED] System Administratorvoice: 02 6246 5040 CSIRO Bioinformatics Facility fax: 02 6246 5166 No matter how much you pay for software, you always get less than you

Re: Reiser4 + laptop -> ouch

2005-10-21 Thread James Rayner
ched suspend2 + reiser4. Try archck, http://iphitus.loudas.com/archck.php James -- iphitus - archck maintainer Home:iphitus.loudas.com Blog: iphitus.blogspot.com

Re: I request inclusion of reiser4 in the mainline kernel

2005-09-20 Thread James Lamanna
On 9/20/05, Vadim Lobanov <[EMAIL PROTECTED]> wrote: > On Tue, 20 Sep 2005, James Lamanna wrote: > > > On 9/20/05, Stephen Pollei <[EMAIL PROTECTED]> wrote: > > >On 9/20/05, Hans Reiser <[EMAIL PROTECTED]> wrote: > > > > Horst von Brand wrote

Re: I request inclusion of reiser4 in the mainline kernel

2005-09-20 Thread James Lamanna
... then it wasn't that wrong anyway. What about #warning / #error in this case? #if defined(DEBUG_THIS) || defined(DEBUG_THAT) int znode_is_loaded(const struct znode *z); #else #error znode_is_loaded is unavailable when not debugging #endif That would certainly break the compile. -- James Lamanna

Re: reiser4 sending process to D state

2005-08-21 Thread Michael James
d ones.) See my earlier thread, "Trouble with Suse9.3's reiser4" michaelj -- Michael James [EMAIL PROTECTED] System Administratorvoice: 02 6246 5040 CSIRO Bioinformatics Facility fax: 02 6246 5166 No matter how much you pay

Trouble with Suse9.3's reiser4

2005-08-16 Thread Michael James
igger than 2 Gig. This time it died copying nt.nhr ls -la /home/cbf/biofile/db/blastN/nt/nt.00.nhr -rw-r--r-- 1 biofile www 179427600 2005-08-05 20:31 nt.00.nhr Performance on the filesystem is important, I'm keen to get reiser4 working. Any help with this would be a

Many specialty drugs, including injectables commonly stocked and available.

2005-06-02 Thread James
We guarantee lowest price on quality medications http://qomcz.vsy6zed6snd3zwv.bonnyka.com If everybody's thinking alike, somebody isn't thinking. Truth is always exciting. Speak it, then, Life is dull without it. The secret to creativity is knowing how to hide your sources.

Re: please help me get my work back

2005-05-26 Thread Michael James
the card from another identical disk. If the problem is in the platters then then it's either backups (cheap) or professional data recovery (expensive). Decide at the start if there is enough money at stake to call the professionals. Any mucking you do is likely to make things harder.

Re: Unexpected reset corrupted Reiser4 filesystem

2005-05-25 Thread Andrew James Wade
John Dong wrote: > If thse were IDE drives, the IDE writeback cache is probably the bad boy -- > on FreeBSD 5.x, Soft Updates is virtually broken on IDE drives because they > simply haven't written all the data they promised the kernel that they had. I do indeed have an IDE drive (Seagate Barracu

Unexpected reset corrupted Reiser4 filesystem

2005-05-24 Thread Andrew James Wade
Hello, One of my Reiser4 filesystems was corrupted by a power glitch. fsck fixed the corruption, but my understanding is that an unexpected reset should not have corrupted the filesystem. I have an image of the corrupted filesystem, is it of any use to anyone? Details: kernel: 2.6.12-rc4-mm2 fsck

Reiser4 support in Suse9.3

2005-05-16 Thread Michael James
. I could test more if you like, michaelj -- Michael James [EMAIL PROTECTED] System Administratorvoice: 02 6246 5040 CSIRO Bioinformatics Facility fax: 02 6246 5166 Internet Explorer is fine for downloading Firefox, but after that

Re: When Reiser4 will be officially included in the kernel? ...

2005-05-04 Thread James Courtier-Dutton
>It is not fundamental, just a simple but important curiosity. >> > > > We are working to address lkml objections (they objected to core kernel > patches reiser4 relays on) and reiser4 stability. > When it is done (can not estimate, sorry) - then we will ask for > inclusion. > > >>Thanks, >>Giovanni. >> What exactly did they object to? Are their objections easily addressed? James

RE: where are reiser4 sources

2005-03-01 Thread Burnes, James
Hans Reiser said... > > I am frankly skeptical that one should attempt to clone windows. > > Hans Yes. It's a bit like cloning Frankenstein's monster, isn't it? In the end all you have a bolt-compatible product that runs slowly on lightening and falls apart if you hit it on the head too hard.

RE: ReiserFS to Reiser4 Migration

2005-02-22 Thread Burnes, James
Can, I don't believe there is such a utility, nor would it be particularly useful in serious environments. Here is why: 1. In-place file system conversion is complex, extremely time consuming, hard on your drive and error prone. Just think about the algorithms required. What would happen in th

RE: Reiser 4 Apple

2005-02-14 Thread Burnes, James
4 and also (some decade) with the next version of WinFS. Jim Burnes > -Original Message- > From: Michael James [mailto:[EMAIL PROTECTED] > Sent: Sunday, February 13, 2005 7:01 PM > To: reiserfs-list@namesys.com > Subject: Reiser 4 Apple > > Dear Hans, > >

Reiser 4 Apple

2005-02-13 Thread Michael James
Dear Hans, Have you ever thought of porting reiser4 to BSD? Apple have: Bags of money A current filesystem that totally sucks An OS that cries out for plugins to satisfy its quirks Could be a good marriage, michaelj -- Michael James [EMAIL

RE: Congratulations! we have got hash function screwed up

2004-12-30 Thread Burnes, James
> We got pretty good tools to restore from a hd with bad blocks. > > dd it, loop it, fsck it. Heh, heh. That won't help you if a circuit board, spindle, read head or other mechanism fails. Then you better hope the data wasn't *that* valuable or you know good platter recovery shop. Backups are

Re: [PATCH 2/5] selinux: adds a private inode operation

2004-11-22 Thread James Morris
other inodes that may have the kernel SID (e.g. > /proc/pid inodes for kernel threads). Agreed. - James -- James Morris <[EMAIL PROTECTED]>

Re: silent semantic changes with reiser4

2004-08-26 Thread James Bruce
Andrew Morton wrote: No. All of the applications which you initially identified can be implemented by putting the various bits of data into a single file and getting applications to agree on the format of that file. So in order to avoid breaking backup and file utilities, we'd instead break ev

Re: silent semantic changes with reiser4

2004-08-25 Thread James Morris
underlying VFS support. Multipart messages seem to have survived fine up until now. Where is the justification? - James -- James Morris <[EMAIL PROTECTED]>

For future reference

2004-08-12 Thread James Herschel
Can you please tell me what caused the following, and what I could have done to avoid it (if possible). I was going to do some work on my home server one day and noticed it had hung. I rebooted it and was told that I needed to run reiserfsck --rebuild-tree. I booted into my trusty copy of Kno

Re: Using fs views to isolate untrusted processes: I need an assistant architect in the USA for Phase I of a DARPA funded linux kernel project

2004-08-03 Thread James Courtier-Dutton
I have not seen features in linux yet, that prevent a user from setting the "execute" bit on files that they own. James

RE: we need a slogan for our reiser4 t-shirt

2004-06-25 Thread Burnes, James
jim burnes security engineer great-west, denver > Reiserfs4: fsck'ing fast Love that one.

RE: we need a slogan for our reiser4 t-shirt

2004-06-23 Thread Burnes, James
r [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 24, 2004 1:14 AM > To: Burnes, James > Cc: Marcel Hilzinger; [EMAIL PROTECTED] > Subject: Re: we need a slogan for our reiser4 t-shirt > > Burnes, James wrote: > > >How about, > > > >"Plug-in To Reiser4!"

RE: we need a slogan for our reiser4 t-shirt

2004-06-23 Thread Burnes, James
How about, "Plug-in To Reiser4!" jim burnes security engineer great-west, denver > -Original Message- > From: Hans Reiser [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 23, 2004 2:07 PM > To: Marcel Hilzinger > Cc: [EMAIL PROTECTED] > Subject: Re: we need a slogan for our reiser4 t

RE: Namesys now accepts Visa cards on our website (supportquestions and donations both)

2004-05-20 Thread Burnes, James
> > will cause us severe damage, please don't do it" > lets just face it, warez exists for REAL, and i know, that if i suddenly > needed some application, i could warez it, to get it fast, even though i > then decided to buy it, i might forget. > hell (sorry language) winex exists warezed too, and

RE: reiser4 non-free?

2004-05-11 Thread Burnes, James
Hans Reiser wrote: > > > > > Yes, I believe that, and that is my concern. I can understand that. That's why I'm working on the 'creditsd' infrastructure. Decoupling the credit content from the visual aspect of the program's performance makes the following possible... 1. It makes it possible fo

RE: Creditsd [Re: Speaking of credits...]

2004-05-10 Thread Burnes, James
jim burnes security engineer great-west, denver > -Original Message- > From: Miguel [mailto:[EMAIL PROTECTED] > Sent: Monday, May 10, 2004 5:02 PM > To: Markus Törnqvist > Cc: Burnes, James; Hans Reiser; [EMAIL PROTECTED] > Subject: Re: Creditsd [Re: Speaking of cre

RE: Reiserfs, highquality meds source, low rates

2004-04-20 Thread Burnes, James
> -Original Message- > From: Alexander Lyamin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 20, 2004 2:51 PM > To: Cami > Cc: [EMAIL PROTECTED] > Subject: Re: Reiserfs, highquality meds source, low rates > > Tue, Apr 20, 2004 at 06:55:25AM +0200, Cami wrote: > > >>>i am just not sure ho

New server Reiser4 or 3, also Reiser4 on software RAID

2004-04-15 Thread Burnes, James
Hi, I'm installing a new R&D server and I'd like to eventually run Reiser4 on it, but I'd like to wait until I test it some more before I deploy it on the entire machine. Here is what I'd like to do: 1. Install Reiser3 (perhaps with some of the anti-fragmentation patches). 2. Since I'll be insta

Longhorn FS being removed to Blackcomb (end of decade)

2004-04-09 Thread Burnes, James
Just thought this might be interesting to some of you. The database-like FS for Longhorn has just been delayed until the end of the decade. That's great. It means that Microsoft's attempt to copy the BeOS filesystem is not meeting with much success. Which leads to my follow on... I think I rem

We shouldn't get this!

2004-03-01 Thread Michael James
n the "Post by a non-subscriber" basket just delete it, you DO have the list tight enough. I'm testing to see why so much spam gets through. It's more than all the other lists I subscribe to... -- Michael James [EMAIL PROT

bk

2004-02-07 Thread James H. Cloos Jr.
Any update on this? Why not setup a bkbits site to house the public repos, at least until this gets fixed? A single push a day would be enough if there is any concerns about wasting developer time with an international push each time a commit is done It could even be pushed via cron. -JimC

RE: How to set a reiserfs partition to get an occasional fsck?

2004-01-30 Thread Burnes, James
-) Reiser, the accelerated file system. It comes at a price. I wouldn't use it on a PDA ;-) Have a good day, j.burnes > -Original Message- > From: Michael James [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 29, 2004 10:15 PM > To: [EMAIL PROTECTED] > Subject:

How to set a reiserfs partition to get an occasional fsck?

2004-01-29 Thread Michael James
r, how can I trigger an "fsck reboot"? TIA, michaelj PS: I've just realized I can do it by adding an fsck into the linuxrc script of a cooked initrd image. That would give me an "fsck boot" option in grub. Comments? -- Michael James

FW: reiser4 plugin for maildir

2003-12-03 Thread Burnes, James
-Original Message- From: Burnes, James Sent: Wednesday, December 03, 2003 1:38 PM To: 'Hans Reiser' Subject: RE: reiser4 plugin for maildir > >I was considering installing qmail recently and upon analyzing the > >architecture of their queue structure it loo

What Filesystem?

2003-01-29 Thread James Thompson
If not, I will have to find and apply patches, but I know that with FS type any change demands a reformat, which can really disrupt a working week! >> [End question] Yours faithfully, James Thompson, Visual Artist & Musician H.E. Student of Fine Arts

[reiserfs-list] Boot up halts

2001-09-30 Thread James Troup
I installed reiserfs on all my partitions except /boot When it boots it comes to Reiserfs checking / and just sits there with "will put log info to stderr" forever until you hit ENTER key. Anyone seen this? Any Ideas to fix? Thanks in Advanced James