summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-system
AgeCommit message (Collapse)AuthorFilesLines
2013-11-12LinHES-system: lh_system_backup_job: create copy of system_backups on second ↵Britney Fransen2-4/+29
disk if it exists. closes #936.
2013-11-09LinHES-system: add_storage.py: lookup_formate for --double_myth optionBritney Fransen2-2/+3
2013-11-08LinHES-system: add_storage.py: add more explaination of what the tool is ↵Britney Fransen2-52/+85
going to do and improve help text.
2013-11-06LinHES-system: lh_backend_control.sh: update OSD messageBritney Fransen2-7/+5
2013-11-06LinHES-system: rename video_stuff to artwork. ref #935Britney Fransen3-13/+13
2013-11-05LinHES-system: add_storage.py: add fstype to conf file on install and if it ↵Britney Fransen2-66/+125
is missing add it. closes #934 other cosmetic changes and clarifications
2013-10-29LinHES-system: remove switch_web.sh. supplemental-web is defaultBritney Fransen2-32/+2
2013-10-22LinHES-system: replace pacman -f with --force as pacman 4.1 doesn't support -f.Britney Fransen2-3/+3
2013-10-01LinHES-system: misc_status_config.py: fix logging errorBritney Fransen2-3/+4
2013-09-28LinHES-system: msg_daemon.py: make bottom positions scroll the same as the ↵Britney Fransen3-15/+26
top positions
2013-09-28LinHES-system: diskspace.sh: add OSD warnings for /home and /data/srv/mysqlBritney Fransen3-15/+12
2013-09-26LinHES-system: msg_daemon.py: initial support for y padding to compensate ↵Britney Fransen2-10/+11
for displays that overscan alot.
2013-09-26LinHES-system & func: Change OSD font to OverlockBritney Fransen4-20/+28
msg_client.py: if cmd is --print_list wait 1s for data to be returned from msg_daemon
2013-09-26LinHES-system: Change default OSD font to Overlock.Britney Fransen3-30/+5
2013-09-25LinHES-system: remove old LinHES-system.install and add ↵Britney Fransen3-14/+4
install_canter_font.sh to system.install
2013-09-25LinHES-system & func: change msg_client.py font to CanterBritney Fransen4-6/+32
LinHES-system: install_canter_font.sh: added to install Canter font
2013-09-23LinHES-system: LinHES-session: clean up and remove old commented out ↵Britney Fransen2-108/+37
sections and add status logging for some functions.
2013-09-18LinHES-system: msg_daemon.py: make top slots slide down from the top and ↵Britney Fransen2-16/+35
slide up to disappear.
2013-09-18LinHES-system: unclutter-toggle.sh: fix path to unclutter.Britney Fransen2-3/+3
2013-09-18LinHES-system: linhes_update2.sh: pacman 4.1 changed the -f option to --force.Britney Fransen3-4/+6
unclutter-toggle.sh: add osd notification.
2013-09-17LinHES-system: convert ripD_eject.sh and importfiles.sh to use msg_client.py ↵Britney Fransen3-25/+18
for OSD.
2013-09-17LinHES-system: msg_daemon.py: fix osd flash to the right before it scrolls ↵Britney Fransen3-14/+8
into place by moving osd off screen before showing
2013-09-16LinHES-system: move get_airplay_key, importfile.sh, myth2mkv, myth2mp3, and ↵Britney Fransen6-4/+688
ripD_eject.sh from linhes-scripts
2013-09-16LinHES-system: stop_xss.sh: google-chrome replaces chromiumBritney Fransen2-3/+3
2013-09-16LinHES-system: move stop_xss.sh from linhes-scripts.Britney Fransen2-2/+15
remove stop_xss.sh from linhes-scripts. Remove linhes-scripts as a dep of web-on-linhes and xbmc.
2013-09-16LinHES-system: msg_client.py: update usage textBritney Fransen3-24/+15
diskspace.sh: remove old osd settings
2013-09-16linhes-scripts: remove acl_fix.fstab.py as it isn't needed in R8.Britney Fransen1-4/+4
Remove linhes-scripts as a dep from LinHES-system, certmaster, e16_theme_settings and wmaker_settings as acl_fix_fstab.py was the reason for the dep.
2013-09-16LinHES-system: remove myth_mts.lr as rsyslog and log_care take care of log ↵Britney Fransen2-16/+2
rotation
2013-09-16LinHES-system: linhes_update*: update to use msg_client.pyBritney Fransen4-102/+51
2013-09-14LinHES-system, linhes-scripts: move linhes_update*.sh and mythwelcome-* to ↵Britney Fransen6-0/+220
LinHES-system forgot to add files
2013-09-14LinHES-system, linhes-scripts: move linhes_update*.sh and mythwelcome-* to ↵Britney Fransen1-2/+10
LinHES-system
2013-09-14LinHES-system, linhes-scripts: move idle.sh and xwin_find.sh to LinHES-system.Britney Fransen3-3/+224
LinHES-system: add gnu-netcat as dep for idle.sh.
2013-09-14LinHES-system, linhes-scripts,xymon: move find_orphans.py to LinHES-system ↵Britney Fransen5-66/+296
and update xymon dep.
2013-09-01LinHES-system: add checkXFSfrag.sh and weekly cron job. closes #929Britney Fransen3-3/+61
2013-07-02LinHES-system: misc_upcoming_recordings.pl: suppress a warning.Britney Fransen2-4/+10
2013-05-31LinHES-system: run mythwelcome-config.py on first configure.James Meyer2-2/+9
refs # 914
2013-02-09Change version numbers to 8.0 to match the release number.James Meyer1-2/+2
LinHES-conifg LinHES-system mythdb-initial runit-scripts supplemental-web
2013-02-04LinHES-system: correct the logic for breaking out of the wmctrl loop. As ↵James Meyer2-9/+9
written it would break out of the inner loop..but not the 60 iteration loop.
2013-02-01LinHES-system: add lh_system_restore and lh_system_backup. These scripts ↵James Meyer5-63/+261
are called from the mythmenu. refs #900
2013-02-01LinHES-system: msg_daemon.py fix init and nasty bug related to timeout.James Meyer1-2/+4
In a nutshell timeout wouldn't work unless a msg without a timeout was called first.
2013-01-23linhes-system: add additional stuff to the system backup and also ↵James Meyer2-4/+22
introduced an exclude file. The exclude/include files are locate in /home/mythtv/backup_config/ new includes are: /home/vncsvc /home/xymon refs #897
2013-01-15LinHES-system: enable airplay be default. This does not install the ↵James Meyer2-3/+5
airplay key, it only enables myth to look for the key and become an airplay target.
2013-01-11LinHES-system: remove lh_message.sh..it's no longer usedJames Meyer1-49/+0
2013-01-11LinHES-system: make E and enhanced the default windowmanger. As a side ↵James Meyer4-49/+66
effect supplemental web also becomes the default. refs #895
2013-01-11LinHES-system: add_storage.py modify prompts to indicate that ↵James Meyer2-14/+28
no_destruction is in effect. Also all SG's to be created/added when using no_destruction. If the dir's already exist on disk no harm/foul the program just skips overs them
2013-01-09LinHES-system, runit-scripts, mythdb-initial: autocard.py will run when ↵James Meyer2-3/+8
mythbackend starts if /etc/udev/mv-persistent-video.description is not present. 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
2013-01-07LinHES-system|config: add support for x11vncJames Meyer2-4/+19
x11vnc support added to service menu. By default it will run on :2. The startup script will reference /etc/x11vnc.cfg if a user wishes to override the default flags. Ex: x11_vnc_options=” -rfbport 6000” will result in a startup cmd of “x11vnc -rfbport 6000” refs # 894
2013-01-07LinHES-system: system restore/backup modifications.James Meyer3-38/+148
- restore: Added support for partial restores. usuage: lh_system_restore $restore_file_name partial if partial is not in the cmd line, then a full restore will take place. Partial restore of a backup file: *stop mythbackend *save a copy of the current settings for the host. This only includes the settings table and storage group definitions. * save teh entire DB (just in case) *restore the full database from the backup file *restore the copy of the settings, taken from step 1. (This is needed to keep the current configured states consistent) *start mythbackend - backup, print the name of the resulting file refs #893
2013-01-05LinHES-system: shorten length of the printed dividers .James Meyer2-4/+4
refs #893
2012-12-22LinHES-system: fix be_check.py from erroring when when it can't write to ↵James Meyer2-5/+11
the log file.