[mythtv-commits] Ticket #532: NFS: can skip past end of pseudo-live recording

MythTV mythtv at cvs.mythtv.org
Sun Feb 26 21:09:27 UTC 2006


#532: NFS: can skip past end of pseudo-live recording
--------------------------------+-------------------------------------------
 Reporter:  gdragon at jetcom.org  |        Owner:  ijr     
     Type:  defect              |       Status:  reopened
 Priority:  minor               |    Milestone:  0.20    
Component:  mythtv              |      Version:  head    
 Severity:  low                 |   Resolution:          
--------------------------------+-------------------------------------------
Comment (by cpinkham):

 I believe this issue is related to NFS file attribute caching.  Can you
 try remounting your NFS directory with the "-o actimeo=0" option and see
 if you can reproduce the problem still?  I think the backend is telling
 the frontend that the file is of X size, but the frontend can only see X-Y
 since it has cached the file attributes for the file.  The actimeo=0
 option will tell NFS to not cache the attributes so the frontend will
 always get the latest filesize, data, etc. when it uses a nfs-mounted
 file.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/532>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list