Changes between Initial Version and Version 1 of Ticket #11004
- Timestamp:
- Jan 16, 2013, 9:17:10 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11004 – Description
initial v1 6 6 7 7 I have the storage group defined on the master backend with the following: 8 8 {{{ 9 9 /var/mythtv/tv/recordings/ 10 10 /var/mythtv/tv2/recordings/ … … 12 12 /var/tv/recordings/ 13 13 /var/tv2/recordings/ 14 14 }}} 15 15 The first three directories are on the master backend and the last two are on 16 16 the slave backend. Nothing is defined on the slave backend. My … … 25 25 26 26 master backend: 27 {{{ 27 28 bob@mythbox:~$ ls -ld /var/{,mythtv/}tv*/recordings 28 29 ls: cannot access /var/tv*/recordings: No such file or directory … … 37 38 /dev/sdb1 1953446464 1896418576 57027888 98% /var/mythtv/tv3 38 39 /dev/sdc1 1952558140 1895880720 56677420 98% /var/mythtv/tv 39 40 }}} 40 41 slave backend: 42 {{{ 41 43 bob@mail:~$ ls -ld /var/{,mythtv/}tv*/recordings 42 44 ls: cannot access /var/mythtv/tv*/recordings: No such file or directory … … 49 51 /dev/sdb1 976694464 919833692 56860772 95% /var/tv2 50 52 /dev/sda2 200184560 183212220 16972340 92% /var/tv 51 53 }}} 52 54 Here is the storage group table: 55 {{{ 53 56 +----+-------------+----------+----------------------------------+ 54 57 | id | groupname | hostname | dirname | … … 65 68 | 19 | Banners | mythbox | /var/mythtv/artwork/banners/ | 66 69 +----+-------------+----------+----------------------------------+ 67 70 }}} 68 71 He 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. 69 72