Bug#522926: client cannot write to new files on server, only edit/delete/create

2009-12-02 Thread Iustin Pop
On Tue, Apr 07, 2009 at 02:31:30PM +0200, martin f krafft wrote: Package: nfs-common Version: 1:1.1.4-1 Severity: grave […] Hi, However, they could not write to new files. They could create them, but trying to write to them causes: open(testfile, O_WRONLY|O_CREAT|O_TRUNC, 0666) = -1

Bug#522926: client cannot write to new files on server, only edit/delete/create

2009-04-08 Thread martin f krafft
also sprach Aníbal Monsalve Salazar ani...@debian.org [2009.04.08.0243 +0200]: Please check the content of /proc/mounts on the client and if the option sec=null is listed for the file system in question, you will need to change that option to sec=sys in /etc/fstab or in the mount command that

Bug#522926: client cannot write to new files on server, only edit/delete/create

2009-04-07 Thread martin f krafft
Package: nfs-common Version: 1:1.1.4-1 Severity: grave I've had a great morning with NFS. First, the server had to be restarted, which caused all clients (at least one was using each of 1.1.4-1 and 1.1.5-[12]) to require a restart, since all processes just hung hard. New mounts would also not

Bug#522926: client cannot write to new files on server, only edit/delete/create

2009-04-07 Thread Aníbal Monsalve Salazar
Please check the content of /proc/mounts on the client and if the option sec=null is listed for the file system in question, you will need to change that option to sec=sys in /etc/fstab or in the mount command that you use. In such case, see: http://bugs.debian.org/492970