
Hi there, I have been using sshfs for years on a server without incident. Now when I connect I can't write to / save the PHP files I am editing. The server shows the following error: sftp-server[34002]: error: process_write: write failed I have checked the disk for space (there is plenty and I have even deleted files). The permissions have not changed and I have tested and reset them on various directories. Geany: Error saving file. Nautilus: Error creating directory: Operation not permitted Any ideas how to debug? I think it is specific to this server. Thanks Piers

Check whether the partition has been re-mounted "read-only". This can happen if the OS detects some error on the partition and it re mounts the partition "read-only" to saveguard the data. Cheers Daniel. On Fri, 23 Oct 2015 12:02:21 +1000 Piers Rowan <piers.rowan@recruitonline.com.au> wrote:
Hi there,
I have been using sshfs for years on a server without incident.
Now when I connect I can't write to / save the PHP files I am editing.
The server shows the following error:
sftp-server[34002]: error: process_write: write failed
I have checked the disk for space (there is plenty and I have even deleted files). The permissions have not changed and I have tested and reset them on various directories.
Geany: Error saving file.
Nautilus: Error creating directory: Operation not permitted
Any ideas how to debug? I think it is specific to this server.
Thanks
Piers
_______________________________________________ luv-main mailing list luv-main@luv.asn.au http://lists.luv.asn.au/listinfo/luv-main
-- dan062 <dan062@yahoo.com.au>

Hi there Just an idea that you might want to look into. Are there processes that have not been terminated that are still running that might be consuming resources (maximum open files, maximum processes running, that kind of thing). I teach C programming and we get the students to compile and run their programs on the server and from time to time our students have those sorts of problems. cheers Paul Miller Education Researcher Head Tutor for COSC1076 - Advanced Programming Techniques Head Tutor for COSC1252/1254 - Programming Using C++ School of CS& IT, RMIT GPO Box 2476 or 124 La Trobe Street, Melbourne, 3001 *RMIT University acknowledges the Wurundjeri people of the Kulin Nations as the traditional owners of the land on which the University stands. RMIT University respectfully recognises Elders both past and present.* On 23 October 2015 at 13:02, Piers Rowan <piers.rowan@recruitonline.com.au> wrote:
Hi there,
I have been using sshfs for years on a server without incident.
Now when I connect I can't write to / save the PHP files I am editing.
The server shows the following error:
sftp-server[34002]: error: process_write: write failed
I have checked the disk for space (there is plenty and I have even deleted files). The permissions have not changed and I have tested and reset them on various directories.
Geany: Error saving file.
Nautilus: Error creating directory: Operation not permitted
Any ideas how to debug? I think it is specific to this server.
Thanks
Piers
_______________________________________________ luv-main mailing list luv-main@luv.asn.au http://lists.luv.asn.au/listinfo/luv-main
participants (3)
-
Dan062
-
Paul Miller
-
Piers Rowan