[mythtv-commits] Ticket #6503: GetFilesystemInfos, TotalKB: -1 should be ignored

MythTV mythtv at cvs.mythtv.org
Sun Apr 26 07:27:28 UTC 2009


#6503: GetFilesystemInfos, TotalKB: -1 should be ignored
-------------------------------+--------------------------------------------
 Reporter:  nick at kreucher.net  |        Owner:  cpinkham  
     Type:  defect             |       Status:  assigned  
 Priority:  minor              |    Milestone:  0.21.1    
Component:  MythTV - General   |      Version:  0.21-fixes
 Severity:  medium             |   Resolution:            
  Mlocked:  0                  |  
-------------------------------+--------------------------------------------
Changes (by cpinkham):

  * owner:  ijr => cpinkham
  * status:  new => assigned


Comment:

 Can you replicate this issue currently?

 Can you run both backends with "-v file,schedule" and see if that gives
 any additional clues to what is going on?

 The local vs remote determination is based on the filesystem type. We
 assume local unless the filesystem type returned from statfs() is a
 network filesystem. In the years since this code went in, I haven't seen
 any issues like this so far. If you compiled from source, you could try
 inserting some debug VERBOSE comments around line 123 in
 programs/mythbackend/backendutil.cpp.

 Are you using the ghost option with automount? That could be causing this
 issue since the statfs() won't cause a mount, so we're unable to get the
 actual size and usage info.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6503#comment:4>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list