SVN commits fail- Can’t get exclusive lock
this could be due to many reasons. If your data is in a nfs mounted drive, restart nfs and it should fix the problem.
Share and Enjoy:
this could be due to many reasons. If your data is in a nfs mounted drive, restart nfs and it should fix the problem.
Share and Enjoy:
I find “man samba_selinux” really well documented. All the common problems associate with samba selinux can be found there.
Share and Enjoy:
nfs can be setup easily using the GUI, ie
yum install system-config-nfs
The problem with nfs is that it uses certain random ports. If you have firewall enabled, you have problems. The trick is to fix the ports that nfs uses and simply enable those ports in the firewall. After checking up /etc/services, I chose a few [...]