[Pvfs2-developers] kernel build problems on 64bit RHEL4

2006-04-25 Thread Phil Carns
The current CVS head is giving this build error on a 64bit RHEL4 box that is running 2.6.9-22.0.1.ELsmp. Anyone have any ideas? CC [M] /home/pcarns/working/pvfs2/vendor/build/src/kernel/linux-2.6/devpvfs2-req.o /home/pcarns/working/pvfs2/vendor/build/src/kernel/linux-2.6/devpvfs2-req.c: In

Re: [Pvfs2-developers] kernel build problems on 64bit RHEL4

2006-04-25 Thread Murali Vilayannur
Hi Phil, Thanks! It was indeed a build bug that I caused with the ioctl 32 conversions. I have committed a fix for both... Could you give it another try? Thanks, Murali On Tue, 25 Apr 2006, Phil Carns wrote: Sure thing- its attached to this email. The redifinition errors might be a configure

Re: [Pvfs2-developers] sendfile and nfs

2006-04-25 Thread Rob Ross
what happens in the case where we don't support sendfile and someone wants to run apache? i think disabling by default is the right thing to do, allow this to be turned on with a configure option as you've done here. we will need to add an additional set of automated tests somewhere to make

Re: [Pvfs2-developers] sendfile and nfs

2006-04-25 Thread Murali Vilayannur
Hi Rob, what happens in the case where we don't support sendfile and someone wants to run apache? Hmm.. I believe there is an option called EnableSendfile in httpd.conf that you can set to Off. I have never tried that option myself, but the default is set to On (on Linux atleast). trying out

Re: [Pvfs2-developers] sendfile and nfs

2006-04-25 Thread Rob Ross
Ok. Sounds like we've got a good solution: - sendfile off by default - FAQ entry re: Apache suggests: - EnableSendfile Off, or - recompile with --enable-sendfile Build tests mainly, so if something changes we don't find out by a user having compile problems. Thanks! Rob Murali