escalade
I will test it when I will back at home.
Posts by outcave
-
-
tcpdump ships with the network-tools addonI know. But why not provided as default in release such as: traceroute, openvpn, ping, netstat, etc.... ?
-
Hi.
Please is it possible include by default the command "tcpdump" in LibreELEC?
tcpdump is very useful for troubleshoot.Thanks!
-
Hi.
I'm using LibreELEC (Krypton) v7.90.008 ALPHA on Odroid C2.
In my kodi.log I have noticed varoius ERROR: (URLError(gaierror(-3, 'Temporary failure in name resolution'),))See here:
Code
Display More18:52:43 T:547257757920 ERROR: ## LibreELEC Addon ## oe::load_url(http://releases.libreelec.tv/releases.json) ## ERROR: (URLError(gaierror(-3, 'Temporary failure in name resolution'),)) 18:52:43 T:547257757920 ERROR: Traceback (most recent call last): File "/home/chewitt/LibreELEC.80-official/build.LibreELEC-Odroid_C2.aarch64-7.90.008/LibreELEC-settings-4cb2eae/.install_pkg/usr/share/kodi/addons/service.libreelec.settings/oe.py", line 271, in load_url File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen File "/usr/lib/python2.7/urllib2.py", line 431, in open File "/usr/lib/python2.7/urllib2.py", line 449, in _open File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain File "/usr/lib/python2.7/urllib2.py", line 1227, in http_open File "/usr/lib/python2.7/urllib2.py", line 1197, in do_open URLError: <urlopen error [Errno -3] Temporary failure in name resolution> 18:52:43 T:547257757920 INFO: ## LibreELEC Addon ## system::set_hostname ## LibreELEC 18:52:43 T:547257757920 INFO: ## LibreELEC Addon ## system::set_keyboard_layout ## us 18:52:43 T:547257757920 INFO: ## LibreELEC Addon ## system::set_keyboard_layout ## loadkmap < `ls -1 /usr/lib/keymaps/*/us.bmap` 18:52:43 T:547257757920 INFO: ## LibreELEC Addon ## system::updateThread ## Started 18:52:43 T:547257757920 INFO: ## LibreELEC Addon ## system::set_auto_update ## auto 18:52:43 T:546836574432 ERROR: ## LibreELEC Addon ## oe::load_url(http://update.libreelec.tv/updates.php?i=ee144752988ae8ce45470106e58c2d6c&d=LibreELEC&pa=Odroid_C2.aarch64&v=7.90.008&l=0 ) ## ERROR: (URLError(gaierror(-3, 'Temporary failure in name resolution'),)) 18:52:43 T:546836574432 ERROR: Traceback (most recent call last): File "/home/chewitt/LibreELEC.80-official/build.LibreELEC-Odroid_C2.aarch64-7.90.008/LibreELEC-settings-4cb2eae/.install_pkg/usr/share/kodi/addons/service.libreelec.settings/oe.py", line 271, in load_url File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen File "/usr/lib/python2.7/urllib2.py", line 431, in open File "/usr/lib/python2.7/urllib2.py", line 449, in _open File "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain File "/usr/lib/python2.7/urllib2.py", line 1227, in http_open File "/usr/lib/python2.7/urllib2.py", line 1197, in do_open URLError: <urlopen error [Errno -3] Temporary failure in name resolution> 18:52:43 T:546836574432 ERROR: ## LibreELEC Addon ## system::check_updates_v2 ## ERROR: (TypeError('expected string or buffer',)) 18:52:43 T:546836574432 ERROR: Traceback (most recent call last): File "/home/chewitt/LibreELEC.80-official/build.LibreELEC-Odroid_C2.aarch64-7.90.008/LibreELEC-settings-4cb2eae/.install_pkg/usr/share/kodi/addons/service.libreelec.settings/resources/lib/modules/system.py", line 751, in check_updates_v2 File "/usr/lib/python2.7/json/__init__.py", line 339, in loads File "/usr/lib/python2.7/json/decoder.py", line 364, in decode TypeError: expected string or buffer
Here the full log: YfX7XxnW
What about these errors? May be, wrongly, these part of Kodi code are called before the network starts?
For your info these errors are there also if I set the "Wait for network before starting Kodi".
Thanks! -
-
outcave Many thanks, that solved the issue. It's a fix but not a real solution.Yes, I agree, it is a fix not a real solution, we should hope Kodi / LibreELEC team will have times to look at this issue and fix it.
-
Under 7.90.007 I connected to a SMB fileserver (OMV on RPi2).After upgrade to 008 the connection times out. If I tried to view servers from within Kodi it doesn't find anything.
Downgrading to 007 and all worked fine.
No logs or dmesg as I needed to check it wasn't the fileserver at fault and I downgraded but I can upgrade again if logs required.
See here: LibreELEC
-
Ok Ok... I found the issue and the solution (or better to say: the workaround)!
The problem is the name resolution... LibreELEC will connect to the Samba (SMB) share via the hostname (beacuse I added the Samba share via the GUI and the hostname was presented to me), "NAS" in my case: smb://NAS/Multimedia/Film/HD/Cartoon/testmovie.1080p.x264.mkv.
So I have edited the file "/storage/.config/hosts.conf" with the IP and hostname (same as "/etc/hosts" file):Code
Display More# hosts.conf # This configuration file allows you to manually map hostnames to # IP addresses # Format: <ipaddress> <hostname1> <hostname2> # Example: 192.168.0.3 libreelec libreelec.mynetwork # NOTE: do not edit /etc/hosts directly # edit /storage/.config/hosts.conf then reboot 192.168.1.200 NAS 127.0.0.1 localhost LibreELEC ::1 localhost ip6-localhost ip6-loopback LibreELEC
Now the access to the Samba shares is always OK and really more fast!
I leave to Kodi and LibreELEC team the "work" to understand:
1. Why with the Skin "Confluence" this problem is not faced
2. Why with the oldest version of LibreELEC this problem there was notAnyway, I expect and I hope, that the access to Samba shares will be guaranteed also via hostname without any action needed by the user into the /etc/hosts file (as it should be)...
Thanks.
-
mm...
as I already mentioned the strange is that with Confluence skin Samba works, with Estuary skin not... I don't know how the skin can "change" the working of LibreELEC. The problems are not on the NAS (let me say, it's a "stupid" Samba Server on Linux), with the same NAS and same NAS configuration with OpenELEC 6.0.3 and LibreELEC 7.0.2 I don't have any problems.
Is it possible to access to Samba (client) log to do more troubleshooting? -
Hi.
chewitt did you have time to give a look at this Samba problem?
It seem that I'm not the only one person to face this problem, here other two users that have the same problem: LibreELEC and LibreELECConsider that I faced the problem since a fresh LibreELEC (Krypton) v7.90.008 installation. I don't know if this problem depend on the software release (LibreELEC v7.90.008) or depend on the system (Odroid C-2).
On the LibreELEC v7.90.008 release notes I read "Update Samba configuration to improve performance and interoperability", may be there is fault here.Let me know how can I help you to address the problem.
Thanks, hope in a fix. -
Hi.
Yes, if I power off the TV and then power On the TV (leaving LibreELEC powered on) these "extra" key works... strange behavior
But, anyway, after a LibreELEC reboot these key will not works again. And, as you can imagine, I don't like to power off the TV and then power On the TV to have these keys working...SOLUTION:
I made some troubleshooting and I was able to get these buttons working always by disabling the CEC in the boot of Odroid C-2.
So I edited the file "boot.ini" in "/flash" and changed the row from setenv hdmi_cec "1" to setenv hdmi_cec "0".Disabling HDMI-CEC at boot solved the issue. CEC will anyhow works because it will be stared later from LibreELEC.
-
discussion is going on on this thread: LibreELEC
-
Hi.
To control LibreELEC (Krypton) v7.90.008 ALPHA on Odroid C-2 I use the CEC feature (over HDMI), then with the TV remote control I can also control LibreELEC. I have a Panasonic Plasma TV and the remote control is Panasonic N2QAYB000489.
Here a photo of the TV remote control: ZOOM_N2QAYB000489-ZOOM.pngAll works well but the lower keys (extra buttons) of the Panasonic TV remote control does not works.
So the keys I have tested that does not works are:Play
Stop
Pause
Rewind
Fast ForwardWith OpenELEC 6.0.3 and LibreELEC 7.0.2 on Raspberry Pi2 I don't have this problem (same TV and same remote control), I can use these lower keys without problems.
So I think the problem is on the CEC configuration for Odroid or LibreELEC (Krypton) v7.90.008 ALPHA.
How Can I have these lower keys working?
If you need some test or help to address the issue let me know, I'm available for help/test.Thanks.
-
I'm using LibreELEC (Krypton) v7.90.008 on my Odroid C-2.
I use a QNAP NAS where there are my files shared with Samba (SMB), I also use the NAS feature that after 10 minutes of inactivity the NAS will go to power off the disks.
I don't have problems on the NAS's disk shutdown feature (after inactivity) also with LibreELEC (Krypton) v7.90.008. My disks will shutdown after 10 minutes of inactivity also if LibreELEC on Odroid C-2 is still running (and still connected on the LAN).On LibreELEC (Krypton) v7.90.008 I have instead another problem to access on the Samba shares: LibreELEC
-
Please post the FULL log not the bits you think are important, there is other information we want/need to see. Also use the OS log paste function so we don't have to scroll stuff in forum posts.Hi.
That was the full log from the starts of LibreELEC (boot) to when the problems was notice (I mean starts to play a mkv from the SMB share).Here: YfX7XxnW the FULL log (cat kodi.log).
Another workaroud: if I change the Skin from the default one (Estuary) to "Confluence" the problem disappears and then I'm able to play files/movies from the same SMB share (also after reboots)! So it seem as problem somehow related to the skin used... I would like to use "Estuary" but with this samba problem I'm "forced" to use Confluence.
Thanks. -
Hi.
Yes sorry for multiple post bur sometime it's not "easy" to choose well where to address the request on the Forum.
Anyway here the log.This is the DEBUG log:
Code
Display More10:43:29 T:545952866528 DEBUG: UpdateMenuLanguage - using TV menu language is disabled 10:43:29 T:547163730144 ERROR: CecLogMessage - Write: write failed ! 10:43:31 T:547704672256 ERROR: Previous line repeats 8 times. 10:43:31 T:547704672256 DEBUG: ------ Window Deinit (DialogNotification.xml) ------ 10:43:31 T:547163730144 ERROR: CecLogMessage - Write: write failed ! 10:43:33 T:545952866528 ERROR: Previous line repeats 12 times. 10:43:33 T:545952866528 DEBUG: UpdateAudioSystemStatus - CEC capable amplifier found (TX-NR509). volume will be controlled on the amp 10:43:33 T:547704660192 DEBUG: CAnnouncementManager - Announcement: OnVolumeChanged from xbmc 10:43:33 T:547704660192 DEBUG: GOT ANNOUNCEMENT, type: 64, from xbmc, message OnVolumeChanged 10:43:33 T:547704672256 DEBUG: ------ Window Init (DialogNotification.xml) ------ 10:43:39 T:547704672256 DEBUG: ------ Window Deinit (DialogNotification.xml) ------ 10:43:55 T:547687882976 DEBUG: Thread JobWorker 547687882976 terminating (autodelete) 10:43:55 T:546786242784 DEBUG: Thread JobWorker 546786242784 terminating (autodelete) 10:43:55 T:546771218656 DEBUG: Thread JobWorker 546771218656 terminating (autodelete) 10:43:55 T:545989325024 DEBUG: Thread JobWorker 545989325024 terminating (autodelete) 10:44:00 T:547163730144 DEBUG: PushCecKeypress - received key a8 duration 0 10:44:00 T:547704672256 DEBUG: OnKey: 168 (0xa8, obc87) pressed, action is Right 10:44:00 T:545989325024 DEBUG: Thread JobWorker start, auto delete: true 10:44:00 T:547163730144 DEBUG: PushCecKeypress - received key a8 duration 74 10:44:00 T:545989325024 DEBUG: ffmpeg[7F1F7FF0E0]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra. 10:44:00 T:545989325024 DEBUG: DoWork - took 143 ms to load special://masterprofile/Thumbnails/b/bbc6871e.jpg 10:44:01 T:547163730144 DEBUG: PushCecKeypress - received key b duration 0 10:44:01 T:547704672256 DEBUG: OnKey: 11 (0x0b, obc244) pressed, action is Select 10:44:01 T:547704672256 INFO: Loading skin file: DialogContextMenu.xml, load type: KEEP_IN_MEMORY 10:44:01 T:547704672256 DEBUG: ------ Window Init (DialogContextMenu.xml) ------ 10:44:01 T:547163730144 DEBUG: PushCecKeypress - received key b duration 75 10:44:02 T:547163730144 DEBUG: PushCecKeypress - received key a7 duration 0 10:44:02 T:547704672256 DEBUG: OnKey: 167 (0xa7, obc88) pressed, action is Down 10:44:02 T:547163730144 DEBUG: PushCecKeypress - received key a7 duration 75 10:44:02 T:547163730144 DEBUG: PushCecKeypress - received key b duration 0 10:44:02 T:547704672256 DEBUG: OnKey: 11 (0x0b, obc244) pressed, action is Select 10:44:03 T:547163730144 DEBUG: PushCecKeypress - received key b duration 74 10:44:03 T:547704672256 DEBUG: ------ Window Deinit (DialogContextMenu.xml) ------ 10:44:03 T:547704672256 DEBUG: Loading settings for smb://NAS/Multimedia/Film/HD/Cartoon/testmovie.1080p.x264.mkv 10:44:03 T:547704672256 DEBUG: CPlayerCoreFactory::GetPlayers(smb://NAS/Multimedia/Film/HD/Cartoon/testmovie.1080p.x264.mkv) 10:44:03 T:547704672256 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: system rules 10:44:03 T:547704672256 DEBUG: CPlayerSelectionRule::GetPlayers: matches rule: system rules 10:44:03 T:547704672256 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: mms/udp 10:44:03 T:547704672256 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: lastfm/shout 10:44:03 T:547704672256 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtmp 10:44:03 T:547704672256 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: rtsp 10:44:03 T:547704672256 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: streams 10:44:03 T:547704672256 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvd 10:44:03 T:547704672256 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: dvdimage 10:44:03 T:547704672256 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: sdp/asf 10:44:03 T:547704672256 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: nsv 10:44:03 T:547704672256 DEBUG: CPlayerSelectionRule::GetPlayers: considering rule: radio 10:44:03 T:547704672256 DEBUG: CPlayerCoreFactory::GetPlayers: matched 0 rules with players 10:44:03 T:547704672256 DEBUG: CPlayerCoreFactory::GetPlayers: adding videodefaultplayer (VideoPlayer) 10:44:03 T:547704672256 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=0 10:44:03 T:547704672256 DEBUG: CPlayerCoreFactory::GetPlayers: for video=1, audio=1 10:44:03 T:547704672256 DEBUG: CPlayerCoreFactory::GetPlayers: added 1 players 10:44:03 T:547704672256 DEBUG: Radio UECP (RDS) Processor - new CDVDRadioRDSData 10:44:03 T:547704672256 NOTICE: VideoPlayer: Opening: smb://NAS/Multimedia/Film/HD/Cartoon/testmovie.1080p.x264.mkv 10:44:03 T:547704672256 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED 10:44:03 T:547704672256 DEBUG: LinuxRendererGL: Cleaning up GL resources 10:44:03 T:546771218656 DEBUG: Thread VideoPlayer start, auto delete: false 10:44:03 T:546771218656 NOTICE: Creating InputStream 10:44:04 T:547704672256 DEBUG: ------ Window Init (DialogBusy.xml) ------ 10:44:04 T:547704672256 DEBUG: ------ Window Init (DialogSeekBar.xml) ------ 10:44:23 T:546771218656 ERROR: SMBDirectory->GetDirectory: Unable to open directory : 'smb://USERNAME:PASSWORD@NAS/Multimedia/Film/HD/Cartoon' unix_err:'6e' error : 'Connection timed out' 10:44:23 T:546771218656 ERROR: GetDirectory - Error getting smb://NAS/Multimedia/Film/HD/Cartoon/ 10:44:30 T:545989325024 DEBUG: Thread JobWorker 545989325024 terminating (autodelete) 10:44:43 T:546771218656 ERROR: SMBDirectory->GetDirectory: Unable to open directory : 'smb://USERNAME:PASSWORD@NAS/Multimedia/Film/HD/Cartoon' unix_err:'6e' error : 'Connection timed out' 10:44:43 T:546771218656 ERROR: GetDirectory - Error getting smb://NAS/Multimedia/Film/HD/Cartoon/ 10:44:43 T:546771218656 DEBUG: CFileCache::Open - opening <Multimedia/Film/HD/Cartoon/testmovie.1080p.x264.mkv> using cache 10:44:58 T:546771218656 DEBUG: CSMBFile::Open - opened smb://NAS/Multimedia/Film/HD/Cartoon/testmovie.1080p.x264.mkv, fd=-1 10:44:58 T:546771218656 INFO: SMBFile->Open: Unable to open file : 'smb://USERNAME:PASSWORD@NAS/Multimedia/Film/HD/Cartoon/testmovie.1080p.x264.mkv' unix_err:'6e' error : 'Connection timed out' 10:44:58 T:546771218656 ERROR: Open - failed to open source <smb://NAS/Multimedia/Film/HD/Cartoon/testmovie.1080p.x264.mkv> 10:44:58 T:546771218656 ERROR: CVideoPlayer::OpenInputStream - error opening [smb://NAS/Multimedia/Film/HD/Cartoon/testmovie.1080p.x264.mkv] 10:44:58 T:546771218656 NOTICE: CVideoPlayer::OnExit() 10:44:58 T:546771218656 DEBUG: OnPlayBackStopped: play state was 1, starting 1 10:44:58 T:546771218656 DEBUG: Thread VideoPlayer 546771218656 terminating 10:44:58 T:547704672256 DEBUG: OnPlayBackStopped: play state was 3, starting 0 10:44:58 T:547704672256 ERROR: PlayMedia could not play media: smb://NAS/Multimedia/Film/HD/Cartoon/testmovie.1080p.x264.mkv 10:44:58 T:547704660192 DEBUG: CAnnouncementManager - Announcement: OnStop from xbmc 10:44:58 T:547704660192 DEBUG: GOT ANNOUNCEMENT, type: 1, from xbmc, message OnStop 10:44:58 T:546771218656 DEBUG: Thread JobWorker start, auto delete: true 10:44:58 T:547704672256 NOTICE: CVideoPlayer::CloseFile() 10:44:58 T:547704672256 NOTICE: VideoPlayer: waiting for threads to exit 10:44:58 T:547704672256 NOTICE: VideoPlayer: finished waiting 10:44:58 T:547704672256 DEBUG: DeleteRenderer - deleting renderer 10:44:58 T:547704672256 DEBUG: LinuxRendererGL: Cleaning up GL resources 10:44:58 T:547704672256 NOTICE: CVideoPlayer::CloseFile() 10:44:58 T:547704672256 NOTICE: VideoPlayer: waiting for threads to exit 10:44:58 T:547704672256 NOTICE: VideoPlayer: finished waiting 10:44:58 T:547704672256 DEBUG: Radio UECP (RDS) Processor - delete ~CDVDRadioRDSData 10:44:58 T:545989325024 DEBUG: Thread JobWorker start, auto delete: true 10:44:58 T:547704672256 DEBUG: ------ Window Deinit (DialogSeekBar.xml) ------ 10:44:58 T:546771218656 DEBUG: ffmpeg[7F4E1AB0E0]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra. 10:44:58 T:545989325024 DEBUG: ffmpeg[7F1F7FF0E0]: [swscaler] No accelerated colorspace conversion found from yuv420p to bgra. 10:44:58 T:546771218656 DEBUG: DoWork - took 112 ms to load special://masterprofile/Thumbnails/b/bbc6871e.jpg 10:44:58 T:545989325024 DEBUG: DoWork - took 102 ms to load special://masterprofile/Thumbnails/b/bbc6871e.jpg 10:44:58 T:546771218656 DEBUG: DoWork - Saving file state for video item smb://NAS/Multimedia/Film/HD/Cartoon/testmovie.1080p.x264.mkv 10:44:58 T:547704672256 DEBUG: ------ Window Deinit (DialogBusy.xml) ------ 10:45:28 T:545989325024 DEBUG: Thread JobWorker 545989325024 terminating (autodelete) 10:45:28 T:546771218656 DEBUG: Thread JobWorker 546771218656 terminating (autodelete) 10:46:33 T:547704672256 NOTICE: Samba is idle. Closing the remaining connections 10:47:03 T:547704660192 DEBUG: CAnnouncementManager - Announcement: OnScreensaverActivated from xbmc 10:47:03 T:547704660192 DEBUG: GOT ANNOUNCEMENT, type: 4, from xbmc, message OnScreensaverActivated 10:47:03 T:547704672256 DEBUG: ------ Window Init () ------
Many thanks, hope in a fix.
Thanks! -
Hi.
As this user: LibreELEC I have the same problem on my Odroid C2 device.I'm using/testing LibreELEC (Krypton) v7.90.008 ALPHA on Odroid C2.
I can access to my QNAP NAS via SMB (Samba), I was able to create the Library and seen some videos, BUT after the reboot I cannot more access to all SMB share.... Error is: "Error 2: share not available" (on Debug log the error is: unix_err:'6e' error : 'Connection timed out').
I tried to reboot again but stil have this problem. If I try to access to others SMB source the problem is always "Error 2: share not available"...I found a workaroud: change the WORGROUP to another name and then reset it to WORGROUP.
Hope in a fix.
Thanks. -
HI.
I'm using/testing LibreELEC (Krypton) v7.90.008 ALPHA on Odroid C-2.
I can access to my QNAP NAS via SMB (Samba), I was able to create the Library and seen some videos, BUT after the reboot I cannot more access to all SMB share.... Error is: "Error 2: share not available".
I tried to reboot again but stil have this problem. If I try to access to others SMB source the problem is always "Error 2: share not available"...I found a workaroud: change the WORGROUP to another name and then reset it to WORGROUP.
From the log:
Code14:28:06 T:546913824992 ERROR: CecLogMessage - Write: write failed ! 14:28:15 T:547527516160 ERROR: Previous line repeats 21 times. 14:28:15 T:547527516160 WARNING: CDVDMessageQueue(player)::Put MSGQ_NOT_INITIALIZED 14:28:15 T:545953206496 NOTICE: Creating InputStream 14:28:35 T:545953206496 ERROR: SMBDirectory->GetDirectory: Unable to open directory : 'smb://USERNAME:PASSWORD@NAS/Multimedia/Film/HD/Cartoon' unix_err:'6e' error : 'Connection timed out' 14:28:35 T:545953206496 ERROR: GetDirectory - Error getting smb://NAS/Multimedia/Film/HD/Cartoon/ 14:28:55 T:545953206496 ERROR: SMBDirectory->GetDirectory: Unable to open directory : 'smb://USERNAME:PASSWORD@NAS/Multimedia/Film/HD/Cartoon' unix_err:'6e' error : 'Connection timed out' 14:28:55 T:545953206496 ERROR: GetDirectory - Error getting smb://NAS/Multimedia/Film/HD/Cartoon/
Hope in a fix.
Thanks