summaryrefslogtreecommitdiffstats
path: root/abs
AgeCommit message (Collapse)AuthorFilesLines
2012-10-14nss-mdns: no change..just moved teh md5sum after a test compileJames Meyer1-1/+1
2012-10-13LinHES-system: write mtc log file into /var/log/$DATEJames Meyer2-2/+3
2012-10-13xymon-server: hbnotes and dot file. replace . in hostname with _.James Meyer2-124/+138
This was needed because the dot file format does not like . in it
2012-10-12xymon: Change the way mtc check is done. Now program guide check is ↵James Meyer3-48/+57
pulled from the BE instead of the local webpage. Also move mtc log check to match /var/log/$DATE/myth_mtc.log
2012-10-12LinHES-config: timezip.py always sync the music & gallery dirJames Meyer1-6/+6
2012-10-11LinHES-system: suppress myth_status when sourcing profileJames Meyer2-1/+2
2012-10-11LinHES-config: mv_config change nfs options to match mythtv docsJames Meyer2-4/+4
2012-10-11certmaster, lighttpd,linhes-scripts,linhes-system,mythtv,xymon: fix logrotationJames Meyer12-24/+33
2012-10-11func: add logrotateJames Meyer2-7/+23
refs #853
2012-10-11mythinstall: Removed one set of test logos positions. Logos are now ↵James Meyer2-7/+8
rotated and shown in the upper right.
2012-10-11LinHES-system: more work with change_channel.shJames Meyer2-57/+152
This version uses getops instead of position based. -d delay -c channel -n transmitter # -s key to send after the channel, like Enter
2012-10-09LinHES-config: timezip.py, mv_ir.pyJames Meyer3-40/+48
timezip.py some cleanup in how things are synced for the nfsshares. Now it will only sync if the BE has a central config AND hosthareall is not selected mv_ir.py remove logging statement about change_channel
2012-10-09LinHES-system: set_windowmanager, change_channelJames Meyer4-5/+85
- set_windowmanager now sets the database when default is selected. - included new change_channel scripts that work in conjuction with /etc/systemconfig Instead of hardcoding the value of the remote name, it's dynamic selected from /etc/systemconfig. The transmitter number matchs the blaster proto number. change_channel.sh transmitter cmd change_channel.sh 1 12 #Change channel to 12 using transmitter 1
2012-10-09mythdb-initial: remove some unneeded values from custom.sqlJames Meyer3-6/+5
2012-10-09system-templates: remove change_channel nonsense.James Meyer4-64/+0
2012-10-09LinHES-config: timezip.py do not overwrite most settings if a value is ↵James Meyer2-113/+189
already present. -several formating changes and cleanup
2012-10-09mythinstall: new build..formatting changesJames Meyer1-1/+1
2012-10-09runitscripts: vnc service, change dir to vncsvc home dir . Without this ↵James Meyer1-0/+1
all xterms opened up within the vnc session started in /service/vnc
2012-10-09system-template: remove mx500-jams and replace with mx880-jamsJames Meyer5-3/+28
2012-10-08wmaker_settings: rename Systemconfig meno to service menu. Rearrage order ↵James Meyer2-12/+14
to match the mythtv interface
2012-10-08evrouter: recompile for x86James Meyer1-2/+2
2012-10-08mythtv-025: rearrange the order of the service menuJames Meyer2-72/+70
2012-10-08LinHES-config: fixed central NFSJames Meyer4-25/+73
new feature, if central NFS is selected the entry is added to nfsmap_auto
2012-10-05new mv build. support for netcalleridJames Meyer1-1/+1
2012-10-05runit-scripts: ncid-server add support for NetcallerID also set speed to ↵James Meyer2-3/+8
4800 for all modem devices.
2012-10-05supplemental-web: search results for calls open in new windows. Seems ↵James Meyer1-5/+5
google didn't like opening in an i-frame
2012-10-05LinHES-config: add xhost + localhost to startup for vncsvc userJames Meyer2-1/+3
2012-10-05wmaker_settings: add sudo to mythvantage callsJames Meyer3-18/+26
2012-10-05tigervnc: add sudo rules for the vncsvc userJames Meyer3-8/+25
2012-10-04system-templates: remove ncid.conf files..added list of area codesJames Meyer3-194/+363
2012-10-04ncid: fix up to:James Meyer6-23/+45
1) work 2) added area code lookup for US only
2012-10-03LinHES-config: timezip.py add geolocate abilities for guessing timezone, ↵James Meyer2-17/+84
will only work for US based IPs.
2012-10-01xymon: added grouping of hosts by system type to the display.James Meyer4-70/+134
2012-10-01LinHES-system: cleaned up install file and moved sudo rules to their own file.James Meyer3-71/+33
2012-10-01supplemental-web: changed xymon to system health in headerJames Meyer2-2/+2
2012-09-29LinHES-system: MYTH_RUN_STATUS="1" for backup and restore. This prevents ↵James Meyer3-3/+5
the tuner status from being displayed in the output
2012-09-29xymon: hbnotes, more javascirpt alerts/popups for shutdown,reboot & apply ↵James Meyer2-14/+51
updates
2012-09-29LinHES config: several changes hereJames Meyer8-119/+155
- added modules config_xml calling this will setup config.xml for mythtv and root user - install_db_chroot.sh will now generate the default settings and load them into a table - mv_install now calles myth_settings_wrapper.sh to load the default db
2012-09-29LinHES-config: timezip.py add lookup support for windowmanager and ↵James Meyer1-1/+40
enhanced during install
2012-09-29mythdb-initial: enable network control and set myth escapt to alt+escJames Meyer2-5/+11
2012-09-29mythtv: updated mythutil.patch. This one add restore from default and also ↵James Meyer3-87/+193
includes jumpoint table
2012-09-29supplemental-web: added schedules direct to linksJames Meyer2-1/+2
2012-09-29system-templates: remove default settings as they are now auto generated ↵James Meyer7-1147/+1
when the system is installed
2012-09-27LinHES-system: add the ability to view the msg queueJames Meyer3-31/+83
msg_client.py is used to add,remove, or list items in the queue of messages that will be displayed on screen. Optionaly messages can be given an identifier or "tag". This identifier does not have to be unique. Items are processed in the order they arrive, based off their slot number. The lowest slot number will be displayed first. After the message is displayed it is removed from the queue. ADD: To add items to the queue: msg_client.py --msg "My first message" --tag "tag1" REMOVE: Removing items are based off the tag. To remove all items from the queue that match the tag "tag1": msg_client.py --clear --tag tag1 To remove all items from the queue: msg_client.py --clear Listing items in the queue or to get the total count: msg_client.py --print_list > ------------- > msg : slot 1 > slot : 1 > cmd : msg > tag : None > timeout : None To immediately stop displaying the current message, use the kill command. msg_client.py --kill
2012-09-27mythtv: new build for python bindings fixJames Meyer1-1/+1
2012-09-27func: adjust for new msg_client.py syntaxJames Meyer2-3/+3
2012-09-27LinHES-config: adjust for new msg_client.py syntaxJames Meyer2-8/+8
2012-09-27LinHES-system: adjust for the new msg_client syntaxJames Meyer4-17/+18
remove lh_message and msg_osd.py
2012-09-27rsyslog: tweak the file logging just a bit.James Meyer2-6/+6
2012-09-27runit-scripts: mythbackend msg_deamon.James Meyer3-2/+8
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