Re: Django unable to write to an NFS share

2019-06-06 Thread Win Thor
In case anyone else runs into this. You can fix this by using NFSv4. There are issues with file locking and if you don't have statd running with NFSv3 to help manage lock status for files then you'll run into these types of issues. I was having this same issue and had to update my NFS server to

Re: Django unable to write to an NFS share

2012-04-13 Thread Bastian
ok I just gave up using NFS, it's just too much hassle, making sure the ports are static, configuring iptables and then permissions problems... I switched to sshfs and it just worked straight away :) Now I don't know if it is a very good option for sharing the user-media folder, any idea? On Fr

Re: Django unable to write to an NFS share

2012-04-13 Thread Bastian
Let me reformulate that, I started again from scratch and the www-data user can actually create and edit files in the NFS share. Now what happens is that the app simply says connecting while trying to upload a file and it stays like that in the browser for as long as I don't stop it. I cannot se

Django unable to write to an NFS share

2012-04-13 Thread Bastian
Hi, I have a working Django project and I am trying to add a second server. In the process I am making an NFS share on one server. The Apache instances on this server (the NFS host) can write (mostly images) to this directory but the other server (the NFS client) seems unable. Actually from thi