Posts by Hizovu

    New to RasPI and LibreELEC.

    When I install LibreELEC-RPi2.arm-7.90.010 on a RasPI 3 I can't access my Windows SMB shares.

    I have tried browsing to the server, adding a SMB network resource, etc but every time LibreELEC will tell me "Operation not permitted".
    The user I have does have the necessary rights to access the share as it works from a Windows machine.

    When I look in my Windows Eventlog of the server that hosts the share it tells me:

    The KODI debug log give when I try to add a network resource including username and password:

    Code
    15:46:35.944 T:1962008576   DEBUG: ------ Window Deinit (DialogSettings.xml) ------
    15:46:36.016 T:1962008576   ERROR: SMBDirectory->GetDirectory: Unable to open directory : 'smb://USERNAME:[email protected]/data/movies'
                                                unix_err:'1' error : 'Operation not permitted'
    15:46:36.016 T:1962008576   DEBUG: ------ Window Init (DialogConfirm.xml) ------

    The KODI debug log give when I try to browse directly to the server.

    Code
    15:45:21.573 T:1962008576   DEBUG: ------ Window Init (DialogBusy.xml) ------
    15:45:21.624 T:1609556896   ERROR: SMBDirectory->GetDirectory: Unable to open directory : 'smb://HYPERV/'
                                                unix_err:'1' error : 'Operation not permitted'
    15:45:21.625 T:1962008576   DEBUG: ------ Window Init (DialogConfirm.xml) ------


    [hr]
    :s
    Figured it out, the AD account libreelec only had Logon right to 1 workstation (which is the original Windows KODI workstation).
    Sometimes it are the little things :)