<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linhes_pkgbuild/abs/core/runit-scripts/runitscripts/services/mythbackend, branch R8.1</title>
<subtitle>The LinHES PKGBUILD repository</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/'/>
<entry>
<title>runit-scripts: mythbackend run: remove myth .24 detection</title>
<updated>2013-11-16T18:55:14Z</updated>
<author>
<name>Britney Fransen</name>
<email>brfransen@gmail.com</email>
</author>
<published>2013-11-16T18:55:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=efcb770dfe6077662de9fc81cdc2628e3391b579'/>
<id>efcb770dfe6077662de9fc81cdc2628e3391b579</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>LinHES-system, runit-scripts, mythdb-initial:  autocard.py will run when mythbackend starts if /etc/udev/mv-persistent-video.description is not present.</title>
<updated>2013-01-09T22:44:26Z</updated>
<author>
<name>James Meyer</name>
<email>james.meyer@operamail.com</email>
</author>
<published>2013-01-09T22:44:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=19558d2bbdf4b31e21c7707c86a077d62ab26d3c'/>
<id>19558d2bbdf4b31e21c7707c86a077d62ab26d3c</id>
<content type='text'>
LinHES-system: wait for autocard to finish before stopping the be

mythdb-initial:  add a dummy tuner, so that myth backend will start.  This get around the chicken/egg problem of needing tuners defined before MBE can start.  However to add tuners via the API mythbe must be started.

refs #892
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LinHES-system: wait for autocard to finish before stopping the be

mythdb-initial:  add a dummy tuner, so that myth backend will start.  This get around the chicken/egg problem of needing tuners defined before MBE can start.  However to add tuners via the API mythbe must be started.

refs #892
</pre>
</div>
</content>
</entry>
<entry>
<title>runit-scripts:  Dont' start a slave backend until a connection to master is established.</title>
<updated>2012-12-20T17:51:52Z</updated>
<author>
<name>James Meyer</name>
<email>james.meyer@operamail.com</email>
</author>
<published>2012-12-20T17:51:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=8fa65f7eeefe6c939e62ed55ab255706e2fd437e'/>
<id>8fa65f7eeefe6c939e62ed55ab255706e2fd437e</id>
<content type='text'>
-remove delay on the frontend service waiting on the backend.  The delay for mythfrontend has now been moved into frontend startup session script.

refs #886
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
-remove delay on the frontend service waiting on the backend.  The delay for mythfrontend has now been moved into frontend startup session script.

refs #886
</pre>
</div>
</content>
</entry>
<entry>
<title>runit-scripts:  add avahi  to mythbackend, mythexpress, remyth</title>
<updated>2012-11-06T19:25:11Z</updated>
<author>
<name>James Meyer</name>
<email>james.meyer@operamail.com</email>
</author>
<published>2012-11-06T19:25:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=89381a83e4a0c7abf27bf69fd4048750af151671'/>
<id>89381a83e4a0c7abf27bf69fd4048750af151671</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>runit-scripts:  added zoneminder</title>
<updated>2012-11-01T20:51:19Z</updated>
<author>
<name>James Meyer</name>
<email>james.meyer@operamail.com</email>
</author>
<published>2012-11-01T20:51:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=3202a396e855bfcc02a639d9b9cefd6bc44f1c40'/>
<id>3202a396e855bfcc02a639d9b9cefd6bc44f1c40</id>
<content type='text'>
Added some svwait mysql for mythbackend and zoneminder
added myth_run_status=1  for all other scripts that use /etc/profile

refs #857
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added some svwait mysql for mythbackend and zoneminder
added myth_run_status=1  for all other scripts that use /etc/profile

refs #857
</pre>
</div>
</content>
</entry>
<entry>
<title>runit-scripts:  make mythbackend wait on mysql.  mysql must be up for at least 5 seconds.</title>
<updated>2012-10-29T22:56:39Z</updated>
<author>
<name>James Meyer</name>
<email>james.meyer@operamail.com</email>
</author>
<published>2012-10-29T22:56:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=f974db507d6236cb82d3daf31073fcfe82bcf2ed'/>
<id>f974db507d6236cb82d3daf31073fcfe82bcf2ed</id>
<content type='text'>
mysql add a bash signal trap so that mysql will shut down correctly.  Without this mysql ignores the term signal which makes it unique in the unix world.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mysql add a bash signal trap so that mysql will shut down correctly.  Without this mysql ignores the term signal which makes it unique in the unix world.
</pre>
</div>
</content>
</entry>
<entry>
<title>runit-scripts:   mythbackend  msg_deamon.</title>
<updated>2012-09-27T05:06:35Z</updated>
<author>
<name>James Meyer</name>
<email>james.meyer@operamail.com</email>
</author>
<published>2012-09-27T05:06:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=d5954e7d4607ad7eeffa44383ee3a7c3aaf8abb3'/>
<id>d5954e7d4607ad7eeffa44383ee3a7c3aaf8abb3</id>
<content type='text'>
mythbackend, add ability to read options from file
/etc/conf.d/mythbackend
MYTH_ARGS="-q --syslog local6"

msg_deamon  set DISPLAY=127.0.0.1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mythbackend, add ability to read options from file
/etc/conf.d/mythbackend
MYTH_ARGS="-q --syslog local6"

msg_deamon  set DISPLAY=127.0.0.1
</pre>
</div>
</content>
</entry>
<entry>
<title>runit-scripts: mythbackend:run: check mythtv version installed to start mythbackend correctly</title>
<updated>2012-05-01T20:26:50Z</updated>
<author>
<name>Britney Fransen</name>
<email>brfransen@gmail.com</email>
</author>
<published>2012-05-01T20:26:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=622c2b05e6dc5f7a3d63cfe6bd51daae0e377b82'/>
<id>622c2b05e6dc5f7a3d63cfe6bd51daae0e377b82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>runit-scripts:</title>
<updated>2012-04-24T21:42:36Z</updated>
<author>
<name>James Meyer</name>
<email>james.meyer@operamail.com</email>
</author>
<published>2012-04-24T21:42:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=c58f2ef5aae732c9b25d0709b436e7420d466ddd'/>
<id>c58f2ef5aae732c9b25d0709b436e7420d466ddd</id>
<content type='text'>
- changed mythbackend logging to use syslog
- as pre-upgrade run a chmod 755 on /etc/sv.  This should get rid of the permissions difference error message.
   Note this is a one-time run
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- changed mythbackend logging to use syslog
- as pre-upgrade run a chmod 755 on /etc/sv.  This should get rid of the permissions difference error message.
   Note this is a one-time run
</pre>
</div>
</content>
</entry>
<entry>
<title>runit-scripts: mythbackend set myth_run_status=1  so that myth_status isn't run when this service is started.</title>
<updated>2012-04-22T21:07:23Z</updated>
<author>
<name>James Meyer</name>
<email>james.meyer@operamail.com</email>
</author>
<published>2012-04-22T21:07:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.linhes.org/linhes_pkgbuild/commit/?id=3cd27d056e972eb6c78c76f372147e6d8c3a241b'/>
<id>3cd27d056e972eb6c78c76f372147e6d8c3a241b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
