System > service settings > SMB client > Use legacy security setting is greyed out, no matter what minimum/maximum protocol version I use. How come?
Posts by tecc
-
-
So, I've installed LibreELEC-RPi2.arm-8.2.2.img on my Raspi 3 which runs Kodi 17.6 which is the same version I'm running on my cheapo Android Marshmallow box. However, when I try to connect to my NAS via SMB with my Raspi, I'm always asked to reenter the password and I cannot access the share. When I connect from Marshmallow to the same share however, it works fine (as well as when connecting fom my Windows 8.1 box). Setting my NAS to local master browser makes no diffence. I can't find any difference between the settings used
Code<source> <name>MyNetN900C</name> <path pathversion="1">smb://10.10.10.5/</path> <allowsharing>true</allowsharing> </source>
and since I've set Libreelec to use SMB1 to SMB3, I wonder what's causing this:
Code
Display More11:01:43.955 T:1944866816 DEBUG: CGUIMediaWindow::GetDirectory (sources://video/) 11:01:43.955 T:1944866816 DEBUG: ParentPath = [sources://video/] 11:01:43.977 T:1754264480 DEBUG: Thread BackgroundLoader start, auto delete: false 11:01:43.990 T:1754264480 DEBUG: Thread BackgroundLoader 1754264480 terminating 11:01:46.759 T:1944866816 DEBUG: ProcessMouse: trying mouse action leftclick 11:01:46.762 T:1944866816 DEBUG: CGUIMediaWindow::GetDirectory (smb://10.10.10.5/) 11:01:46.762 T:1944866816 DEBUG: ParentPath = [sources://video/] 11:01:46.767 T:1857024928 DEBUG: OpenDir: Using authentication url smb://USERNAME:[email protected]/ 11:01:46.897 T:1754264480 DEBUG: Thread BackgroundLoader start, auto delete: false 11:01:47.085 T:1754264480 DEBUG: Thread BackgroundLoader 1754264480 terminating 11:01:48.676 T:1944866816 DEBUG: ProcessMouse: trying mouse action leftclick 11:01:48.677 T:1944866816 DEBUG: CGUIMediaWindow::GetDirectory (smb://10.10.10.5/Public/) 11:01:48.677 T:1944866816 DEBUG: ParentPath = [smb://10.10.10.5/] 11:01:48.679 T:1857024928 DEBUG: OpenDir: Using authentication url smb://USERNAME:[email protected]/Public 11:01:48.695 T:1857024928 ERROR: SMBDirectory->GetDirectory: Unable to open directory : 'smb://USERNAME:[email protected]/Public' unix_err:'d' error : 'Permission denied' 11:01:48.695 T:1944866816 DEBUG: ------ Window Init (DialogSettings.xml) ------ 11:01:48.695 T:1944866816 INFO: Loading skin file: DialogSettings.xml, load type: KEEP_IN_MEMORY 11:01:48.706 T:1944866816 DEBUG: CSettingsManager: requested setting (user.name) was not found. 11:01:48.706 T:1944866816 DEBUG: CSettingsManager: requested setting (user.password) was not found. 11:01:48.706 T:1944866816 DEBUG: CSettingsManager: requested setting (user.rememberpassword) was not found. 11:01:50.726 T:1944866816 DEBUG: ProcessMouse: trying mouse action leftclick 11:01:50.726 T:1944866816 INFO: Loading skin file: DialogKeyboard.xml, load type: KEEP_IN_MEMORY 11:01:50.817 T:1944866816 DEBUG: ------ Window Init (DialogKeyboard.xml) ------ 11:01:50.821 T:1944863648 DEBUG: CAnnouncementManager - Announcement: OnInputRequested from xbmc 11:01:50.822 T:1944863648 DEBUG: GOT ANNOUNCEMENT, type: 128, from xbmc, message OnInputRequested 11:01:53.593 T:1944866816 DEBUG: ProcessMouse: trying mouse action leftclick 11:02:00.857 T:1944866816 DEBUG: Previous line repeats 4 times. 11:02:00.857 T:1944866816 DEBUG: ------ Window Deinit (DialogKeyboard.xml) ------ 11:02:00.857 T:1944863648 DEBUG: CAnnouncementManager - Announcement: OnInputFinished from xbmc 11:02:00.857 T:1944863648 DEBUG: GOT ANNOUNCEMENT, type: 128, from xbmc, message OnInputFinished 11:02:02.443 T:1944866816 DEBUG: ProcessMouse: trying mouse action leftclick 11:02:04.118 T:1944866816 DEBUG: Previous line repeats 1 times. 11:02:04.118 T:1944866816 DEBUG: ------ Window Deinit (DialogSettings.xml) ------ 11:02:04.144 T:1857024928 DEBUG: OpenDir: Using authentication url smb://USERNAME:[email protected]/Public 11:02:04.159 T:1857024928 ERROR: SMBDirectory->GetDirectory: Unable to open directory : 'smb://USERNAME:[email protected]/Public' unix_err:'d' error : 'Permission denied' 11:02:04.159 T:1944866816 DEBUG: ------ Window Init (DialogSettings.xml) ------ 11:02:04.160 T:1944866816 DEBUG: CSettingsManager: requested setting (user.name) was not found. 11:02:04.160 T:1944866816 DEBUG: CSettingsManager: requested setting (user.password) was not found. 11:02:04.160 T:1944866816 DEBUG: CSettingsManager: requested setting (user.rememberpassword) was not found. 11:02:06.654 T:1944866816 DEBUG: ProcessMouse: trying mouse action leftclick 11:02:07.124 T:1944866816 DEBUG: ------ Window Deinit (DialogSettings.xml) ------ 11:02:07.125 T:1944866816 ERROR: GetDirectory - Error getting smb://10.10.10.5/Public/ 11:02:07.126 T:1944866816 ERROR: CGUIMediaWindow::GetDirectory(smb://10.10.10.5/Public/) failed 11:02:07.126 T:1944866816 DEBUG: CGUIMediaWindow::GetDirectory (smb://10.10.10.5/)
while working just fine here:
Code
Display More11:26:31.673 T:18446744073507445040 DEBUG: CGUIMediaWindow::GetDirectory (smb://10.10.10.5/) 11:26:31.673 T:18446744073507445040 DEBUG: ParentPath = [sources://video/] 11:26:31.690 T:18446744073168783664 DEBUG: OpenDir: Using authentication url smb://USERNAME:[email protected]/ 11:26:31.809 T:18446744073064675632 DEBUG: Thread BackgroundLoader start, auto delete: false 11:26:31.820 T:18446744073507445040 DEBUG: Keyboard: scancode: 0x17, sym: 0x000d, unicode: 0x0000, modifier: 0x0 11:26:31.822 T:18446744073507445040 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop' 11:26:31.923 T:18446744073064675632 DEBUG: Thread BackgroundLoader 18446744073064675632 terminating 11:26:32.690 T:18446744073507445040 DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0000, modifier: 0x0 11:26:32.691 T:18446744073507445040 DEBUG: OnKey: down (0xf081) pressed, action is Down 11:26:32.694 T:18446744073507445040 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop' 11:26:32.823 T:18446744073507445040 DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0000, modifier: 0x0 11:26:33.390 T:18446744073507445040 DEBUG: Keyboard: scancode: 0x17, sym: 0x000d, unicode: 0x0000, modifier: 0x0 11:26:33.654 T:18446744073507445040 DEBUG: OnKey: return (0xf00d) pressed, action is Select 11:26:33.664 T:18446744073507445040 DEBUG: CGUIMediaWindow::GetDirectory (smb://10.10.10.5/Public/) 11:26:33.665 T:18446744073507445040 DEBUG: ParentPath = [smb://10.10.10.5/] 11:26:33.675 T:18446744073168783664 DEBUG: OpenDir: Using authentication url smb://USERNAME:[email protected]/Public 11:26:33.787 T:18446744073064675632 DEBUG: Thread BackgroundLoader start, auto delete: false 11:26:33.796 T:18446744073507445040 DEBUG: Keyboard: scancode: 0x17, sym: 0x000d, unicode: 0x0000, modifier: 0x0 11:26:33.798 T:18446744073507445040 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop' 11:26:33.982 T:18446744073064675632 DEBUG: Thread BackgroundLoader 18446744073064675632 terminating 11:26:35.318 T:18446744073507445040 DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0000, modifier: 0x0 11:26:35.319 T:18446744073507445040 DEBUG: OnKey: down (0xf081) pressed, action is Down 11:26:35.321 T:18446744073507445040 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop' 11:26:35.442 T:18446744073507445040 DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0000, modifier: 0x0 11:26:36.028 T:18446744073507445040 DEBUG: Previous line repeats 1 times. 11:26:36.028 T:18446744073507445040 DEBUG: OnKey: down (0xf081) pressed, action is Down 11:26:36.173 T:18446744073507445040 DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0000, modifier: 0x0 11:26:36.315 T:18446744073507445040 DEBUG: Previous line repeats 1 times. 11:26:36.316 T:18446744073507445040 DEBUG: OnKey: down (0xf081) pressed, action is Down 11:26:36.458 T:18446744073507445040 DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0000, modifier: 0x0 11:26:36.539 T:18446744073507445040 DEBUG: Previous line repeats 1 times. 11:26:36.540 T:18446744073507445040 DEBUG: OnKey: down (0xf081) pressed, action is Down 11:26:36.706 T:18446744073507445040 DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0000, modifier: 0x0 11:26:37.189 T:18446744073507445040 DEBUG: Previous line repeats 1 times. 11:26:37.189 T:18446744073507445040 DEBUG: OnKey: down (0xf081) pressed, action is Down 11:26:37.357 T:18446744073507445040 DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0000, modifier: 0x0 11:26:37.773 T:18446744073507445040 DEBUG: Keyboard: scancode: 0x17, sym: 0x000d, unicode: 0x0000, modifier: 0x0 11:26:37.974 T:18446744073507445040 DEBUG: OnKey: return (0xf00d) pressed, action is Select 11:26:37.978 T:18446744073507445040 DEBUG: CGUIMediaWindow::GetDirectory (smb://10.10.10.5/Public/Shared Videos/) 11:26:37.978 T:18446744073507445040 DEBUG: ParentPath = [smb://10.10.10.5/Public/] 11:26:37.983 T:18446744073168783664 DEBUG: OpenDir: Using authentication url smb://USERNAME:[email protected]/Public/Shared%20Videos 11:26:38.037 T:18446744073064675632 DEBUG: Thread BackgroundLoader start, auto delete: false 11:26:38.058 T:18446744073507445040 DEBUG: Keyboard: scancode: 0x17, sym: 0x000d, unicode: 0x0000, modifier: 0x0 11:26:38.061 T:18446744073507445040 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop' 11:26:38.288 T:18446744073064675632 DEBUG: Thread BackgroundLoader 18446744073064675632 terminating 11:26:38.920 T:18446744073507445040 DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0000, modifier: 0x0 11:26:38.921 T:18446744073507445040 DEBUG: OnKey: down (0xf081) pressed, action is Down 11:26:38.924 T:18446744073507445040 DEBUG: [Warning] CGUITextureManager::GetTexturePath: could not find texture 'noop' 11:26:39.201 T:18446744073507445040 DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0000, modifier: 0x0 11:26:39.201 T:18446744073507445040 DEBUG: Previous line repeats 1 times. 11:26:39.202 T:18446744073507445040 DEBUG: OnKey: down (0xf081) pressed, action is Down 11:26:39.356 T:18446744073507445040 DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0000, modifier: 0x0 11:26:39.391 T:18446744073507445040 DEBUG: Previous line repeats 1 times. 11:26:39.391 T:18446744073507445040 DEBUG: OnKey: down (0xf081) pressed, action is Down 11:26:39.556 T:18446744073507445040 DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0000, modifier: 0x0 11:26:40.028 T:18446744073507445040 DEBUG: Previous line repeats 1 times. 11:26:40.029 T:18446744073507445040 DEBUG: OnKey: down (0xf081) pressed, action is Down 11:26:40.190 T:18446744073507445040 DEBUG: Keyboard: scancode: 0x14, sym: 0x0112, unicode: 0x0000, modifier: 0x0 11:26:40.551 T:18446744073507445040 DEBUG: Keyboard: scancode: 0x17, sym: 0x000d, unicode: 0x0000, modifier: 0x0 11:26:40.848 T:18446744073507445040 DEBUG: OnKey: return (0xf00d) pressed, action is Select 11:26:40.857 T:18446744073507445040 DEBUG: CGUIMediaWindow::GetDirectory (smb://10.10.10.5/Public/Shared Videos/Serien/) 11:26:40.858 T:18446744073507445040 DEBUG: ParentPath = [smb://10.10.10.5/Public/Shared Videos/] 11:26:40.869 T:18446744073168783664 DEBUG: OpenDir: Using authentication url smb://USERNAME:[email protected]/Public/Shared%20Videos/Serien 11:26:41.069 T:18446744073064675632 DEBUG: Thread BackgroundLoader start, auto delete: false
I've modified the sources.xml on my Raspi to this
Code<source> <name>MyNetN900C</name> <path pathversion="1">smb://tecc:[email protected]/</path> <allowsharing>true</allowsharing> </source>
but even adding the actual share to the path (10.10.10.5./Public/) doesn't make a difference either.
Any suggestions? Thx!
-
I'm confused. Now that I've resigned to using the 4 TB drive for backup only and go with the 2 TB drive, I've suddenly had this click sound when I attached the 2 TB to my girlfriend's Odroid. On day 1 the drive would not even spin up properly nor get mounted so I disconnected it to stop potential damage to it. The next day, I came over with my Odroid's power supply, which is the same make and model with an output of 5V/3000mA. Before switching the power supply, I gave it another shot and this time the drive was recognized and mounted immediately. However, when a a 2 hour movie was finished, the drive clicked again when Kodi jumped back to the file list. Since it was getting late, I hate no time to SSH in for logs.
However, per your suggestions I'd already done a chkdsk on the drive and copied over the logs from my Odroid that currently only has problems with the 4 TB and not the 2 TB drive. Still, maybe you guys can make something of it:Using username "root". [email protected]'s password: ####################### - Pastebin.com
And here's the logs from Kodi booting with the drive attached:
00:03:41.095 T:547873222096 NOTICE: special://profile/ is mapped to: special:// - Pastebin.com
-
The Odroid does power the 2TB drive without any issues, just not the 4 TB drive. I haven't connected both drives at the same time, so I guess the power of the Odroid's USB drive could be sufficient.
EDIT:
I've just realized the drive does not work on my PC's USB2 front port anymore, but only on my USB3 rear port which is an extra card plugged into one of the mainboard's PCI-EX sockets. Maybe the drive is soon about to fail and so not being recognized by the Odroid might be related to this. I'm not sure I can read these SMART settings, though:Code
Display MoreID Cur Wor Thr RawValues(6) Attribute Name 01 200 200 _51 000000000022 Read Error Rate 03 253 253 _21 0000000011AD Spin-Up Time 04 _98 _98 __0 000000000864 Start/Stop Count 05 200 200 140 000000000000 Reallocated Sectors Count 07 200 200 __0 000000000000 Seek Error Rate 09 _97 _97 __0 000000000A5D Power-On Hours 0A 100 100 __0 000000000000 Spin Retry Count 0B 100 100 __0 000000000000 Recalibration Retries 0C _99 _99 __0 0000000003FA Power Cycle Count C0 200 200 __0 000000000124 Power-off Retract Count C1 196 196 __0 000000002F28 Load/Unload Cycle Count C2 116 103 __0 000000000024 Temperature C4 200 200 __0 000000000000 Reallocation Event Count C5 200 200 __0 000000000000 Current Pending Sector Count C6 100 253 __0 000000000000 Uncorrectable Sector Count C7 200 200 __0 000000000000 UltraDMA CRC Error Count C8 100 253 __0 000000000000 Write Error Rate
-
Is there a limit to what can be accessed? The drive is recognized by my desktop PC, a Macbook air and a Fritzbox Internet Router but when I connect it to my Odroid C2 which runs the current version of Libreelec, the drive starts spinning but it never pops up or gets mounted. My 2 TB Seagate drive OTOH is recognized immediately. Any suggestions? Thx!
-
There is no support from allwinner or powervr side, so no proper drivers or docs are available. Also there is no allwinner support for Kodi if I recall correctly.Well, the box runs now on Android 4.x and Kodi works just fine or what do you mean?
-
And since LibreElec is a fork of OpenElec, there's no sense in expecting them to support this hardware either?
-
I was wondering if there's any chance that this (older) hardware, also known as Vidon.Me AV200, will ever be supported by LibreElec?
Specs:
AllWinner A31 Cortex Quad-Core A7 @ 1GHz
GPU: Octa-Core PowerVR SGX554
RAM: 2GB DDR3Thx.