NFS home directories hang

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

NFS home directories hang

interele
How do I get LibreCAD to use /home/myname rather than /home
If I do a save the whole machine grinds to a stand still as LibreCAD
tries to mount every home directory on the server ( and there are 200+ )

Ta

Mal
Reply | Threaded
Open this post in threaded view
|

Re: NFS home directories hang

dxli
does it help if you open a dxf file from command:

librecad /home/myname/foo.dxf

or

librecad /tmp/foo.dxf

interele wrote
How do I get LibreCAD to use /home/myname rather than /home
If I do a save the whole machine grinds to a stand still as LibreCAD
tries to mount every home directory on the server ( and there are 200+ )

Ta

Mal
Reply | Threaded
Open this post in threaded view
|

Re: NFS home directories hang

interele
I think I might have cracked it

You need to go to /etc/sysconfig/autofs

and change DEFAULT_BROWSE_MODE="yes" to "no"

Looks good so far

Ta

Mal