<div>All:</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp; Got a somewhat small/somewhat large problem i'm trying to diagnose and wanted to get opinions on.&nbsp; MythTV 0.20 trying to use myth_archive_job.pl to move files between my 3 NFS mounted directories.&nbsp; I have a base video directory of about 60g and then 2 sub directories under that where i'm moving and linking files.&nbsp; All 3 of these are NFS Mounted from a &quot;NAS&quot; box I built.
</div>
<div>&nbsp;</div>
<div>So the issue seems to now be that when I run Myth_Archive_Job.pl on a large file (7g was my test last night) the job simply locks up completely (does the same thing running from the command line) and never returns (left it copying for 8+ hours&nbsp;overnight). When I kill the job (it won't return it won't ctrl-c) it pretty much locks up NFS completely requiring a power off (shutdown -h) on both boxes to make things come back up.&nbsp; Bouncing NFS doesn't do it.
</div>
<div>&nbsp;</div>
<div>I have successfully moved 5-600 meg files around without issues.&nbsp; </div>
<div>&nbsp;</div>
<div>NFS mount Settings are as follows:</div>
<div>&nbsp;</div>
<div>snip from /etc/exports from the NAS System:<br>/mnt/varchive&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://192.168.100.0/24(rw,async,no_root_squash)" target="_blank">192.168.100.0/24(rw,async,no_root_squash)
</a><br>/mnt/video1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://192.168.100.0/24(rw,async,no_root_squash)" target="_blank">192.168.100.0/24(rw,async,no_root_squash)</a><br>/mnt/video2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://192.168.100.0/24(rw,async,no_root_squash)" target="_blank">192.168.100.0/24(rw,async,no_root_squash) </a><br><br>snip from /etc/fstab from the mythtv box:
<br>nas:/mnt/varchive&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /video&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nfs&nbsp;&nbsp;&nbsp;&nbsp; rsize=8192,wsize=8192,hard,intr,nfsvers=3,actimeo=0,bg,tcp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 0<br>nas:/mnt/video1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /video/video1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nfs&nbsp;&nbsp;&nbsp;&nbsp; rsize=8192,wsize=8192,hard,intr,nfsvers=3,actimeo=0,bg,tcp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 0 
<br>nas:/mnt/video2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /video/video2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; nfs&nbsp;&nbsp;&nbsp;&nbsp; rsize=8192,wsize=8192,hard,intr,nfsvers=3,actimeo=0,bg,tcp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 0<br>&nbsp;</div>
<div>Note: I am using nfsvers=3 in the mount so I assume this means I should be able to handle files over 4g.</div>
<div>&nbsp;</div>
<div>Help?</div>
<div>&nbsp;</div>
<div>--Douglas Wagner</div>