New to RasPI and LibreELEC, all my other installs are based on Windows.
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:
An account failed to log on.
Subject:
Security ID: NULL SID
Account Name: -
Account Domain: -
Logon ID: 0x0
Logon Type: 3
Account For Which Logon Failed:
Security ID: NULL SID
Account Name: libreelec
Account Domain: HOME
Failure Information:
Failure Reason: User not allowed to logon at this computer.
Status: 0xC000006E
Sub Status: 0xC0000070
Process Information:
Caller Process ID: 0x0
Caller Process Name: -
Network Information:
Workstation Name: HTPC2
Source Network Address: 192.168.2.23
Source Port: 43006
Detailed Authentication Information:
Logon Process: NtLmSsp
Authentication Package: NTLM
Transited Services: -
Package Name (NTLM only): -
Key Length: 0
This event is generated when a logon request fails. It is generated on the computer where access was attempted.
The Subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.
The Logon Type field indicates the kind of logon that was requested. The most common types are 2 (interactive) and 3 (network).
The Process Information fields indicate which account and process on the system requested the logon.
The Network Information fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.
The authentication information fields provide detailed information about this specific logon request.
- Transited services indicate which intermediate services have participated in this logon request.
- Package name indicates which sub-protocol was used among the NTLM protocols.
- Key length indicates the length of the generated session key. This will be 0 if no session key was requested.
The KODI debug log give when I try to add a network resource including username and password:
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.
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) ------