Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Moin,Aber lass dir Zeit, sowas macht man besser nicht überhastet.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
linvdr:~# ls -ld /dev/sd* brw-rw---- 1 root root 8, 0 Jul 1 2003 /dev/sda brw-rw---- 1 root root 8, 1 Sep 20 2008 /dev/sda1 brw-rw---- 1 root root 8, 10 Jul 1 2003 /dev/sda10 ... brw-rw---- 1 root root 8, 8 Jul 1 2003 /dev/sda8 brw-rw---- 1 root root 8, 9 Jul 1 2003 /dev/sda9 brw-rw---- 1 root root 8, 16 Jul 1 2003 /dev/sdb brw-rw---- 1 root root 8, 17 Sep 20 2008 /dev/sdb1 brw-rw---- 1 root root 8, 26 Jul 1 2003 /dev/sdb10 brw-rw---- 1 root root 8, 27 Jul 1 2003 /dev/sdb11 ... brw-rw---- 1 root root 8, 24 Jul 1 2003 /dev/sdb8 brw-rw---- 1 root root 8, 25 Jul 1 2003 /dev/sdb9 brw-rw---- 1 root root 8, 32 Jul 1 2003 /dev/sdc brw-rw---- 1 root root 8, 33 Sep 20 2008 /dev/sdc1 brw-rw---- 1 root root 8, 42 Jul 1 2003 /dev/sdc10 brw-rw---- 1 root root 8, 43 Jul 1 2003 /dev/sdc11 ... brw-rw---- 1 root root 8, 40 Jul 1 2003 /dev/sdc8 brw-rw---- 1 root root 8, 41 Jul 1 2003 /dev/sdc9 brw-rw---- 1 root root 8, 48 Jul 1 2003 /dev/sdd brw-rw---- 1 root root 8, 49 Sep 20 2008 /dev/sdd1 brw-rw---- 1 root root 8, 58 Jul 1 2003 /dev/sdd10 brw-rw---- 1 root root 8, 59 Jul 1 2003 /dev/sdd11 |
Frage ist, warum diese 1TB-Platte nicht mehr eingebunden wird......Wie sieht deine /etc/fstab aus und was sagt
fdisk -l
Verkabelung der Festplatten hast du geprüft?
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
linvdr:~# fdisk -l Disk /dev/hda: 16 heads, 63 sectors, 155061 cylinders Units = cylinders of 1008 * 512 bytes Device Boot Start End Blocks Id System /dev/hda1 * 1 155061 78150712+ 83 Linux Disk /dev/sda: 255 heads, 63 sectors, 121601 cylinders Units = cylinders of 16065 * 512 bytes Device Boot Start End Blocks Id System /dev/sda1 1 121601 976760001 83 Linux Disk /dev/sdb: 255 heads, 63 sectors, 121601 cylinders Units = cylinders of 16065 * 512 bytes Device Boot Start End Blocks Id System /dev/sdb1 1 121601 976760001 83 Linux Disk /dev/sdc: 255 heads, 63 sectors, 121601 cylinders Units = cylinders of 16065 * 512 bytes Device Boot Start End Blocks Id System /dev/sdc1 1 121601 976760001 83 Linux linvdr:~# |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# /dev/hda1 / ext3 defaults,errors=remount-ro 0 1 # /dev/hda2 none swap sw 0 0 /var/vm/swapfile none swap sw 0 0 /dev/dvd /mnt/dvd auto ro,noauto,user,noexec 0 0 /dev/dvd /mnt/cdfs cdfs ro,noauto,user,noexec 0 0 /dev/fd0 /mnt/floppy auto noauto,user,noexec 0 0 /dev/sdd1 /video0 ext3 defaults 0 0 /dev/sda1 /video1 ext3 defaults 0 0 /dev/sdb1 /video2 ext3 defaults 0 0 /dev/sdc1 /video3 ext3 defaults 0 0 proc /proc proc defaults 0 0 devfs /devfs devfs defaults 0 0 none /proc/bus/usb usbdevfs defaults 0 0 sysfs /sysfs sysfs defaults 0 0 |

Mounten - klingt vernünftig, nur weiß ich damit leider nichts anzufangen.
Und wie kann ich "dmesg gucken"?
|
|
Source code |
1 |
dmesg | more |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 |
linvdr:~# dmesg | more 2 frozen ata4: hard resetting port ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310) ata4.00: failed to IDENTIFY (I/O error, err_mask=0x1) ata4: hard resetting port ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310) ata4.00: failed to IDENTIFY (I/O error, err_mask=0x1) ata4: hard resetting port ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310) ata4.00: failed to IDENTIFY (I/O error, err_mask=0x1) ata4: hard resetting port ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310) ata4: EH complete ata4: exception Emask 0x10 SAct 0x0 SErr 0x10000 action 0x2 frozen ata4: hard resetting port ata4: SATA link down (SStatus 0 SControl 310) ata4: EH complete ata4: exception Emask 0x10 SAct 0x0 SErr 0x50000 action 0x2 frozen ata4: hard resetting port ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310) ata4.00: failed to IDENTIFY (I/O error, err_mask=0x1) ata4: hard resetting port ata4: SATA link down (SStatus 0 SControl 310) ata4: EH complete ata4: exception Emask 0x10 SAct 0x0 SErr 0x50000 action 0x2 frozen ata4: hard resetting port ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310) ata4.00: failed to IDENTIFY (I/O error, err_mask=0x1) ata4: hard resetting port ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310) ata4.00: failed to IDENTIFY (I/O error, err_mask=0x1) ata4: hard resetting port ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310) ata4.00: failed to IDENTIFY (I/O error, err_mask=0x1) ata4: hard resetting port ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310) ata4: EH complete ata4: exception Emask 0x10 SAct 0x0 SErr 0x10000 action 0x2 frozen ata4: hard resetting port ata4: SATA link down (SStatus 0 SControl 310) ata4: EH complete ata4: exception Emask 0x10 SAct 0x0 SErr 0x50000 action 0x2 frozen ata4: hard resetting port ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310) ata4.00: failed to IDENTIFY (I/O error, err_mask=0x1) ata4: hard resetting port ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310) ata4.00: failed to IDENTIFY (I/O error, err_mask=0x1) ata4: hard resetting port ata4: SATA link down (SStatus 0 SControl 310) ata4: EH complete ata4: exception Emask 0x10 SAct 0x0 SErr 0x50000 action 0x2 frozen ata4: hard resetting port ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310) ata4.00: ATA-7, max UDMA7, 1953525168 sectors: LBA48 NCQ (depth 0/32) ata4.00: ata4: dev 0 multi count 0 ata4.00: configured for UDMA/100 ata4: EH complete Vendor: ATA Model: SAMSUNG HD103UJ Rev: 1AA0 Type: Direct-Access ANSI SCSI revision: 05 SCSI device sdd: 1953525168 512-byte hdwr sectors (1000205 MB) sdd: Write Protect is off sdd: Mode Sense: 00 3a 00 00 SCSI device sdd: drive cache: write back SCSI device sdd: 1953525168 512-byte hdwr sectors (1000205 MB) sdd: Write Protect is off sdd: Mode Sense: 00 3a 00 00 SCSI device sdd: drive cache: write back sdd:<3>ata4.00: exception Emask 0x0 SAct 0x0 SErr 0x80000 action 0x0 ata4.00: (BMDMA stat 0x0) ata4.00: tag 0 cmd 0xc8 Emask 0x1 stat 0x51 err 0x4 (device error) ata4.00: failed to IDENTIFY (I/O error, err_mask=0x1) ata4.00: revalidation failed (errno=-5) ata4: failed to recover some devices, retrying in 5 secs ata4: soft resetting port ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310) ata4.00: failed to IDENTIFY (I/O error, err_mask=0x1) ata4.00: revalidation failed (errno=-5) ata4: failed to recover some devices, retrying in 5 secs ata4: hard resetting port ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310) ata4.00: failed to IDENTIFY (I/O error, err_mask=0x1) ata4.00: revalidation failed (errno=-5) ata4.00: disabled ata4: EH complete sd 3:0:0:0: SCSI error: return code = 0x00040000 end_request: I/O error, dev sdd, sector 0 Buffer I/O error on device sdd, logical block 0 sd 3:0:0:0: SCSI error: return code = 0x00040000 end_request: I/O error, dev sdd, sector 0 Buffer I/O error on device sdd, logical block 0 unable to read partition table sd 3:0:0:0: Attached scsi disk sdd sd 3:0:0:0: Attached scsi generic sg3 type 0 ata4: exception Emask 0x10 SAct 0x0 SErr 0x290000 action 0x2 frozen ata4: hard resetting port ata4: SATA link down (SStatus 0 SControl 310) ata4: EH complete ata4.00: detaching (SCSI 3:0:0:0) ata4: exception Emask 0x10 SAct 0x0 SErr 0x50000 action 0x2 frozen ata4: hard resetting port ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310) ata4.00: failed to IDENTIFY (I/O error, err_mask=0x1) ata4: hard resetting port ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310) ata4.00: failed to IDENTIFY (I/O error, err_mask=0x1) ata4: hard resetting port ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310) ata4.00: failed to IDENTIFY (I/O error, err_mask=0x1) ata4: hard resetting port ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310) ata4: EH complete ACPI: PCI interrupt for device 0000:00:07.0 disabled b2c2-flexcop: B2C2 FlexcopII/II(b)/III digital TV receiver chip unloaded successfully saa7146: unregister extension 'budget_av'. saa7146: unregister extension 'budget_ci dvb'. saa7146: unregister extension 'budget dvb'. saa7146: unregister extension 'dvb'. ACPI: PCI interrupt for device 0000:00:08.0 disabled ACPI: PCI interrupt for device 0000:00:06.0 disabled Linux video capture interface: v2.00 saa7146: register extension 'dvb'. PCI: Enabling device 0000:00:06.0 (0000 -> 0002) ACPI: PCI Interrupt 0000:00:06.0[A] -> GSI 17 (level, low) -> IRQ 185 saa7146: found saa7146 @ mem f8d86a00 (revision 1, irq 185) (0x13c2,0x0000). DVB: registering new adapter (Technotrend/Hauppauge WinTV DVB-S rev1.X or Fujitsu Siemens DVB-C). adapter has MAC addr = 00:d0:5c:01:cd:0a dvb-ttpci: gpioirq unknown debitype 0 len 0 dvb-ttpci: info @ card 0: firm f0240009, rtsl b0250018, vid 71010068, app 8000261d dvb-ttpci: firmware @ card 0 supports CI link layer interface dvb-ttpci: adac type set to 0 @ card 0 saa7146_vv: saa7146 (0): registered device video0 [v4l2] saa7146_vv: saa7146 (0): registered device vbi0 [v4l2] ves1x93: Detected ves1893a rev2 DVB: registering frontend 0 (VLSI VES1x93 DVB-S)... input: DVB on-card IR receiver as /class/input/input3 dvb-ttpci: found av7110-0. PCI: Enabling device 0000:00:08.0 (0000 -> 0002) ACPI: PCI Interrupt 0000:00:08.0[A] -> GSI 19 (level, low) -> IRQ 193 saa7146: found saa7146 @ mem f8db4800 (revision 1, irq 193) (0x13c2,0x0000). DVB: registering new adapter (Technotrend/Hauppauge WinTV DVB-S rev1.X or Fujitsu Siemens DVB-C). adapter has MAC addr = 00:d0:5c:5b:a9:43 dvb-ttpci: gpioirq unknown debitype 0 len 0 dvb-ttpci: info @ card 1: firm f0240009, rtsl b0250018, vid 71010068, app 8000261d dvb-ttpci: firmware @ card 1 supports CI link layer interface dvb-ttpci: adac type set to 0 @ card 1 saa7146_vv: saa7146 (1): registered device video1 [v4l2] saa7146_vv: saa7146 (1): registered device vbi1 [v4l2] ves1x93: Detected ves1893a rev2 DVB: registering frontend 1 (VLSI VES1x93 DVB-S)... dvb-ttpci: found av7110-1. saa7146: register extension 'budget dvb'. saa7146: register extension 'budget_ci dvb'. saa7146: register extension 'budget_av'. b2c2-flexcop: B2C2 FlexcopII/II(b)/III digital TV receiver chip loaded successfully flexcop-pci: will use the HW PID filter. flexcop-pci: card revision 2 PCI: Enabling device 0000:00:07.0 (0000 -> 0003) ACPI: PCI Interrupt 0000:00:07.0[A] -> GSI 18 (level, low) -> IRQ 201 DVB: registering new adapter (FlexCop Digital TV device). b2c2-flexcop: MAC address = 00:d0:d7:10:ab:fb b2c2-flexcop: found the stv0299 at i2c address: 0x68 DVB: registering frontend 2 (ST STV0299 DVB-S)... b2c2-flexcop: initialization of 'Sky2PC/SkyStar 2 DVB-S' at the 'PCI' bus controlled by a 'FlexCopIIb' complete lirc_serial: auto-detected active high receiver lirc_dev: lirc_register_plugin: sample_rate: 0 |
This post has been edited 1 times, last edit by "UlrichKliegis" (Feb 29th 2012, 8:47pm) with the following reason: erste Version unvollständig
Ich laß ihn jetzt erstmal über Nacht laufen und guck morgen mal.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
linvdr:~# top
00:08:06 up 1 day, 22:50, 1 user, load average: 0.00, 0.00, 0.00
74 processes: 71 sleeping, 3 running, 0 zombie, 0 stopped
CPU states: 0.0% user, 0.0% system, 0.0% nice, 100.0% idle
Mem: 904992K total, 185140K used, 719852K free, 56848K buffers
Swap: 262136K total, 0K used, 262136K free, 54132K cached
PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND
2157 linvdr 15 0 1856 964 748 R 0.1 0.0 0:00 top
1 root 18 0 2144 292 236 S 0.0 0.0 0:00 init
2 root 34 19 0 0 0 SWN 0.0 0.0 0:00 ksoftirqd/0
3 root 10 -5 0 0 0 SW< 0.0 0.0 0:00 events/0
4 root 19 -5 0 0 0 SW< 0.0 0.0 0:00 khelper
5 root 10 -5 0 0 0 SW< 0.0 0.0 0:00 kthread
8 root 10 -5 0 0 0 SW< 0.0 0.0 0:00 kblockd/0
9 root 20 -5 0 0 0 SW< 0.0 0.0 0:00 kacpid
80 root 20 -5 0 0 0 SW< 0.0 0.0 0:00 khubd
82 root 10 -5 0 0 0 SW< 0.0 0.0 0:00 kseriod
147 root 25 0 0 0 0 SW 0.0 0.0 0:00 pdflush
148 root 15 0 0 0 0 SW 0.0 0.0 0:00 pdflush
149 root 20 -5 0 0 0 SW< 0.0 0.0 0:00 kswapd0
150 root 20 -5 0 0 0 SW< 0.0 0.0 0:00 aio/0
151 root 10 -5 0 0 0 SW< 0.0 0.0 0:00 cifsoplockd
152 root 10 -5 0 0 0 SW< 0.0 0.0 0:00 cifsdnotifyd
153 root 20 -5 0 0 0 SW< 0.0 0.0 0:00 jfsIO
|
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 |
Jun 25 21:17:22 linvdr syslog.info -- MARK -- Jun 25 21:18:00 linvdr user.info vdr: [1572] EPGSearch: search timer update started Jun 25 21:18:00 linvdr user.info vdr: [1573] EPGSearch: timer conflict check started Jun 25 21:18:00 linvdr user.info vdr: [1573] EPGSearch: timer conflict check finished Jun 25 21:18:01 linvdr user.err vdr: [1572] EPGSearch: error connecting to socket! Jun 25 21:18:01 linvdr user.err vdr: [1572] EPGSearch: command 'NEWT 1:49:2012-07-06:0917:0935:50:99:Erlebnisreisen-Tipp:<epgsearch><Channel>49 - WDR Köln</Channel><Search timer>neuseeland</Search timer><Start>1341559020</Start><Stop>1341560100</Stop><S-ID>34</S-ID></epgsearch>' failed Jun 25 21:18:01 linvdr user.info vdr: [1572] EPGSearch: search timer update finished Jun 25 21:20:01 linvdr cron.notice crond[1473]: USER root pid 2117 cmd convert.pl -q -s Jun 25 21:25:01 linvdr cron.notice crond[1473]: USER root pid 2118 cmd convert.pl -q -s Jun 25 21:30:01 linvdr cron.notice crond[1473]: USER root pid 2119 cmd convert.pl -q -s Jun 25 21:35:01 linvdr cron.notice crond[1473]: USER root pid 2120 cmd convert.pl -q -s Jun 25 21:37:22 linvdr syslog.info -- MARK -- Jun 25 21:40:01 linvdr cron.notice crond[1473]: USER root pid 2121 cmd convert.pl -q -s Jun 25 21:45:01 linvdr cron.notice crond[1473]: USER root pid 2122 cmd convert.pl -q -s Jun 25 21:48:00 linvdr user.info vdr: [1572] EPGSearch: search timer update started Jun 25 21:48:00 linvdr user.info vdr: [1573] EPGSearch: timer conflict check started Jun 25 21:48:00 linvdr user.info vdr: [1573] EPGSearch: timer conflict check finished Jun 25 21:48:01 linvdr user.err vdr: [1572] EPGSearch: error connecting to socket! Jun 25 21:48:01 linvdr user.err vdr: [1572] EPGSearch: command 'NEWT 1:49:2012-07-06:0917:0935:50:99:Erlebnisreisen-Tipp:<epgsearch><Channel>49 - WDR Köln</Channel><Search timer>neuseeland</Search timer><Start>1341559020</Start><Stop>1341560100</Stop><S-ID>34</S-ID></epgsearch>' failed Jun 25 21:48:01 linvdr user.info vdr: [1572] EPGSearch: search timer update finished Jun 25 21:50:01 linvdr cron.notice crond[1473]: USER root pid 2123 cmd convert.pl -q -s Jun 25 21:55:01 linvdr cron.notice crond[1473]: USER root pid 2124 cmd convert.pl -q -s Jun 25 21:57:22 linvdr syslog.info -- MARK -- Jun 25 22:00:01 linvdr cron.notice crond[1473]: USER root pid 2125 cmd convert.pl -q -s Jun 25 22:05:01 linvdr cron.notice crond[1473]: USER root pid 2126 cmd convert.pl -q -s Jun 25 22:10:01 linvdr cron.notice crond[1473]: USER root pid 2127 cmd convert.pl -q -s Jun 25 22:15:01 linvdr cron.notice crond[1473]: USER root pid 2128 cmd convert.pl -q -s Jun 25 22:17:22 linvdr syslog.info -- MARK -- Jun 25 22:18:00 linvdr user.info vdr: [1572] EPGSearch: search timer update started Jun 25 22:18:00 linvdr user.info vdr: [1573] EPGSearch: timer conflict check started Jun 25 22:18:00 linvdr user.info vdr: [1573] EPGSearch: timer conflict check finished Jun 25 22:18:01 linvdr user.err vdr: [1572] EPGSearch: error connecting to socket! Jun 25 22:18:01 linvdr user.err vdr: [1572] EPGSearch: command 'NEWT 1:49:2012-07-06:0917:0935:50:99:Erlebnisreisen-Tipp:<epgsearch><Channel>49 - WDR Köln</Channel><Search timer>neuseeland</Search timer><Start>1341559020</Start><Stop>1341560100</Stop><S-ID>34</S-ID></epgsearch>' failed Jun 25 22:18:01 linvdr user.info vdr: [1572] EPGSearch: search timer update finished Jun 25 22:20:01 linvdr cron.notice crond[1473]: USER root pid 2129 cmd convert.pl -q -s Jun 25 22:25:01 linvdr cron.notice crond[1473]: USER root pid 2130 cmd convert.pl -q -s Jun 25 22:30:01 linvdr cron.notice crond[1473]: USER root pid 2131 cmd convert.pl -q -s Jun 25 22:35:01 linvdr cron.notice crond[1473]: USER root pid 2132 cmd convert.pl -q -s Jun 25 22:37:22 linvdr syslog.info -- MARK -- Jun 25 22:40:01 linvdr cron.notice crond[1473]: USER root pid 2133 cmd convert.pl -q -s Jun 25 22:45:01 linvdr cron.notice crond[1473]: USER root pid 2134 cmd convert.pl -q -s Jun 25 22:48:00 linvdr user.info vdr: [1572] EPGSearch: search timer update started Jun 25 22:48:00 linvdr user.info vdr: [1573] EPGSearch: timer conflict check started Jun 25 22:48:00 linvdr user.info vdr: [1573] EPGSearch: timer conflict check finished Jun 25 22:48:01 linvdr user.err vdr: [1572] EPGSearch: error connecting to socket! Jun 25 22:48:01 linvdr user.err vdr: [1572] EPGSearch: command 'NEWT 1:49:2012-07-06:0917:0935:50:99:Erlebnisreisen-Tipp:<epgsearch><Channel>49 - WDR Köln</Channel><Search timer>neuseeland</Search timer><Start>1341559020</Start><Stop>1341560100</Stop><S-ID>34</S-ID></epgsearch>' failed Jun 25 22:48:01 linvdr user.info vdr: [1572] EPGSearch: search timer update finished Jun 25 22:50:01 linvdr cron.notice crond[1473]: USER root pid 2135 cmd convert.pl -q -s Jun 25 22:55:01 linvdr cron.notice crond[1473]: USER root pid 2136 cmd convert.pl -q -s Jun 25 22:57:22 linvdr syslog.info -- MARK -- Jun 25 23:00:01 linvdr cron.notice crond[1473]: USER root pid 2137 cmd convert.pl -q -s Jun 25 23:05:01 linvdr cron.notice crond[1473]: USER root pid 2138 cmd convert.pl -q -s Jun 25 23:10:01 linvdr cron.notice crond[1473]: USER root pid 2139 cmd convert.pl -q -s Jun 25 23:15:01 linvdr cron.notice crond[1473]: USER root pid 2140 cmd convert.pl -q -s Jun 25 23:17:22 linvdr syslog.info -- MARK -- Jun 25 23:18:00 linvdr user.info vdr: [1572] EPGSearch: search timer update started Jun 25 23:18:00 linvdr user.info vdr: [1573] EPGSearch: timer conflict check started Jun 25 23:18:00 linvdr user.info vdr: [1573] EPGSearch: timer conflict check finished Jun 25 23:18:01 linvdr user.err vdr: [1572] EPGSearch: error connecting to socket! Jun 25 23:18:01 linvdr user.err vdr: [1572] EPGSearch: command 'NEWT 1:49:2012-07-06:0917:0935:50:99:Erlebnisreisen-Tipp:<epgsearch><Channel>49 - WDR Köln</Channel><Search timer>neuseeland</Search timer><Start>1341559020</Start><Stop>1341560100</Stop><S-ID>34</S-ID></epgsearch>' failed Jun 25 23:18:01 linvdr user.info vdr: [1572] EPGSearch: search timer update finished Jun 25 23:20:01 linvdr cron.notice crond[1473]: USER root pid 2141 cmd convert.pl -q -s Jun 25 23:25:01 linvdr cron.notice crond[1473]: USER root pid 2142 cmd convert.pl -q -s Jun 25 23:30:01 linvdr cron.notice crond[1473]: USER root pid 2143 cmd convert.pl -q -s Jun 25 23:34:50 linvdr auth.info sshd[2144]: Could not reverse map address 192.168.1.12. Jun 25 23:34:54 linvdr auth.info sshd[2144]: Accepted password for linvdr from 192.168.1.12 port 2175 ssh2 Jun 25 23:34:54 linvdr auth.info PAM_unix[2144]: (ssh) session opened for user linvdr by (uid=0) Jun 25 23:34:54 linvdr auth.err PAM-env[2144]: Unable to open config file: No such file or directory Jun 25 23:34:54 linvdr auth.err PAM-env[2145]: Unable to open config file: No such file or directory Jun 25 23:35:01 linvdr cron.notice crond[1473]: USER root pid 2146 cmd convert.pl -q -s Jun 25 23:37:22 linvdr syslog.info -- MARK -- Jun 25 23:40:01 linvdr cron.notice crond[1473]: USER root pid 2149 cmd convert.pl -q -s Jun 25 23:45:01 linvdr cron.notice crond[1473]: USER root pid 2150 cmd convert.pl -q -s Jun 25 23:48:00 linvdr user.info vdr: [1572] EPGSearch: search timer update started Jun 25 23:48:00 linvdr user.info vdr: [1573] EPGSearch: timer conflict check started Jun 25 23:48:00 linvdr user.info vdr: [1573] EPGSearch: timer conflict check finished Jun 25 23:48:01 linvdr user.err vdr: [1572] EPGSearch: error connecting to socket! Jun 25 23:48:01 linvdr user.err vdr: [1572] EPGSearch: command 'NEWT 1:49:2012-07-06:0917:0935:50:99:Erlebnisreisen-Tipp:<epgsearch><Channel>49 - WDR Köln</Channel><Search timer>neuseeland</Search timer><Start>1341559020</Start><Stop>1341560100</Stop><S-ID>34</S-ID></epgsearch>' failed Jun 25 23:48:01 linvdr user.info vdr: [1572] EPGSearch: search timer update finished Jun 25 23:50:01 linvdr cron.notice crond[1473]: USER root pid 2151 cmd convert.pl -q -s Jun 25 23:55:01 linvdr cron.notice crond[1473]: USER root pid 2152 cmd convert.pl -q -s Jun 25 23:57:22 linvdr syslog.info -- MARK -- Jun 26 00:00:01 linvdr cron.notice crond[1473]: USER root pid 2153 cmd convert.pl -q -s Jun 26 00:04:47 linvdr auth.info PAM_unix[2144]: (ssh) session closed for user linvdr Jun 26 00:04:47 linvdr auth.err sshd[2144]: PAM pam_putenv: delete non-existent entry; MAIL Jun 26 00:04:47 linvdr auth.err PAM-env[2144]: Unable to open config file: No such file or directory Jun 26 00:05:01 linvdr cron.notice crond[1473]: USER root pid 2154 cmd convert.pl -q -s Jun 26 00:07:43 linvdr auth.info sshd[2155]: Could not reverse map address 192.168.1.12. Jun 26 00:07:46 linvdr auth.info sshd[2155]: Accepted password for linvdr from 192.168.1.12 port 2886 ssh2 Jun 26 00:07:46 linvdr auth.info PAM_unix[2155]: (ssh) session opened for user linvdr by (uid=0) Jun 26 00:07:46 linvdr auth.err PAM-env[2155]: Unable to open config file: No such file or directory Jun 26 00:07:46 linvdr auth.err PAM-env[2156]: Unable to open config file: No such file or directory Jun 26 00:10:01 linvdr cron.notice crond[1473]: USER root pid 2158 cmd convert.pl -q -s Jun 26 00:15:01 linvdr cron.notice crond[1473]: USER root pid 2159 cmd convert.pl -q -s Jun 26 00:17:22 linvdr syslog.info -- MARK -- Jun 26 00:18:00 linvdr user.info vdr: [1572] EPGSearch: search timer update started Jun 26 00:18:00 linvdr user.info vdr: [1573] EPGSearch: timer conflict check started Jun 26 00:18:00 linvdr user.info vdr: [1573] EPGSearch: timer conflict check finished Jun 26 00:18:01 linvdr user.err vdr: [1572] EPGSearch: error connecting to socket! Jun 26 00:18:01 linvdr user.err vdr: [1572] EPGSearch: command 'NEWT 1:49:2012-07-06:0917:0935:50:99:Erlebnisreisen-Tipp:<epgsearch><Channel>49 - WDR Köln</Channel><Search timer>neuseeland</Search timer><Start>1341559020</Start><Stop>1341560100</Stop><S-ID>34</S-ID></epgsearch>' failed Jun 26 00:18:01 linvdr user.info vdr: [1572] EPGSearch: search timer update finished Jun 26 00:20:01 linvdr cron.notice crond[1473]: USER root pid 2160 cmd convert.pl -q -s Jun 26 00:25:01 linvdr cron.notice crond[1473]: USER root pid 2161 cmd convert.pl -q -s Jun 26 00:30:01 linvdr cron.notice crond[1473]: USER root pid 2162 cmd convert.pl -q -s Jun 26 00:32:32 linvdr auth.info sshd[2163]: Could not reverse map address 192.168.1.12. Jun 26 00:32:34 linvdr auth.info sshd[2163]: Accepted password for linvdr from 192.168.1.12 port 3462 ssh2 Jun 26 00:32:34 linvdr auth.info PAM_unix[2163]: (ssh) session opened for user linvdr by (uid=0) Jun 26 00:32:34 linvdr auth.err PAM-env[2163]: Unable to open config file: No such file or directory Jun 26 00:32:34 linvdr auth.err PAM-env[2164]: Unable to open config file: No such file or directory linvdr:~# |
This post has been edited 1 times, last edit by "UlrichKliegis" (Jun 26th 2012, 12:36am)
|
|
Source code |
1 |
uname -r |
|
|
Source code |
1 2 |
cd /usr/bin ls -l vdr* |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
linvdr:/usr/bin# ls -l vdr* lrwxrwxrwx 1 root root 11 Nov 17 2006 vdr -> vdr-1.4.3-4 -rwxr-xr-x 1 root root 1777840 Oct 30 2006 vdr-1.4.3-4 -rw-rw-r-- 1 root root 38 Apr 23 2005 vdr-gngb.log -rwxr-xr-x 1 root root 63922 May 6 2005 vdr2jpeg -rwxr-xr-x 1 root root 221802 Jan 20 2010 vdradmind.pl -rwxr-xr-x 1 root root 2128 Jan 24 2006 vdrburn-dvd.sh -rwxr-xr-x 1 root root 7477 Jan 24 2006 vdrburn.sh -rwxr-xr-x 1 root root 7477 Jan 24 2006 vdrburn.sh.org -rwxr-xr-x 1 root root 7485 Jan 24 2006 vdrconvert.sh -rwxr-xr-x 1 root root 188468 Jan 24 2006 vdrsync-0.1.2.2-dev2.pl -rwxr-xr-x 1 root root 99044 Jan 24 2006 vdrsync-0.1.2.2.pl -rwxr-xr-x 1 root root 241165 Jan 24 2006 vdrsync-0.1.3.pl -rwxr-xr-x 1 root root 246031 Jan 24 2006 vdrsync-burn.pl -rwxr-xr-x 1 root root 240761 Jan 24 2006 vdrsync-burn.pl.sav -rwxr-xr-x 1 root root 119728 Jan 24 2006 vdrsync-orig.pl -rwxr-xr-x 1 root root 99001 Jan 24 2006 vdrsync-vdrrip.pl -rwxr-xr-x 1 root root 246031 Jan 24 2006 vdrsync.pl linvdr:/usr/bin# |
Quoted
Ich kenne mich mit dem vdradmin und der MVP nicht aus, aber ich denke das Hauptziel soll doch zunächst sicher sein, dass die FF-Karte wieder ein Bild für den TV ausgibt, oder?
ganz ehrlich? ich würde an Deiner Stelle die Filme sichern, und dann das mahlzeit 3.2 iso von http://download.vdrserver.de/mahlzeit-iso/ neu installieren. Das dauert keine halbe Stunde, und wir brauchen nicht länger nach der Nadel im Heuhaufen suchen, in welcher Konfigurationsdatei Du evtl. irgendwas verstellt hast.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 |
linvdr:~# uname -r 2.6.18 linvdr:~# cd /usr/bin linvdr:/usr/bin# ls -l vdr* lrwxrwxrwx 1 root root 11 Nov 17 2006 vdr -> vdr-1.4.3-4 -rwxr-xr-x 1 root root 1777840 Oct 30 2006 vdr-1.4.3-4 -rw-rw-r-- 1 root root 38 Apr 23 2005 vdr-gngb.log -rwxr-xr-x 1 root root 63922 May 6 2005 vdr2jpeg -rwxr-xr-x 1 root root 221802 Jan 20 2010 vdradmind.pl -rwxr-xr-x 1 root root 2128 Jan 24 2006 vdrburn-dvd.sh -rwxr-xr-x 1 root root 7477 Jan 24 2006 vdrburn.sh -rwxr-xr-x 1 root root 7477 Jan 24 2006 vdrburn.sh.org -rwxr-xr-x 1 root root 7485 Jan 24 2006 vdrconvert.sh -rwxr-xr-x 1 root root 188468 Jan 24 2006 vdrsync-0.1.2.2-dev2.pl -rwxr-xr-x 1 root root 99044 Jan 24 2006 vdrsync-0.1.2.2.pl -rwxr-xr-x 1 root root 241165 Jan 24 2006 vdrsync-0.1.3.pl -rwxr-xr-x 1 root root 246031 Jan 24 2006 vdrsync-burn.pl -rwxr-xr-x 1 root root 240761 Jan 24 2006 vdrsync-burn.pl.sav -rwxr-xr-x 1 root root 119728 Jan 24 2006 vdrsync-orig.pl -rwxr-xr-x 1 root root 99001 Jan 24 2006 vdrsync-vdrrip.pl -rwxr-xr-x 1 root root 246031 Jan 24 2006 vdrsync.pl linvdr:/usr/bin# dmesg | more 0) ata1.00: ATA-7, max UDMA7, 1953525168 sectors: LBA48 NCQ (depth 0/32) ata1.00: ata1: dev 0 multi count 16 ata1.00: configured for UDMA/100 scsi1 : sata_sil ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310) ata2.00: ATA-7, max UDMA7, 1953525168 sectors: LBA48 NCQ (depth 0/32) ata2.00: ata2: dev 0 multi count 16 ata2.00: configured for UDMA/100 scsi2 : sata_sil ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 310) ata3.00: ATA-7, max UDMA7, 1953525168 sectors: LBA48 NCQ (depth 0/32) ata3.00: ata3: dev 0 multi count 16 ata3.00: configured for UDMA/100 scsi3 : sata_sil ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 310) ata4.00: ATA-7, max UDMA7, 1953525168 sectors: LBA48 NCQ (depth 0/32) ata4.00: ata4: dev 0 multi count 16 ata4.00: configured for UDMA/100 Vendor: ATA Model: SAMSUNG HD103SI Rev: 1AG0 Type: Direct-Access ANSI SCSI revision: 05 Vendor: ATA Model: SAMSUNG HD103SI Rev: 1AG0 Type: Direct-Access ANSI SCSI revision: 05 Vendor: ATA Model: SAMSUNG HD103UJ Rev: 1AA0 Type: Direct-Access ANSI SCSI revision: 05 Vendor: ATA Model: SAMSUNG HD103UJ Rev: 1AA0 Type: Direct-Access ANSI SCSI revision: 05 RocketRAID 3xxx SATA Controller driver v1.0 (060426) SCSI device sda: 1953525168 512-byte hdwr sectors (1000205 MB) sda: Write Protect is off sda: Mode Sense: 00 3a 00 00 SCSI device sda: drive cache: write back SCSI device sda: 1953525168 512-byte hdwr sectors (1000205 MB) sda: Write Protect is off sda: Mode Sense: 00 3a 00 00 SCSI device sda: drive cache: write back sda: sda1 sd 0:0:0:0: Attached scsi disk sda SCSI device sdb: 1953525168 512-byte hdwr sectors (1000205 MB) sdb: Write Protect is off sdb: Mode Sense: 00 3a 00 00 SCSI device sdb: drive cache: write back SCSI device sdb: 1953525168 512-byte hdwr sectors (1000205 MB) sdb: Write Protect is off sdb: Mode Sense: 00 3a 00 00 SCSI device sdb: drive cache: write back sdb: sdb1 sd 1:0:0:0: Attached scsi disk sdb SCSI device sdc: 1953525168 512-byte hdwr sectors (1000205 MB) sdc: Write Protect is off sdc: Mode Sense: 00 3a 00 00 SCSI device sdc: drive cache: write back SCSI device sdc: 1953525168 512-byte hdwr sectors (1000205 MB) sdc: Write Protect is off sdc: Mode Sense: 00 3a 00 00 SCSI device sdc: drive cache: write back sdc: sdc1 sd 2:0:0:0: Attached scsi disk sdc SCSI device sdd: 1953525168 512-byte hdwr sectors (1000205 MB) sdd: Write Protect is off sdd: Mode Sense: 00 3a 00 00 SCSI device sdd: drive cache: write back SCSI device sdd: 1953525168 512-byte hdwr sectors (1000205 MB) sdd: Write Protect is off sdd: Mode Sense: 00 3a 00 00 SCSI device sdd: drive cache: write back sdd: sdd1 sd 3:0:0:0: Attached scsi disk sdd sd 0:0:0:0: Attached scsi generic sg0 type 0 sd 1:0:0:0: Attached scsi generic sg1 type 0 sd 2:0:0:0: Attached scsi generic sg2 type 0 sd 3:0:0:0: Attached scsi generic sg3 type 0 usbmon: debugfs is not available PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12 serio: i8042 AUX port at 0x60,0x64 irq 12 serio: i8042 KBD port at 0x60,0x64 irq 1 mice: PS/2 mouse device common for all mice I2O subsystem v1.325 i2o: max drivers = 8 I2O Configuration OSM v1.323 TCP bic registered NET: Registered protocol family 1 NET: Registered protocol family 17 Using IPI Shortcut mode ACPI: (supports S0 S1 S3 S4 S5) Time: tsc clocksource has been installed. kjournald starting. Commit interval 5 seconds EXT3-fs: mounted filesystem with ordered data mode. VFS: Mounted root (ext3 filesystem) readonly. Freeing unused kernel memory: 180k freed input: AT Translated Set 2 keyboard as /class/input/input0 logips2pp: Detected unknown logitech mouse model 1 input: PS/2 Logitech Mouse as /class/input/input1 EXT3 FS on hda1, internal journal kjournald starting. Commit interval 5 seconds EXT3-fs warning: mounting fs with errors, running e2fsck is recommended EXT3 FS on sdd1, internal journal EXT3-fs: mounted filesystem with ordered data mode. kjournald starting. Commit interval 5 seconds EXT3-fs warning: mounting fs with errors, running e2fsck is recommended EXT3 FS on sda1, internal journal EXT3-fs: mounted filesystem with ordered data mode. kjournald starting. Commit interval 5 seconds EXT3-fs warning: maximal mount count reached, running e2fsck is recommended EXT3 FS on sdb1, internal journal EXT3-fs: mounted filesystem with ordered data mode. kjournald starting. Commit interval 5 seconds EXT3-fs warning: maximal mount count reached, running e2fsck is recommended EXT3 FS on sdc1, internal journal EXT3-fs: mounted filesystem with ordered data mode. cdfs 2.6.17 loaded. ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI) USB Universal Host Controller Interface driver v3.0 ACPI: PCI Interrupt 0000:00:11.5[C] -> GSI 22 (level, low) -> IRQ 177 PCI: Setting latency timer of device 0000:00:11.5 to 64 Adding 262136k swap on /var/vm/swapfile. Priority:-1 extents:73 across:267340k dmfe: Davicom DM9xxx net driver, version 1.36.4 (2002-01-17) ACPI: PCI Interrupt 0000:00:0a.0[A] -> GSI 17 (level, low) -> IRQ 185 eth0: Davicom DM9102 at pci0000:00:0a.0, 00:80:ad:03:04:65, irq 185. Linux video capture interface: v2.00 saa7146: register extension 'dvb'. ACPI: PCI Interrupt 0000:00:06.0[A] -> GSI 17 (level, low) -> IRQ 185 saa7146: found saa7146 @ mem f8d86a00 (revision 1, irq 185) (0x13c2,0x0000). DVB: registering new adapter (Technotrend/Hauppauge WinTV DVB-S rev1.X or Fujitsu Siemens DVB-C). adapter has MAC addr = 00:d0:5c:01:cd:0a dvb-ttpci: gpioirq unknown debitype 0 len 0 dvb-ttpci: info @ card 0: firm f0240009, rtsl b0250018, vid 71010068, app 8000261d dvb-ttpci: firmware @ card 0 supports CI link layer interface dvb-ttpci: adac type set to 0 @ card 0 saa7146_vv: saa7146 (0): registered device video0 [v4l2] saa7146_vv: saa7146 (0): registered device vbi0 [v4l2] ves1x93: Detected ves1893a rev2 DVB: registering frontend 0 (VLSI VES1x93 DVB-S)... input: DVB on-card IR receiver as /class/input/input2 dvb-ttpci: found av7110-0. ACPI: PCI Interrupt 0000:00:08.0[A] -> GSI 19 (level, low) -> IRQ 193 saa7146: found saa7146 @ mem f8db4800 (revision 1, irq 193) (0x13c2,0x0000). DVB: registering new adapter (Technotrend/Hauppauge WinTV DVB-S rev1.X or Fujitsu Siemens DVB-C). adapter has MAC addr = 00:d0:5c:5b:a9:43 dvb-ttpci: gpioirq unknown debitype 0 len 0 dvb-ttpci: info @ card 1: firm f0240009, rtsl b0250018, vid 71010068, app 8000261d dvb-ttpci: firmware @ card 1 supports CI link layer interface dvb-ttpci: adac type set to 0 @ card 1 saa7146_vv: saa7146 (1): registered device video1 [v4l2] saa7146_vv: saa7146 (1): registered device vbi1 [v4l2] ves1x93: Detected ves1893a rev2 DVB: registering frontend 1 (VLSI VES1x93 DVB-S)... dvb-ttpci: found av7110-1. saa7146: register extension 'budget dvb'. saa7146: register extension 'budget_ci dvb'. saa7146: register extension 'budget_av'. b2c2-flexcop: B2C2 FlexcopII/II(b)/III digital TV receiver chip loaded successfully flexcop-pci: will use the HW PID filter. flexcop-pci: card revision 2 ACPI: PCI Interrupt 0000:00:07.0[A] -> GSI 18 (level, low) -> IRQ 201 DVB: registering new adapter (FlexCop Digital TV device). b2c2-flexcop: MAC address = 00:d0:d7:10:ab:fb b2c2-flexcop: found the stv0299 at i2c address: 0x68 DVB: registering frontend 2 (ST STV0299 DVB-S)... b2c2-flexcop: initialization of 'Sky2PC/SkyStar 2 DVB-S' at the 'PCI' bus controlled by a 'FlexCopIIb' complete lirc_dev: IR Remote Control driver registered, at major 61 lirc_serial: no version for "lirc_unregister_plugin" found: kernel tainted. lirc_serial: auto-detected active high receiver lirc_dev: lirc_register_plugin: sample_rate: 0 linvdr:/usr/bin# |
|
|
Source code |
1 |
/etc/init.d/runvdr start |
|
|
Source code |
1 2 |
linvdr:~# setup Cannot execute /usr/bin/SETUP.pl |
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 |
HINT: LinVDR is using the busybox syslogd. Type "logread" or "logread -f" to see syslog messages. Jun 26 15:42:03 teleskop syslog.info syslogd started: BusyBox v1.00 (2004.11.01-04:47+0000) Jun 26 15:42:03 teleskop user.info kernel: dmfe: Davicom DM9xxx net driver, version 1.36.4 (2002-01-17) Jun 26 15:42:03 teleskop user.info kernel: GSI 17 (level, low) -> IRQ 185 Jun 26 15:42:03 teleskop user.info kernel: , irq 185. Jun 26 15:42:04 teleskop auth.info sshd[1290]: Server listening on 0.0.0.0 port 22. Jun 26 15:42:04 teleskop daemon.info init: ^MStarting pid 1302, console /dev/tty1: '/sbin/getty' Jun 26 15:42:04 teleskop daemon.info init: ^MStarting pid 1303, console /dev/tty2: '/sbin/getty' Jun 26 15:42:04 teleskop daemon.info init: ^MStarting pid 1304, console /dev/tty3: '/sbin/getty' Jun 26 15:42:04 teleskop daemon.info init: ^MStarting pid 1305, console /dev/tty4: '/sbin/getty' Jun 26 15:42:04 teleskop user.info kernel: Linux video capture interface: v2.00 Jun 26 15:42:04 teleskop user.warn kernel: saa7146: register extension 'dvb'. Jun 26 15:42:04 teleskop user.info kernel: GSI 17 (level, low) -> IRQ 185 Jun 26 15:42:04 teleskop user.warn kernel: found saa7146 @ mem f8d6ca00 (revision 1, irq 185) (0x13c2,0x0000). Jun 26 15:42:04 teleskop user.warn kernel: DVB: registering new adapter (Technotrend/Hauppauge WinTV DVB-S rev1.X or Fujitsu Siemens DVB-C). Jun 26 15:42:04 teleskop user.warn kernel: adapter has MAC addr = 00:d0:5c:01:cd:0a Jun 26 15:42:04 teleskop user.warn kernel: dvb-ttpci: gpioirq unknown debitype 0 len 0 Jun 26 15:42:04 teleskop user.warn kernel: dvb-ttpci: info @ card 0: firm f0240009, rtsl b0250018, vid 71010068, app 8000261d Jun 26 15:42:04 teleskop user.warn kernel: dvb-ttpci: firmware @ card 0 supports CI link layer interface Jun 26 15:42:05 teleskop user.warn kernel: dvb-ttpci: adac type set to 0 @ card 0 Jun 26 15:42:05 teleskop user.warn kernel: saa7146 (0): registered device video0 [v4l2] Jun 26 15:42:05 teleskop user.warn kernel: saa7146 (0): registered device vbi0 [v4l2] Jun 26 15:42:05 teleskop user.warn kernel: ves1x93: Detected ves1893a rev2 Jun 26 15:42:05 teleskop user.warn kernel: DVB: registering frontend 0 (VLSI VES1x93 DVB-S)... Jun 26 15:42:05 teleskop user.info kernel: input: DVB on-card IR receiver as /class/input/input2 Jun 26 15:42:05 teleskop user.info kernel: dvb-ttpci: found av7110-0. Jun 26 15:42:05 teleskop user.info kernel: GSI 19 (level, low) -> IRQ 193 Jun 26 15:42:05 teleskop user.warn kernel: found saa7146 @ mem f8db2800 (revision 1, irq 193) (0x13c2,0x0000). Jun 26 15:42:05 teleskop user.warn kernel: DVB: registering new adapter (Technotrend/Hauppauge WinTV DVB-S rev1.X or Fujitsu Siemens DVB-C). Jun 26 15:42:05 teleskop user.warn kernel: adapter has MAC addr = 00:d0:5c:5b:a9:43 Jun 26 15:42:06 teleskop user.warn kernel: dvb-ttpci: gpioirq unknown debitype 0 len 0 Jun 26 15:42:06 teleskop user.warn kernel: dvb-ttpci: info @ card 1: firm f0240009, rtsl b0250018, vid 71010068, app 8000261d Jun 26 15:42:06 teleskop user.warn kernel: dvb-ttpci: firmware @ card 1 supports CI link layer interface Jun 26 15:42:07 teleskop user.warn kernel: dvb-ttpci: adac type set to 0 @ card 1 Jun 26 15:42:07 teleskop user.warn kernel: saa7146 (1): registered device video1 [v4l2] Jun 26 15:42:07 teleskop user.warn kernel: saa7146 (1): registered device vbi1 [v4l2] Jun 26 15:42:07 teleskop user.warn kernel: ves1x93: Detected ves1893a rev2 Jun 26 15:42:07 teleskop user.warn kernel: DVB: registering frontend 1 (VLSI VES1x93 DVB-S)... Jun 26 15:42:07 teleskop user.info kernel: dvb-ttpci: found av7110-1. Jun 26 15:42:07 teleskop user.warn kernel: saa7146: register extension 'budget dvb'. Jun 26 15:42:07 teleskop user.warn kernel: saa7146: register extension 'budget_ci dvb'. Jun 26 15:42:07 teleskop user.warn kernel: saa7146: register extension 'budget_av'. Jun 26 15:42:07 teleskop user.info kernel: b2c2-flexcop: B2C2 FlexcopII/II(b)/III digital TV receiver chip loaded successfully Jun 26 15:42:07 teleskop user.info kernel: flexcop-pci: will use the HW PID filter. Jun 26 15:42:07 teleskop user.info kernel: flexcop-pci: card revision 2 Jun 26 15:42:07 teleskop user.info kernel: GSI 18 (level, low) -> IRQ 201 Jun 26 15:42:07 teleskop user.warn kernel: DVB: registering new adapter (FlexCop Digital TV device). Jun 26 15:42:07 teleskop user.info kernel: b2c2-flexcop: MAC address = 00:d0:d7:10:ab:fb Jun 26 15:42:07 teleskop user.info kernel: b2c2-flexcop: found the stv0299 at i2c address: 0x68 Jun 26 15:42:07 teleskop user.warn kernel: DVB: registering frontend 2 (ST STV0299 DVB-S)... Jun 26 15:42:07 teleskop user.info kernel: b2c2-flexcop: initialization of 'Sky2PC/SkyStar 2 DVB-S' at the 'PCI' bus controlled by a 'FlexCopIIb' complete Jun 26 15:42:07 teleskop user.warn kernel: lirc_dev: IR Remote Control driver registered, at major 61 Jun 26 15:42:07 teleskop user.warn kernel: lirc_serial: no version for "lirc_unregister_plugin" found: kernel tainted. Jun 26 15:42:08 teleskop user.info kernel: lirc_serial: auto-detected active high receiver Jun 26 15:42:08 teleskop user.warn kernel: lirc_dev: lirc_register_plugin: sample_rate: 0 Jun 26 15:42:08 teleskop user.info vdr: [1448] VDR version 1.4.3-4-Toxic-Ed. started Jun 26 15:42:08 teleskop user.info vdr: [1448] Bigpatch 17.09.2006 is active! Jun 26 15:42:08 teleskop user.info vdr: [1448] switched to user 'root' Jun 26 15:42:08 teleskop user.info vdr: [1448] loading plugin: /usr/lib/vdr/plugins/libvdr-ac3mode.so.1.4.4 Jun 26 15:42:08 teleskop user.info vdr: [1448] loading plugin: /usr/lib/vdr/plugins/libvdr-admin.so.1.4.4 Jun 26 15:42:08 teleskop user.info vdr: [1448] loading plugin: /usr/lib/vdr/plugins/libvdr-autotimeredit.so.1.4.4 Jun 26 15:42:08 teleskop user.info vdr: [1448] loading plugin: /usr/lib/vdr/plugins/libvdr-channelscan.so.1.4.4 Jun 26 15:42:08 teleskop user.info vdr: [1448] loading plugin: /usr/lib/vdr/plugins/libvdr-epgsearch.so.1.4.4 Jun 26 15:42:09 teleskop user.info vdr: [1448] loading plugin: /usr/lib/vdr/plugins/libvdr-network.so.1.4.4 Jun 26 15:42:09 teleskop user.info vdr: [1448] loading plugin: /usr/lib/vdr/plugins/libvdr-osdteletext.so.1.4.4 Jun 26 15:42:09 teleskop user.info vdr: [1448] loading plugin: /usr/lib/vdr/plugins/libvdr-radiolist.so.1.4.4 Jun 26 15:42:09 teleskop user.info vdr: [1448] loading plugin: /usr/lib/vdr/plugins/libvdr-recstatus.so.1.4.4 Jun 26 15:42:09 teleskop user.info vdr: [1448] loading plugin: /usr/lib/vdr/plugins/libvdr-setup.so.1.4.4 Jun 26 15:42:09 teleskop user.info vdr: [1448] loading plugin: /usr/lib/vdr/plugins/libvdr-showrecinfo.so.1.4.4 Jun 26 15:42:09 teleskop user.info vdr: [1448] loading plugin: /usr/lib/vdr/plugins/libvdr-skinclassic.so.1.4.4 Jun 26 15:42:09 teleskop user.info vdr: [1448] loading plugin: /usr/lib/vdr/plugins/libvdr-skinelchi.so.1.4.4 Jun 26 15:42:09 teleskop user.info vdr: [1448] loading plugin: /usr/lib/vdr/plugins/libvdr-streamdev-server.so.1.4.4 Jun 26 15:42:09 teleskop user.info vdr: [1448] loading plugin: /usr/lib/vdr/plugins/libvdr-streamplayer.so.1.4.4 Jun 26 15:42:09 teleskop user.info vdr: [1448] loading plugin: /usr/lib/vdr/plugins/libvdr-svdrpext.so.1.4.4 Jun 26 15:42:09 teleskop user.info vdr: [1448] loading plugin: /usr/lib/vdr/plugins/libvdr-svdrpservice.so.1.4.4 Jun 26 15:42:09 teleskop user.info vdr: [1448] loading plugin: /usr/lib/vdr/plugins/libvdr-sysinfo.so.1.4.4 Jun 26 15:42:09 teleskop user.info vdr: [1448] loading plugin: /usr/lib/vdr/plugins/libvdr-timeline.so.1.4.4 Jun 26 15:42:09 teleskop user.info vdr: [1448] loading plugin: /usr/lib/vdr/plugins/libvdr-undelete.so.1.4.4 Jun 26 15:42:09 teleskop user.info vdr: [1448] loading plugin: /usr/lib/vdr/plugins/libvdr-vompserver.so.1.4.4 Jun 26 15:42:09 teleskop user.info vdr: [1448] loading /etc/vdr/setup.conf Jun 26 15:42:09 teleskop user.err vdr: [1448] ERROR: unknown config parameter: RecordDolbyDigital = 1 Jun 26 15:42:09 teleskop user.err vdr: [1448] ERROR: unknown config parameter: ShowProgressBar = 0 Jun 26 15:42:09 teleskop user.err vdr: [1448] ERROR: unknown config parameter: SortTimers = 1 Jun 26 15:42:09 teleskop user.debug vdr: [1448] autotimeredit: Setupparameter countdictionary=0 Jun 26 15:42:09 teleskop user.info vdr: [1448] loading /etc/vdr/sources.conf Jun 26 15:42:09 teleskop user.info vdr: [1448] loading /etc/vdr/diseqc.conf Jun 26 15:42:09 teleskop user.info vdr: [1448] loading /etc/vdr/channels.conf Jun 26 15:42:09 teleskop user.info vdr: [1448] loading /etc/vdr/timers.conf Jun 26 15:42:09 teleskop user.info vdr: [1448] loading /etc/vdr/commands.conf Jun 26 15:42:09 teleskop user.info vdr: [1448] loading /etc/vdr/reccmds.conf Jun 26 15:42:09 teleskop user.info vdr: [1448] loading /etc/vdr/svdrphosts.conf Jun 26 15:42:09 teleskop user.info vdr: [1448] loading /etc/vdr/remote.conf Jun 26 15:42:09 teleskop user.info vdr: [1448] loading /etc/vdr/keymacros.conf Jun 26 15:42:09 teleskop user.debug vdr: [1448] reading EPG data from /ramdisk/epg.data Jun 26 15:42:09 teleskop user.debug vdr: [1453] video directory scanner thread started (pid=1453, tid=1453) Jun 26 15:42:09 teleskop user.debug vdr: [1454] video directory scanner thread started (pid=1454, tid=1454) Jun 26 15:42:10 teleskop user.debug vdr: [1448] probing /dev/dvb/adapter0/frontend0 Jun 26 15:42:12 teleskop user.debug vdr: [1456] tuner on device 1 thread started (pid=1456, tid=1456) Jun 26 15:42:12 teleskop user.debug vdr: [1457] section handler thread started (pid=1457, tid=1457) Jun 26 15:42:12 teleskop user.debug vdr: [1448] probing /dev/dvb/adapter1/frontend0 Jun 26 15:42:14 teleskop user.debug vdr: [1460] tuner on device 2 thread started (pid=1460, tid=1460) Jun 26 15:42:14 teleskop user.debug vdr: [1461] section handler thread started (pid=1461, tid=1461) Jun 26 15:42:14 teleskop user.debug vdr: [1448] probing /dev/dvb/adapter2/frontend0 Jun 26 15:42:14 teleskop user.debug vdr: [1463] tuner on device 3 thread started (pid=1463, tid=1463) Jun 26 15:42:14 teleskop user.debug vdr: [1464] section handler thread started (pid=1464, tid=1464) Jun 26 15:42:14 teleskop user.debug vdr: [1448] probing /dev/dvb/adapter3/frontend0 Jun 26 15:42:14 teleskop user.info vdr: [1448] found 3 video devices Jun 26 15:42:14 teleskop user.info vdr: [1448] initializing plugin: ac3mode (0.1): Displays currently active AC3-Mode. Jun 26 15:42:14 teleskop user.info vdr: [1448] initializing plugin: admin (0.4.0): Administrative tasks Jun 26 15:42:14 teleskop user.info vdr: [1448] initializing plugin: autotimeredit (0.1.8): OSD autotimer edit Jun 26 15:42:14 teleskop user.info vdr: [1448] initializing plugin: channelscan (0.1.0): Plugin for satelite scan Jun 26 15:42:14 teleskop user.info vdr: [1448] initializing plugin: epgsearch (0.9.18): search the EPG for repeats and more Jun 26 15:42:14 teleskop user.info vdr: [1448] initializing plugin: network (0.0.1): Netzwerksetup Jun 26 15:42:14 teleskop user.info vdr: [1448] initializing plugin: osdteletext (0.5.1): Displays teletext on the OSD Jun 26 15:42:14 teleskop user.info vdr: [1448] initializing plugin: radiolist (0.0.1): Channellist for radio channels Jun 26 15:42:14 teleskop user.info vdr: [1448] initializing plugin: recstatus (0.0.3): recording status monitor Jun 26 15:42:14 teleskop user.info vdr: [1448] initializing plugin: setup (0.3.1): Minivdr-Setup Jun 26 15:42:14 teleskop user.info vdr: [1448] initializing plugin: showrecinfo (0.0.1): Shows detailed information about recordings Jun 26 15:42:14 teleskop user.info vdr: [1448] initializing plugin: skinclassic (0.0.2): Classic VDR Skin-Plugin Jun 26 15:42:14 teleskop user.info vdr: [1448] initializing plugin: skinelchi (0.1.1pre1): Elchi VDR Skin-Plugin Jun 26 15:42:14 teleskop user.info vdr: [1448] initializing plugin: streamdev-server (0.3.3-pre3-geni): VDR Streaming Server Jun 26 15:42:14 teleskop user.info vdr: [1448] initializing plugin: streamplayer (0.1.2): Stream video player Jun 26 15:42:14 teleskop user.info vdr: [1448] initializing plugin: svdrpext (0.0.1): Extensions to the SVDRP command set Jun 26 15:42:14 teleskop user.info vdr: [1448] initializing plugin: svdrpservice (0.0.2): SVDRP client Jun 26 15:42:14 teleskop user.info vdr: [1448] initializing plugin: sysinfo (0.1.0a): System information plugin Jun 26 15:42:14 teleskop user.info vdr: [1448] initializing plugin: timeline (0.9.0): Show timer overview and collisions Jun 26 15:42:14 teleskop user.info vdr: [1448] initializing plugin: undelete (0.2.1): Undelete recordings Jun 26 15:42:14 teleskop user.info vdr: [1448] initializing plugin: vompserver (0.2.4): VDR on MVP plugin by Chris Tallon Jun 26 15:42:14 teleskop user.info vdr: [1448] setting primary device to 1 Jun 26 15:42:14 teleskop user.info vdr: [1448] SVDRP listening on port 2001 Jun 26 15:42:14 teleskop user.info vdr: [1448] setting current skin to "sttng" Jun 26 15:42:14 teleskop user.info vdr: [1448] loading /etc/vdr/themes/sttng-default.theme Jun 26 15:42:14 teleskop user.info vdr: [1448] starting plugin: ac3mode Jun 26 15:42:14 teleskop user.info vdr: [1448] starting plugin: admin Jun 26 15:42:14 teleskop user.info vdr: [1448] starting plugin: autotimeredit Jun 26 15:42:14 teleskop user.info vdr: [1448] autotimeredit: INFO: config file not found: [/etc/vdr/plugins/]autotimeredit.conf Jun 26 15:42:14 teleskop user.debug vdr: [1448] autotimeredit: Start Jun 26 15:42:14 teleskop user.err vdr: [1448] autotimeredit: Error while access (2) autotimerfile '/etc/vdradmin/vdradmind.at'. Jun 26 15:42:34 teleskop cron.notice crond[1477]: crond 2.3.2 dillon, started, log level 8 Jun 26 15:42:50 teleskop user.debug vdr: [1453] video directory scanner thread ended (pid=1453, tid=1453) Jun 26 15:42:50 teleskop user.info vdr: [1448] starting plugin: channelscan Jun 26 15:42:50 teleskop user.info vdr: [1448] starting plugin: epgsearch Jun 26 15:42:50 teleskop user.info vdr: [1448] EPGSearch: loading /etc/vdr/plugins/epgsearch/epgsearch.conf Jun 26 15:42:50 teleskop user.info vdr: [1448] EPGSearch: loading /etc/vdr/plugins/epgsearch/epgsearchdone.data Jun 26 15:42:50 teleskop user.debug vdr: [1576] EPGSearch: searchtimer thread started (pid=1576, tid=1576) Jun 26 15:42:50 teleskop user.debug vdr: [1577] EPGSearch: conflictcheck thread started (pid=1577, tid=1577) Jun 26 15:42:50 teleskop user.info vdr: [1448] starting plugin: network Jun 26 15:42:50 teleskop user.info vdr: [1448] starting plugin: osdteletext Jun 26 15:42:50 teleskop user.err vdr: [1448] osdteletext: no translation found for 'Play' in language 1 (Deutsch) Jun 26 15:42:50 teleskop user.err vdr: [1448] osdteletext: no translation found for 'FastFwd' in language 1 (Deutsch) Jun 26 15:42:50 teleskop user.err vdr: [1448] osdteletext: no translation found for 'FastRew' in language 1 (Deutsch) Jun 26 15:42:50 teleskop user.info vdr: [1448] starting plugin: radiolist Jun 26 15:42:50 teleskop user.info vdr: [1448] starting plugin: recstatus Jun 26 15:42:50 teleskop user.info vdr: [1448] starting plugin: setup Jun 26 15:42:50 teleskop user.info vdr: [1448] starting plugin: showrecinfo Jun 26 15:42:50 teleskop user.info vdr: [1448] starting plugin: skinclassic Jun 26 15:42:50 teleskop user.info vdr: [1448] starting plugin: skinelchi Jun 26 15:42:50 teleskop user.info vdr: [1448] loading /etc/vdr/plugins/skinelchi/../../themes/Elchi_Plugin-change.theme Jun 26 15:42:50 teleskop user.info vdr: [1448] starting plugin: streamdev-server Jun 26 15:42:50 teleskop user.info vdr: [1448] loading /etc/vdr/plugins/streamdevhosts.conf Jun 26 15:42:50 teleskop user.debug vdr: [1578] streamdev server thread started (pid=1578, tid=1578) Jun 26 15:42:50 teleskop user.info vdr: [1578] Streamdev: Listening (VTP) on port 2004 Jun 26 15:42:50 teleskop user.info vdr: [1578] Streamdev: Listening (HTTP) on port 3000 Jun 26 15:42:50 teleskop user.info vdr: [1448] starting plugin: streamplayer Jun 26 15:42:50 teleskop user.info vdr: [1448] loading /etc/vdr/plugins/streamplayer-bookmarks.conf Jun 26 15:42:50 teleskop user.info vdr: [1448] starting plugin: svdrpext Jun 26 15:42:50 teleskop user.info vdr: [1448] starting plugin: svdrpservice Jun 26 15:42:50 teleskop user.info vdr: [1448] starting plugin: sysinfo Jun 26 15:42:50 teleskop user.info vdr: [1448] starting plugin: timeline Jun 26 15:42:50 teleskop user.info vdr: [1448] starting plugin: undelete Jun 26 15:42:50 teleskop user.info vdr: [1448] starting plugin: vompserver Jun 26 15:42:50 teleskop user.debug vdr: [1448] VOMP: Config file found Jun 26 15:43:10 teleskop user.info vdr: [1576] EPGSearch: search timer update started Jun 26 15:43:10 teleskop user.info vdr: [1577] EPGSearch: timer conflict check started Jun 26 15:43:10 teleskop user.info vdr: [1577] EPGSearch: timer conflict check finished Jun 26 15:43:11 teleskop user.err vdr: [1576] EPGSearch: error connecting to socket! Jun 26 15:43:11 teleskop user.err vdr: [1576] EPGSearch: command 'NEWT 1:49:2012-07-06:0917:0935:50:99:Erlebnisreisen-Tipp:<epgsearch><Channel>49 - WDR Köln</Channel><Search timer>neuseeland</Search timer><Start>1341559020</Start><Stop>1341560100</Stop><S-ID>34</S-ID></epgsearch>' failed Jun 26 15:43:11 teleskop user.info vdr: [1576] EPGSearch: search timer update finished Jun 26 15:43:34 teleskop user.debug vdr: [1454] video directory scanner thread ended (pid=1454, tid=1454) Jun 26 15:45:01 teleskop cron.notice crond[1477]: USER root pid 1582 cmd convert.pl -q -s Jun 26 15:47:23 teleskop auth.info sshd[1585]: Could not reverse map address 192.168.1.12. Jun 26 15:47:26 teleskop auth.info sshd[1585]: Accepted password for root from 192.168.1.12 port 2542 ssh2 Jun 26 15:47:26 teleskop auth.info sshd[1585]: lastlog_get_entry: Error reading from /var/log/lastlog: Bad file descriptor Jun 26 15:47:26 teleskop auth.info PAM_unix[1585]: (ssh) session opened for user root by (uid=0) Jun 26 15:47:26 teleskop auth.err PAM-env[1585]: Unable to open config file: No such file or directory Jun 26 15:47:26 teleskop auth.err PAM-env[1586]: Unable to open config file: No such file or directory Jun 26 15:50:01 teleskop cron.notice crond[1477]: USER root pid 1596 cmd convert.pl -q -s Jun 26 15:51:02 teleskop auth.info sshd[1597]: Could not reverse map address 192.168.1.12. Jun 26 15:51:02 teleskop auth.info sshd[1597]: Accepted password for root from 192.168.1.12 port 2739 ssh2 Jun 26 15:51:02 teleskop auth.info PAM_unix[1597]: (ssh) session opened for user root by (uid=0) Jun 26 15:51:02 teleskop auth.err PAM-env[1597]: Unable to open config file: No such file or directory Jun 26 15:51:02 teleskop auth.err PAM-env[1598]: Unable to open config file: No such file or directory |

This post has been edited 2 times, last edit by "UlrichKliegis" (Jun 26th 2012, 4:46pm)
an dem vdramin krankt es bei Dir ja wohl schon seit 2010, wenn ich diesen Thread hier richtig deute. Trotzdem wäre es zur Fehlerdiagnose jetzt nicht verkehrt, wenn Du Dich nicht ausschließlich darauf versteifen würdest, den erstmal zum Laufen zu kriegen.
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
# # svdrphosts This file describes a number of host addresses that # are allowed to connect to the SVDRP port of the Video # Disk Recorder (VDR) running on this system. # Syntax: # # IP-Address[/Netmask] # 127.0.0.1 # always accept localhost 192.168.1.0/24 # Geändert 5.11.2008 #204.152.189.113 # a specific host 0.0.0.0/0 # any host on any net (USE THIS WITH CARE!) |
|
|
Source code |
1 2 |
teleskop:~# vdradmin.pl -bash: vdradmin.pl: command not found |