NoisyVoid.com Knowledgebase
To check / correct the corrupt database
Go to the database directory
Stop both the backend and mysql
# /sbin/service mysqld stop
run the script to check the database (check output given directly onto screen)
check output of script
If required run a program to correct the data
Start service
Alternative way of checking database (backend should be stopped, but mysql should be running)
Then restart the backend
Another Alternative way of checking database (I have ran this with both backend and mysql running)
# ./optimize_mythdb.pl
To import .nuv files into the database (if xmldata still exists it will autofill the info)
may be obsolete now as I last tried this in 0.18.1
# /myth.rebuilddatabase.pl --try_default
Looking at the database
to get into mysql
#
some useful sql commands
describe recordedprogram;
select * from recordedprogram where chanid like 1009;
select * from channel where name like 'sky three';
update channel set xmltvid='sky-three.com' where name like 'sky three';
Some useful Fedora core / linux commands
To investigate hardware versions of pci connected cards (and with verbose)
# lspci -v
Also use
Also to get what modules the hardware has loaded as
to list packages
to install package rpm
to remove package
list mounted drives
Open drive from ssh
Close drive from ssh
reformat this later
using gawk
Ubuntu command and useful stuff
Thing I needed to do to get it working
- add vmalloc=250M onto kernel boot line to make DVB-T card work
- added customer edid.bin to make monitor work when off
- installed libflashsupport and flashplugin-nonfree-extrasound to get flash working
- installed msttcoreforts to get fonts for myth
Use the following command to check the vmalloc setting
apt repository config files are in
To check what nvidia drivers are loaded
to remove all the relevent drivers
to install the nvidia kernal packages
To upgrade the ubuntu
using aptitude (better for resolving dependencies) to upgrade
The following command are useful to mount the old Fedora LVM
Starting the Virtual Box VM in headless mode
getting status on the VM
to check what version of Ubuntu you are running