Verzeichnisse:
mysql-server: datadir= /var/lib/mysql
mythtv Aufnahmen: /var/lib/mythtv/recordings
Error-Messages: /var/log/mythtv/mythbackend.log
iso-Datei: /usr/share/mythtv/mytharchive/tmp/work
Dokumentation: /usr/share/doc/mythtv-doc
Rechnername: /etc/hostname und /etc/hosts
mysql-server-Konfiguration: /etc/mysql/my.cnf: #bind-adress auskommentieren
Datenbanken liegen in: /var/lib/mysql
http://readlist.com/lists/mythtv.org/mythtv-users/9/46777.html
Befehle:
sudo -s (fake Rootshell erzeugen)
mysqladmin -u root password geheim (in mysql das root password setzen)
sudo dpkg -reconfigure mythtv-database (MythTV das root pasword mitteilen)
sudo dpkg -reconfigure mythtv-common ?
sudo /etc/init.d/mythtv-backend start (backend server starten)
mythtv-setup (konfiguriert den backend-server, Datenbankverbindung muss stehen)
mythfilldatabase ?
fdupes -f -r . xargs rm (löscht Duplikate und behält ein Unikat)
sudo update-rc.d mythtv-backend defaults (mythtv backend dienst automatisch starten)
http://wiki.ubuntuusers.de/Dienste
vor dem DVD-Brennen: rm /home/
http://ubuntuforums.org/showthread.php?t=610856
Zugriff vom Client auf Server: server, user, datenbank
mysql -h IPServer -u mythtv -p mythconverg
MythTV-Datenbankverbindung:
in ~/.mythtv/mysql.txt festlegen:
DBHostName=localhost
DBUserName=mythtv
DBPassword=??? siehe Datei
DBName=mythconverg
DBType=QMYSQL3
MYSQL
Das Password für den User mythtv muss in mysql genauso gesetzt sein.
Vorsicht es gibt an mehreren Stellen mysql.txt Dateien
z.B.: /etc/mythtv/mysql.txt
ure@ure-buntu:~$ mysql -u root -prufalat
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 116
Server version: 5.0.67-0ubuntu6 (Ubuntu)
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> use mysql;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Database changed
mysql> select host,user,password from user;
host user password
localhost root *80BC96BBE265554ADE47080285988DCB64572F95
ure-buntu root *80BC96BBE265554ADE47080285988DCB64572F95
127.0.0.1 root *80BC96BBE265554ADE47080285988DCB64572F95
localhost
ure-buntu| |
localhost debian-sys-maint *6CBA840610AF94F0CCE30484259EFA61A39EFBD5
localhost mythtv *76B6E85463E8EBE8BCDF5A30E9FE189238D50F87
% mythtv *76B6E85463E8EBE8BCDF5A30E9FE189238D50F87
mysql> quit;
Bye
ure@ure-buntu:~$
Pakete:
mysql-administrator ...
Bedienung:
Frontend: Alt+tab zeigt output des frontends im terminal
Verschiedenes:
typical values for MythTV range from:
700 megabytes/hour for MPEG-4
2 GB/hour for MPEG-2 and RTjpeg
7 GB/hour for ATSC HDTV.
Hardware:
USB: AverTV DVB-T Volar
PCI: Hauppauge WinTV-HVR 1300
PCI: LifeView FlyDVB Trio
DVD-Multiplayer: Pioneer DV-600AV
Links:
http://www.gossamer-threads.com/lists/engine?do=post_view_printable;post=298960;list=mythtv
http://wiki.ubuntuusers.de/MythTV?highlight=%28mythtv%29
http://parker1.co.uk/mythtv_ubuntu.php
dvbt, channel.conf: http://www.vdr-wiki.de/wiki/index.php/Channels.conf_DVBT-De-NRW-Ostwestfalen-Lippe
dvbt: http://www.lfm-nrw.de/downloads/dvbt/programmbeleg-ostwestfalen.pdf
Keine Kommentare:
Kommentar veröffentlichen