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 EINVAL (Invalid > argument) > > The file is created, but it cannot be written to. Hmm, so the create succeeds on the server, but the client reports EINVAL? > I can delete files just fine. > > This happens with 1.1.4-1 through 1.1.5-2, talking to > a 1:1.1.2-6lenny1 kernel server. Since this bug is somewhat old and unstable has now 1.2.0, can you confirm this is reproduceable? My tests with up-to-date lenny (server) + up-to-date sid (client, 2.6.31-1-amd64) show normal, expected behaviour: open("testfile", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 3 write(3, "aaa", 3) = 3 close(3) = 0 regards, iustin -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org