Changes between Initial Version and Version 1 of Ticket #11004


Ignore:
Timestamp:
Jan 16, 2013, 9:17:10 AM (12 years ago)
Author:
Raymond Wagner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11004 – Description

    initial v1  
    66
    77I have the storage group defined on the master backend with the following:
    8 
     8{{{
    99/var/mythtv/tv/recordings/
    1010/var/mythtv/tv2/recordings/
     
    1212/var/tv/recordings/
    1313/var/tv2/recordings/
    14 
     14}}}
    1515The first three directories are on the master backend and the last two are on
    1616the slave backend.  Nothing is defined on the slave backend.  My
     
    2525
    2626master backend:
     27{{{
    2728bob@mythbox:~$ ls -ld /var/{,mythtv/}tv*/recordings
    2829ls: cannot access /var/tv*/recordings: No such file or directory
     
    3738/dev/sdb1            1953446464 1896418576  57027888  98% /var/mythtv/tv3
    3839/dev/sdc1            1952558140 1895880720  56677420  98% /var/mythtv/tv
    39 
     40}}}
    4041slave backend:
     42{{{
    4143bob@mail:~$ ls -ld /var/{,mythtv/}tv*/recordings
    4244ls: cannot access /var/mythtv/tv*/recordings: No such file or directory
     
    4951/dev/sdb1            976694464 919833692  56860772  95% /var/tv2
    5052/dev/sda2            200184560 183212220  16972340  92% /var/tv
    51 
     53}}}
    5254Here is the storage group table:
     55{{{
    5356 +----+-------------+----------+----------------------------------+
    5457| id | groupname   | hostname | dirname                          |
     
    6568| 19 | Banners     | mythbox  | /var/mythtv/artwork/banners/     |
    6669+----+-------------+----------+----------------------------------+
    67 
     70}}}
    6871He requested that I run the backend with the parameters  -v file,schedule --loglevel debug.  The error appeared pretty quickly. I have attached the log file.
    6972