summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-system
AgeCommit message (Collapse)AuthorFilesLines
2009-01-26cleanup of starting XJames Meyer2-2/+2
Also fix status message for X not going to tty1
2009-01-26Added some logic to wait for the DB to start responding after restart.Tom Culliton1-1/+9
2009-01-25Add a bit of extra logging output from the DB dump.Tom Culliton1-1/+1
2009-01-13Minor fix for running mythtv-setup (sudo taskset -c 0 mythtv-setup). I saw ↵Cecil Hugh Watson2-2/+2
this during scanning crashing on multi-core systems.
2009-01-11Rebuilt LinHES-system to include tjc's changes. Modified v4l-dvb-hdpvr to ↵Cecil Hugh Watson1-1/+1
reflect new kernel.
2009-01-11Updates to make the backup and restore scripts work for Arch Linux and beTom Culliton7-73/+310
more portable in general. Also use the library facilities for checking on the existence of prerequisites.
2008-12-07Add support for Autodetection of Hauppauge pvr-250 receivers. This should workJames Meyer2-2/+34
but I don't have a pvr-250 receiver anymore so can't fully test it. If PVR-250 is found then the old Hauppauge remote is assumed to be in use. Detection first checks for USB receivers, if no receiver is found it then checks for Hauppauge receivers. First found remote wins, so if a USB receiver is found the Hauppauge detection is never run. Oddly enough I never wanted to use a Hauppauage receiver again, but somehow I spent most of the adding support for it.
2008-12-01remove debugging msgJames Meyer2-2/+1
2008-11-14Add smolt to start on first boot.James Meyer5-8/+52
correct link location for myth_mtc.py in cron.daily
2008-11-13no functional change, just a bump to get around a conflict.James Meyer1-1/+1
2008-11-13Bumped mythdb-initial version for testing.Cecil Hugh Watson2-3/+3
Modified LinHES-run to launch mythtv-setup from an xterm. Launch mythfilldatabase in the background. Bumped LinHES-System version to reflect change.
2008-11-12change path to mythtv-setupJames Meyer1-3/+4
2008-11-07add the r5.5 backup/restore programs.James Meyer6-5/+523
2008-11-02remove the loop around mythfrontend/mythwelcomeJames Meyer2-6/+7
2008-11-02Add LinHES-run master LinHES startup script for X.James Meyer2-2/+78
Called from fluxbox
2008-10-10Scripts to make LinHES all that it will be.James Meyer7-0/+435
sudo rules are installed via LinHES.install. Currently this allows mythtv to do anything. This will need to change in the future, but for now its ok. -myth_mtc.py is a script that will check to make sure myth is idle before running optimize_mythdb.py along with performing a nightly backup. Currently the backup is not functional, as it's waiting on the knoppmyth scripts. LinHES-start and LinHES-session start X and control whats run. Instead of using a .xinitrc for mythtv LinHES-start is systemwide. LinHES-profile.sh set's up the PATH for LinHES tools & scripts.
2008-10-10introduce the pkg LinHES-system.James Meyer1-0/+34
Also testing commit hooks