Re: [PVFS2-developers] Re: smallio server death with old kernel

2006-01-04 Thread Murali Vilayannur
Pete, Could you try the attached patch and let me know if it fixes the crash? (There are still some other bugs like the size of the file reported is off-by-one, but I haven't dug deep into the SMALL_IO code just yet..) Also, could you look over and see if the encode_skip4 that I added will fix tho

Re: [PVFS2-developers] Re: smallio server death with old kernel

2006-01-04 Thread Rob Ross
Hey Pete, People are just rolling back in from break here. Couple more days... Rob Pete Wyckoff wrote: [EMAIL PROTECTED] wrote on Fri, 23 Dec 2005 17:29 -0500: Just a heads up: I can make this server error happen consistently with today's pvfs2 cvs: [E 16:19:23.007018] ../pvfs2/src/proto/P

[PVFS2-developers] Re: smallio server death with old kernel

2006-01-04 Thread Pete Wyckoff
[EMAIL PROTECTED] wrote on Fri, 23 Dec 2005 17:29 -0500: > Just a heads up: I can make this server error happen consistently > with today's pvfs2 cvs: > > [E 16:19:23.007018] ../pvfs2/src/proto/PINT-le-bytefield.c line 572: > lebf_decode_req: improper input buffer size > [E 16:19:23.007244]

Re: [PVFS2-developers] suid issues with version 1.3.2

2006-01-04 Thread Rick Light
Thanks, Murali!  The patch works great.  I appreciate your prompt and appropriate response. Best for the new year!     Rick Murali Vilayannur wrote: Hi, Would something like the attached patch work out for you? Eventually, I will add the nosuid export option as part of the ExportOptions

Re: [PVFS2-developers] patches: acache and perf counters

2006-01-04 Thread Phil Carns
Two more small changes for perf-counter.c: - line 593 still has an "Ld" reference (change to lld) - line 174: "pc->start_time_array_ms[0] = tv.tv_sec*1000 +" should be: "pc->start_time_array_ms[0] = ((uint64_t)tv.tv_sec)*1000 +" -Phil Phil Carns wrote: Ok, one more update. I think this i