• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Problem bei mythtv - Installation

Apt schreibt folgendes:

Code:
Sam666:/home/ggkch # apt-get mythtv
E: Ungülltige Operation mythtv
Sam666:/home/ggkch # apt-get install mythtv
Lese Paketlisten... Fertig
Erzeuge Abhängigkeitsbaum... Fertig
Die folgenden zusätzlichen Pakete werden installiert werden:
  dvb libiec61883 libmyth
Die folgenden NEUEN Pakete werden installiert werden:
  dvb libiec61883 libmyth mythtv
0 upgraded, 4 newly installed, 0 entfernt und 97 nicht upgegradet.
Muss 0B/16,6MB an Archiven holen.
Nach dem Auspacken werden 46,4MB zusätzlicher Plattenplatz benutzt werden.
Wollen Sie fortsetzen? [J/n] j
Checking GPG signatures...
Unknown signature /var/cache/apt/archives/libiec61883_1.0.0-1.pm.1_i586.rpm: (SHA1) DSA sha1 md5 (GPG) NOT OK (MISSING KEYS: GPG#3a8f0245)
Unknown signature /var/cache/apt/archives/libmyth_0.18.2-13SVN20051013_i586.rpm: (SHA1) DSA sha1 md5 (GPG) NOT OK (MISSING KEYS: GPG#3a8f0245)
Unknown signature /var/cache/apt/archives/mythtv_0.18.2-13SVN20051013_i586.rpm: (SHA1) DSA sha1 md5 (GPG) NOT OK (MISSING KEYS: GPG#3a8f0245)
E: Error(s) while checking package signatures:
0 unsigned package(s)
3 package(s) with unknown signatures
0 package(s) with illegal/corrupted signatures
E: Handler silently failed
Sam666:/home/ggkch #

Hab solch eine Meldung noch nie gehabt. Hab also keine Ahnung was ich tagegen tun soll! :cry:
 
Hab mal im Forum über "--no-checksig" gegraben der Befehl stimmt aber dann schreibt er das:

Code:
Sam666:/home/ggkch # apt-get install mythtv --no-checksig
E: Kommandozeilenoption --no-checksig wird nicht verstanden

:roll:
 
Ansonsten probier's doch mal damit:
/etc/apt/apt.conf.d/gpg-checker.conf:
// Make GPG::Check no; to disable gpg checking
// It can still be used in combination with --checksig
GPG::Check false;
Scripts::pM::pre:: gpg-checker.lua;
Das GPG::Check false; wäre in dem Fall das, worauf es ankommt. Damit deaktivierst Du die Signaturen aber dauerhaft...
 
Also ich kapier das nicht. Mit dem Befehl
Code:
apt install mythtv --no-checksig
und es wurde installiert.
So und jetzt noch ein herzliches

Code:
mythtv

auf der Kommandozeile aber.....

Code:
command not found
:roll:

Komisch.

Sagt mal muß ich das noch extra kombilieren oder so? Hab mal ne Knoppix hochgefahren. Da war mythtv schon trauf. Da stand dann irgendwas noch mit fonted... ich weis auch nicht mehr.
 
Hi,
mythtv ist in der tat etwas aufwendiger. Da ist z.B. mal zu nennen:
- eine mysql-einrichtung,
- (automatisches) starten von mythbackend,
- einrichten der kanäle etc mit mythtv-setup
- und zu guter Letzt kannst du mit mythfrontend die Oberfläche starten.

Ansonsten würde ich dich an die MythTV-Doku verweisen.
http://www.mythtv.org/modules.php?name=MythInstall
 
Nimm Dir mal die aktuelle sources.list, die es hier im Forum unter APT, YUM... gibt, nimm die Quelle suser-scrute mit auf und suche dann mal nach mythtv:

SuSE10:/home/Joerg # apt-cache search mythtv
mythbrowser - A small web browser module for MythTV.
mythdvd - A DVD player module for MythTV.
mythgallery - A gallery/slideshow module for MythTV.
mythgame - A game frontend (xmame, nes, snes, pc) for MythTV.
mythmusic - The music player add-on module for MythTV.
mythnews - A RSS News Feed Plugin for MythTV.
mythphone - A video conferencing module for MythTV.
mythplugins - Main MythTV plugins.
mythtv-themes - Base themes for mythtv's frontend.
mythvideo - A generic video player frontend module for MythTV.
mythweather - A MythTV module that displays a weather forcast.
libmyth - Library providing mythtv support.
libmyth-devel - Development files for libmyth.
mythplugins-browser - A small web browser module for MythTV.
mythplugins-dvd - A DVD player module for MythTV.
mythplugins-gallery - A gallery/slideshow module for MythTV.
mythplugins-game - A game frontend (xmame, nes, snes, pc) for MythTV.
mythplugins-music - An audio player/ripper for mythtv
mythplugins-news - A RSS News Feed Plugin for MythTV.
mythplugins-video - A generic video player frontend module for MythTV.
mythplugins-weather - A MythTV module that displays a weather forcast.
mythplugins-web - The web interface to MythTV.
myththemes - The default themes for mythtv
myththemes-isthmus - A MythTV OSD theme.
myththemes-iulius - The Iulius theme for MythTV.
myththemes-minimalist_wide - The Minimalist-wide theme for MythTV.
myththemes-titivillus - The Titivillus theme for MythTV.
myththemes-titivillus_osd - The Titivillus-OSD theme for MythTV.
mythtv - MythTV is a homebrew PVR project.
mythtv-backend - Server component of mythtv (a PVR).
mythtv-frontend - Client component of mythtv (a PVR).
mythtv-setup - The setup-program for mythtv

Da hst Du etwas mehr, als nur mythtv selber.................. Backend ist wichtig, das verwaltet die Aufnahmegeräte und steuert diese, das Frontend ist quasi die "Bedienung" etc... ich suchte nur nach dem Frontend, habe hier eine funktionierende MythBox am Laufen... empfehlen kann ich Dir, solltest Du Probleme haben, KnoppMyth.
 
Oben