Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-07 | mythdb-initial: removed all /myth based storage groups. brfransen reported ↵ | James Meyer | 2 | -12/+12 | |
that sometimes watch recordings would not open when /myth was listed a SG. The theory is that since /myth and /data/storage both point to the same place the SG code got confused. I could not replicate the problem, but removing /myth from SG shouldn't cause any issues. It will only cause extra work for those that had /myth mounted as an external drive on a R7 instance and want to keep it located at /myth in R8. | |||||
2013-01-07 | LinHES-system|config: add support for x11vnc | James Meyer | 5 | -8/+56 | |
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-07 | LinHES-system: system restore/backup modifications. | James Meyer | 3 | -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-05 | xymon: hbnotes, for MBE systems generate a notes file that allows the ↵ | James Meyer | 2 | -37/+94 | |
download/upload of backup files. refs #893 | |||||
2013-01-05 | supplemental-web: Two major additions here. | James Meyer | 9 | -27/+283 | |
1) introduce the static dev node mapping as produced by autocard. Currently located under system->List static dev nodes for tuners. This link will pull in mappings from the MBE and all SLAVE boxes. The query will pull the data from the host each time it's requested, so the slave machines must be on to see the mapping. The data is pulled over http from the slave box by calling cardlist.cgi, which will read in /etc/udev/mv-persisten-video.description. 2) Add the ability to upload and download system backup files from the MBE. Also reworked the css to make it a tad prettier. refs #893 refs #892 | |||||
2013-01-05 | LinHES-system: shorten length of the printed dividers . | James Meyer | 2 | -4/+4 | |
refs #893 | |||||
2013-01-05 | poweroff-scripts: suppress myth_status when sourcing /etc/profile | James Meyer | 4 | -4/+7 | |
2013-01-05 | LinHES-config: reintroduce the start of a revamped autocard.py. | James Meyer | 3 | -269/+508 | |
This is not done, but it's close enought to commit. In it's current state it will detect v4l, hdprv, hdhr, dvb cards and write out udev rules to create persistent dev nodes for each device. However it will not change the kernel produced nodes. Right now it's as simple as running "autocard.py" refs #892 | |||||
2013-01-03 | linuxtv-dvb-apps: 1486 | James Meyer | 1 | -0/+32 | |
2012-12-22 | LinHES-config: allow forcing of vga card type on the command line. | James Meyer | 2 | -12/+17 | |
VGACARDTYPE="intel" xconfig.sh VGACARDTYPE="nvidia" xconfig.sh VGACARDTYPE="VMware" xconfig.sh VGACARDTYPE="vesa" xconfig.sh refs #888 | |||||
2012-12-22 | runit-scripts: added mythzmserver | James Meyer | 3 | -1/+17 | |
2012-12-22 | mythplugins: removed zoneminder as a dep for mythzoneminder. If ↵ | James Meyer | 2 | -3/+11 | |
zoneminder needs to be installed it's taken care of with mv_software.py refs #887 | |||||
2012-12-22 | LinHES-config: added support for configuing mythzmserver to ↵ | James Meyer | 3 | -4/+38 | |
myth_settings_wrapper.sh. It will add the server and port to the settings table for each system that has mythzoneminder installed. Also modificed mv_software.py to setup zoneminder where needed and also mythzmserver refs #887 | |||||
2012-12-22 | LinHES-system: fix be_check.py from erroring when when it can't write to ↵ | James Meyer | 2 | -5/+11 | |
the log file. | |||||
2012-12-22 | supplemental_web: fix wakeonlan.sh to account for the change in mac address ↵ | James Meyer | 3 | -12/+24 | |
location in xymon, also added etherwake. | |||||
2012-12-22 | xf86-video-vesa: rebuild to match current X ABI | James Meyer | 1 | -1/+1 | |
2012-12-22 | zoneminder: correct shared memory usage | James Meyer | 2 | -3/+3 | |
2012-12-22 | etherwake: first build, used by supplemental web | James Meyer | 1 | -0/+26 | |
2012-12-20 | mythplugins: rebuild after updating mythburn patch | James Meyer | 1 | -2/+2 | |
2012-12-20 | mythdb-initial, mythinstall: add option for BEwait and enable it in the ↵ | James Meyer | 3 | -4/+5 | |
initial database. refs #886 | |||||
2012-12-20 | LinHES-system: add be_check.py and modify LinHES-session to use it. | James Meyer | 4 | -7/+49 | |
This will stop mythfrontend/mythwelcome from starting if be_check can't connect to the master backend. Mostly this was done to stop mythfronted from complaining about not being able to contact the MBE and in the worst case displaying the DB connection configuration screen. refs #886 | |||||
2012-12-20 | runit-scripts: Dont' start a slave backend until a connection to master is ↵ | James Meyer | 3 | -14/+39 | |
established. -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 | |||||
2012-12-19 | mythplugins: cherry picked from r7-testing new mythburn patch | Britney Fransen | 2 | -25/+32 | |
2012-12-19 | linhes-udev-rules: This pkg contains the rules that are custom to linhes ↵ | James Meyer | 12 | -0/+531 | |
or once were in arch but removed. Only the CD_DVD_symlinks rule has been tested refs #884 | |||||
2012-12-17 | mythinstall: new build, fixed db size limit was 5 now it's 15 | James Meyer | 1 | -1/+1 | |
2012-12-17 | cherry picked from r7-testing. | Britney Fransen | 2 | -155/+130 | |
mythburn .25 patch for aspect ratio and video storage groups | |||||
2012-12-17 | mythinstall: new build , cleaned up help text..removed evrouter | James Meyer | 1 | -1/+1 | |
2012-12-17 | LinHES-system: lh_system_backup_job. reworked the system backup job to ↵ | James Meyer | 2 | -46/+123 | |
support detection of failed remote copy. If a failed remote backup copy occurs, it will write the filename to a file and then setup a cron job to attempt to retransfer the file every hour until success. This is mostly needed in case func is down, or is the remote system is powered off when the first attemp is made. refs #885 | |||||
2012-12-17 | xymon: add check for remote backup copies that are pending. | James Meyer | 2 | -6/+19 | |
refs # 885 | |||||
2012-12-17 | rsyslog: suppress the running of myth_status when sourcing the profile in ↵ | James Meyer | 2 | -2/+3 | |
log_care | |||||
2012-12-17 | LinHES-config: removed evrouter, ldm replaced with udevil | James Meyer | 3 | -15/+15 | |
refs #883 | |||||
2012-12-17 | runit-scripts: removed ldm, adding udevil. Also added log_care to 1 so ↵ | James Meyer | 5 | -3/+22 | |
that it runs on startup. This ensures that logs are cleaned up and rotated out of the way even if the system is offline when the cron job is supposed to run. refs #883 | |||||
2012-12-17 | udevil: udevil replacing ldm | James Meyer | 2 | -0/+43 | |
refs #883 | |||||
2012-12-17 | ldm: removed ldm | James Meyer | 2 | -42/+0 | |
refs #883 | |||||
2012-12-15 | LinHES-config: for slave installs add supplemental-web-slave. | James Meyer | 2 | -4/+4 | |
2012-12-15 | runit-scripts: add supplemental-slave run file | James Meyer | 2 | -1/+12 | |
refs #881 | |||||
2012-12-15 | supplemental-web: add a basic http server/cgi for slaves to run. Split ↵ | James Meyer | 3 | -21/+83 | |
the package into supplemental-web and supplemental-web-slave refs #881 | |||||
2012-12-15 | LinHES-config: fix a typo in Slave_backend client smb filesharing. | James Meyer | 4 | -13/+41 | |
Start folding at home service when foldingathome it installed | |||||
2012-12-15 | xymon: hbnotes.py don't create notes files for hosts that are not LinHES ↵ | James Meyer | 2 | -3/+5 | |
hosts/have a missint hostsystemtype | |||||
2012-12-14 | projectx: 0.91 | James Meyer | 3 | -0/+153 | |
2012-12-14 | python2 : 2.7.3 add symlink for python2->python. | James Meyer | 2 | -0/+88 | |
This was needed for mytharchive | |||||
2012-12-14 | mythtv + plugins: grab latest fixset | James Meyer | 3 | -8/+6 | |
2012-12-13 | cdrkit: 1.1.11 | James Meyer | 1 | -0/+40 | |
2012-12-13 | dvd+rw-tools: 7.1 | James Meyer | 5 | -0/+89 | |
2012-12-13 | mjpegtools: 2.0 | James Meyer | 5 | -0/+165 | |
2012-12-13 | LinHES-system: add_storage.py , set the fstype in fstab. Using auto proved ↵ | James Meyer | 1 | -2/+4 | |
to be a problem when using xfs/reiserfs. | |||||
2012-12-13 | linhes-scripts: make it depend on perl-shell & perl | James Meyer | 1 | -2/+2 | |
2012-12-13 | perl-shell: 0.72 shell was removed from perl_core and moved to it's own ↵ | James Meyer | 1 | -0/+26 | |
module. Not for sure why but it was | |||||
2012-12-13 | mythappletrails: fixup a merge gone bad. This adds the playall/random ↵ | James Meyer | 2 | -13/+24 | |
menus and also fixes the loading.sh file | |||||
2012-12-12 | removed packages that are no longer needed: | James Meyer | 27 | -13398/+0 | |
eject fbsplash kernel26 linhes-splash miscsplashutils tightvnc |