Where I'm wrong now?

  • when I start vdr


    vdr -L/video/plugins -P"xine -r"


    I take this error:


    terminate called after throwing an instance of 'std::logic_error'
    what(): basic_string::_S_construct NULL not valid
    Aborted



    Can someone help me? :(


    My system is Debian Etch and in xine the DVB (not the VDR that it is installed) button work


    thanks


    Ugo

  • Ohter infos:


    Linux version: -2.6.15-1-686


    and this is the log file:



    Apr 25 15:55:41 Linux vdr: [6412] VDR version 1.3.44 started
    Apr 25 15:55:41 Linux vdr: [6412] loading plugin: /video/plugins/libvdr-xine.so.1.3.44
    Apr 25 15:55:41 Linux vdr: [6412] loading /video/sources.conf
    Apr 25 15:55:41 Linux vdr: [6412] loading /video/diseqc.conf
    Apr 25 15:55:41 Linux vdr: [6412] loading /video/channels.conf
    Apr 25 15:55:41 Linux vdr: [6412] loading /video/svdrphosts.conf
    Apr 25 15:55:41 Linux vdr: [6412] loading /video/keymacros.conf
    Apr 25 15:55:41 Linux vdr: [6412] found 1 video device
    Apr 25 15:55:41 Linux vdr: [6412] initializing plugin: xine (0.7.8 :( Software based playback using xine


    Thanks


    Ugo

  • I never used the xine plugin but it might help if you post here the logread, lsmod and the dmesg.


    kerschi

    Hardware: Antec Fusion remote, MSI 785GM-65, Athlon X2 240, 2GB Ram, G210 passiv, Liteon iHOS104, WD15EADS + WD20EARS, TT S2-3200+CI, harmony 525
    Software: yavdr 0.3a

  • The topmost error describes that someone called the constructor of std::string with a NULL value. Apparently, this is a logic mistake. This is why the program stops running.


    I assume that the compiler and library of Etch are a bit more standard-conforming, which might explain why it doesn't happen on other systems.


    On the other hand, I can hardly imagine that no one ever tried to use the Xine plugin in Debian Etch.

  • Zitat

    Originally posted by kerschi99
    I never used the xine plugin but it might help if you post here the logread, lsmod and the dmesg.


    kerschi



    Linux:~# lsmod
    Module Size Used by
    button 6448 0
    ac 4676 0
    battery 9412 0
    sr_mod 16260 0
    sbp2 21028 0
    eth1394 18344 0
    ohci1394 30164 0
    ieee1394 88152 3 sbp2,eth1394,ohci1394
    psmouse 32356 0
    serio_raw 6468 0
    joydev 8864 0
    evdev 8800 0
    floppy 54628 0
    parport_pc 32036 0
    parport 31624 1 parport_pc
    b2c2_flexcop_pci 7992 0
    b2c2_flexcop 26700 1 b2c2_flexcop_pci
    mt352 5924 1 b2c2_flexcop
    bcm3510 9348 1 b2c2_flexcop
    stv0299 9544 1 b2c2_flexcop
    dvb_core 71624 2 b2c2_flexcop,stv0299
    snd_cmipci 30496 2
    pcspkr 1668 0
    dvb_pll 10532 1 b2c2_flexcop
    gameport 13928 1 snd_cmipci
    snd_pcm_oss 45536 0
    snd_mixer_oss 16448 1 snd_pcm_oss
    snd_pcm 77576 3 snd_cmipci,snd_pcm_oss
    snd_page_alloc 9928 1 snd_pcm
    snd_opl3_lib 9440 1 snd_cmipci
    nxt2002 7748 1 b2c2_flexcop
    snd_timer 21316 3 snd_pcm,snd_opl3_lib
    snd_hwdep 8384 1 snd_opl3_lib
    snd_mpu401_uart 6592 1 snd_cmipci
    firmware_class 9696 3 b2c2_flexcop,bcm3510,nxt2002
    snd_rawmidi 22240 1 snd_mpu401_uart
    snd_seq_device 7916 2 snd_opl3_lib,snd_rawmidi
    snd 48420 12 snd_cmipci,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_opl3_lib,snd_timer,snd_hwdep,snd_mpu401_uart,snd_rawmidi,snd_seq_device
    stv0297 6912 1 b2c2_flexcop
    lgdt330x 7228 1 b2c2_flexcop
    mt312 7204 1 b2c2_flexcop
    mousedev 10496 1
    soundcore 8928 1 snd
    i2c_sis96x 5092 0
    i2c_core 19280 9 b2c2_flexcop,mt352,bcm3510,stv0299,nxt2002,stv0297,lgdt330x,mt312,i2c_sis96x
    rtc 11316 0
    sis_agp 8196 1
    agpgart 31400 1 sis_agp
    shpchp 39712 0
    pci_hotplug 24756 1 shpchp
    reiserfs 224048 1
    ide_generic 1120 0 [permanent]
    ide_disk 15712 0
    ide_cd 36484 0
    cdrom 33280 2 sr_mod,ide_cd
    sd_mod 17136 3
    generic 4260 0 [permanent]
    ohci_hcd 17764 0
    sis5513 13928 0 [permanent]
    ide_core 112800 5 ide_generic,ide_disk,ide_cd,generic,sis5513
    usbcore 113284 2 ohci_hcd
    ne2k_pci 10240 0
    8390 8704 1 ne2k_pci
    aic7xxx 151956 2
    scsi_transport_spi 19232 1 aic7xxx
    scsi_mod 125736 5 sr_mod,sbp2,sd_mod,aic7xxx,scsi_transport_spi
    thermal 13416 0
    processor 22912 1 thermal
    fan 4580 0



    Linux:~# dmesg
    Linux version 2.6.15-1-686 (Debian 2.6.15-8) (waldi@debian.org) (gcc version 4.0.3 20060212 (prerelease) (Debian 4.0.2-9)) #2 Mon Mar 6 15:27:08 UTC 2006
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
    BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
    BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    BIOS-e820: 0000000000100000 - 000000000fffc000 (usable)
    BIOS-e820: 000000000fffc000 - 000000000ffff000 (ACPI data)
    BIOS-e820: 000000000ffff000 - 0000000010000000 (ACPI NVS)
    BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
    BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
    BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
    0MB HIGHMEM available.
    255MB LOWMEM available.
    On node 0 totalpages: 65532
    DMA zone: 4096 pages, LIFO batch:0
    DMA32 zone: 0 pages, LIFO batch:0
    Normal zone: 61436 pages, LIFO batch:15
    HighMem zone: 0 pages, LIFO batch:0
    DMI 2.3 present.
    ACPI: RSDP (v000 ASUS ) @ 0x000f66f0
    ACPI: RSDT (v001 ASUS P4S333 0x42302e31 MSFT 0x31313031) @ 0x0fffc000
    ACPI: FADT (v001 ASUS P4S333 0x42302e31 MSFT 0x31313031) @ 0x0fffc100
    ACPI: BOOT (v001 ASUS P4S333 0x42302e31 MSFT 0x31313031) @ 0x0fffc040
    ACPI: DSDT (v001 ASUS P4S333 0x00001000 MSFT 0x0100000b) @ 0x00000000
    ACPI: PM-Timer IO Port: 0xe408
    Allocating PCI resources starting at 20000000 (gap: 10000000:eec00000)
    Built 1 zonelists
    Kernel command line: root=/dev/sda3 ro
    Found and enabled local APIC!
    mapped APIC to ffffd000 (fee00000)
    Initializing CPU#0
    PID hash table entries: 1024 (order: 10, 16384 bytes)
    Detected 1800.141 MHz processor.
    Using pmtmr for high-res timesource
    Console: colour VGA+ 80x25
    Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    Memory: 252212k/262128k available (1425k kernel code, 9304k reserved, 530k data, 144k init, 0k highmem)
    Checking if this processor honours the WP bit even in supervisor mode... Ok.
    Calibrating delay using timer specific routine.. 3602.54 BogoMIPS (lpj=1801271)
    Security Framework v1.0.0 initialized
    SELinux: Disabled at boot.
    Capability LSM initialized
    Mount-cache hash table entries: 512
    CPU: After generic identify, caps: 3febfbff 00000000 00000000 00000000 00000000 00000000 00000000
    CPU: After vendor identify, caps: 3febfbff 00000000 00000000 00000000 00000000 00000000 00000000
    CPU: Trace cache: 12K uops, L1 D cache: 8K
    CPU: L2 cache: 256K
    CPU: After all inits, caps: 3febfbff 00000000 00000000 00000080 00000000 00000000 00000000
    Intel machine check architecture supported.
    Intel machine check reporting enabled on CPU#0.
    CPU0: Intel P4/Xeon Extended MCE MSRs (12) available
    CPU0: Thermal monitoring enabled
    mtrr: v2.0 (20020519)
    CPU: Intel(R) Pentium(R) 4 CPU 1.80GHz stepping 02
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Checking 'hlt' instruction... OK.
    ACPI: setting ELCR to 0200 (from 0e20)
    checking if image is initramfs... it is
    Freeing initrd memory: 4465k freed
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: PCI BIOS revision 2.10 entry at 0xf15b0, last bus=2
    PCI: Using configuration type 1
    ACPI: Subsystem revision 20050902
    ACPI: Interpreter enabled
    ACPI: Using PIC for interrupt routing
    ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11 12 14 15) *9
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    PCI: Probing PCI hardware (bus 00)
    ACPI: Assume root bridge [\_SB_.PCI0] bus is 0
    Uncovering SIS961 that hid as a SIS503 (compatible=1)
    Enabling SiS 96x SMBus.
    Boot video device is 0000:01:00.0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]
    Linux Plug and Play Support v0.97 (c) Adam Belay
    pnp: PnP ACPI init
    pnp: PnP ACPI: found 15 devices
    PnPBIOS: Disabled by ACPI PNP
    PCI: Using ACPI for IRQ routing
    PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
    pnp: 00:01: ioport range 0xe400-0xe47f could not be reserved
    pnp: 00:01: ioport range 0xe480-0xe4ff has been reserved
    pnp: 00:01: ioport range 0xe600-0xe61f has been reserved
    pnp: 00:01: ioport range 0x480-0x48f has been reserved
    pnp: 00:0e: ioport range 0x3f0-0x3f1 has been reserved
    PCI: Bridge: 0000:00:01.0
    IO window: disabled.
    MEM window: df000000-dfffffff
    PREFETCH window: eff00000-febfffff
    PCI: Bridge: 0000:00:0a.0
    IO window: disabled.
    MEM window: db800000-dcffffff
    PREFETCH window: ee000000-efdfffff
    PCI: Setting latency timer of device 0000:00:01.0 to 64
    Simple Boot Flag at 0x3a set to 0x1
    audit: initializing netlink socket (disabled)
    audit(1145987250.993:1): initialized
    VFS: Disk quotas dquot_6.5.1
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    Initializing Cryptographic API
    io scheduler noop registered
    io scheduler anticipatory registered
    io scheduler deadline registered
    io scheduler cfq registered
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    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
    Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
    serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    00:0b: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
    RAMDISK driver initialized: 16 RAM disks of 8192K size 1024 blocksize
    NET: Registered protocol family 2
    IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
    TCP established hash table entries: 16384 (order: 4, 65536 bytes)
    TCP bind hash table entries: 16384 (order: 4, 65536 bytes)
    TCP: Hash tables configured (established 16384 bind 16384)
    TCP reno registered
    TCP bic registered
    NET: Registered protocol family 1
    NET: Registered protocol family 17
    NET: Registered protocol family 8
    NET: Registered protocol family 20
    Using IPI Shortcut mode
    ACPI wakeup devices:
    PCI0 PCI1 PS2K PS2M USB0 USB1
    ACPI: (supports S0 S1 S4 S5)
    Freeing unused kernel memory: 144k freed
    input: AT Translated Set 2 keyboard as /class/input/input0
    SCSI subsystem initialized
    ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
    PCI: setting IRQ 10 as level-triggered
    ACPI: PCI Interrupt 0000:00:09.0[A] -> Link [LNKB] -> GSI 10 (level, low) -> IRQ 10
    ne2k-pci.c:v1.03 9/22/2003 D. Becker/P. Gortmaker
    http://www.scyld.com/network/ne2k-pci.html
    usbcore: registered new driver usbfs
    usbcore: registered new driver hub
    Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
    ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
    SIS5513: IDE controller at PCI slot 0000:00:02.5
    SIS5513: chipset revision 208
    SIS5513: not 100% native mode: will probe irqs later
    SIS5513: SiS 961 MuTIOL IDE UDMA100 controller
    ide0: BM-DMA at 0xd800-0xd807, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0xd808-0xd80f, BIOS settings: hdc:DMA, hdd:pio
    Probing IDE interface ide0...
    ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
    ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
    PCI: setting IRQ 11 as level-triggered
    ACPI: PCI Interrupt 0000:00:02.2[D] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
    ohci_hcd 0000:00:02.2: OHCI Host Controller
    ohci_hcd 0000:00:02.2: new USB bus registered, assigned bus number 1
    ohci_hcd 0000:00:02.2: irq 11, io mem 0xde800000
    scsi0 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 7.0
    <Adaptec 29160 Ultra160 SCSI adapter>
    aic7892: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs


    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 3 ports detected
    ACPI: PCI Interrupt 0000:00:02.3[D] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
    ohci_hcd 0000:00:02.3: OHCI Host Controller
    ohci_hcd 0000:00:02.3: new USB bus registered, assigned bus number 2
    ohci_hcd 0000:00:02.3: irq 11, io mem 0xde000000
    hub 2-0:1.0: USB hub found
    hub 2-0:1.0: 3 ports detected
    hda: IC35L120AVV207-0, ATA DISK drive
    ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
    Probing IDE interface ide1...
    hdc: LITE-ON DVD SOHD-16P9S, ATAPI CD/DVD-ROM drive
    hdd: Hewlett-Packard DVD Writer 100, ATAPI CD/DVD-ROM drive
    ide1 at 0x170-0x177,0x376 on irq 15
    Vendor: QUANTUM Model: ATLAS IV 36 WLS Rev: 0909
    Type: Direct-Access ANSI SCSI revision: 03
    scsi0:A:0:0: Tagged Queuing enabled. Depth 8
    target0:0:0: Beginning Domain Validation
    target0:0:0: wide asynchronous.
    target0:0:0: FAST-80 WIDE SCSI 160.0 MB/s DT (12.5 ns, offset 31)
    target0:0:0: Domain Validation skipping write tests
    target0:0:0: Ending Domain Validation
    Vendor: MAXTOR Model: ATLAS10K5_73WLS Rev: JNZH
    Type: Direct-Access ANSI SCSI revision: 03
    scsi0:A:1:0: Tagged Queuing enabled. Depth 8
    target0:0:1: Beginning Domain Validation
    target0:0:1: wide asynchronous.
    target0:0:1: FAST-80 WIDE SCSI 160.0 MB/s DT (12.5 ns, offset 127)
    target0:0:1: Ending Domain Validation
    PCI: Enabling device 0000:00:0b.0 (0000 -> 0001)
    ACPI: PCI Interrupt 0000:00:0b.0[A] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
    eth0: RealTek RTL-8029 found at 0x9800, IRQ 11, 00:C0:DF:E4:D7:16.
    SCSI device sda: 71770336 512-byte hdwr sectors (36746 MB)
    SCSI device sda: drive cache: write back
    SCSI device sda: 71770336 512-byte hdwr sectors (36746 MB)
    SCSI device sda: drive cache: write back
    sda: sda1 sda2 < sda5 sda6 > sda3
    sd 0:0:0:0: Attached scsi disk sda
    SCSI device sdb: 143666192 512-byte hdwr sectors (73557 MB)
    SCSI device sdb: drive cache: write back
    SCSI device sdb: 143666192 512-byte hdwr sectors (73557 MB)
    SCSI device sdb: drive cache: write back
    sdb: sdb1
    sd 0:0:1:0: Attached scsi disk sdb
    hdc: ATAPI 48X DVD-ROM drive, 254kB Cache, UDMA(33)
    Uniform CD-ROM driver Revision: 3.20
    hda: max request size: 1024KiB
    hdd: ATAPI 32X DVD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
    hda: 241254720 sectors (123522 MB) w/1821KiB Cache, CHS=16383/255/63, UDMA(100)
    hda: cache flushes supported
    hda: hda1
    Attempting manual resume
    ReiserFS: sda3: found reiserfs format "3.6" with standard journal
    ReiserFS: sda3: using ordered data mode
    ReiserFS: sda3: journal params: device sda3, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
    ReiserFS: sda3: checking transaction log (sda3)
    ReiserFS: sda3: Using r5 hash to sort names
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    Linux agpgart interface v0.101 (c) Dave Jones
    agpgart: Detected SiS 645 chipset
    agpgart: AGP aperture is 128M @ 0xe0000000
    Real Time Clock Driver v1.12
    i2c-sis96x version 1.0.0
    sis96x_smbus 0000:00:02.1: SiS96x SMBus base address: 0xe600
    mice: PS/2 mouse device common for all mice
    input: PC Speaker as /class/input/input1
    PCI: Enabling device 0000:00:05.0 (0084 -> 0085)
    ACPI: PCI Interrupt 0000:00:05.0[A] -> Link [LNKB] -> GSI 10 (level, low) -> IRQ 10
    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 1
    PCI: Enabling device 0000:00:0d.0 (0004 -> 0007)
    ACPI: PCI Interrupt 0000:00:0d.0[A] -> Link [LNKB] -> GSI 10 (level, low) -> IRQ 10
    DVB: registering new adapter (FlexCop Digital TV device).
    b2c2-flexcop: MAC address = 00:d0:d7:02:82:d5
    parport: PnPBIOS parport detected.
    parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
    Floppy drive(s): fd0 is 1.44M
    FDC 0 is a post-1991 82077
    b2c2-flexcop: found the stv0299 at i2c address: 0x68
    DVB: registering frontend 0 (ST STV0299 DVB-S)...
    b2c2-flexcop: initialization of 'Sky2PC/SkyStar 2 DVB-S' at the 'PCI' bus controlled by a 'FlexCopII' complete
    ieee1394: Initialized config rom entry `ip1394'
    ohci1394: $Rev: 1313 $ Ben Collins <bcollins@debian.org>
    ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 5
    PCI: setting IRQ 5 as level-triggered
    ACPI: PCI Interrupt 0000:02:0c.0[A] -> Link [LNKC] -> GSI 5 (level, low) -> IRQ 5
    ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[5] MMIO=[dc000000-dc0007ff] Max Packet=[2048]
    input: PS2++ Logitech Wheel Mouse as /class/input/input2
    ieee1394: Host added: ID:BUS[0-00:1023] GUID[00308d0a00000bdf]
    eth1394: $Rev: 1312 $ Ben Collins <bcollins@debian.org>
    eth1394: eth1: IEEE-1394 IPv4 over 1394 Ethernet (fw-host0)
    Adding 337324k swap on /dev/sda6. Priority:-1 extents:1 across:337324k
    sbp2: $Rev: 1306 $ Ben Collins <bcollins@debian.org>
    ieee1394: sbp2: Driver forced to serialize I/O (serialize_io=1)
    ieee1394: sbp2: Try serialize_io=0 for better performance
    ACPI: Power Button (FF) [PWRF]
    ACPI: Power Button (CM) [PWRB]
    NET: Registered protocol family 10
    lo: Disabled Privacy Extensions
    IPv6 over IPv4 tunneling driver
    eth0: no IPv6 routers present



    I don't know what is logread.


    Thanks


    Ugo

  • logread means that you only write "logread" and the vdr post you the logread. The logread file shows you the whole startup of the vdr, including all error messages.

    Hardware: Antec Fusion remote, MSI 785GM-65, Athlon X2 240, 2GB Ram, G210 passiv, Liteon iHOS104, WD15EADS + WD20EARS, TT S2-3200+CI, harmony 525
    Software: yavdr 0.3a

  • Zitat

    Originally posted by wilderigel
    In Debian Etch you will not find logread, use less /var/log/syslog.




    here the syslog:


    Apr 26 19:52:11 Linux vdr: [6347] VDR version 1.3.44 started
    Apr 26 19:52:11 Linux vdr: [6347] loading plugin: /video/plugins/libvdr-xine.so.1.3.44
    Apr 26 19:52:11 Linux vdr: [6347] loading /video/sources.conf
    Apr 26 19:52:11 Linux vdr: [6347] loading /video/diseqc.conf
    Apr 26 19:52:11 Linux vdr: [6347] loading /video/channels.conf
    Apr 26 19:52:11 Linux vdr: [6347] loading /video/svdrphosts.conf
    Apr 26 19:52:11 Linux vdr: [6347] loading /video/keymacros.conf
    Apr 26 19:52:11 Linux vdr: [6347] probing /dev/dvb/adapter0/frontend0
    Apr 26 19:52:11 Linux vdr: [6348] video directory scanner thread started (pid=6347, tid=6348)
    Apr 26 19:52:11 Linux vdr: [6348] video directory scanner thread ended (pid=6347, tid=6348)
    Apr 26 19:52:11 Linux vdr: [6349] video directory scanner thread started (pid=6347, tid=6349)
    Apr 26 19:52:11 Linux vdr: [6349] video directory scanner thread ended (pid=6347, tid=6349)
    Apr 26 19:52:11 Linux vdr: [6347] found 1 video device
    Apr 26 19:52:11 Linux vdr: [6347] initializing plugin: xine (0.7.8): Software based playback using xine
    Apr 26 19:52:11 Linux vdr: [6347] creating directory /video/plugins/xine


    and here the problem


    Apr 26 19:52:11 Linux vdr: [6347] ERROR: /video/plugins/xine: Permission denied



    I gave this command and now all work well


    chmod a+rwx /video/plugins



    Thanks to all


    Ugo

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!