Re: [EMAIL PROTECTED] Apache and writing to NFS

2008-11-11 Thread André Warnier
Frank Kimbell wrote: I tried that, and get this: [EMAIL PROTECTED] web]# su apache bash-3.00$ cd /website/nfs-directory bash: cd: /website/nfs-directory: Stale NFS file handle So also on the shell line, it gives this error... What I forgot to mention is that, when I do this as root, I get no

Re: [EMAIL PROTECTED] Apache and writing to NFS

2008-11-11 Thread Frank Kimbell
> I tried that, and get this: > > [EMAIL PROTECTED] web]# su apache > bash-3.00$ cd /website/nfs-directory > bash: cd: /website/nfs-directory: Stale NFS file handle > > So also on the shell line, it gives this error... What I forgot to mention is that, when I do this as root, I get no problems...

Re: [EMAIL PROTECTED] Apache and writing to NFS

2008-11-11 Thread Frank Kimbell
Hi, thanks for your reply. I tried that, and get this: [EMAIL PROTECTED] web]# su apache bash-3.00$ cd /website/nfs-directory bash: cd: /website/nfs-directory: Stale NFS file handle So also on the shell line, it gives this error... --

Re: [EMAIL PROTECTED] Apache and writing to NFS

2008-11-10 Thread Justin Pasher
Frank Kimbell wrote: Hello, I am trying a script (PHP) that writes files to disk. Now, writing the files locally works file, if I have a write-to directory owned apache:apache. Files created are owned apache:apache by default. But, I want to try this: I have an NFS share that has a large amount

[EMAIL PROTECTED] Apache and writing to NFS

2008-11-10 Thread Frank Kimbell
Hello, I am trying a script (PHP) that writes files to disk. Now, writing the files locally works file, if I have a write-to directory owned apache:apache. Files created are owned apache:apache by default. But, I want to try this: I have an NFS share that has a large amount of space. I want the f