Posts by magicamun

    Ok - after cleaning up everything and relocating from nfs-share to local home - it worked again - Image built.

    Is it because it is NFS or because the folder wasn't in the home-directory?

    Second Question: if i want to change a single File from Kodi (Bugfix) that is in Master - how to do for LE(?


    Can you try to clean and build this package again? And post whole log to pastebin.com.

    Code
    PROJECT=WeTek_Play_2 ARCH=aarch64 ./scripts/clean e2fsprogs
    PROJECT=WeTek_Play_2 ARCH=aarch64 ./scripts/build e2fsprogs

    hmm - yes would like to - i can't reproduce right now - the folder libreelec-8.0 was mounted over nfsv4 - i was suspecting that as a possible reason and copied the whole folder into the home-directory - where the compile than toook a lot longer - but failed with:

    i cloned le8 and tried to build for WE2:

    Code
    lutz@libreelec:/develop$ git clone https://github.com/LibreELEC/LibreELEC.tv.git -b libreelec-8.0 libreelec-8.0
    lutz@libreelec:/develop$ cd libreelec-8.0/
    lutz@libreelec:/develop/libreelec-8.0$
    lutz@libreelec:/develop/libreelec-8.0$ PROJECT=WeTek_Play_2 ARCH=aarch64 make image
    .....

    I am getting permissions-errors:

    It's quite weird - the mentioned files are having read-only for the user and are not writeable - it seems that they are created with wrong permissions on cloning/downloading. I tried to bypass this with "chmod ug+w -R libreelec-8.0" on the whole structure - but that ends in other issues on permissions....
    umask ist "0002" - which should be correct - at least when creating a file it gets permissions "rw-rw-r--"

    what is wrong?

    Build-System is Ubuntu LTS 16.04 in VM

    I can reproduce:


    and the system freezes.

    it does not freeze, when the SAT-Cable is NOT connected. - so there must be sth wrong with the driver i'd say

    EDIT:
    istn't that too much dvr's? Shouldn't that be only one?

    Seems i have the same error - doing a channel-scan or using a prepared channels.conf stalls the box.

    This is what dmesg says.

    Log File of kodi when doing a scan tells this:

    Code
    10:33:39.122 T:545980928224   ERROR: AddOnLog: VDR VNSI Client: SignalConnectionLost - connection lost !!!
    10:33:39.558 T:545980928224   ERROR: AddOnLog: VDR VNSI Client: Login - failed to read greeting from server
    10:33:40.574 T:545980928224  NOTICE: AddOnLog: VDR VNSI Client: Logged in at '1482748420+0' to 'VDR-Network-Streaming-Interface (VNSI) Server' Version: '1.5.0' with protocol version '9'
    10:33:40.601 T:546583150816  NOTICE: PVRManager - stopping
    10:33:40.616 T:545969770720 WARNING: CPVRRecording::CPVRRecording - unable to determine channel type. Defaulting to TV.
    10:33:40.705 T:545656312032 WARNING: Previous line repeats 119 times.
    10:33:40.706 T:545656312032  NOTICE: Start - EPG thread started
    10:33:40.749 T:545969770720 WARNING: CPVRRecording::CPVRRecording - unable to determine channel type. Defaulting to TV.

    hi there - i just installed LE 7.9.010 on WETEK Play 2.

    When i install vdr-vnsi-Addon an connect to my Server everythings works fine. I then wanted to use the internal DVB-S2 Devices and installed vdr-Service. , copied a channels.conf from another running vdr.
    After a reboot - the box gets an ip-Address - brings up the ui an the fully stalls - no ping no nothing.

    Same thing when i do NOT copy an existing channels.conf - but try to scan with wirbel.... box stalls and loses ping - connection
    This is reproduceable.

    Any clue what to do?