Beiträge von marrak

    Nobody answers my question in solved thread [solved] Wrong system time, how to get the correct time again
    so I create ne one to report this problem:
    To reproduce:
    1. Switch to transponder with broken time from the future (e.g. now on 9E 11804/V/27500, time is resync about 20 min)
    2. Dreambox synchronizes bad time what is not problem yet :smiling_face:
    3. But then switch to channel with correct time and you get: (journalctl -f -u enigma2 | grep eDVBLocalTimeHandler)


    Code
    cze 07 18:09:27 dm520 enigma2[176]: [eDVBLocalTimeHandler] Receiver time is 'Thu Jun  7 18:28:06 2018'
    cze 07 18:28:06 dm520 enigma2[176]: [eDVBLocalTimeHandler] Transponder time is 'Thu Jun  7 18:07:12 2018'
    cze 07 18:28:06 dm520 enigma2[176]: [eDVBLocalTimeHandler] diff is -1254
    cze 07 18:28:06 dm520 enigma2[176]: [eDVBLocalTimeHandler] we have correction 135
    cze 07 18:28:06 dm520 enigma2[176]: [eDVBLocalTimeHandler] diff after add correction is -1119
    cze 07 18:28:06 dm520 enigma2[176]: [eDVBLocalTimeHandler] use stored correction(<5 min)
    cze 07 18:28:06 dm520 enigma2[176]: [eDVBLocalTimeHandler] update RTC
    cze 07 18:28:06 dm520 enigma2[176]: [eDVBLocalTimeHandler] time_difference is -1119
    cze 07 18:28:06 dm520 enigma2[176]: [eDVBLocalTimeHandler] update Linux Time

    Expected:
    Time is fixed to correct time.
    Actual:
    No time fix -Time is wrong!



    Even after restart of DM there is the same behaviour, only switching off power for several seconds resets time to 1.1.1970 and then time is fill in properly.
    Can anyone fix it or give at least any workaround to reset to corect time, please. (NTP on/off did not change anything).

    Once again, I think this issue is still reproducible in some cases :frowning_face: when time was broken on bad transponder and set to 2h from the future
    Even with ntp enabled and switch to correct time transponder I got:

    Bash
    maj 31 01:11:08 dm520 enigma2[1682]: [eDVBLocalTimeHandler] Receiver time is 'Thu May 31 01:11:08 2018'
    maj 31 01:11:08 dm520 enigma2[1682]: [eDVBLocalTimeHandler] Transponder time is 'Wed May 30 23:08:17 2018'
    maj 31 01:11:08 dm520 enigma2[1682]: [eDVBLocalTimeHandler] diff is -7371
    maj 31 01:11:08 dm520 enigma2[1682]: [eDVBLocalTimeHandler] no correction found... store calced correction(7371)
    maj 31 01:11:08 dm520 enigma2[1682]: [eDVBLocalTimeHandler] not changed

    Is this really accepted action? Time shouldn't be fixed?
    I doubt only switch off of DM should be solution.

    Hi,


    Maybe its a stupid question but after 1h I was not able to do it:
    There is web browser on my Dreambox DM 525 HD but how to write in authorization window password with caps letters e.g 'W' or special chars '%' etc ? Look that I can only write numbers there :thinking_face:


    Regards,
    marrak

    I checked my DM 525HD and indeed only 306MB RAM so it's good question :smiling_face:
    But AGC - I see you did not have original image so maybe it is a reason. On my original image there is no AGC field even. But after several months of usage similar is BER always 0, why it does not work, I don't know :frowning_face:

    I manage to reproduce it on any channel: in dreamboxedit put vpid and pcr empty value and for mpeg some random value (most likely must be different than proper for that channel). Then sent update to Dreambox and switch to this channel and after several seconds enigma2 freeze.
    Please fix for this issue :smiling_face:

    Thanks for respond :smiling_face:
    I'm trying to compile enigma2 to debug it my myself but any help of more expreience users or developers will be helpful.
    I can confirm reprodution of the problem a moment ago on :
    Hotbird 13E 11488 27500 H sid 5198
    http://en.kingofsat.net/tp.php?tp=796
    My firmware:
    Image: Experimental 2017-07-20
    Dreambox OS: 4.3.1r20-2017-11-07
    All up to date.
    Logs:
    I move now all files to dedicated directory so above posts link may be deprecated
    All log files are available here:
    https://mega.nz/#F!FPonlAjZ!CMEKPkdTFtUxJfyti7HYEw


    I can produce fresh logs if required.



    There are more channels I have the same problem, but data of this I saved to tests.

    I'm still trying to workaroud it at least :frowning_face:
    Here is dmesg output:
    https://mega.nz/#!xa4GUSxY!pI8…RISmFwY9jUABK5yAosOrYSCco
    It looks something very bad happens on some channels:




    Can anyone help? Or how can I report this issue to Dreambox developer?

    I have no experience in enigma2 at all but this lines look strange for me:

    Code
    SubServices is returning list  [('1:0:1:144E:5DC:13E:820000:0:0:0:', '(...)')]
    timeout 0012!
    ...
    sdt update done!
    SubServices is returning list  [('1:0:1:144E:5DC:13E:820000:0:0:0:', ' ')]


    Look like channel changes name (?)
    And a moment later, I think it the time when enigma2 stops responding...

    Code
    AUDIO_STOP - ok
    DEMUX_STOP - audio - main thread is non-idle! display spinner!
    15467085 ms latency per 1000 blits (0,064653 fps)
    [EPGC] schedule other finished(1510166104)
    119999 ms latency per 1000 blits (8,333403 fps)

    But why? And how to prevent or restart it?

    In DreamOS we have systemd, so please use it :winking_face:


    Code
    systemctl restart enigma2

    Thank you for replay.
    Yes of course I tried systemctl too :smiling_face:
    So now output of

    Code
    journalctl -f -u enigma2 > /tmp/enigma2_running.log

    enigma2_running.log



    >Nov 08 19:37:45 dm520 systemd[1]: Stopping enigma2...
    Here I restart enigma2


    At the end the same output as I wrote earlier :frowning_face:
    Any ideas?

    Hi
    On some channels my Dreambox DM 525 HD stops working: on the screen there is settings icon only and web interface or remote control does not work.
    But if I log in via telnet or ssh there is enigma2 process defunct.
    So main question is: what can I do to avoid that state?
    But if it happend - I try to restart enigma2:

    Code
    killall enigma2 or pkill -9 -f enigma2


    and then

    Code
    /usr/bin/enigma2


    But it does not start and I got:


    Code
    PYTHONPATH: /usr/lib/enigma2/python
    before: 1
    after: 1
    default pipe size of 65536 bytes detected
    ---- opening lame channel db
    reading services (version 4)
    loaded 4609 services
    scanning for frontends..
    [    0] opening frontend

    ... and it wait forever then.


    Is there any solution to this? Thanks in advance :smiling_face:

    Hello,
    I got brand new Dreambox DM 525 HD several days ago.
    I cannot record any program from remote control. If I press the REC button I get 'not available button' sign. There is no problem from web interface.
    I'm using Kingstone pendrive and it is available as /dev/sda1 and formatted by Dreambox.
    I had image from 8.09.2016 built-in and now I upgraded to latest (15.10) and no progress. Is it software issue or should it work?
    Thanks for help!