[mythtv-commits] Ticket #4455: isMount() bug in MediaMonitor

MythTV mythtv at cvs.mythtv.org
Tue Jan 15 00:21:25 UTC 2008


#4455: isMount() bug in MediaMonitor
---------------------+------------------------------------------------------
 Reporter:  stuartm  |        Owner:         
     Type:  defect   |       Status:  new    
 Priority:  minor    |    Milestone:  unknown
Component:  mythtv   |      Version:  head   
 Severity:  high     |   Resolution:         
  Mlocked:  0        |  
---------------------+------------------------------------------------------

Comment(by nigel):

 With a manual mount command line, can reproduce:
 {{{
 % sudo mount /dev/hdc /media
 mount: block device /dev/hdc is write-protected, mounting read-only

 % egrep cdrom /proc/mounts
 /dev/hdc /cdrom iso9660 ro,nosuid,nodev,noexec 0 0
 }}}
 but that doesn't cause any looping, because mythfrontend will just create
 a second mount which corresponds to the paths in /etc/fstab. I will add
 some extra symlink checking in isMounted(). but I have no idea if this
 fixes the reported problem.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4455#comment:5>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list