Posts by excalibur

    Hi,

    In LE 9 settings i wrote some public DNS servers ip as nameserver:

    #1 = 2606:4700:4700::1111

    #2 = 1.1.1.1

    #3 = 8.8.4.4

    but the system doesn't seem to use them unless i use static ip address.

    That's a problem, i want to keep dhcp and slaac enabled.

    Is it the normal behaviour or a bug ?

    How can i have custom nameservers with dhcp and slaac still enabled ?

    Thank you :)

    I think the Thoradia rtorrent addon breaks the gnu screen (terminal multiplexer) program provided by the official System Tools addon.

    rtorrent addon embed its own screen binary in conflict with the system tools binary.

    See here.

    I happened again and this time it was because of an addon that embedded its own screen binary.

    For information, here is what I did :

    Code
    LibreELEC:~ # which screen
    /storage/.kodi/addons/service.rtorrent/bin/screen

    This is bad.

    So I removed this screen file. Then I checked :

    Code
    LibreELEC:~ # which screen
    /storage/.kodi/addons/virtual.system-tools/bin/screen

    Good, now screen works again !

    Ok, I uninstalled locale again, reboot, reinstall. And now it seems to be ok.

    LibreElec 9.0.0

    locale addon 9.0.102

    I have this :

    Except the error message, I can say it's all good.

    Maybe there was a bug in LibreElec 9 beta 9.

    Here is the strace output.

    We can see it is stuck in a pause() command.

    And there is lots of "No such file or directory" which is bad I think.

    If anyone can help, I would appreciate very much, thank you.

    Hi,

    After updating from Libreelec 8.2 to 9 I can't use screen (the terminal multiplexer) with ssh anymore because it freezes when launching a new session.

    Hardware is Odroid C2.

    When I launch screen, it freezes the terminal, the only responding input is Ctrl-Z to stop it, then I use screen -ls which shows me there is a dead session that I can wipe. I wipe it.

    Does anyone have this problem too ? How can I debug this ?

    Thank you for your help :)

    screen version is 4.06.02 (23-Oct-17)

    Hi,

    I think there is a bug about the Locale addon, it is not working as expected.

    LibreElec 8.90.009

    Odroid C2/aarch64

    Locale addon 9.0.102

    Lastly, I updated from LE 8.2.5 and everything is ok except that my locale is not set properly.

    The Locale addon settings are : fr_FR and UTF-8.

    Here is what i get on ssh :

    Code
    LibreELEC:~ # locale -a
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    locale: Cannot set LC_MESSAGES to default locale: No such file or directory
    locale: Cannot set LC_COLLATE to default locale: No such file or directory
    C
    POSIX
    Code
    LibreELEC:~ # locale -m
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    locale: Cannot set LC_MESSAGES to default locale: No such file or directory
    locale: failed to set locale!
    locale: [error] cannot read character map directory `/usr/share/i18n/charmaps': No such file or directory
    Code
    LibreELEC:~ # locale charmap
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
    locale: Cannot set LC_MESSAGES to default locale: No such file or directory
    locale: Cannot set LC_ALL to default locale: No such file or directory
    ANSI_X3.4-1968

    charmap is ANSI_X3.4-1968 but it should be UTF-8. Some addon complain about it.
    Logs : log-2018-12-16-14.39.07.zip

    Hi,

    I updated my LibreElec system from 8.2.5 to 9.0a9 and therefore I updated the Medusa addon from 8.2.2 to 9.0.2

    But the 9.0.2 package contains an older version of Medusa (0.1.20 from dec 2017) so my medusa database is now messed up. It suffered from a forced downgrade of Medusa.

    Today, I can't update Medusa in the web UI, so I ask : how can I update ? manually ?

    Could you upgrade the thoradia package with a recent version of medusa ?

    Thanks