Super. Vielen Dank. Ich war schon verunsichert. Dann werde ich nächstes WE mal mein Glück mit dem Verkabeln versuchen.
Posts by dawart
-
-
Hallo,
im Zuge einer Renovierung habe ich die 4 Kabel vom LNB, die bisher direkt in die Receiver gingen nun in 2 Unterputzdosen verbannt. Ich habe auch schon 2 Einsätze dafür bestellt und bekommen - vermute jetzt aber, das das die falschen waren: Das sind diese hier. Als ich die jetzt ausgepackt habe, ist mir aufgefallen, dass nur 2 Anschlüsse vorhanden sind - ich hatte eigentlich mit 3 verschiedenen gerechnet, 2x für Sat, 1x für Kabel. Offenbar ist diese Dose nur was für Einkabel-Anlagen.
Die Kabel-Anschlüsse sind mir nicht wichtig - ich brauche nur die F-Stecker-Buchsen. Gibt es dafür überhaupt Unterputz-Einsätze / Einsätze mit 2 getrennten Anschlüssen?
Gruß dawart
-
-
Kann es denn vielleicht etwas mit zu großen Videoaufzeichnungen zu tun haben? Ich habe einige Posts dazu gefunden, die bezogen sich aber eigentlich immer nur auf über Netzwerk gemountete Partitionen.
-
Habe jetzt mal zum Test in der runvdr ulimit -c unlimited gesetzt, der Fehler bleibt aber bestehen
Code
Display Morevideo:/tmp # runvdr start starting /usr/sbin/atd ... already running [ WARN ] starting /usr/local/bin/vdradmind.pl ... [ DONE ] starting /usr/local/bin/vdr ... /usr/local/bin/runvdr: line 82: 2019 File size limit exceeded(core dumped) /usr/local/bin/vdr --config="/usr/local/etc/vdr" --epg="/usr/local/etc/vdr/epg.data" --grab="/tmp" --lib="/usr/local/lib/vdr" --lirc="/dev/lircd" --log="3" --record="/usr/local/etc/vdr/scripts/rwrapper.sh" --shutdown="/usr/local/etc/vdr/scripts/shutdown.sh" --user="root" --video="/video0" --watchdog="60" --plugin="tvtv -t 60" --plugin="vompserver -c vompserver" restarting /usr/local/bin/vdr ... sending TERM signal ... /usr/local/bin/runvdr: line 82: 2195 File size limit exceeded(core dumped) /usr/local/bin/vdr --config="/usr/local/etc/vdr" --epg="/usr/local/etc/vdr/epg.data" --grab="/tmp" --lib="/usr/local/lib/vdr" --lirc="/dev/lircd" --log="3" --record="/usr/local/etc/vdr/scripts/rwrapper.sh" --shutdown="/usr/local/etc/vdr/scripts/shutdown.sh" --user="root" --video="/video0" --watchdog="60" --plugin="tvtv -t 60" --plugin="vompserver -c vompserver" video:/tmp # runvdr stop stopping /usr/local/bin/vdradmind.pl ... not running [ WARN ] video:/tmp # ulimit -a core file size (blocks, -c) unlimited data seg size (kbytes, -d) unlimited file size (blocks, -f) unlimited pending signals (-i) 3007 max locked memory (kbytes, -l) 32 max memory size (kbytes, -m) 321385 open files (-n) 1024 pipe size (512 bytes, -p) 8 POSIX message queues (bytes, -q) 819200 stack size (kbytes, -s) 8192 cpu time (seconds, -t) unlimited max user processes (-u) 3007 virtual memory (kbytes, -v) 1002880 file locks (-x) unlimited video:/tmp #
-
Code
Display Morevideo:/usr/local/etc/vdr # ulimit -a core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited file size (blocks, -f) unlimited pending signals (-i) 3007 max locked memory (kbytes, -l) 32 max memory size (kbytes, -m) 321385 open files (-n) 1024 pipe size (512 bytes, -p) 8 POSIX message queues (bytes, -q) 819200 stack size (kbytes, -s) 8192 cpu time (seconds, -t) unlimited max user processes (-u) 3007 virtual memory (kbytes, -v) 1002880 file locks (-x) unlimited
(läuft bei mir als root)
-
Es ist leider keines der vermuteten Probleme:
Code
Display Morevideo:~ # df Filesystem 1K-blocks Used Available Use% Mounted on /dev/hda2 76091428 67348496 4877696 94% / udev 189020 116 188904 1% /dev /dev/hdc1 156275512 149316484 6959028 96% /video1 /dev/hdd1 78177896 74986408 3191488 96% /video2 video:~ # mount /dev/hda2 on / type ext3 (rw,acl,user_xattr) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) debugfs on /sys/kernel/debug type debugfs (rw) udev on /dev type tmpfs (rw) devpts on /dev/pts type devpts (rw,mode=0620,gid=5) /dev/hdc1 on /video1 type reiserfs (rw) /dev/hdd1 on /video2 type reiserfs (rw,acl,user_xattr) video:~ #
die betreffenden Zeilen (79-81) in der runvdr sind
-
Ich habe nichts am System geändert, ich war gerade ziemlich froh, dass alles halbwegs gut lief. Ich werde heute Abend mal einen df-Aufruf / mount-Aufruf machen.
-
Die epg.data habe ich geleert - ohne Erfolg.
Auf den Festplatten ist auch noch überall genug Platz. -
Hallo,
seit 2 Tagen funktioniert mein VDR leider nicht mehr - er startet ständig neu. Im Logfile selbst habe ich erstmal keinen Fehler gefunden
Code
Display MoreNov 4 23:58:13 video runvdr: starting ... /usr/local/bin/vdr --config="/usr/local/etc/vdr" --epg="/usr/local/etc/vdr/epg.data" --grab="/tmp" --lib="/usr/local/lib/vdr" --lirc="/dev/lircd" --log="3" --record="/usr/local/etc/vdr/scripts/rwrapper.sh" --shutdown="/usr/local/etc/vdr/scripts/shutdown.sh" --user="root" --video="/video0" --watchdog="60" --plugin="burn -d $VDR_VIDEO -i $BURNISODIR -t $VDR_VIDEO" --plugin="tvtv -t 60" --plugin="vompserver -c vompserver" ... Nov 4 23:58:13 video vdr: [6960] VDR version 1.4.7 started Nov 4 23:58:13 video vdr: [6960] switched to user 'root' Nov 4 23:58:13 video vdr: [6960] loading plugin: /usr/local/lib/vdr/libvdr-burn.so.1.4.5 Nov 4 23:58:14 video vdr: [6960] loading plugin: /usr/local/lib/vdr/libvdr-tvtv.so.1.4.5 Nov 4 23:58:14 video vdr: [6960] loading plugin: /usr/local/lib/vdr/libvdr-vompserver.so.1.4.5 Nov 4 23:58:14 video vdr: [6960] loading /usr/local/etc/vdr/setup.conf Nov 4 23:58:14 video vdr: [6960] loading /usr/local/etc/vdr/sources.conf Nov 4 23:58:14 video vdr: [6960] loading /usr/local/etc/vdr/diseqc.conf Nov 4 23:58:14 video vdr: [6960] loading /usr/local/etc/vdr/channels.conf Nov 4 23:58:14 video vdr: [6960] loading /usr/local/etc/vdr/timers.conf Nov 4 23:58:14 video vdr: [6960] loading /usr/local/etc/vdr/svdrphosts.conf Nov 4 23:58:14 video vdr: [6960] loading /usr/local/etc/vdr/remote.conf Nov 4 23:58:14 video vdr: [6960] loading /usr/local/etc/vdr/keymacros.conf Nov 4 23:58:14 video vdr: [6960] reading EPG data from /usr/local/etc/vdr/epg.data Nov 4 23:58:14 video vdr: [6961] video directory scanner thread started (pid=6960, tid=6961) Nov 4 23:58:14 video vdr: [6961] ERROR: unexpected tag while reading EPG data: Format: Film Nov 4 23:58:14 video vdr: [6961] ERROR: EPG data problem in line 3 Nov 4 23:58:14 video vdr: [6961] ERROR: EPG data problem in file /video0/%Ladykillers/2005-11-16.03.03.50.99.rec/info.vdr Nov 4 23:58:14 video vdr: [6961] ERROR: unexpected tag while reading EPG data: Format: Film Nov 4 23:58:14 video vdr: [6961] ERROR: EPG data problem in line 3 Nov 4 23:58:14 video vdr: [6961] ERROR: EPG data problem in file /video0/%Sommersturm/2005-11-07.07.28.50.99.rec/info.vdr Nov 4 23:58:14 video vdr: [6961] ERROR: unexpected tag while reading EPG data: Format: Film Nov 4 23:58:14 video vdr: [6961] ERROR: EPG data problem in line 3 Nov 4 23:58:14 video vdr: [6961] ERROR: EPG data problem in file /video0/%Das_Urteil/2005-10-29.07.03.50.99.rec/info.vdr Nov 4 23:58:14 video vdr: [6962] video directory scanner thread started (pid=6960, tid=6962) Nov 4 23:58:14 video vdr: [6962] video directory scanner thread ended (pid=6960, tid=6962) Nov 4 23:58:14 video vdr: [6961] ERROR: unexpected tag while reading EPG data: Format: 9 Nov 4 23:58:14 video vdr: [6961] ERROR: EPG data problem in line 3 Nov 4 23:58:14 video vdr: [6961] ERROR: EPG data problem in file /video0/%Mein_Freund_eines_Sommers/2005-08-30.22.43.50.99.rec/info.vdr Nov 4 23:58:14 video vdr: [6961] video directory scanner thread ended (pid=6960, tid=6961) Nov 4 23:58:14 video vdr: [6960] probing /dev/dvb/adapter0/frontend0 Nov 4 23:58:16 video vdr: [6960] found 1 video device Nov 4 23:58:16 video vdr: [6960] initializing plugin: burn (0.1.0-cvs): Versatile convert-and-burn plugin Nov 4 23:58:16 video vdr: [6960] initializing plugin: tvtv (0.3.3): TVTV Timers update Nov 4 23:58:16 video vdr: [6960] initializing plugin: vompserver (0.2.6): VDR on MVP plugin Nov 4 23:58:16 video vdr: [6960] setting primary device to 1 Nov 4 23:58:16 video vdr: [6964] tuner on device 1 thread started (pid=6960, tid=6964) Nov 4 23:58:16 video vdr: [6965] section handler thread started (pid=6960, tid=6965) Nov 4 23:58:16 video vdr: [6960] SVDRP listening on port 2001 Nov 4 23:58:16 video vdr: [6960] setting current skin to "classic" Nov 4 23:58:16 video vdr: [6960] loading /usr/local/etc/vdr/themes/classic-default.theme Nov 4 23:58:16 video vdr: [6960] starting plugin: burn Nov 4 23:58:16 video vdr: [6960] burn: loaded skin Vorgabe using /usr/local/etc/vdr/plugins/burn/menu-bg.png and /usr/local/etc/vdr/plugins/burn/menu-button.png Nov 4 23:58:16 video vdr: [6960] starting plugin: tvtv Nov 4 23:58:16 video vdr: [6960] TVTV: Loading '/usr/local/etc/vdr/plugins/tvtv_channelmap.conf' Nov 4 23:58:16 video vdr: [6966] burn-chain manager thread started (pid=6960, tid=6966) Nov 4 23:58:16 video vdr: [6960] TVTV: 406 channel mappings read. Nov 4 23:58:16 video vdr: [6960] starting plugin: vompserver Nov 4 23:58:16 video vdr: [6960] VOMP: Config file found Nov 4 23:58:24 video admin.sh: + burn plugin (1) ... Nov 4 23:58:24 video admin.sh: | -d $VDR_VIDEO ... Nov 4 23:58:24 video admin.sh: | -i $BURNISODIR ... Nov 4 23:58:24 video admin.sh: | -t $VDR_VIDEO ... Nov 4 23:58:24 video admin.sh: + tvtv plugin (2) ... Nov 4 23:58:25 video admin.sh: | -t 60 ... Nov 4 23:58:25 video admin.sh: + vompserver plugin (3) ... Nov 4 23:58:25 video admin.sh: | -c vompserver ... Nov 4 23:58:26 video runvdr: starting ... /usr/local/bin/vdr --config="/usr/local/etc/vdr" --epg="/usr/local/etc/vdr/epg.data" --grab="/tmp" --lib="/usr/local/lib/vdr" --lirc="/dev/lircd" --log="3" --record="/usr/local/etc/vdr/scripts/rwrapper.sh" --shutdown="/usr/local/etc/vdr/scripts/shutdown.sh" --user="root" --video="/video0" --watchdog="60" --plugin="burn -d $VDR_VIDEO -i $BURNISODIR -t $VDR_VIDEO" --plugin="tvtv -t 60" --plugin="vompserver -c vompserver" ... Nov 4 23:58:26 video vdr: [7146] VDR version 1.4.7 started ...
beim "händischen" starten mit runvdr gibt es jedoch eine seltsame Fehlermeldung:
Codevideo:/var/log # runvdr start starting /usr/sbin/atd ... already running [ WARN ] starting /usr/local/bin/vdradmind.pl ... [ DONE ] starting /usr/local/bin/vdr ... /usr/local/bin/runvdr: line 80: 10394 File size limit exceeded/usr/local/bin/vdr --config="/usr/local/etc/vdr" --epg="/usr/local/etc/vdr/epg.data" --grab="/tmp" --lib="/usr/local/lib/vdr" --lirc="/dev/lircd" --log="3" --record="/usr/local/etc/vdr/scripts/rwrapper.sh" --shutdown="/usr/local/etc/vdr/scripts/shutdown.sh" --user="root" --video="/video0" --watchdog="60" --plugin="tvtv -t 60" --plugin="vompserver -c vompserver" restarting /usr/local/bin/vdr ... sending TERM signal ... /usr/local/bin/runvdr: line 80: 10570 File size limit exceeded/usr/local/bin/vdr --config="/usr/local/etc/vdr" --epg="/usr/local/etc/vdr/epg.data" --grab="/tmp" --lib="/usr/local/lib/vdr" --lirc="/dev/lircd" --log="3" --record="/usr/local/etc/vdr/scripts/rwrapper.sh" --shutdown="/usr/local/etc/vdr/scripts/shutdown.sh" --user="root" --video="/video0" --watchdog="60" --plugin="tvtv -t 60" --plugin="vompserver -c vompserver" ...
Ich habe in Zeile 80 gesucht, da gibt es "nur" den VDR-Aufruf, welche Datei könnte den zu groß geworden sein?
Gruß dawart
-
-
Laut Logfile startet der TFTP-Server
Code
Display More17:58:34.084655 [info] Main - Logging started 17:58:34.114975 [debug] Config - 2 17:58:34.115061 [debug] Config - Config error: Key Server name not found 17:58:34.115271 [debug] UDPReplier - UDP replier started 17:58:34.115380 [debug] Config - 2 17:58:34.115418 [debug] Config - Config error: Key Bootp server enabled not found 17:58:34.115503 [info] Main - Not starting Bootpd 17:58:34.115586 [info] Main - TFTP path '/tftpboot/' 17:58:34.115614 [debug] Tftpd - Starting TFTPd 17:58:34.115686 [debug] Tftpd - TFTP server started with base path '/tftpboot/' 17:58:34.115786 [debug] MVPRelay - MVPRelay replier started 17:58:34.115898 [info] Main - MVPRelay started 17:58:34.115978 [debug] Main - MVPServer run success 17:58:34.117577 [debug] Tftpd - Starting wait
Beim MVP jedoch das gleiche Bild - 2 Balken und Schluss.
-
Die dongle.bin wird bei mir vom im Plugin enthaltenen Server an den MVP verteilt. Habe dazu die bin-Datei verlinkt:
Codevideo:/tftpboot # ls -l total 5736 -rw-r--r-- 1 root root 1656864 Feb 19 2007 dongle-wol-shutdown.bin lrwxrwxrwx 1 root root 26 Feb 25 2007 dongle.bin -> /tftpboot/mvp-dongle-25022 -rw-r--r-- 1 root root 2548256 Feb 24 2007 mvp-dongle-25022 lrwxrwxrwx 1 root root 23 Mar 3 2007 vomp-dongle -> dongle-wol-shutdown.bin -rw-r--r-- 1 root root 1648672 Feb 24 2007 vomp-dongle-0.2.6
hier meine Konfiguration usr/local/etc/vdr/plugins/vompserver/vomp-00-0D-FE-00-1E-B5.conf
Code
Display Morevideo:/usr/local/etc/vdr/plugins/vompserver # vi vomp-00-0D-FE-00-1E-B5.conf [Boot] ## If you enable the bootp server in vomp.conf, you can specify ## an IP to give out to this MVP here. IP = 192.168.1.22 ## If you have a router that gives out addresses but you want ## the above address forced to the MVP, set this: # Override IP = 1 ## A file name to send to the MVP. The MVP will then request ## this file from the TFTP server. Don't use a path here! # TFTP file name = dongle.bin [General] WSS = No Language = Deutsch Last Power State = Off ## The client auto-detects whether to use PAL or NTSC. If you ## want to force the other one, set it here. Beware of popping ## your TV with this one! # Override Video Format = NTSC [TV] Aspect = 16:9
Dann habe ich jetzt gerade in der vomp.conf entdeckt, dass dort die Einstellungen falsch waren - wahrscheinlich wurde die Datei bei meinem letzten Update geändert, da ich aber nie den MVP vom Strom genommen habe, ist das nicht aufgefallen
Code
Display More[General] ## Specify a log file here to enable logging Log file = /var/log/vdr/vompserver-plugin.log ## If you have more than one vompserver running you ## can enter a name here that will appear on the ## server select list on the MVP # Server name = My-Server ## Enable this to start the built in Bootp server ## Required to boot the MVP if you have not got a ## DHCP server that can tell the MVP its boot file ## name and server # Bootp server enabled = yes ## Enable this to start the built in TFTP server ## Required to boot the MVP if you have not got a ## TFTP server running elsewhere TFTP server enabled = yes ## Base directory for TFTP server ## If you leave this blank the plugin config ## path will be used - i.e. where this file is TFTP directory = /tftpboot
Kann es sein, das der tftp-Server früher über die vdr.conf gestartet wurde?
Habe jetzt mit der neuen Einstellung TFTP server enabled = yes einen Neustart gemacht, trotzdem keine Änderung. Kann ich irgendwie überprüfen, ob der TFTP-Server läuft? -
Also habe jetzt gesucht - bis auf die Liste der jemals vergebenen IP-Adressen über die WebGUI bekommt man scheinbar kein DHCP-Log angezeigt. Ich kann jedoch den MVP auf der mir bekannten IP-Adresse 192.168.1.22 anpingen. Nur eine Verbindung startet eben nicht.
Der MVP hängt auch weiter mit nur 2 geladenen Balken. Also stimmt scheinbar was mit dem DHCP nicht?
Ausschalten ist auch nicht möglich (also nur Stecker ziehen).
-
Sie IP-Adresse bekommt der MVP von meiner Fritzbox. Gibt es eine Möglichkeit, auf den MVP zuzugreifen, wenn er noch keine IP-Adresse hat? Ich versuche mal herauszubekommen, ob man für den Fritzbox-DHCP-Server irgendwo ein Logfile auftreiben kann.
-
So, habe jetzt mal auf meinem Win-Rechner die Software installiert, dann läd der MVP von dort und will die Server lokalisieren. Also scheint der MVP nicht kaputt zu sein.
Mir ist noch nicht klar, was da los ist und warum das nicht mehr funktioniert.
Hier mal die entsprechenden Einträge aus /var/log/messagesCode
Display MoreSep 8 07:16:47 video admin.sh: + vompserver plugin (3) ... Sep 8 07:16:47 video admin.sh: | -c vompserver ... .. Sep 8 07:16:49 video runvdr: starting ... /usr/local/bin/vdr --config="/usr/local/etc/vdr" --epg="/usr/local/etc/vdr/epg.data" --grab="/tmp" --lib="/usr/local/lib/vdr" --lirc="/dev/lircd" --log="3" --record="/usr/local/etc/vdr/scripts/rwrapper.sh" --shutdown="/usr/local/etc/vdr/scripts/shutdown.sh" --user="root" --video="/video0" --watchdog="60" --plugin="burn -d $VDR_VIDEO -i $BURNISODIR -t $VDR_VIDEO" --plugin="tvtv -t 60" --plugin="vompserver -c vompserver" ... Sep 8 07:16:51 video vdr: [3669] loading plugin: /usr/local/lib/vdr/libvdr-vompserver.so.1.4.5 ... Sep 8 07:16:55 video vdr: [3669] initializing plugin: vompserver (0.2.6): VDR on MVP plugin ... Sep 8 07:16:56 video vdr: [3669] starting plugin: vompserver ... Sep 8 07:16:56 video vdr: [3669] VOMP: Config file found
Für mich sieht das alles ganz gut aus. Während ich auf dem Win-PC den Server habe laufen lassen, konnte auch unter Linux per arp die IP/Mac-Adresse angezeigt werden, jetzt steht der Eintrag nicht mehr drin. Die Versuche mich unter der IP-Adresse per telnet einzuloggen sind auch gescheitert. Während der MVP mit dem Hauppauge-System lief, wurden Verbindungen geblockt, jetzt gibt es irgendwann einen Timeout. Gibt es noch andere Möglichkeiten, dem Problem auf die Schliche zu kommen?
LG, Micha
-
Hallo,
ich glaube mein MediaMVP hat sich verabschiedet: Beim Starten laden nur noch die ersten beiden Balken und ich kann über arp vom VDR aus auch nicht mehr die MAC-Adresse rausfinden.
Woran kann das liegen? Oder ist das Gerät vielleicht kaputt?
LG, Micha
-
-
Hallo,
seit meinem letzten Update werden offenbar die Skripte in shutdown-cmds nicht mehr berücksichtigt.
Egal ob ich mit dem MVP noch Video schaue oder per Telnet verbunden bin - der VDR fährt einfach runter.
Ich habe gerade nochmal nachgesehen, in der shutdown.sh sind die entsprechenden Zeilen drin, im Verzeichnis shutdown-cmds auch die Skripte für die unterschiedlichen Programme, auf die vor dem Shutdown getestet werden soll.
Wie kann ich das am Besten debuggen?
LG, Micha
-