Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-09 | LinHES-config: timezip.py do not overwrite most settings if a value is ↵ | James Meyer | 2 | -113/+189 | |
already present. -several formating changes and cleanup | |||||
2012-10-09 | mythinstall: new build..formatting changes | James Meyer | 1 | -1/+1 | |
2012-10-09 | runitscripts: vnc service, change dir to vncsvc home dir . Without this ↵ | James Meyer | 1 | -0/+1 | |
all xterms opened up within the vnc session started in /service/vnc | |||||
2012-10-09 | system-template: remove mx500-jams and replace with mx880-jams | James Meyer | 5 | -3/+28 | |
2012-10-08 | wmaker_settings: rename Systemconfig meno to service menu. Rearrage order ↵ | James Meyer | 2 | -12/+14 | |
to match the mythtv interface | |||||
2012-10-08 | evrouter: recompile for x86 | James Meyer | 1 | -2/+2 | |
2012-10-08 | mythtv-025: rearrange the order of the service menu | James Meyer | 2 | -72/+70 | |
2012-10-08 | LinHES-config: fixed central NFS | James Meyer | 4 | -25/+73 | |
new feature, if central NFS is selected the entry is added to nfsmap_auto | |||||
2012-10-05 | new mv build. support for netcallerid | James Meyer | 1 | -1/+1 | |
2012-10-05 | runit-scripts: ncid-server add support for NetcallerID also set speed to ↵ | James Meyer | 2 | -3/+8 | |
4800 for all modem devices. | |||||
2012-10-05 | supplemental-web: search results for calls open in new windows. Seems ↵ | James Meyer | 1 | -5/+5 | |
google didn't like opening in an i-frame | |||||
2012-10-05 | LinHES-config: add xhost + localhost to startup for vncsvc user | James Meyer | 2 | -1/+3 | |
2012-10-05 | wmaker_settings: add sudo to mythvantage calls | James Meyer | 3 | -18/+26 | |
2012-10-05 | tigervnc: add sudo rules for the vncsvc user | James Meyer | 3 | -8/+25 | |
2012-10-04 | system-templates: remove ncid.conf files..added list of area codes | James Meyer | 3 | -194/+363 | |
2012-10-04 | ncid: fix up to: | James Meyer | 6 | -23/+45 | |
1) work 2) added area code lookup for US only | |||||
2012-10-03 | LinHES-config: timezip.py add geolocate abilities for guessing timezone, ↵ | James Meyer | 2 | -17/+84 | |
will only work for US based IPs. | |||||
2012-10-01 | xymon: added grouping of hosts by system type to the display. | James Meyer | 4 | -70/+134 | |
2012-10-01 | LinHES-system: cleaned up install file and moved sudo rules to their own file. | James Meyer | 3 | -71/+33 | |
2012-10-01 | supplemental-web: changed xymon to system health in header | James Meyer | 2 | -2/+2 | |
2012-09-29 | LinHES-system: MYTH_RUN_STATUS="1" for backup and restore. This prevents ↵ | James Meyer | 3 | -3/+5 | |
the tuner status from being displayed in the output | |||||
2012-09-29 | xymon: hbnotes, more javascirpt alerts/popups for shutdown,reboot & apply ↵ | James Meyer | 2 | -14/+51 | |
updates | |||||
2012-09-29 | LinHES config: several changes here | James Meyer | 8 | -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-29 | LinHES-config: timezip.py add lookup support for windowmanager and ↵ | James Meyer | 1 | -1/+40 | |
enhanced during install | |||||
2012-09-29 | mythdb-initial: enable network control and set myth escapt to alt+esc | James Meyer | 2 | -5/+11 | |
2012-09-29 | mythtv: updated mythutil.patch. This one add restore from default and also ↵ | James Meyer | 3 | -87/+193 | |
includes jumpoint table | |||||
2012-09-29 | supplemental-web: added schedules direct to links | James Meyer | 2 | -1/+2 | |
2012-09-29 | system-templates: remove default settings as they are now auto generated ↵ | James Meyer | 7 | -1147/+1 | |
when the system is installed | |||||
2012-09-27 | LinHES-system: add the ability to view the msg queue | James Meyer | 3 | -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-27 | mythtv: new build for python bindings fix | James Meyer | 1 | -1/+1 | |
2012-09-27 | func: adjust for new msg_client.py syntax | James Meyer | 2 | -3/+3 | |
2012-09-27 | LinHES-config: adjust for new msg_client.py syntax | James Meyer | 2 | -8/+8 | |
2012-09-27 | LinHES-system: adjust for the new msg_client syntax | James Meyer | 4 | -17/+18 | |
remove lh_message and msg_osd.py | |||||
2012-09-27 | rsyslog: tweak the file logging just a bit. | James Meyer | 2 | -6/+6 | |
2012-09-27 | runit-scripts: mythbackend msg_deamon. | James Meyer | 3 | -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 | |||||
2012-09-27 | LinHES-system: enhance msg_client.py and msg_deamon.py to support : | James Meyer | 2 | -42/+364 | |
msg_client.py --clear --tag to clear the queue, with the --tag then the whole queue is cleared --msg --tag to add messages to que --kill kill whatever is currently being displayed | |||||
2012-09-25 | iguanair: update to 1.0.3. refs #848 | Britney Fransen | 1 | -5/+4 | |
2012-09-24 | dvb-firmware: add dvb-fe-cx24116.fw. closes #852 | Britney Fransen | 2 | -2/+2 | |
2012-09-23 | Merge branch 'testing' of git@linhes.org:linhes_pkgbuild into testing | Cecil | 33 | -291/+294 | |
2012-09-23 | Merge remote-tracking branch 'origin/testing' into testing | James Meyer | 15 | -225/+927 | |
# By Cecil (6) and Britney Fransen (2) # Via Britney Fransen (1) and Cecil (1) * origin/testing: LinHES-system: myth_status.py: fix conflicted recordings mythtv: bump to latest fixes to get python bindings fix pyxis:Initial inclusion. Needed for pyxis to close #63/4). python-distribute:Needed for python-beautifulsoup (to close #63/4). python-beautifulsoup4:Needed for pyxis (to close #63/4). python-libconcord:Moved to core with rest of python modules. gdb:Recompile against Python 2.6. Closes 850. mythappletrailers:Closes 849. Adds Play All, Shuffle and Play Random trailer to the menu. Conflicts were set to 64 bit versions, except for appletrailers Conflicts: abs/core/LinHES-system/PKGBUILD abs/core/gdb/PKGBUILD abs/core/gdb/__changelog abs/core/mythtv/stable-0.25/mythtv/PKGBUILD abs/core/python_modules/python-distribute/PKGBUILD abs/core/python_modules/python-distribute/__changelog abs/extra/mythappletrailers/PKGBUILD | |||||
2012-09-23 | LinHES-config: ensure that xymonserver is installed after upgrades. This ↵ | James Meyer | 6 | -37/+81 | |
requires a --dbonly pacman call and then later a normal pacman install. This was needed because after upgrades /home/xymon is still on the FS and the xymonserver package failed to to install because of it | |||||
2012-09-23 | LinHES-system: install_supplemental_service.sh explictly update xymonserver ↵ | James Meyer | 2 | -3/+4 | |
on install. This was needed to make sure it gets installed on upgrades after the --dbonly insert via pacman | |||||
2012-09-23 | supplemental-web/xymon: When restoring the database from the webui, prompt ↵ | James Meyer | 6 | -49/+105 | |
to make sure it's really what the user wants. Also limit db dropdown to 30 entries | |||||
2012-09-23 | runit-scripts: nptd save hwclock when shutting down ntpd | James Meyer | 2 | -1/+8 | |
2012-09-23 | func: touch new certs to update the date when func fails. This is needed in ↵ | James Meyer | 2 | -2/+5 | |
cases where the system was installed with an incorrect time. | |||||
2012-09-22 | LinHES-system: myth_status.py: fix conflicted recordings | Britney Fransen | 2 | -10/+9 | |
conflicted recordings would always trigger the except because len of an list iterator fails | |||||
2012-09-21 | mythtv: bump to latest fixes to get python bindings fix | Britney Fransen | 2 | -2/+2 | |
2012-09-21 | func: stop tuner status from being displayed when running failed_func | James Meyer | 2 | -2/+3 | |
2012-09-21 | LinHES-system, supplmental-web,xymon: renable and fix restore_job from web | James Meyer | 7 | -21/+24 | |
2012-09-21 | LinHES-config: backend_control.sh add the ability to detect if func ↵ | James Meyer | 2 | -24/+46 | |
failed and attempt to display the msg using local msg_client.py |