●debian(etch)でmythtvを試してみました。(その4)
■mythtvのインストール
debian:~# apt-get install mythtv
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
gawk libavcodeccvs51 libavutilcvs49 libfaac0 libfaad0 libfame-0.9 libglib1.2 libgtk1.2
libgtk1.2-common liblame0 libmagick9 libmjpegtools0 libmyth-0.20.2 libpostproccvs51
libpvm3 libqt3-mt-mysql libquicktime0 libx264-54 libxvidcore4 mythtv-backend
mythtv-common mythtv-database mythtv-frontend pwgen transcode ttf-freefont
Suggested packages:
libwmf-bin mythweb mythmusic mythweather mythgallery mythdvd mythvideo mythgame
libdvdcss xvid4conf
Recommended packages:
pvm mythtv-doc mythtv-themes xmltv-util sox mjpegtools toolame transcode-doc
x-ttcidfont-conf
The following NEW packages will be installed:
gawk libavcodeccvs51 libavutilcvs49 libfaac0 libfaad0 libfame-0.9 libglib1.2 libgtk1.2
libgtk1.2-common liblame0 libmagick9 libmjpegtools0 libmyth-0.20.2 libpostproccvs51
libpvm3 libqt3-mt-mysql libquicktime0 libx264-54 libxvidcore4 mythtv mythtv-backend
mythtv-common mythtv-database mythtv-frontend pwgen transcode ttf-freefont
0 upgraded, 27 newly installed, 0 to remove and 1 not upgraded.
Need to get 24.3MB/26.1MB of archives.
After unpacking 65.2MB of additional disk space will be used.
Do you want to continue [Y/n]? y
WARNING: The following packages cannot be authenticated!
libavutilcvs49 libfaac0 libfaad0 liblame0 libx264-54 libxvidcore4 libavcodeccvs51
libfame-0.9 libmjpegtools0 libmyth-0.20.2 libpostproccvs51 mythtv-common
mythtv-database mythtv-frontend transcode mythtv-backend mythtv
Install these packages without verification [y/N]? y
Get:1 http://cdn.debian.or.jp etch/main gawk 1:3.1.5.dfsg-4 [694kB]
Media change: please insert the disc labeled
'Debian GNU/Linux 4.0 r2 _Etch_ - Official i386 NETINST Binary-1 20080103-00:44'
in the drive '/cdrom/' and press enter
■途中でこんなんがでてくる
qqqqqqqqqqqqqqqqqqqqqqqqqqu Configuring mythtv-database tqqqqqqqqqqqqqqqqqqqqqqqqqqk
x This information will be used to create a database and user for MythTV. x
x x
x Unless you have explicitly changed the password on the MySQL server, leave this x
x blank. x
x x
x What is the password for the MySQL administrator account 'root': x
x x
x _________________________________________________________________________________ x
x x
x
x
lqqqqqqqqqqqqqqqqqqqqqqqqqqqu Configuring mythtv-backend tqqqqqqqqqqqqqqqqqqqqqqqqqqqqk
x x
x mythtv-setup must be run in order to complete MythTV installation x
x x
x You must run mythtv-setup as a user in the 'mythtv' group in order to complete x
x mythtv configuration. Note that this program requires an X display, so you must x
x either login to an X session as a user in the 'mythtv' group, or otherwise arrange x
x for that user to have access to your X display. x
x x
x You must complete all four steps presented in the program. x
x x
x Once you have done this, you may start the backend by executing the following x
x command: x
x x
x sudo /etc/init.d/mythtv-backend start
■初期データベースの作成
debian:~# mysql -u root -p < /usr/share/mythtv/sql/mc.sql
debian:~# mysqlshow
mysqlshow: Access denied for user 'root'@'localhost' (using password: NO)
debian:~# mysqlshow -u root -p
Enter password:
+--------------------+
| Databases |
+--------------------+
| information_schema |
| mysql |
| mythconverg |
+--------------------+
mythconvergが表示されているのでOKです。
続きはまた今度。