are the io-schedulers per-device?

2005-03-03 Thread Florin Iucha
Hello, For a semester project I am experimenting with a new IO scheduler and I was trying to set my scheduler to control a single device, to ease the development and debugging, by using echo "foo" > /sys/block/ubdc/queue/scheduler Much to my suprise, this sets the scheduler for the other block

pdflush stuck in D state with v2.6.24-rc1-192-gef49c32

2007-10-28 Thread Florin Iucha
Hello, For a week or two I started noticing that some time after I'm logged in, my keyboard input becomes a bit staggering, there is a small delay between the keypress and the actual character appearing in the terminal. This is on a AMD Athlon x2 4200+ with 2 GB RAM and just a gnome-terminal open

Re: pdflush stuck in D state with v2.6.24-rc1-192-gef49c32

2007-10-29 Thread Florin Iucha
On Mon, Oct 29, 2007 at 09:46:59AM -0400, Trond Myklebust wrote: > > What could cause this? I use NFS4 to automount the home directories > > from a Solaris10 server, and this box found a few bugs in the NFS4 > > code (fixed in the 2.6.22 kernel). > > > > I'll try running with 2.6.23 again for a f

Re: pdflush stuck in D state with v2.6.24-rc1-192-gef49c32

2007-10-29 Thread Florin Iucha
On Mon, Oct 29, 2007 at 02:43:32PM -0400, Trond Myklebust wrote: > > On Mon, 2007-10-29 at 10:01 -0500, Florin Iucha wrote: > > On Mon, Oct 29, 2007 at 09:46:59AM -0400, Trond Myklebust wrote: > > > > What could cause this? I use NFS4 to automount the home directories

Re: pdflush stuck in D state with v2.6.24-rc1-192-gef49c32

2007-10-30 Thread Florin Iucha
On Tue, Oct 30, 2007 at 07:49:41PM +0800, Fengguang Wu wrote: > On Tue, Oct 30, 2007 at 06:42:50AM -0500, Florin Iucha wrote: > > On Tue, Oct 30, 2007 at 03:54:03PM +0800, Fengguang Wu wrote: > > > It could be triggered by the more aggressive writeback behavior - the > >

Re: pdflush stuck in D state with v2.6.24-rc1-192-gef49c32

2007-10-30 Thread Florin Iucha
On Tue, Oct 30, 2007 at 03:54:03PM +0800, Fengguang Wu wrote: > On Sun, Oct 28, 2007 at 10:24:29AM -0500, Florin Iucha wrote: > [...] > >[ 3687.824468] > >[ 3687.824470] pdflush D 805787c0 0 248 2 > >[ 3687.824473] 81000

Re: pdflush stuck in D state with v2.6.24-rc1-192-gef49c32

2007-10-30 Thread Florin Iucha
On Tue, Oct 30, 2007 at 07:49:41PM +0800, Fengguang Wu wrote: > > > It could be triggered by the more aggressive writeback behavior - the > > > new code will keep on retrying as long as there are dirty inodes pending. > > > > > > Florin, would you try the attached patches against 2.6.24-git? > > >

Re: pdflush stuck in D state with v2.6.24-rc1-192-gef49c32

2007-10-30 Thread Florin Iucha
On Tue, Oct 30, 2007 at 07:02:42PM -0500, Florin Iucha wrote: > I have added the patches and started a linux kernel compilation, and > something really interesting happens. I run the build with the > equivalent of "make -j3" and in a separate console I am watching the >

Re: pdflush stuck in D state with v2.6.24-rc1-192-gef49c32

2007-10-31 Thread Florin Iucha
On Wed, Oct 31, 2007 at 02:53:25PM +0800, Fengguang Wu wrote: > On Tue, Oct 30, 2007 at 10:52:45PM -0500, Florin Iucha wrote: > > On Tue, Oct 30, 2007 at 07:02:42PM -0500, Florin Iucha wrote: > > > I have added the patches and started a linux kernel compilation, and >

Re: pdflush stuck in D state with v2.6.24-rc1-192-gef49c32

2007-10-31 Thread Florin Iucha
On Wed, Oct 31, 2007 at 07:16:06AM -0500, Florin Iucha wrote: > On Wed, Oct 31, 2007 at 02:53:25PM +0800, Fengguang Wu wrote: > > On Tue, Oct 30, 2007 at 10:52:45PM -0500, Florin Iucha wrote: > > > On Tue, Oct 30, 2007 at 07:02:42PM -0500, Florin Iucha wrote: > > > >

Re: pdflush stuck in D state with v2.6.24-rc1-192-gef49c32

2007-11-01 Thread Florin Iucha
On Thu, Nov 01, 2007 at 03:15:32PM +0800, Fengguang Wu wrote: > On Wed, Oct 31, 2007 at 12:53:18PM -0500, Florin Iucha wrote: > > This patch does not fix anything for me. Even such light use of the > > reiserfs filesystem as pulling the linux-2.6 git tree updates caused > >

Re: pdflush stuck in D state with v2.6.24-rc1-192-gef49c32

2007-11-01 Thread Florin Iucha
On Thu, Nov 01, 2007 at 09:03:33PM +0800, Fengguang Wu wrote: > Or will the system or fs size/age make any difference? If you happen > to have a spare/swap partition, could you make a new reiserfs and > mount it and copy several less-than-4KB files into it and wait for 30s > and see what happen to

Re: NFS woes again

2007-08-27 Thread Florin Iucha
On Mon, Aug 27, 2007 at 06:19:29PM -0700, Bret Towe wrote: > On 8/27/07, Trond Myklebust <[EMAIL PROTECTED]> wrote: > > > > this sounds alot like the post i did yesterday titled 'nfs4 hang > > > > regression' > > > > i tracked it down to commit 3d39c691ff486142dd9aaeac12f553f4476b7a6 > > > > > > Y

Re: NFS woes again

2007-08-28 Thread Florin Iucha
On Tue, Aug 28, 2007 at 09:28:43AM -0400, Trond Myklebust wrote: > Doh! I see the problem: cancel_delayed_work_sync() shouldn't ever be > called recursively. > > The following patch should be correct. Please just discard the previous > one... So far so good. This patch got one hour uptime... I'

Re: NFS woes again

2007-08-30 Thread Florin Iucha
On Thu, Aug 30, 2007 at 03:18:37PM -0700, Bret Towe wrote: > > uptime of 3 hours and keyboard is still working fine > > I'll hopefully get to test this on the mini tomorrow for at least 3 hours > > also > > got 45min on mini before I had to go elsewhere > the amd64 shutdown fine and has been up f

USB-related oops in sysfs with linux v2.6.23-rc3-50-g28e8351

2007-08-15 Thread Florin Iucha
Today my USB keyboard stopped working in the middle of composing and e-mail. I unplugged it and plugged it back, with no success. I logged in remotely and found this lovely message: [ 1301.567351] usb 1-4: USB disconnect, address 3 [ 1301.567356] usb 1-4.2: USB disconnect, address 5 [ 1301.56759

Re: [linux-usb-devel] USB-related oops in sysfs with linux v2.6.23-rc3-50-g28e8351

2007-08-15 Thread Florin Iucha
On Wed, Aug 15, 2007 at 10:38:54AM -0400, Alan Stern wrote: > This patch will get rid of the annoying error messages. It won't do > anything about your keyboard's tendency to spontaneously stop working, > alas. My keyboard works fine for days, with kernels up to and including 2.6.23-rc2 . I hav

Re: [linux-usb-devel] USB-related oops in sysfs with linux v2.6.23-rc3-50-g28e8351

2007-08-15 Thread Florin Iucha
On Wed, Aug 15, 2007 at 04:49:02PM +0200, Jiri Kosina wrote: > On Wed, 15 Aug 2007, Florin Iucha wrote: > > > Today my USB keyboard stopped working in the middle of composing and > > e-mail. I unplugged it and plugged it back, with no success. I > > logged in remote

kernel NULL pointer dereference in blk_rq_map_sg with v2.6.23-6815-g0895e91

2007-10-23 Thread Florin Iucha
Jens, This is freshly after booting into this morning's kernel: [ 60.656136] Unable to handle kernel NULL pointer dereference at RIP: [ 60.656143] [] blk_rq_map_sg+0x10d/0x17c [ 60.656151] PGD 4640067 PUD 46d4067 PMD 0 [ 60.656154] Oops: [1] SMP [ 60.656157] C

Re: kernel NULL pointer dereference in blk_rq_map_sg with v2.6.23-6815-g0895e91

2007-10-23 Thread Florin Iucha
On Tue, Oct 23, 2007 at 07:46:37AM -0500, Florin Iucha wrote: > [ 60.656136] Unable to handle kernel NULL pointer dereference at > RIP: > [ 60.656143] [] blk_rq_map_sg+0x10d/0x17c > [ 60.656151] PGD 4640067 PUD 46d4067 PMD 0 > [ 60.656154] Oop

Re: pdflush stuck in D state with v2.6.24-rc1-192-gef49c32

2007-11-01 Thread Florin Iucha
On Fri, Nov 02, 2007 at 09:33:21AM +0800, Fengguang Wu wrote: > > I will try that with a USB disk - I hope that won't make a difference. > > Thank you. I guess a reiserfs on loop file would also be OK. > > > > btw, what's the exact kernel version you are running? > > > > I noticed it with the ke

Re: pdflush stuck in D state with v2.6.24-rc1-192-gef49c32

2007-11-02 Thread Florin Iucha
On Fri, Nov 02, 2007 at 08:56:55PM +0800, Fengguang Wu wrote: > > > --- > > > fs/reiserfs/stree.c |3 --- > > > 1 file changed, 3 deletions(-) > > > > > > --- linux-2.6.24-git17.orig/fs/reiserfs/stree.c > > > +++ linux-2.6.24-git17/fs/reiserfs/stree.c > > > @@ -1458,9 +1458,6 @@ static void u

Re: [linux-usb-devel] 2.6.20-rc4: known unfixed regressions (v2)

2007-01-14 Thread Florin Iucha
On Wed, Jan 10, 2007 at 10:54:34AM -0500, Alan Stern wrote: > It's still possible that this is hardware related; perhaps some component > just began to wear out. If you return to an earlier kernel, does the > problem go away? As reported in my original e-mail and verified just minutes ago, the c

heavy nfs[4]] causes fs badness Was: 2.6.20-rc4: known unfixed regressions (v2)

2007-01-14 Thread Florin Iucha
On Sun, Jan 14, 2007 at 04:57:01PM -0600, wrote: > On Wed, Jan 10, 2007 at 10:54:34AM -0500, Alan Stern wrote: > > It's still possible that this is hardware related; perhaps some component > > just began to wear out. If you return to an earlier kernel, does the > > problem go away? > > As repor

Re: heavy nfs[4]] causes fs badness Was: 2.6.20-rc4: known unfixed regressions (v2)

2007-01-14 Thread Florin Iucha
Jiri and Trond, On Mon, Jan 15, 2007 at 01:14:09AM +0100, Jiri Kosina wrote: > On Sun, 14 Jan 2007, Florin Iucha wrote: > > > All the testing was done via a ssh into the workstation. The console > > was left as booted into, with the gdm running. The remote nfs4 > >

Re: heavy nfs[4]] causes fs badness Was: 2.6.20-rc4: known unfixed regressions (v2)

2007-01-15 Thread Florin Iucha
On Sun, Jan 14, 2007 at 11:11:13PM -0300, Horst H. von Brand wrote: > Florin Iucha <[EMAIL PROTECTED]> wrote: > > [...] > > > Based on this info, I think we can rule out any USB. I will try > > testing with NFS3 to see if the problem persists. Unfortunately there

Re: heavy nfs[4]] causes fs badness Was: 2.6.20-rc4: known unfixed regressions (v2)

2007-01-23 Thread Florin Iucha
On Mon, Jan 15, 2007 at 10:58:29AM -0500, Alan Stern wrote: > On Sun, 14 Jan 2007, Florin Iucha wrote: > > > Jiri and Trond, > > > > On Mon, Jan 15, 2007 at 01:14:09AM +0100, Jiri Kosina wrote: > > > On Sun, 14 Jan 2007, Florin Iucha wrote: > > > >

Re: Linux 2.6.20-rc2

2006-12-25 Thread Florin Iucha
> The dmesg from the client machine is attached. Now, really. BTW, I am using NFSv4 exported async from the server and mounted without any extra options on the client. florin -- Bruce Schneier expects the Spanish Inquisition. http://geekz.co.uk/schneierfacts/fact/163 [ 2844.871895] BUG:

Linux 2.6.20-rc2

2006-12-25 Thread Florin Iucha
I've got an oops or two while copying 60 Gb of files over NFS then comparing them using diff. The client is AMD64 running Debian testing/unstable with the shinny new 2.6.20-rc2 kernel. The server is Debian testing with 2.6.18-3 distribution kernel. The source filesystem is ext3. I left the mach

Re: Linux 2.6.20-rc2

2006-12-25 Thread Florin Iucha
On Tue, Dec 26, 2006 at 12:06:58AM +0100, Trond Myklebust wrote: > On Mon, 2006-12-25 at 16:56 -0600, Florin Iucha wrote: > > BTW, I am using NFSv4 exported async from the server and mounted > > without any extra options on the client. > > Doesn't look like it has much

Re: Linux 2.6.20-rc2

2006-12-26 Thread Florin Iucha
On Tue, Dec 26, 2006 at 01:40:19PM +0100, Ingo Molnar wrote: > > * Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > [ 2844.871895] BUG: scheduling while atomic: cp/0x2000/2965 > > > This is the second report we've had where bit 29 of ->preempt_count is > > getting set. I don't think there'

Re: Linux 2.6.20-rc2

2006-12-26 Thread Florin Iucha
On Wed, Dec 27, 2006 at 12:42:53AM +0100, Ingo Molnar wrote: > * Florin Iucha <[EMAIL PROTECTED]> wrote: > > I saw your subsequent message and will apply the patch, retest and > > report. > > yeah. Just to make sure i've attached the latest and greatest version of

2.6.20-rc1: CIFS cheers, NFS4 jeers

2007-02-25 Thread Florin Iucha
Hello, it's me and my 70 GB of photos again. I have tested both CIFS and NFSv4 clients in kernel 2.6.20-rc1 . CIFS passed with flying colors and NFSv4 stalled after 7 GB. Configuration: Server: PIII/1GHz, 512 MB RAM, Debian testing, distro kernel 2.6.18-3-vserver-686, Intel E1000 NIC,

Correction 2.6.21-rc1 Was: 2.6.20-rc1: CIFS cheers, NFS4 jeers

2007-02-25 Thread Florin Iucha
On Mon, Feb 26, 2007 at 12:45:00AM -0600, Florin wrote: > After the writing stalls, I have echoed 't' into /proc/sysrq-trigger > and got a trace, which is at http://iucha.net/20-rc1/after.1. There was > no oops before the trace request; the 'before' dmesg is at > http://iucha.net/20-rc1/before.1 .

Re: 2.6.21-rc1: CIFS cheers, NFS4 jeers

2007-02-27 Thread Florin Iucha
On Tue, Feb 27, 2007 at 09:36:23PM -0500, Bill Davidsen wrote: > Florin Iucha wrote: > >Hello, it's me and my 70 GB of photos again. > > > >I have tested both CIFS and NFSv4 clients in kernel 2.6.20-rc1 . CIFS > >passed with flying colors and NFSv4 stalled after 7 G

"upping" a semaphore from interrupt context?

2007-06-22 Thread Florin Iucha
Hello, I am writing a USB driver for some custom hardware, and I need to synchronize between the user-space and the USB subsystem. Can I create a semaphore and "down" it in the reader then "up" it in the completion handler? I know the completion handler runs in interrupt context so you are not a

Re: [1/4] 2.6.22-rc3: known regressions

2007-05-29 Thread Florin Iucha
//lkml.org/lkml/2007/5/22/4 > > Submitter : Florin Iucha <[EMAIL PROTECTED]> > > Status : Unknown > Actually, the bug seems to be unreproducible and it has probably been a > 1-bit flip. So I'd be reluctant to call it a regression... I agree with this statement. I'll p

Current git fails to compile on AMD64 for three days in a row

2007-05-10 Thread Florin Iucha
I just pulled the current git (de5603748af8bf7deac403e6ba92887f8d18e812) and tried to compile it on my AMD64 box, to test Chuck's RPC fix. It fails: arch/x86_64/kernel/head64.c: In function ‘x86_64_start_kernel’: arch/x86_64/kernel/head64.c:70: error: size of array ‘type name’ is negative

BUG with today's git

2007-05-17 Thread Florin Iucha
Kernel: v2.6.22-rc1-g0479ea0 Got this in the logs: [ 8314.672340] BUG: at fs/inotify.c:172 set_dentry_child_flags() [ 8314.672345] [ 8314.672346] Call Trace: [ 8314.672353] [] _spin_lock+0x9/0xb [ 8314.672361] [] set_dentry_child_flags+0x6d/0x14f [ 8314.672366] [] remove_watch_no_event+0x68/0x

spurious completions during NCQ?

2007-06-05 Thread Florin Iucha
Hello, I was working on a I/O heavy workload (parsing 100K spam messages to extract certain structures) when I got this in the kernel log: [ 2320.132893] ata1.00: exception Emask 0x2 SAct 0x701f SErr 0x0 action 0x2 frozen [ 2320.132899] ata1.00: (spurious completions during NCQ issue=0x0 SA

Re: spurious completions during NCQ?

2007-06-07 Thread Florin Iucha
On Wed, Jun 06, 2007 at 08:28:07AM -0600, Robert Hancock wrote: > >This is on a Thinkpad T60 with 2 GB RAM, running Ubuntu 7.04 (kernel > >2.6.20-16-generic). No proprietary drivers (ok, maybe the Intel > >Wi-Fi - but that should not count). > > > >The laptop came with Windows but I blew that away

Re: spurious completions during NCQ?

2007-06-08 Thread Florin Iucha
On Fri, Jun 08, 2007 at 09:55:58PM +0900, Tejun Heo wrote: > Florin Iucha wrote: > >> It means the drive reported command tags were completed that were not > >> outstanding. What kind of drive is this? > > > > [ 29.033142] ata1.00: ata_hpa_resize 1: sectors =

Oops in dentry_iput with 2.6.22-rc2 on AMD64

2007-05-21 Thread Florin Iucha
I was running a multithreaded perl application that leaks some memory so it gets to eat up a significant chunk of my 2 GB and even push a bit into swap. I left it running before going out for a walk. When I got back, I found this in the log: [28818.103829] Unable to handle kernel paging request

Re: Oops in dentry_iput with 2.6.22-rc2 on AMD64

2007-05-24 Thread Florin Iucha
On Tue, May 22, 2007 at 11:57:11AM +0200, Jan Kara wrote: > > I was running a multithreaded perl application that leaks some memory > > so it gets to eat up a significant chunk of my 2 GB and even push a > > bit into swap. I left it running before going out for a walk. > Hmm, what seems suspitio

Re: [PATCH 0/4] 2.6.21-rc7 NFS writes: fix a series of issues

2007-04-17 Thread Florin Iucha
On Tue, Apr 17, 2007 at 11:06:05PM -0400, Trond Myklebust wrote: > > > I've split the issues introduced by the 2.6.21-rcX write code up into 4 > > > subproblems. > > > > > > The first patch is just a cleanup in order to ease review. > > > > > > Patch number 2 ensures that we never release the PG_

Re: [PATCH 0/4] 2.6.21-rc7 NFS writes: fix a series of issues

2007-04-17 Thread Florin Iucha
On Tue, Apr 17, 2007 at 11:54:45PM -0400, Trond Myklebust wrote: > > The good news is that the Gnome session log-in progresses to the point > > where both top and bottom bars are painted (gray) and the bottom bar > > is populated with icons (2.6.21-rc7 vanilla stops after displaying the > > splash)

Re: [PATCH 0/4] 2.6.21-rc7 NFS writes: fix a series of issues

2007-04-17 Thread Florin Iucha
On Tue, Apr 17, 2007 at 09:13:50PM -0700, Andrew Morton wrote: > On Tue, 17 Apr 2007 23:07:30 -0500 [EMAIL PROTECTED] (Florin Iucha) wrote: > > > > The process traces are at: > > > > > > > >http://iucha.net/nfs/21-rc7-nfs1/gnome-session > > >

Re: [PATCH 0/4] 2.6.21-rc7 NFS writes: fix a series of issues

2007-04-17 Thread Florin Iucha
On Tue, Apr 17, 2007 at 10:14:02PM -0700, Linus Torvalds wrote: > On Tue, 17 Apr 2007, Florin Iucha wrote: > > > > Already did. Traces from vanilla kernel at > >http://iucha.net/nfs/21-rc7/big-copy > > Well, there's a pdflush in io_schedule_timeout/congest

Re: [PATCH 0/4] 2.6.21-rc7 NFS writes: fix a series of issues

2007-04-18 Thread Florin Iucha
On Tue, Apr 17, 2007 at 10:37:38PM -0700, Andrew Morton wrote: > Florin, can we please see /proc/meminfo as well? http://iucha.net/nfs/21-rc7-nfs2/meminfo > Also the result of `echo m > /proc/sysrq-trigger' http://iucha.net/nfs/21-rc7-nfs2/big-copy This has 'echo m > /proc/sysrq-trigger',

Re: [PATCH 0/4] 2.6.21-rc7 NFS writes: fix a series of issues

2007-04-18 Thread Florin Iucha
On Wed, Apr 18, 2007 at 09:15:31AM -0400, Trond Myklebust wrote: > There is only one request on the 'pending' queue. That would usually > indicate that the connection to the server is down. Can you check using > "netstat -t" whether or not there is a connection in the 'ESTABLISHED' > state to the s

Re: [PATCH 0/4] 2.6.21-rc7 NFS writes: fix a series of issues

2007-04-18 Thread Florin Iucha
On Wed, Apr 18, 2007 at 08:42:25AM -0500, Florin Iucha wrote: > On Wed, Apr 18, 2007 at 09:15:31AM -0400, Trond Myklebust wrote: > The netstat outputs are stable (not changed in 5 minutes): > >http://iucha.net/nfs/21-rc7-nfs3/netstat-server : > > tcp1 0 he

Re: [PATCH 0/4] 2.6.21-rc7 NFS writes: fix a series of issues

2007-04-18 Thread Florin Iucha
On Wed, Apr 18, 2007 at 10:11:46AM -0400, Trond Myklebust wrote: > On Wed, 2007-04-18 at 08:42 -0500, Florin Iucha wrote: > > Could the port in CLOSE_WAIT state be the culprit? (FWIW > > the server has been up for 38 days and subjected to > > this nfs test quite a bit witho

Re: [PATCH 0/4] 2.6.21-rc7 NFS writes: fix a series of issues

2007-04-18 Thread Florin Iucha
On Wed, Apr 18, 2007 at 10:11:46AM -0400, Trond Myklebust wrote: > Do you have a copy of wireshark or ethereal on hand? If so, could you > take a look at whether or not any NFS traffic is going between the > client and server once the hang happens? I used the following command tcpdump -w nfs-

Success! Was: [PATCH 0/4] 2.6.21-rc7 NFS writes: fix a series of issues

2007-04-18 Thread Florin Iucha
On Wed, Apr 18, 2007 at 10:45:13PM -0400, Trond Myklebust wrote: > On Wed, 2007-04-18 at 20:52 -0500, Florin Iucha wrote: > > It seems that my original problem report had a big mistake! There is > > no hang, but at some point the write slows down to a trickle (from > >

Re: [PATCH 0/4] 2.6.21-rc7 NFS writes: fix a series of issues

2007-04-19 Thread Florin Iucha
On Thu, Apr 19, 2007 at 11:17:28AM -0400, Trond Myklebust wrote: > On Thu, 2007-04-19 at 11:12 -0400, Chuck Lever wrote: > > Perhaps instead of looking at the number of bytes sent, the logic in the > > last hunk of this patch should check which queue the request is sitting on. > > ??? It would be

Failure! Re: [PATCH 0/4] 2.6.21-rc7 NFS writes: fix a series of issues

2007-04-19 Thread Florin Iucha
On Thu, Apr 19, 2007 at 12:09:42PM -0400, Trond Myklebust wrote: > See >http://client.linux-nfs.org/Linux-2.6.x/2.6.21-rc7/ > > I'm giving the first 5 patches of that series (i.e. > linux-2.6.21-001-cleanup_unstable_write.dif to > linux-2.6.21-005-fix_nfsv4_resend.dif) an extra beating since t

Re: Failure! Re: [PATCH 0/4] 2.6.21-rc7 NFS writes: fix a series of issues

2007-04-19 Thread Florin Iucha
On Thu, Apr 19, 2007 at 05:30:42PM -0400, Trond Myklebust wrote: > > I'm far from the machine right now, so I will do some more tests > > tonight, but right now, the new patchset is not good. What is the > > difference between reverting the patch you sent yesterday and your > > current fifth patch

Success! Was: [PATCH 0/4] 2.6.21-rc7 NFS writes: fix a series of issues

2007-04-20 Thread Florin Iucha
On Thu, Apr 19, 2007 at 04:49:31PM -0500, Florin Iucha wrote: > On Thu, Apr 19, 2007 at 05:30:42PM -0400, Trond Myklebust wrote: > > > I'm far from the machine right now, so I will do some more tests > > > tonight, but right now, the new patchset is not good. What is th

Re: Success! Was: [PATCH 0/4] 2.6.21-rc7 NFS writes: fix a series of issues

2007-04-20 Thread Florin Iucha
On Fri, Apr 20, 2007 at 09:37:30AM -0400, Trond Myklebust wrote: > Thanks! Did you ever find out what had happened to the test that hung > last night? Nope. I could not ssh into it and the machine was needed for some windows duty before I got home ;) I'll try again this coming week-end and let y

Re: [PATCH 0/5] 2.6.21-rc7 NFS writes: fix a series of issues

2007-04-21 Thread Florin Iucha
On Fri, Apr 20, 2007 at 04:03:58PM -0400, Trond Myklebust wrote: > I've split the issues introduced by the 2.6.21-rcX write code up into 4 > subproblems. [snip] > My thanks to the various patient victim^Wpeople who helped with extensive > testing. I've pulled the tree this morning (0f851021c0f91e5

REGRESSION: cannot change file access permissions on files NFS-mounted

2007-05-05 Thread Florin Iucha
Hello, This morning I updated the kernel on my workstation to the current git tree (62ea6d80211ecc88ef516927ecebf64cb505be3f). Upon reboot, I cannot change file access permissions of files in a directory that is nfs mounted (using NFS4): $ chmod 0600 $path chmod: Changing permissions of

Re: 2.6.20-rc1: CIFS cheers, NFS4 jeers

2007-03-01 Thread Florin Iucha
On Wed, Feb 28, 2007 at 09:52:34PM -0800, Andrew Morton wrote: > On Mon, 26 Feb 2007 00:45:00 -0600 [EMAIL PROTECTED] (Florin Iucha) wrote: > > > Hello, it's me and my 70 GB of photos again. [snip] > > Running 'top', one core is idle and the other is 99% waiting,

Re: 2.6.20-rc1: CIFS cheers, NFS4 jeers

2007-03-02 Thread Florin Iucha
On Thu, Mar 01, 2007 at 09:02:12PM -0600, Florin Iucha wrote: > On Wed, Feb 28, 2007 at 09:52:34PM -0800, Andrew Morton wrote: > > On Mon, 26 Feb 2007 00:45:00 -0600 [EMAIL PROTECTED] (Florin Iucha) wrote: > > > > > Hello, it's me and my 70 GB of photos again. >

Re: [linux-usb-devel] USB-related oops in sysfs with linux v2.6.23-rc3-50-g28e8351

2007-08-21 Thread Florin Iucha
On Wed, Aug 15, 2007 at 04:58:33PM +0200, Jiri Kosina wrote: > On Wed, 15 Aug 2007, Florin Iucha wrote: > > > [See my message to Alan]: It happened twice, within 15 minutes of > > boot+login, with 2.6.23-rc3-$whatever . I does not happen with > > 2.6.2[123](-rc*)? Af

Re: [linux-usb-devel] USB-related oops in sysfs with linux v2.6.23-rc3-50-g28e8351

2007-08-21 Thread Florin Iucha
On Tue, Aug 21, 2007 at 06:51:15AM -0500, Florin Iucha wrote: > On Wed, Aug 15, 2007 at 04:58:33PM +0200, Jiri Kosina wrote: > > On Wed, 15 Aug 2007, Florin Iucha wrote: > > > > > [See my message to Alan]: It happened twice, within 15 minutes of > > > boot+logi

Re: [linux-usb-devel] USB-related oops in sysfs with linux v2.6.23-rc3-50-g28e8351

2007-08-21 Thread Florin Iucha
On Tue, Aug 21, 2007 at 02:04:26PM +0200, Jiri Kosina wrote: > > I have enabled USB debugging and I see a bunch (=46) of these messages: > > >[ $timestamp] usb 1-9: usb auto-suspend > >[ $timestamp] usb 1-9: usb auto-resume > >[ $timestamp] ehci_hcd :00:02.1: GetStatus port 9 st

Re: [linux-usb-devel] USB-related oops in sysfs with linux v2.6.23-rc3-50-g28e8351

2007-08-21 Thread Florin Iucha
On Tue, Aug 21, 2007 at 03:05:25PM +0200, Jiri Kosina wrote: > > I have rebuilt 2.6.23-rc3 with 'CONFIG_USB_EHCI_HCD=m' and > > 'CONFIG_USB_SUSPEND is not set' and will use it for a while, to see if > > the keyboard/usb behaves or not. > > Thanks. If this doesn't give us any hint, it would be us

Re: [linux-usb-devel] USB-related oops in sysfs with linux v2.6.23-rc3-50-g28e8351

2007-08-21 Thread Florin Iucha
On Tue, Aug 21, 2007 at 08:17:59AM -0500, Florin Iucha wrote: > On Tue, Aug 21, 2007 at 03:05:25PM +0200, Jiri Kosina wrote: > > > I have rebuilt 2.6.23-rc3 with 'CONFIG_USB_EHCI_HCD=m' and > > > 'CONFIG_USB_SUSPEND is not set' and will use it for a

Re: [linux-usb-devel] USB-related oops in sysfs with linux v2.6.23-rc3-50-g28e8351

2007-08-22 Thread Florin Iucha
On Tue, Aug 21, 2007 at 03:42:26PM +0200, Jiri Kosina wrote: > On Tue, 21 Aug 2007, Florin Iucha wrote: > > > There is another interesting angle to this: in the past, every time I > > had keyboard problems, it used to be caused by the VFS and/or NFS... > > after much wr

NFS woes again Was: [linux-usb-devel] USB-related oops in sysfs with linux v2.6.23-rc3-50-g28e8351

2007-08-23 Thread Florin Iucha
Trond, Fess up... I'm closing in: http://iucha.net/2.6.23-rc3/2.6.23-rc-bisect.png [Dropping Jiri and linux-usb-devel from future postings. You are included now just for communicating the conclusion of this thread.] On Wed, Aug 22, 2007 at 08:22:00AM -0500, Florin Iucha wrote: >

Re: NFS woes again Was: [linux-usb-devel] USB-related oops in sysfs with linux v2.6.23-rc3-50-g28e8351

2007-08-23 Thread Florin Iucha
On Thu, Aug 23, 2007 at 10:14:38AM -0700, Bret Towe wrote: > this sounds alot like the post i did yesterday titled 'nfs4 hang regression' > i tracked it down to commit 3d39c691ff486142dd9aaeac12f553f4476b7a6 Yes, it certainly does -- all the symptoms match! I'm not [alone in] seeing dead keyboard