· 6 years ago · Apr 05, 2019, 11:14 AM
1System log output for: LibreELEC (official): 9.0.1
2========== /flash/config.txt ==========
3# SPDX-License-Identifier: GPL-2.0-or-later
4# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
5################################################################################
6# Bootloader configuration - config.txt
7################################################################################
8
9################################################################################
10# Memory (System/GPU configuration )
11################################################################################
12
13# Default GPU memory split (do not change if you do not know what you are doing)
14 gpu_mem=128
15
16# Configure GPU memory based on SDRAM size - overrides above setting
17 gpu_mem_256=112
18 gpu_mem_512=160
19 gpu_mem_1024=256
20
21################################################################################
22# For overclocking and various other settings, see:
23# https://www.raspberrypi.org/documentation/configuration/config-txt.md
24################################################################################
25# Set 'force_turbo=1' to disable dynamic overclocking and enable overclocking always.
26force_turbo=0
27
28# Make display smaller to stop text spilling off the screen
29#
30# Note that the overscan settings only affect the splash screen and not Kodi.
31#
32# If you experience overscan/underscan issues the best solution is to adjust
33# your TV settings ("full pixel", "1-1 pixel" etc.). Alternatively, there is a
34# calibration menu in the Kodi GUI.
35# disable_overscan=1
36
37# Force HDMI even if unplugged or powered off
38# hdmi_force_hotplug=1
39
40# Doesn't sent initial active source message.
41# Avoids bringing CEC (enabled TV) out of standby and channel switch when
42# rebooting.
43hdmi_ignore_cec_init=1
44
45################################################################################
46# License keys to enable GPU hardware decoding for various codecs
47# to obtain keys visit the shop at http://www.raspberrypi.com
48################################################################################
49
50# decode_MPG2=0x00000000
51# decode_WVC1=0x00000000
52
53################################################################################
54# End of default configuration
55################################################################################
56
57################################################################################
58# Include distribution specific config file if it exists.
59################################################################################
60[all]
61include distroconfig.txt
62========== /flash/cmdline.txt ==========
63boot=UUID=2102-0115 disk=UUID=d329bc25-f333-48f3-856f-419d8fa68360 quiet
64========== /storage/.kodi/temp/kodi.log ==========
652018-06-22 13:12:53.682 T:1936810656 NOTICE: -----------------------------------------------------------------------
662018-06-22 13:12:53.682 T:1936810656 NOTICE: Starting Kodi (18.1 Git:newclock5_18.1-Leia). Platform: Linux ARM 32-bit
672018-06-22 13:12:53.682 T:1936810656 NOTICE: Using Release Kodi x32 build (version for Raspberry Pi)
682018-06-22 13:12:53.682 T:1936810656 NOTICE: Kodi compiled 2019-02-21 by GCC 8.2.0 for Linux ARM 32-bit version 4.19.23 (267031)
692018-06-22 13:12:53.682 T:1936810656 NOTICE: Running on LibreELEC (official): 9.0.1, kernel: Linux ARM 32-bit version 4.19.23
702018-06-22 13:12:53.682 T:1936810656 NOTICE: FFmpeg version/source: 4.0.3-Kodi
712018-06-22 13:12:53.682 T:1936810656 NOTICE: Host CPU: ARMv7 Processor rev 4 (v7l), 4 cores available
722018-06-22 13:12:53.682 T:1936810656 NOTICE: ARM Features: Neon enabled
732018-06-22 13:12:53.682 T:1936810656 NOTICE: special://xbmc/ is mapped to: /usr/share/kodi/
742018-06-22 13:12:53.682 T:1936810656 NOTICE: special://xbmcbin/ is mapped to: /usr/lib/kodi
752018-06-22 13:12:53.682 T:1936810656 NOTICE: special://xbmcbinaddons/ is mapped to: /usr/lib/kodi/addons
762018-06-22 13:12:53.683 T:1936810656 NOTICE: special://masterprofile/ is mapped to: /storage/.kodi/userdata
772018-06-22 13:12:53.683 T:1936810656 NOTICE: special://envhome/ is mapped to: /storage
782018-06-22 13:12:53.683 T:1936810656 NOTICE: special://home/ is mapped to: /storage/.kodi
792018-06-22 13:12:53.683 T:1936810656 NOTICE: special://temp/ is mapped to: /storage/.kodi/temp
802018-06-22 13:12:53.683 T:1936810656 NOTICE: special://logpath/ is mapped to: /storage/.kodi/temp
812018-06-22 13:12:53.683 T:1936810656 NOTICE: The executable running is: /usr/lib/kodi/kodi.bin
822018-06-22 13:12:53.683 T:1936810656 NOTICE: Local hostname: LibreELEC
832018-06-22 13:12:53.683 T:1936810656 NOTICE: Log File is located: /storage/.kodi/temp/kodi.log
842018-06-22 13:12:53.683 T:1936810656 NOTICE: -----------------------------------------------------------------------
852018-06-22 13:12:53.694 T:1936810656 INFO: loading settings
862018-06-22 13:12:53.696 T:1936810656 NOTICE: special://profile/ is mapped to: special://masterprofile/
872018-06-22 13:12:53.726 T:1936810656 DEBUG: CSkinSettings: no <skinsettings> tag found
882018-06-22 13:12:53.726 T:1936810656 NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
892018-06-22 13:12:53.732 T:1936810656 NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
902018-06-22 13:12:53.733 T:1936810656 NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
91 <?xml version="1.0" encoding="utf-8" ?>
92 <advancedsettings>
93 <cputempcommand>/usr/bin/cputemp</cputempcommand>
94 <gputempcommand>/usr/bin/gputemp</gputempcommand>
95 <showexitbutton>false</showexitbutton>
96 <remotedelay>1</remotedelay>
97 <samba>
98 <clienttimeout>30</clienttimeout>
99 </samba>
100 <fanartres>720</fanartres>
101 <imageres>540</imageres>
102 </advancedsettings>
1032018-06-22 13:12:53.733 T:1936810656 WARNING: CSettingsManager: missing version attribute
1042018-06-22 13:12:53.734 T:1936810656 NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
1052018-06-22 13:12:53.734 T:1936810656 NOTICE: Default Video Player: VideoPlayer
1062018-06-22 13:12:53.734 T:1936810656 NOTICE: Default Audio Player: paplayer
1072018-06-22 13:12:53.734 T:1936810656 NOTICE: Disabled debug logging due to GUI setting. Level 0.
1082018-06-22 13:12:53.734 T:1936810656 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
1092018-06-22 13:12:54.022 T:1936810656 NOTICE: PulseAudio: Server found running - will try to use Pulse
1102018-06-22 13:12:54.103 T:1936810656 NOTICE: Running database version Addons27
1112018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: audioencoder.kodi.builtin.aac v1.0.0 installed
1122018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: audioencoder.kodi.builtin.wma v1.0.0 installed
1132018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: driver.dvb.crazycat v9.0.0 installed
1142018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: driver.dvb.dvb-latest v9.0.0 installed
1152018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: game.controller.default v1.0.8 installed
1162018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: game.controller.snes v1.0.8 installed
1172018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: inputstream.adaptive v2.3.15.1 installed
1182018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: inputstream.rtmp v2.0.5.1 installed
1192018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: kodi.binary.global.audioengine v1.0.1 installed
1202018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: kodi.binary.global.filesystem v1.0.2 installed
1212018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: kodi.binary.global.general v1.0.3 installed
1222018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: kodi.binary.global.gui v5.12.0 installed
1232018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: kodi.binary.global.main v1.0.14 installed
1242018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: kodi.binary.global.network v1.0.0 installed
1252018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: kodi.binary.instance.audiodecoder v2.0.0 installed
1262018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: kodi.binary.instance.audioencoder v2.0.0 installed
1272018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: kodi.binary.instance.game v1.1.0 installed
1282018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: kodi.binary.instance.imagedecoder v2.0.0 installed
1292018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: kodi.binary.instance.inputstream v2.0.8 installed
1302018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: kodi.binary.instance.peripheral v1.3.7 installed
1312018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: kodi.binary.instance.pvr v5.10.3 installed
1322018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: kodi.binary.instance.screensaver v2.0.0 installed
1332018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: kodi.binary.instance.vfs v2.0.0 installed
1342018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: kodi.binary.instance.videocodec v1.0.1 installed
1352018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: kodi.binary.instance.visualization v2.0.1 installed
1362018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: kodi.resource v1.0.0 installed
1372018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: metadata.album.universal v3.1.1 installed
1382018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: metadata.albums.theaudiodb.com v1.2.3 installed
1392018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: metadata.artists.theaudiodb.com v1.1.2 installed
1402018-06-22 13:12:54.514 T:1936810656 NOTICE: ADDON: metadata.artists.universal v4.3.0 installed
1412018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: metadata.common.allmusic.com v3.2.0 installed
1422018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: metadata.common.fanart.tv v3.6.1 installed
1432018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: metadata.common.imdb.com v3.1.4 installed
1442018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: metadata.common.musicbrainz.org v2.2.1 installed
1452018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: metadata.common.ofdb.de v1.0.5 installed
1462018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: metadata.common.omdbapi.com v1.2.1 installed
1472018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: metadata.common.theaudiodb.com v2.0.2 installed
1482018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: metadata.common.themoviedb.org v3.1.9 installed
1492018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: metadata.local v1.0.0 installed
1502018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: metadata.themoviedb.org v5.1.7 installed
1512018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: metadata.tvdb.com v3.0.14 installed
1522018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: metadata.tvshows.themoviedb.org v3.1.0 installed
1532018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: metadata.universal v5.3.0 installed
1542018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: os.libreelec.tv v9.0 installed
1552018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: os.openelec.tv v9.0 installed
1562018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: peripheral.joystick v1.4.7 installed
1572018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: plugin.audio.radio_de v2.3.2 installed
1582018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: plugin.program.advancedsettings v0.8.9 installed
1592018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: plugin.program.autocompletion v1.0.1 installed
1602018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: plugin.video.1x2 v0.0.7 installed
1612018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: plugin.video.carnamaleon v3.5 installed
1622018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: plugin.video.comics v0.0.4 installed
1632018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: plugin.video.kodispaintv v2.6 installed
1642018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: plugin.video.mundocine v1.0.1 installed
1652018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: plugin.video.netflix v0.13.22 installed
1662018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: plugin.video.plexus-streams v2.0.70b installed
1672018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: plugin.video.youtube v6.4.0 installed
1682018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: program.plexus v0.1.6.a installed
1692018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: repository.Maniac v1.0.0 installed
1702018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: repository.bingie v1.0.2 installed
1712018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: repository.kimshiu v1.0.2 installed
1722018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: repository.kodi.game v1.0.0 installed
1732018-06-22 13:12:54.515 T:1936810656 NOTICE: ADDON: repository.libreelec.tv v9.0.1 installed
1742018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: repository.marcelveldt v1.0.1 installed
1752018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: repository.marduk v1.0.3 installed
1762018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: repository.netflix v1.0.1 installed
1772018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: repository.plexus-streams v1.0.0 installed
1782018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: repository.rector.stuff v1.0.0 installed
1792018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: repository.xbmc.org v3.1.5 installed
1802018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: resource.images.backgroundoverlays.basic v1.0.0 installed
1812018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: resource.images.busyspinners.basic v1.0.6 installed
1822018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: resource.images.moviecountryicons.maps v0.0.1 installed
1832018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: resource.images.moviegenreicons.bingie v1.0.0 installed
1842018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: resource.images.skinbackgrounds.titanium v1.0.0 installed
1852018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: resource.images.skinicons.wide v1.0.5 installed
1862018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: resource.images.studios.white v0.0.20 installed
1872018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: resource.images.weatherfanart.multi v0.0.6 installed
1882018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: resource.images.weathericons.default v1.1.8 installed
1892018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: resource.language.en_gb v2.0.1 installed
1902018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: resource.language.es_es v9.0.19 installed
1912018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: resource.uisounds.kodi v1.0.0 installed
1922018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: resource.uisounds.titan.modern v1.0.0 installed
1932018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: screensaver.xbmc.builtin.black v1.0.32 installed
1942018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: screensaver.xbmc.builtin.dim v1.0.53 installed
1952018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: script.artwork.beef v0.23.3 installed
1962018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: script.artwork.downloader v18.4.0 installed
1972018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: script.bingie.helper v1.0.0 installed
1982018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: script.common.plugin.cache v2.5.10 installed
1992018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: script.extendedinfo v5.6.1 installed
2002018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: script.globalsearch v8.0.11 installed
2012018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: script.image.resource.select v2.0.4 installed
2022018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: script.kodispeedtest v0.0.5 installed
2032018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: script.limpiarkodi v1.1.1 installed
2042018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: script.module.addon.common v2.0.0 installed
2052018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: script.module.addon.signals v0.0.3 installed
2062018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: script.module.arrow v0.10.0 installed
2072018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: script.module.autocompletion v1.1.2 installed
2082018-06-22 13:12:54.516 T:1936810656 NOTICE: ADDON: script.module.beautifulsoup v3.2.1 installed
2092018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.beautifulsoup4 v4.5.3 installed
2102018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.certifi v2017.07.27.1 installed
2112018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.chardet v3.0.4 installed
2122018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.cherrypy v17.4.0 installed
2132018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.dateutil v2.7.3 installed
2142018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.futures v2.2.0 installed
2152018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.httplib2 v0.10.3 installed
2162018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.idna v2.6 installed
2172018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.inputstreamhelper v0.3.4 installed
2182018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.kodi-six v0.0.3 installed
2192018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.kodi65 v1.2.1 installed
2202018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.liveresolver v0.1.50 installed
2212018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.livestreamer v1.12.0 installed
2222018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.mechanize v0.2.6 installed
2232018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.metadatautils v1.0.21 installed
2242018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.musicbrainz v0.6.0 installed
2252018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.parsedom v2.5.2 installed
2262018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.pil v1.1.7 installed
2272018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.pycryptodome v3.4.3 installed
2282018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.pytz v2014.2 installed
2292018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.requests v2.19.1 installed
2302018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.routing v0.2.1 installed
2312018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.simple.downloader v1.9.5 installed
2322018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.simplecache v1.0.16 installed
2332018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.simplejson v3.3.0 installed
2342018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.singledispatch v3.4.0.3 installed
2352018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.six v1.11.0 installed
2362018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.t0mm0.common v2.1.1 installed
2372018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.thetvdb v1.0.27 installed
2382018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.unidecode v0.4.16 installed
2392018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.urllib3 v1.22 installed
2402018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.urlresolver v3.0.20 installed
2412018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.xbmcswift2 v2.4.0 installed
2422018-06-22 13:12:54.517 T:1936810656 NOTICE: ADDON: script.module.youtube.dl v18.1107.0 installed
2432018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: script.playrandomvideos v1.2.1 installed
2442018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: script.program.driverselect v0.1.6 installed
2452018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: script.skin.helper.backgrounds v1.0.34 installed
2462018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: script.skin.helper.service v1.1.32 installed
2472018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: script.skin.helper.skinbackup v1.0.22 installed
2482018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: script.skin.helper.widgets v1.1.1 installed
2492018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: script.skinshortcuts v1.0.19~alpha installed
2502018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: script.toolbox v1.1.1 installed
2512018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: script.user.rating v1.0.3 installed
2522018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: service.bluetooth-audio v9.0.101 installed
2532018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: service.library.data.provider v0.3.2 installed
2542018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: service.libreelec.settings v9.0.0 installed
2552018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: service.minidlna v9.0.101 installed
2562018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: service.skin.widgets v0.0.33 installed
2572018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: service.upnext v1.0.0 installed
2582018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: skin.aeon.madnox-leia.SuperFast v1.10.2 installed
2592018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: skin.estuary v2.0.21 installed
2602018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: skin.mimic v6.0.0 installed
2612018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: skin.titan.leiabeta.bingie.mode v0.3 installed
2622018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: virtual.rpi-tools v9.0.106 installed
2632018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: virtual.system-tools v9.0.111 installed
2642018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: weather.yahoo v5.0.4 installed
2652018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: webinterface.default v18.x-2.4.6 installed
2662018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: xbmc.addon v18.1.0 installed
2672018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: xbmc.core v0.1.0 installed
2682018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: xbmc.gui v5.14.0 installed
2692018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: xbmc.json v10.1.2 installed
2702018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: xbmc.metadata v2.1.0 installed
2712018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: xbmc.python v2.26.0 installed
2722018-06-22 13:12:54.518 T:1936810656 NOTICE: ADDON: xbmc.webinterface v1.0.0 installed
2732018-06-22 13:12:54.557 T:1936810656 ERROR: DBus error: org.freedesktop.DBus.Error.ServiceUnknown - The name org.freedesktop.UPower was not provided by any .service files
2742018-06-22 13:12:54.589 T:1916765040 WARNING: Pulseaudio module module-allow-passthrough not loaded - opening PT devices might fail
2752018-06-22 13:12:54.590 T:1916765040 NOTICE: Found 2 Lists of Devices
2762018-06-22 13:12:54.590 T:1916765040 NOTICE: Enumerated PI devices:
2772018-06-22 13:12:54.590 T:1916765040 NOTICE: Device 1
2782018-06-22 13:12:54.590 T:1916765040 NOTICE: m_deviceName : HDMI
2792018-06-22 13:12:54.590 T:1916765040 NOTICE: m_displayName : HDMI
2802018-06-22 13:12:54.590 T:1916765040 NOTICE: m_displayNameExtra:
2812018-06-22 13:12:54.590 T:1916765040 NOTICE: m_deviceType : AE_DEVTYPE_HDMI
2822018-06-22 13:12:54.590 T:1916765040 NOTICE: m_channels : FL, FR
2832018-06-22 13:12:54.591 T:1916765040 NOTICE: m_sampleRates : 8000,11025,16000,22050,24000,32000,44100,48000,88200,96000,176400,192000
2842018-06-22 13:12:54.591 T:1916765040 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP,AE_FMT_RAW
2852018-06-22 13:12:54.591 T:1916765040 NOTICE: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_EAC3,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_512
2862018-06-22 13:12:54.591 T:1916765040 NOTICE: Device 2
2872018-06-22 13:12:54.591 T:1916765040 NOTICE: m_deviceName : Analogue
2882018-06-22 13:12:54.591 T:1916765040 NOTICE: m_displayName : Analogue
2892018-06-22 13:12:54.591 T:1916765040 NOTICE: m_displayNameExtra:
2902018-06-22 13:12:54.591 T:1916765040 NOTICE: m_deviceType : AE_DEVTYPE_PCM
2912018-06-22 13:12:54.591 T:1916765040 NOTICE: m_channels : FL, FR
2922018-06-22 13:12:54.591 T:1916765040 NOTICE: m_sampleRates : 48000
2932018-06-22 13:12:54.591 T:1916765040 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
2942018-06-22 13:12:54.591 T:1916765040 NOTICE: m_streamTypes : No passthrough capabilities
2952018-06-22 13:12:54.591 T:1916765040 NOTICE: Device 3
2962018-06-22 13:12:54.591 T:1916765040 NOTICE: m_deviceName : Both
2972018-06-22 13:12:54.591 T:1916765040 NOTICE: m_displayName : HDMI and Analogue
2982018-06-22 13:12:54.591 T:1916765040 NOTICE: m_displayNameExtra:
2992018-06-22 13:12:54.591 T:1916765040 NOTICE: m_deviceType : AE_DEVTYPE_PCM
3002018-06-22 13:12:54.591 T:1916765040 NOTICE: m_channels : FL, FR
3012018-06-22 13:12:54.591 T:1916765040 NOTICE: m_sampleRates : 48000
3022018-06-22 13:12:54.591 T:1916765040 NOTICE: m_dataFormats : AE_FMT_FLOAT,AE_FMT_S32LE,AE_FMT_S16LE,AE_FMT_FLOATP,AE_FMT_S32NEP,AE_FMT_S16NEP
3032018-06-22 13:12:54.591 T:1916765040 NOTICE: m_streamTypes : No passthrough capabilities
3042018-06-22 13:12:54.591 T:1916765040 NOTICE: Enumerated PULSE devices:
3052018-06-22 13:12:54.591 T:1916765040 NOTICE: Device 1
3062018-06-22 13:12:54.591 T:1916765040 NOTICE: m_deviceName : Default
3072018-06-22 13:12:54.591 T:1916765040 NOTICE: m_displayName : Default
3082018-06-22 13:12:54.591 T:1916765040 NOTICE: m_displayNameExtra: Bluetooth Audio (PULSEAUDIO)
3092018-06-22 13:12:54.591 T:1916765040 NOTICE: m_deviceType : AE_DEVTYPE_PCM
3102018-06-22 13:12:54.591 T:1916765040 NOTICE: m_channels : FL, FR
3112018-06-22 13:12:54.591 T:1916765040 NOTICE: m_sampleRates : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
3122018-06-22 13:12:54.591 T:1916765040 NOTICE: m_dataFormats : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
3132018-06-22 13:12:54.592 T:1916765040 NOTICE: m_streamTypes : No passthrough capabilities
3142018-06-22 13:12:54.652 T:1936810656 NOTICE: Raspberry PI firmware version: Feb 12 2019 19:46:13
315 Copyright (c) 2012 Broadcom
316 version 8eff5e4023657a8b3b59e1f90dc966f62d74908c (clean) (release) (start_x)
3172018-06-22 13:12:54.652 T:1936810656 NOTICE: ARM mem: 768MB GPU mem: 256MB MPG2:0 WVC1:0
3182018-06-22 13:12:54.652 T:1936810656 NOTICE: cache.memorysize: 20MB
3192018-06-22 13:12:54.653 T:1936810656 NOTICE: Config:
320 aphy_params_current=819
321 arm_freq=1400
322 audio_pwm_mode=514
323 config_hdmi_boost=5
324 core_freq=400
325 desired_osc_freq=0x331df0
326 desired_osc_freq_boost=0x3c45b0
327 disable_commandline_tags=2
328 disable_l2cache=1
329 display_hdmi_rotate=-1
330 display_lcd_rotate=-1
331 dphy_params_current=547
332 force_eeprom_read=1
333 force_pwm_open=1
334 framebuffer_ignore_alpha=1
335 framebuffer_swap=1
336 gpu_freq=300
337 hdmi_channel_map=8
338 hdmi_force_cec_address=65535
339 hdmi_ignore_cec_init=1
340 init_uart_clock=0x2dc6c00
341 lcd_framerate=60
342 over_voltage_avs=0x13d62
343 over_voltage_avs_boost=0x2c402
344 overscan_bottom=48
345 overscan_left=48
346 overscan_right=48
347 overscan_top=48
348 pause_burst_frames=1
349 program_serial_random=1
350 sdram_freq=450
3512018-06-22 13:12:54.653 T:1936810656 NOTICE: Config:
352 device_tree=-
3532018-06-22 13:12:54.654 T:1936810656 NOTICE: Found resolution 640 x 480 with 640 x 480 @ 60.000000 Hz
3542018-06-22 13:12:54.654 T:1936810656 NOTICE: Found resolution 640 x 480 with 640 x 480 @ 59.940063 Hz
3552018-06-22 13:12:54.654 T:1936810656 NOTICE: Found resolution 800 x 600 with 800 x 600 @ 60.000000 Hz
3562018-06-22 13:12:54.654 T:1936810656 NOTICE: Found resolution 800 x 600 with 800 x 600 @ 59.940063 Hz
3572018-06-22 13:12:54.654 T:1936810656 NOTICE: Found resolution 1024 x 768 with 1024 x 768 @ 60.000000 Hz
3582018-06-22 13:12:54.654 T:1936810656 NOTICE: Found resolution 1024 x 768 with 1024 x 768 @ 59.940063 Hz
3592018-06-22 13:12:54.654 T:1936810656 NOTICE: Found resolution 1280 x 1024 with 1280 x 1024 @ 60.000000 Hz
3602018-06-22 13:12:54.654 T:1936810656 NOTICE: Found resolution 1280 x 1024 with 1280 x 1024 @ 59.940063 Hz
3612018-06-22 13:12:54.654 T:1936810656 NOTICE: Found resolution 1360 x 768 with 1360 x 768 @ 60.000000 Hz
3622018-06-22 13:12:54.654 T:1936810656 NOTICE: Found resolution 1360 x 768 with 1360 x 768 @ 59.940063 Hz
3632018-06-22 13:12:54.655 T:1936810656 NOTICE: Found resolution 1440 x 900 with 1440 x 900 @ 60.000000 Hz
3642018-06-22 13:12:54.655 T:1936810656 NOTICE: Found resolution 1440 x 900 with 1440 x 900 @ 59.940063 Hz
3652018-06-22 13:12:54.655 T:1936810656 NOTICE: Found resolution 720 x 480 with 720 x 480 @ 60.000000 Hz
3662018-06-22 13:12:54.655 T:1936810656 NOTICE: Found resolution 720 x 480 with 720 x 480 @ 59.940063 Hz
3672018-06-22 13:12:54.655 T:1936810656 NOTICE: Found resolution 1280 x 720 with 1280 x 720 @ 60.000000 Hz
3682018-06-22 13:12:54.655 T:1936810656 NOTICE: Found resolution 1280 x 720 with 1280 x 720 @ 59.940063 Hz
3692018-06-22 13:12:54.655 T:1936810656 NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 60.000000 Hz
3702018-06-22 13:12:54.655 T:1936810656 NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 59.940063 Hz
3712018-06-22 13:12:54.655 T:1936810656 NOTICE: Found resolution 720 x 576 with 720 x 576 @ 50.000000 Hz
3722018-06-22 13:12:54.655 T:1936810656 NOTICE: Found resolution 1280 x 720 with 1280 x 720 @ 50.000000 Hz
3732018-06-22 13:12:54.655 T:1936810656 NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 50.000000 Hz
3742018-06-22 13:12:54.655 T:1936810656 NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 24.000000 Hz
3752018-06-22 13:12:54.655 T:1936810656 NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 23.976025 Hz
3762018-06-22 13:12:54.655 T:1936810656 NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 30.000000 Hz
3772018-06-22 13:12:54.655 T:1936810656 NOTICE: Found resolution 1920 x 1080 with 1920 x 1080 @ 29.970032 Hz
3782018-06-22 13:12:54.655 T:1936810656 NOTICE: Found (1920x1080@60.000000) at 32, setting to RES_DESKTOP at 16
3792018-06-22 13:12:54.656 T:1936810656 NOTICE: EGL_VERSION = 1.4
3802018-06-22 13:12:54.656 T:1936810656 NOTICE: EGL_VENDOR = Broadcom
3812018-06-22 13:12:54.656 T:1936810656 NOTICE: EGL_EXTENSIONS = EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap EGL_KHR_vg_parent_image EGL_KHR_gl_texture_2D_image EGL_KHR_gl_texture_cubemap_image EGL_KHR_lock_surface
3822018-06-22 13:12:54.656 T:1936810656 NOTICE: EGL_CLIENT_EXTENSIONS = NULL
3832018-06-22 13:12:54.657 T:1936810656 NOTICE: Checking resolution 30
3842018-06-22 13:12:54.940 T:1936810656 NOTICE: GL_VENDOR = Broadcom
3852018-06-22 13:12:54.941 T:1936810656 NOTICE: GL_RENDERER = VideoCore IV HW
3862018-06-22 13:12:54.941 T:1936810656 NOTICE: GL_VERSION = OpenGL ES 2.0
3872018-06-22 13:12:54.941 T:1936810656 NOTICE: GL_SHADING_LANGUAGE_VERSION = OpenGL ES GLSL ES 1.00
3882018-06-22 13:12:54.941 T:1936810656 NOTICE: GL_EXTENSIONS = GL_OES_compressed_ETC1_RGB8_texture GL_OES_compressed_paletted_texture GL_OES_texture_npot GL_OES_depth24 GL_OES_vertex_half_float GL_OES_EGL_image GL_OES_EGL_image_external GL_EXT_discard_framebuffer GL_OES_rgb8_rgba8 GL_OES_depth32 GL_OES_mapbuffer GL_EXT_texture_format_BGRA8888 GL_APPLE_rgb_422 GL_EXT_debug_marker
3892018-06-22 13:12:55.589 T:1936810656 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
3902018-06-22 13:12:55.589 T:1936810656 NOTICE: LoadJpeg: unable to load /usr/share/kodi/media/splash.jpg
3912018-06-22 13:12:56.395 T:1936810656 WARNING: Repository add-on repository.kimshiu uses plain HTTP for add-on downloads in path http://kz.cherrytv.webd.pl/Addons/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
3922018-06-22 13:12:56.397 T:1936810656 WARNING: Repository add-on repository.Maniac uses plain HTTP for add-on downloads in path http://raw.github.com/Maniac2017/repository.Maniac/master/repor/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
3932018-06-22 13:12:56.854 T:1807721328 NOTICE: Running database version Addons27
3942018-06-22 13:12:56.860 T:1807721328 NOTICE: Running database version ViewModes6
3952018-06-22 13:12:57.066 T:1807721328 NOTICE: Running database version Textures13
3962018-06-22 13:12:57.081 T:1807721328 NOTICE: Running database version MyMusic72
3972018-06-22 13:12:57.565 T:1807721328 NOTICE: Running database version MyVideos116
3982018-06-22 13:12:57.575 T:1807721328 NOTICE: Running database version TV32
3992018-06-22 13:12:57.580 T:1807721328 NOTICE: Running database version Epg12
4002018-06-22 13:12:57.581 T:1936810656 NOTICE: start dvd mediatype detection
4012018-06-22 13:12:57.647 T:1807721328 WARNING: Repository add-on repository.kimshiu uses plain HTTP for add-on downloads in path http://kz.cherrytv.webd.pl/Addons/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
4022018-06-22 13:12:57.649 T:1807721328 WARNING: Repository add-on repository.Maniac uses plain HTTP for add-on downloads in path http://raw.github.com/Maniac2017/repository.Maniac/master/repor/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
4032018-06-22 13:12:57.686 T:1936810656 NOTICE: load skin from: /storage/.kodi/addons/skin.titan.leiabeta.bingie.mode (version: 0.3)
4042018-06-22 13:12:59.741 T:1936810656 WARNING: CApplication::Initialize - startup.xml taints init process
4052018-06-22 13:12:59.772 T:1936810656 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
4062018-06-22 13:12:59.844 T:1936810656 NOTICE: Register - new keyboard device registered on application->keyboard: Teclado (0000:0000)
4072018-06-22 13:12:59.845 T:1936810656 NOTICE: Register - new mouse device registered on application->mouse: Ratón (0000:0000)
4082018-06-22 13:12:59.853 T:1936810656 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
4092018-06-22 13:12:59.857 T:1936810656 NOTICE: Loaded playercorefactory configuration
4102018-06-22 13:12:59.857 T:1936810656 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
4112018-06-22 13:12:59.857 T:1936810656 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
4122018-06-22 13:12:59.859 T:1936810656 NOTICE: UpdateLibraries: Starting video library startup scan
4132018-06-22 13:12:59.869 T:1936810656 WARNING: Repository add-on repository.kimshiu uses plain HTTP for add-on downloads in path http://kz.cherrytv.webd.pl/Addons/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
4142018-06-22 13:12:59.869 T:1936810656 WARNING: Repository add-on repository.Maniac uses plain HTTP for add-on downloads in path http://raw.github.com/Maniac2017/repository.Maniac/master/repor/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
4152018-06-22 13:12:59.879 T:1936810656 WARNING: Repository add-on repository.kimshiu uses plain HTTP for add-on downloads in path http://kz.cherrytv.webd.pl/Addons/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
4162018-06-22 13:12:59.879 T:1936810656 WARNING: Repository add-on repository.Maniac uses plain HTTP for add-on downloads in path http://raw.github.com/Maniac2017/repository.Maniac/master/repor/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
4172018-06-22 13:12:59.933 T:1936810656 NOTICE: initialize done
4182018-06-22 13:12:59.934 T:1936810656 NOTICE: Running the application...
4192018-06-22 13:12:59.968 T:1936810656 NOTICE: starting zeroconf publishing
4202018-06-22 13:12:59.969 T:1936810656 NOTICE: CWebServer[8080]: Started
4212018-06-22 13:12:59.970 T:1936810656 NOTICE: starting upnp client
4222018-06-22 13:12:59.973 T:1936810656 NOTICE: starting upnp server
4232018-06-22 13:12:59.986 T:1478050672 NOTICE: ES: Starting UDP Event server on port 9777
4242018-06-22 13:12:59.986 T:1478050672 NOTICE: UDP: Listening on port 9777 (ipv6 : false)
4252018-06-22 13:13:00.022 T:1807721328 NOTICE: VideoInfoScanner: Starting scan ..
4262018-06-22 13:13:00.044 T:1807721328 WARNING: Process directory '/storage/lemalu/Estudio 1/' does not exist - skipping scan.
4272018-06-22 13:13:00.044 T:1807721328 WARNING: Process directory '/storage/lemalu/documentales/The World Cup/' does not exist - skipping scan.
4282018-06-22 13:13:00.044 T:1807721328 WARNING: Process directory '/storage/lemalu/documentales/series/' does not exist - skipping scan.
4292018-06-22 13:13:00.045 T:1807721328 WARNING: Process directory '/storage/lemalu/documentales/series/CHINA SALVAJE/' does not exist - skipping scan.
4302018-06-22 13:13:00.045 T:1807721328 WARNING: Process directory '/storage/lemalu/documentales/series/CONGO/' does not exist - skipping scan.
4312018-06-22 13:13:00.045 T:1807721328 WARNING: Process directory '/storage/lemalu/documentales/series/Nuestro Planeta/' does not exist - skipping scan.
4322018-06-22 13:13:00.045 T:1807721328 WARNING: Process directory '/storage/lemalu/documentales/sueltos/' does not exist - skipping scan.
4332018-06-22 13:13:00.045 T:1807721328 WARNING: Process directory '/storage/lemalu/filmografias/actores-actrices/' does not exist - skipping scan.
4342018-06-22 13:13:00.045 T:1807721328 WARNING: Process directory '/storage/lemalu/filmografias/directores/' does not exist - skipping scan.
4352018-06-22 13:13:00.277 T:1760060272 NOTICE: Register - new cec device registered on cec->RPI: CEC Adapter (2708:1001)
4362018-06-22 13:13:00.376 T:1751667568 ERROR: AddOnLog: Joystick Support: Device "Sony Interactive Entertainment Wireless Controller": can't find <controller> tag
4372018-06-22 13:13:00.409 T:1807721328 WARNING: Process directory '/storage/lemalu/series/Crisis en seis escenas/' does not exist - skipping scan.
4382018-06-22 13:13:00.410 T:1807721328 WARNING: Process directory '/storage/lemalu/series/historias para no dormir/' does not exist - skipping scan.
4392018-06-22 13:13:00.410 T:1807721328 WARNING: Process directory '/storage/lemalu/series/las chicas de oro/' does not exist - skipping scan.
4402018-06-22 13:13:00.410 T:1807721328 WARNING: Process directory '/storage/lemalu/series/mortadelo y filemon/' does not exist - skipping scan.
4412018-06-22 13:13:00.410 T:1807721328 WARNING: Process directory '/storage/lemalu/videoteca/' does not exist - skipping scan.
4422018-06-22 13:13:00.410 T:1807721328 WARNING: Process directory '/storage/lemalu/videoteca/animacion/' does not exist - skipping scan.
4432018-06-22 13:13:00.415 T:1807721328 WARNING: Process directory '/storage/portatil/filmografias2/' does not exist - skipping scan.
4442018-06-22 13:13:00.416 T:1807721328 WARNING: Process directory '/storage/portatil/videoclub/clasicos/' does not exist - skipping scan.
4452018-06-22 13:13:00.418 T:1751667568 NOTICE: Register - new joystick device registered on addon->peripheral.joystick/0: ShanWan PC/PS3/Android
4462018-06-22 13:13:00.431 T:1807721328 NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:00
4472018-06-22 13:13:02.313 T:1397736304 NOTICE: Skin Helper Service --> Starting WebService on port 52307
4482018-06-22 13:13:02.314 T:1696260976 NOTICE: Skin Helper Service --> Skin Helper Service version 1.1.32 started
4492018-06-22 13:13:07.450 T:1936810656 NOTICE: VideoPlayer::OpenFile: special://skin/extras/media/neon_splash.mp4
4502018-06-22 13:13:07.455 T:1258038128 NOTICE: Creating InputStream
4512018-06-22 13:13:07.462 T:1258038128 NOTICE: Creating Demuxer
4522018-06-22 13:13:07.572 T:1258038128 NOTICE: Opening stream: 0 source: 256
4532018-06-22 13:13:07.572 T:1258038128 NOTICE: Creating video codec with codec id: 27
4542018-06-22 13:13:07.582 T:1687868272 NOTICE: Skin Helper Widgets --> Backgroundservice started
4552018-06-22 13:13:07.586 T:1258038128 NOTICE: Creating video thread
4562018-06-22 13:13:07.587 T:1595548528 NOTICE: running thread: video_thread
4572018-06-22 13:13:07.587 T:1258038128 NOTICE: Opening stream: 1 source: 256
4582018-06-22 13:13:07.587 T:1258038128 NOTICE: Finding audio codec for: 86018
4592018-06-22 13:13:07.589 T:1258038128 NOTICE: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder aac
4602018-06-22 13:13:07.589 T:1258038128 NOTICE: Creating audio thread
4612018-06-22 13:13:07.589 T:1217528688 NOTICE: running thread: CVideoPlayerAudio::Process()
4622018-06-22 13:13:07.601 T:1217528688 NOTICE: Creating audio stream (codec id: 86018, channels: 2, sample rate: 44100, no pass-through)
4632018-06-22 13:13:07.684 T:1637512048 NOTICE: service.bluetooth-audio: starting add-on
4642018-06-22 13:13:07.698 T:1200743280 NOTICE: Skin Helper Backgrounds --> BackgroundsUpdater - started
4652018-06-22 13:13:09.988 T:1280459632 WARNING: Repository add-on repository.kimshiu uses plain HTTP for add-on downloads in path http://kz.cherrytv.webd.pl/Addons/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
4662018-06-22 13:13:10.004 T:1280459632 WARNING: Repository add-on repository.Maniac uses plain HTTP for add-on downloads in path http://raw.github.com/Maniac2017/repository.Maniac/master/repor/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
4672018-06-22 13:13:10.110 T:1280459632 WARNING: Repository add-on repository.kimshiu uses plain HTTP for add-on downloads in path http://kz.cherrytv.webd.pl/Addons/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
4682018-06-22 13:13:10.113 T:1280459632 WARNING: Repository add-on repository.Maniac uses plain HTTP for add-on downloads in path http://raw.github.com/Maniac2017/repository.Maniac/master/repor/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
4692018-06-22 13:13:10.169 T:1280459632 WARNING: Repository add-on repository.kimshiu uses plain HTTP for add-on downloads in path http://kz.cherrytv.webd.pl/Addons/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
4702018-06-22 13:13:10.171 T:1280459632 WARNING: Repository add-on repository.Maniac uses plain HTTP for add-on downloads in path http://raw.github.com/Maniac2017/repository.Maniac/master/repor/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
4712018-06-22 13:13:10.222 T:1280459632 WARNING: Repository add-on repository.kimshiu uses plain HTTP for add-on downloads in path http://kz.cherrytv.webd.pl/Addons/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
4722018-06-22 13:13:10.224 T:1280459632 WARNING: Repository add-on repository.Maniac uses plain HTTP for add-on downloads in path http://raw.github.com/Maniac2017/repository.Maniac/master/repor/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
4732018-06-22 13:13:10.277 T:1280459632 WARNING: Repository add-on repository.kimshiu uses plain HTTP for add-on downloads in path http://kz.cherrytv.webd.pl/Addons/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
4742018-06-22 13:13:10.279 T:1280459632 WARNING: Repository add-on repository.Maniac uses plain HTTP for add-on downloads in path http://raw.github.com/Maniac2017/repository.Maniac/master/repor/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
4752018-06-22 13:13:11.507 T:1719739248 ERROR: ## LibreELEC Addon ## oe::load_url(http://releases.libreelec.tv/releases.json) ## ERROR: (URLError(gaierror(-3, 'Temporary failure in name resolution'),))
4762018-06-22 13:13:11.508 T:1719739248 ERROR: Traceback (most recent call last):
477 File "/var/lib/jenkins/LE/build2/workspace/RPi2/build.LibreELEC-RPi2.arm-9.0.1/LibreELEC-settings-37e206b712a46213522a567a408382f5f082502a/.install_pkg/usr/share/kodi/addons/service.libreelec.settings/oe.py", line 270, in load_url
478 File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
479 File "/usr/lib/python2.7/urllib2.py", line 429, in open
480 File "/usr/lib/python2.7/urllib2.py", line 447, in _open
481 File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
482 File "/usr/lib/python2.7/urllib2.py", line 1228, in http_open
483 File "/usr/lib/python2.7/urllib2.py", line 1198, in do_open
484 URLError: <urlopen error [Errno -3] Temporary failure in name resolution>
4852018-06-22 13:13:12.149 T:1645904752 WARNING: Repository add-on repository.kimshiu uses plain HTTP for add-on downloads in path http://kz.cherrytv.webd.pl/Addons/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
4862018-06-22 13:13:12.152 T:1645904752 WARNING: Repository add-on repository.Maniac uses plain HTTP for add-on downloads in path http://raw.github.com/Maniac2017/repository.Maniac/master/repor/ - this is insecure and will make your Kodi installation vulnerable to attacks if enabled!
4872018-06-22 13:13:12.354 T:1258038128 NOTICE: CVideoPlayer::OnExit()
4882018-06-22 13:13:12.354 T:1258038128 NOTICE: VideoPlayer: eof, waiting for queues to empty
4892018-06-22 13:13:12.354 T:1258038128 NOTICE: Closing stream player 1
4902018-06-22 13:13:12.354 T:1258038128 NOTICE: CDVDMessageQueue(audio)::WaitUntilEmpty
4912018-06-22 13:13:12.354 T:1258038128 NOTICE: Waiting for audio thread to exit
4922018-06-22 13:13:12.354 T:1217528688 ERROR: Got MSGQ_ABORT or MSGO_IS_ERROR return true
4932018-06-22 13:13:12.354 T:1217528688 NOTICE: thread end: CVideoPlayerAudio::OnExit()
4942018-06-22 13:13:12.354 T:1258038128 NOTICE: Closing audio device
4952018-06-22 13:13:12.497 T:1258038128 NOTICE: Deleting audio codec
4962018-06-22 13:13:12.497 T:1258038128 NOTICE: Closing stream player 2
4972018-06-22 13:13:12.497 T:1258038128 NOTICE: CDVDMessageQueue(video)::WaitUntilEmpty
4982018-06-22 13:13:12.553 T:1258038128 NOTICE: waiting for video thread to exit
4992018-06-22 13:13:12.553 T:1595548528 ERROR: Got MSGQ_ABORT or MSGO_IS_ERROR return true
5002018-06-22 13:13:12.553 T:1595548528 NOTICE: thread end: video_thread
5012018-06-22 13:13:12.553 T:1258038128 NOTICE: deleting video codec
5022018-06-22 13:13:12.852 T:1936810656 NOTICE: CVideoPlayer::CloseFile()
5032018-06-22 13:13:12.906 T:1936810656 NOTICE: VideoPlayer: waiting for threads to exit
5042018-06-22 13:13:12.906 T:1936810656 NOTICE: VideoPlayer: finished waiting
5052018-06-22 13:13:12.906 T:1936810656 NOTICE: CVideoPlayer::CloseFile()
5062018-06-22 13:13:12.906 T:1936810656 NOTICE: VideoPlayer: waiting for threads to exit
5072018-06-22 13:13:12.906 T:1936810656 NOTICE: VideoPlayer: finished waiting
5082018-06-22 13:13:44.371 T:1187115888 NOTICE: script.module.youtube.dl: youtube_dl core version: 2018.11.07
5092018-06-22 13:13:45.611 T:1187115888 ERROR: NEWADDON Unknown Video Info Key "file"
5102018-06-22 13:13:46.049 T:1187115888 ERROR: Previous line repeats 9 times.
5112018-06-22 13:13:46.049 T:1187115888 WARNING: CPythonInvoker(18, /storage/.kodi/addons/script.extendedinfo/plugin.py): the python script "/storage/.kodi/addons/script.extendedinfo/plugin.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon7xbmcgui10DialogBusyE
5122018-06-22 13:13:48.548 T:1187115888 NOTICE: script.module.youtube.dl: youtube_dl core version: 2018.11.07
5132018-06-22 13:13:49.165 T:1187115888 WARNING: CPythonInvoker(19, /storage/.kodi/addons/script.extendedinfo/plugin.py): the python script "/storage/.kodi/addons/script.extendedinfo/plugin.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon7xbmcgui10DialogBusyE
5142018-06-22 13:14:00.163 T:1807721328 WARNING: COMXImageFile::GetCodingType progressive images not supported by decoder
5152018-06-22 13:14:00.163 T:1807721328 NOTICE: LoadJpeg: unable to load resource://resource.images.skinbackgrounds.titanium/settings_skin_settings.jpg
5162018-06-22 13:14:07.019 T:1936810656 NOTICE: VideoPlayer::OpenFile: special://skin/extras/media/neon_splash.mp4
5172018-06-22 13:14:07.020 T:1135600496 NOTICE: Creating InputStream
5182018-06-22 13:14:07.024 T:1135600496 NOTICE: Creating Demuxer
5192018-06-22 13:14:07.116 T:1135600496 NOTICE: Opening stream: 0 source: 256
5202018-06-22 13:14:07.116 T:1135600496 NOTICE: Creating video codec with codec id: 27
5212018-06-22 13:14:07.131 T:1135600496 NOTICE: Creating video thread
5222018-06-22 13:14:07.132 T:1154474864 NOTICE: running thread: video_thread
5232018-06-22 13:14:07.132 T:1135600496 NOTICE: Opening stream: 1 source: 256
5242018-06-22 13:14:07.132 T:1135600496 NOTICE: Finding audio codec for: 86018
5252018-06-22 13:14:07.134 T:1135600496 NOTICE: CDVDAudioCodecFFmpeg::Open() Successful opened audio decoder aac
5262018-06-22 13:14:07.134 T:1135600496 NOTICE: Creating audio thread
5272018-06-22 13:14:07.134 T:1072776048 NOTICE: running thread: CVideoPlayerAudio::Process()
5282018-06-22 13:14:07.147 T:1072776048 NOTICE: Creating audio stream (codec id: 86018, channels: 2, sample rate: 44100, no pass-through)
5292018-06-22 13:14:11.868 T:1135600496 NOTICE: CVideoPlayer::OnExit()
5302018-06-22 13:14:11.868 T:1135600496 NOTICE: VideoPlayer: eof, waiting for queues to empty
5312018-06-22 13:14:11.868 T:1135600496 NOTICE: Closing stream player 1
5322018-06-22 13:14:11.868 T:1135600496 NOTICE: CDVDMessageQueue(audio)::WaitUntilEmpty
5332018-06-22 13:14:11.868 T:1135600496 NOTICE: Waiting for audio thread to exit
5342018-06-22 13:14:11.869 T:1072776048 ERROR: Got MSGQ_ABORT or MSGO_IS_ERROR return true
5352018-06-22 13:14:11.869 T:1072776048 NOTICE: thread end: CVideoPlayerAudio::OnExit()
5362018-06-22 13:14:11.869 T:1135600496 NOTICE: Closing audio device
5372018-06-22 13:14:12.059 T:1135600496 NOTICE: Deleting audio codec
5382018-06-22 13:14:12.060 T:1135600496 NOTICE: Closing stream player 2
5392018-06-22 13:14:12.060 T:1135600496 NOTICE: CDVDMessageQueue(video)::WaitUntilEmpty
5402018-06-22 13:14:12.102 T:1135600496 NOTICE: waiting for video thread to exit
5412018-06-22 13:14:12.102 T:1154474864 ERROR: Got MSGQ_ABORT or MSGO_IS_ERROR return true
5422018-06-22 13:14:12.102 T:1154474864 NOTICE: thread end: video_thread
5432018-06-22 13:14:12.103 T:1135600496 NOTICE: deleting video codec
5442018-06-22 13:14:12.185 T:1936810656 NOTICE: CVideoPlayer::CloseFile()
5452018-06-22 13:14:12.239 T:1936810656 NOTICE: VideoPlayer: waiting for threads to exit
5462018-06-22 13:14:12.239 T:1936810656 NOTICE: VideoPlayer: finished waiting
5472018-06-22 13:14:12.239 T:1936810656 NOTICE: CVideoPlayer::CloseFile()
5482018-06-22 13:14:12.240 T:1936810656 NOTICE: VideoPlayer: waiting for threads to exit
5492018-06-22 13:14:12.240 T:1936810656 NOTICE: VideoPlayer: finished waiting
5502018-06-22 13:14:12.568 T:1936810656 WARNING: Trying to add unsupported control type 1
5512018-06-22 13:14:12.877 T:1469657968 WARNING: Previous line repeats 17 times.
5522018-06-22 13:14:12.877 T:1469657968 ERROR: GetDirectory - Error getting
5532018-06-22 13:14:13.820 T:1807721328 ERROR: COMXImageFile::ReadFile resource://resource.images.weatherfanart.multi//weather--00.jpg not found
5542018-06-22 13:14:13.821 T:1807721328 NOTICE: LoadJpeg: unable to load resource://resource.images.weatherfanart.multi//weather--00.jpg
5552018-06-22 13:14:13.821 T:1807721328 ERROR: DoWork - Direct texture file loading failed for resource://resource.images.weatherfanart.multi//weather--00.jpg
5562018-06-22 13:14:17.097 T:1578763120 ERROR: Traceback (most recent call last):
5572018-06-22 13:14:17.097 T:1578763120 ERROR: File "/usr/lib/python2.7/SocketServer.py", line 290, in _handle_request_noblock
5582018-06-22 13:14:17.097 T:1578763120 ERROR: File "/usr/lib/python2.7/SocketServer.py", line 318, in process_request
5592018-06-22 13:14:17.098 T:1578763120 ERROR: File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request
5602018-06-22 13:14:17.098 T:1578763120 ERROR: File "/usr/lib/python2.7/SocketServer.py", line 652, in __init__
5612018-06-22 13:14:17.098 T:1578763120 ERROR: File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
5622018-06-22 13:14:17.098 T:1578763120 ERROR: File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
5632018-06-22 13:14:17.098 T:1578763120 ERROR: File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/NetflixHttpRequestHandler.py", line 50, in do_GET
5642018-06-22 13:14:17.112 T:1578763120 ERROR: result = getattr(self.server.res_handler, method)(params)
5652018-06-22 13:14:17.113 T:1578763120 ERROR: File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/NetflixHttpSubRessourceHandler.py", line 343, in switch_profile
5662018-06-22 13:14:17.125 T:1578763120 ERROR: account=self.credentials)
5672018-06-22 13:14:17.125 T:1578763120 ERROR: File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/NetflixSession.py", line 359, in switch_profile
5682018-06-22 13:14:17.137 T:1578763120 ERROR: 'authURL': self.user_data['authURL']
5692018-06-22 13:14:17.137 T:1578763120 ERROR: KeyError: 'authURL'
5702018-06-22 13:14:17.144 T:1162867568 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
571 - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
572 Error Type: <type 'exceptions.TypeError'>
573 Error Contents: a2b_base64() argument 1 must be string or buffer, not None
574 Traceback (most recent call last):
575 File "/storage/.kodi/addons/plugin.video.kodispaintv/default.py", line 2921, in <module>
576 getData(url,fanart,data)
577 File "/storage/.kodi/addons/plugin.video.kodispaintv/default.py", line 365, in getData
578 soup = getSoup(url,data)
579 File "/storage/.kodi/addons/plugin.video.kodispaintv/default.py", line 319, in getSoup
580 data=base64.b64decode(data)
581 File "/usr/lib/python2.7/base64.py", line 75, in b64decode
582 TypeError: a2b_base64() argument 1 must be string or buffer, not None
583 -->End of Python script error report<--
5842018-06-22 13:14:17.147 T:1047692144 ERROR: Traceback (most recent call last):
5852018-06-22 13:14:17.147 T:1047692144 ERROR: File "/storage/.kodi/addons/plugin.video.carnamaleon/default.py", line 162, in getSources
5862018-06-22 13:14:17.647 T:1117356912 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
587 - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
588 Error Type: <class 'httplib.BadStatusLine'>
589 Error Contents: ''
590 Traceback (most recent call last):
591 File "/storage/.kodi/addons/plugin.video.netflix/addon.py", line 33, in <module>
592 NAVIGATION.router(paramstring=REQUEST_PARAMS)
593 File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/utils.py", line 60, in wrapped
594 result = func(*args, **kwargs)
595 File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/Navigation.py", line 146, in router
596 'profile_id': profile_id})
597 File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/Navigation.py", line 1053, in call_netflix_service
598 data = urllib2.urlopen(full_url).read()
599 File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
600 File "/usr/lib/python2.7/urllib2.py", line 429, in open
601 File "/usr/lib/python2.7/urllib2.py", line 447, in _open
602 File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
603 File "/usr/lib/python2.7/urllib2.py", line 1228, in http_open
604 File "/usr/lib/python2.7/urllib2.py", line 1201, in do_open
605 File "/usr/lib/python2.7/httplib.py", line 1121, in getresponse
606 File "/usr/lib/python2.7/httplib.py", line 438, in begin
607 File "/usr/lib/python2.7/httplib.py", line 402, in _read_status
608 BadStatusLine: ''
609 -->End of Python script error report<--
6102018-06-22 13:14:17.657 T:1545192304 ERROR: GetDirectory - Error getting plugin://plugin.video.kodispaintv/?url=http%3A%2F%2Fbit.ly%2FCANALES_DE_ESPANIA_MOD%24%24LSProEncKey%3D+%24%24&mode=1&name=%5BCOLOR+red%5D%E2%80%A2+%5B%2FCOLOR%5D%5BCOLOR+white%5DCANALES+DE+ESPA%C3%91A%5B%2FCOLOR%5D&fanart=https%3A%2F%2Fs18.postimg.cc%2Fag35dol6h%2Fkodispaintv_fanart.jpg&reload=20180622111307
6112018-06-22 13:14:18.147 T:1117356912 WARNING: CPythonInvoker(23, /storage/.kodi/addons/plugin.video.netflix/addon.py): the python script "/storage/.kodi/addons/plugin.video.netflix/addon.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE
6122018-06-22 13:14:18.156 T:1047692144 ERROR: getData(sources[0]['url'], sources[0]['fanart'])
6132018-06-22 13:14:18.157 T:1047692144 ERROR: File "/storage/.kodi/addons/plugin.video.carnamaleon/default.py", line 372, in getData
6142018-06-22 13:14:18.157 T:1047692144 ERROR: soup = getSoup(url,data)
6152018-06-22 13:14:18.158 T:1047692144 ERROR: File "/storage/.kodi/addons/plugin.video.carnamaleon/default.py", line 330, in getSoup
6162018-06-22 13:14:18.158 T:1047692144 ERROR: if re.search("#EXTM3U",data) or 'm3u' in url:
6172018-06-22 13:14:18.158 T:1047692144 ERROR: File "/usr/lib/python2.7/re.py", line 146, in search
6182018-06-22 13:14:18.158 T:1047692144 ERROR: TypeError: expected string or buffer
6192018-06-22 13:14:18.161 T:1452872560 ERROR: GetDirectory - Error getting plugin://plugin.video.netflix/?reload=20180622111307
6202018-06-22 13:14:20.008 T:1807721328 ERROR: COMXImageFile::GetCodingType error unsupported image format
6212018-06-22 13:14:20.010 T:1807721328 ERROR: Previous line repeats 1 times.
6222018-06-22 13:14:20.011 T:1807721328 NOTICE: LoadJpeg: unable to load special://profile/addon_data/skin.titan.leiabeta.bingie.mode/custom_images/CustomBackgroundSetting20190329191254.jpg
6232018-06-22 13:14:20.775 T:1807721328 ERROR: DoWork - Direct texture file loading failed for special://skin/media/settings.png
6242018-06-22 13:14:21.147 T:1807721328 ERROR: Previous line repeats 1 times.
6252018-06-22 13:14:21.147 T:1807721328 ERROR: DoWork - Direct texture file loading failed for special://skin/extras//BigIcons/Weather.png
6262018-06-22 13:14:24.972 T:1936810656 WARNING: Trying to add unsupported control type 1
6272018-06-22 13:14:24.979 T:1936810656 WARNING: Previous line repeats 1 times.
6282018-06-22 13:14:24.979 T:1936810656 ERROR: Control 1000 in window 13001 has been asked to focus, but it can't
6292018-06-22 13:14:24.987 T:1807721328 ERROR: GetDirectory - Error getting
6302018-06-22 13:14:28.929 T:1072776048 ERROR: Control 11 in window 10101 has been asked to focus, but it can't
6312018-06-22 13:14:39.102 T:1936810656 ERROR: Control 1200 in window 13001 has been asked to focus, but it can't
6322018-06-22 13:14:45.088 T:1209135984 ERROR: ## LibreELEC Addon ## connman::dbus_error_handler ## ERROR: (Operation aborted)
6332018-06-22 13:14:45.089 T:1209135984 ERROR: None
634========== journalctl -a ==========
635-- Logs begin at Fri 2018-06-22 13:11:49 CEST, end at Fri 2019-04-05 13:08:49 CEST. --
636Jun 22 13:11:49 LibreELEC kernel: Booting Linux on physical CPU 0x0
637Jun 22 13:11:49 LibreELEC kernel: Linux version 4.19.23 (jenkins@tsuboi) (gcc version 8.2.0 (GCC)) #1 SMP Thu Feb 21 04:04:42 CET 2019
638Jun 22 13:11:49 LibreELEC kernel: CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d
639Jun 22 13:11:49 LibreELEC kernel: CPU: div instructions available: patching division code
640Jun 22 13:11:49 LibreELEC kernel: CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
641Jun 22 13:11:49 LibreELEC kernel: OF: fdt: Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
642Jun 22 13:11:49 LibreELEC kernel: Memory policy: Data cache writealloc
643Jun 22 13:11:49 LibreELEC kernel: cma: Reserved 8 MiB at 0x2f800000
644Jun 22 13:11:49 LibreELEC kernel: On node 0 totalpages: 196608
645Jun 22 13:11:49 LibreELEC kernel: Normal zone: 1728 pages used for memmap
646Jun 22 13:11:49 LibreELEC kernel: Normal zone: 0 pages reserved
647Jun 22 13:11:49 LibreELEC kernel: Normal zone: 196608 pages, LIFO batch:63
648Jun 22 13:11:49 LibreELEC kernel: random: get_random_bytes called from start_kernel+0xb0/0x4a8 with crng_init=0
649Jun 22 13:11:49 LibreELEC kernel: percpu: Embedded 18 pages/cpu @(ptrval) s41036 r8192 d24500 u73728
650Jun 22 13:11:49 LibreELEC kernel: pcpu-alloc: s41036 r8192 d24500 u73728 alloc=18*4096
651Jun 22 13:11:49 LibreELEC kernel: pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
652Jun 22 13:11:49 LibreELEC kernel: Built 1 zonelists, mobility grouping on. Total pages: 194880
653Jun 22 13:11:49 LibreELEC kernel: Kernel command line: 8250.nr_uarts=0 bcm2708_fb.fbwidth=1824 bcm2708_fb.fbheight=984 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 boot=UUID=2102-0115 disk=UUID=d329bc25-f333-48f3-856f-419d8fa68360 quiet root=/dev/ram0 rdinit=/init usbcore.autosuspend=-1
654Jun 22 13:11:49 LibreELEC kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
655Jun 22 13:11:49 LibreELEC kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
656Jun 22 13:11:49 LibreELEC kernel: Memory: 754556K/786432K available (9216K kernel code, 688K rwdata, 1988K rodata, 3072K init, 527K bss, 23684K reserved, 8192K cma-reserved)
657Jun 22 13:11:49 LibreELEC kernel: Virtual kernel memory layout:
658 vector : 0xffff0000 - 0xffff1000 ( 4 kB)
659 fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
660 vmalloc : 0xb0800000 - 0xff800000 (1264 MB)
661 lowmem : 0x80000000 - 0xb0000000 ( 768 MB)
662 modules : 0x7f000000 - 0x80000000 ( 16 MB)
663 .text : 0x(ptrval) - 0x(ptrval) (10208 kB)
664 .init : 0x(ptrval) - 0x(ptrval) (3072 kB)
665 .data : 0x(ptrval) - 0x(ptrval) ( 689 kB)
666 .bss : 0x(ptrval) - 0x(ptrval) ( 528 kB)
667Jun 22 13:11:49 LibreELEC kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
668Jun 22 13:11:49 LibreELEC kernel: ftrace: allocating 29545 entries in 87 pages
669Jun 22 13:11:49 LibreELEC kernel: rcu: Hierarchical RCU implementation.
670Jun 22 13:11:49 LibreELEC kernel: NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
671Jun 22 13:11:49 LibreELEC kernel: arch_timer: cp15 timer(s) running at 19.20MHz (phys).
672Jun 22 13:11:49 LibreELEC kernel: clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
673Jun 22 13:11:49 LibreELEC kernel: sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
674Jun 22 13:11:49 LibreELEC kernel: Switching to timer-based delay loop, resolution 52ns
675Jun 22 13:11:49 LibreELEC kernel: Console: colour dummy device 80x30
676Jun 22 13:11:49 LibreELEC kernel: console [tty0] enabled
677Jun 22 13:11:49 LibreELEC kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 38.00 BogoMIPS (lpj=64000)
678Jun 22 13:11:49 LibreELEC kernel: pid_max: default: 32768 minimum: 301
679Jun 22 13:11:49 LibreELEC kernel: Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
680Jun 22 13:11:49 LibreELEC kernel: Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
681Jun 22 13:11:49 LibreELEC kernel: Disabling memory control group subsystem
682Jun 22 13:11:49 LibreELEC kernel: CPU: Testing write buffer coherency: ok
683Jun 22 13:11:49 LibreELEC kernel: CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
684Jun 22 13:11:49 LibreELEC kernel: Setting up static identity map for 0x100000 - 0x10003c
685Jun 22 13:11:49 LibreELEC kernel: rcu: Hierarchical SRCU implementation.
686Jun 22 13:11:49 LibreELEC kernel: smp: Bringing up secondary CPUs ...
687Jun 22 13:11:49 LibreELEC kernel: CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
688Jun 22 13:11:49 LibreELEC kernel: CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
689Jun 22 13:11:49 LibreELEC kernel: CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
690Jun 22 13:11:49 LibreELEC kernel: smp: Brought up 1 node, 4 CPUs
691Jun 22 13:11:49 LibreELEC kernel: SMP: Total of 4 processors activated (153.00 BogoMIPS).
692Jun 22 13:11:49 LibreELEC kernel: CPU: All CPU(s) started in HYP mode.
693Jun 22 13:11:49 LibreELEC kernel: CPU: Virtualization extensions available.
694Jun 22 13:11:49 LibreELEC kernel: devtmpfs: initialized
695Jun 22 13:11:49 LibreELEC kernel: VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4
696Jun 22 13:11:49 LibreELEC kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
697Jun 22 13:11:49 LibreELEC kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
698Jun 22 13:11:49 LibreELEC kernel: pinctrl core: initialized pinctrl subsystem
699Jun 22 13:11:49 LibreELEC kernel: NET: Registered protocol family 16
700Jun 22 13:11:49 LibreELEC kernel: DMA: preallocated 256 KiB pool for atomic coherent allocations
701Jun 22 13:11:49 LibreELEC kernel: cpuidle: using governor ladder
702Jun 22 13:11:49 LibreELEC kernel: cpuidle: using governor menu
703Jun 22 13:11:49 LibreELEC kernel: hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
704Jun 22 13:11:49 LibreELEC kernel: hw-breakpoint: maximum watchpoint size is 8 bytes.
705Jun 22 13:11:49 LibreELEC kernel: Serial: AMBA PL011 UART driver
706Jun 22 13:11:49 LibreELEC kernel: bcm2835-mbox 3f00b880.mailbox: mailbox enabled
707Jun 22 13:11:49 LibreELEC kernel: bcm2835-dma 3f007000.dma: DMA legacy API manager at (ptrval), dmachans=0x1
708Jun 22 13:11:49 LibreELEC kernel: SCSI subsystem initialized
709Jun 22 13:11:49 LibreELEC kernel: usbcore: registered new interface driver usbfs
710Jun 22 13:11:49 LibreELEC kernel: usbcore: registered new interface driver hub
711Jun 22 13:11:49 LibreELEC kernel: usbcore: registered new device driver usb
712Jun 22 13:11:49 LibreELEC kernel: raspberrypi-firmware soc:firmware: Attached to firmware from 2019-02-12 19:46, variant start_x
713Jun 22 13:11:49 LibreELEC kernel: raspberrypi-firmware soc:firmware: Firmware hash is 8eff5e4023657a8b3b59e1f90dc966f62d74908c
714Jun 22 13:11:49 LibreELEC kernel: clocksource: Switched to clocksource arch_sys_counter
715Jun 22 13:11:49 LibreELEC kernel: FS-Cache: Loaded
716Jun 22 13:11:49 LibreELEC kernel: NET: Registered protocol family 2
717Jun 22 13:11:49 LibreELEC kernel: tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
718Jun 22 13:11:49 LibreELEC kernel: TCP established hash table entries: 8192 (order: 3, 32768 bytes)
719Jun 22 13:11:49 LibreELEC kernel: TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
720Jun 22 13:11:49 LibreELEC kernel: TCP: Hash tables configured (established 8192 bind 8192)
721Jun 22 13:11:49 LibreELEC kernel: UDP hash table entries: 512 (order: 2, 16384 bytes)
722Jun 22 13:11:49 LibreELEC kernel: UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
723Jun 22 13:11:49 LibreELEC kernel: NET: Registered protocol family 1
724Jun 22 13:11:49 LibreELEC kernel: RPC: Registered named UNIX socket transport module.
725Jun 22 13:11:49 LibreELEC kernel: RPC: Registered udp transport module.
726Jun 22 13:11:49 LibreELEC kernel: RPC: Registered tcp transport module.
727Jun 22 13:11:49 LibreELEC kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
728Jun 22 13:11:49 LibreELEC kernel: hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available
729Jun 22 13:11:49 LibreELEC kernel: Initialise system trusted keyrings
730Jun 22 13:11:49 LibreELEC kernel: workingset: timestamp_bits=14 max_order=18 bucket_order=4
731Jun 22 13:11:49 LibreELEC kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
732Jun 22 13:11:49 LibreELEC kernel: FS-Cache: Netfs 'nfs' registered for caching
733Jun 22 13:11:49 LibreELEC kernel: NFS: Registering the id_resolver key type
734Jun 22 13:11:49 LibreELEC kernel: Key type id_resolver registered
735Jun 22 13:11:49 LibreELEC kernel: Key type id_legacy registered
736Jun 22 13:11:49 LibreELEC kernel: nfs4filelayout_init: NFSv4 File Layout Driver Registering...
737Jun 22 13:11:49 LibreELEC kernel: FS-Cache: Netfs 'cifs' registered for caching
738Jun 22 13:11:49 LibreELEC kernel: Key type asymmetric registered
739Jun 22 13:11:49 LibreELEC kernel: Asymmetric key parser 'x509' registered
740Jun 22 13:11:49 LibreELEC kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
741Jun 22 13:11:49 LibreELEC kernel: io scheduler noop registered (default)
742Jun 22 13:11:49 LibreELEC kernel: io scheduler deadline registered
743Jun 22 13:11:49 LibreELEC kernel: io scheduler cfq registered
744Jun 22 13:11:49 LibreELEC kernel: io scheduler mq-deadline registered
745Jun 22 13:11:49 LibreELEC kernel: io scheduler kyber registered
746Jun 22 13:11:49 LibreELEC kernel: io scheduler bfq registered
747Jun 22 13:11:49 LibreELEC kernel: BCM2708FB: allocated DMA memory 0xef840000
748Jun 22 13:11:49 LibreELEC kernel: BCM2708FB: allocated DMA channel 0
749Jun 22 13:11:49 LibreELEC kernel: Console: switching to colour frame buffer device 228x61
750Jun 22 13:11:49 LibreELEC kernel: bcm2835-rng 3f104000.rng: hwrng registered
751Jun 22 13:11:49 LibreELEC kernel: vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
752Jun 22 13:11:49 LibreELEC kernel: vc-sm: Videocore shared memory driver
753Jun 22 13:11:49 LibreELEC kernel: brd: module loaded
754Jun 22 13:11:49 LibreELEC kernel: loop: module loaded
755Jun 22 13:11:49 LibreELEC kernel: usbcore: registered new interface driver rtsx_usb
756Jun 22 13:11:49 LibreELEC kernel: Loading iSCSI transport class v2.0-870.
757Jun 22 13:11:49 LibreELEC kernel: iscsi: registered transport (tcp)
758Jun 22 13:11:49 LibreELEC kernel: libphy: Fixed MDIO Bus: probed
759Jun 22 13:11:49 LibreELEC kernel: tun: Universal TUN/TAP device driver, 1.6
760Jun 22 13:11:49 LibreELEC kernel: usbcore: registered new interface driver lan78xx
761Jun 22 13:11:49 LibreELEC kernel: usbcore: registered new interface driver dm9601
762Jun 22 13:11:49 LibreELEC kernel: usbcore: registered new interface driver smsc95xx
763Jun 22 13:11:49 LibreELEC kernel: dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
764Jun 22 13:11:49 LibreELEC kernel: dwc_otg 3f980000.usb: base=(ptrval)
765Jun 22 13:11:49 LibreELEC kernel: Core Release: 2.80a
766Jun 22 13:11:49 LibreELEC kernel: Setting default values for core params
767Jun 22 13:11:49 LibreELEC kernel: Finished setting default values for core params
768Jun 22 13:11:49 LibreELEC kernel: Using Buffer DMA mode
769Jun 22 13:11:49 LibreELEC kernel: Periodic Transfer Interrupt Enhancement - disabled
770Jun 22 13:11:49 LibreELEC kernel: Multiprocessor Interrupt Enhancement - disabled
771Jun 22 13:11:49 LibreELEC kernel: OTG VER PARAM: 0, OTG VER FLAG: 0
772Jun 22 13:11:49 LibreELEC kernel: Dedicated Tx FIFOs mode
773Jun 22 13:11:49 LibreELEC kernel: WARN::dwc_otg_hcd_init:1049: FIQ DMA bounce buffers: virt = af854000 dma = 0xef854000 len=9024
774Jun 22 13:11:49 LibreELEC kernel: FIQ FSM acceleration enabled for :
775 Non-periodic Split Transactions
776 Periodic Split Transactions
777 High-Speed Isochronous Endpoints
778 Interrupt/Control Split Transaction hack enabled
779Jun 22 13:11:49 LibreELEC kernel: dwc_otg: Microframe scheduler enabled
780Jun 22 13:11:49 LibreELEC kernel: WARN::hcd_init_fiq:457: FIQ on core 1
781Jun 22 13:11:49 LibreELEC kernel: WARN::hcd_init_fiq:458: FIQ ASM at 80722400 length 36
782Jun 22 13:11:49 LibreELEC kernel: WARN::hcd_init_fiq:484: MPHI regs_base at f0006000
783Jun 22 13:11:49 LibreELEC kernel: dwc_otg 3f980000.usb: DWC OTG Controller
784Jun 22 13:11:49 LibreELEC kernel: dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
785Jun 22 13:11:49 LibreELEC kernel: dwc_otg 3f980000.usb: irq 56, io mem 0x00000000
786Jun 22 13:11:49 LibreELEC kernel: Init: Port Power? op_state=1
787Jun 22 13:11:49 LibreELEC kernel: Init: Power Port (0)
788Jun 22 13:11:49 LibreELEC kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
789Jun 22 13:11:49 LibreELEC kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
790Jun 22 13:11:49 LibreELEC kernel: usb usb1: Product: DWC OTG Controller
791Jun 22 13:11:49 LibreELEC kernel: usb usb1: Manufacturer: Linux 4.19.23 dwc_otg_hcd
792Jun 22 13:11:49 LibreELEC kernel: usb usb1: SerialNumber: 3f980000.usb
793Jun 22 13:11:49 LibreELEC kernel: hub 1-0:1.0: USB hub found
794Jun 22 13:11:49 LibreELEC kernel: hub 1-0:1.0: 1 port detected
795Jun 22 13:11:49 LibreELEC kernel: dwc_otg: FIQ enabled
796Jun 22 13:11:49 LibreELEC kernel: dwc_otg: NAK holdoff enabled
797Jun 22 13:11:49 LibreELEC kernel: dwc_otg: FIQ split-transaction FSM enabled
798Jun 22 13:11:49 LibreELEC kernel: Module dwc_common_port init
799Jun 22 13:11:49 LibreELEC kernel: usbcore: registered new interface driver usb-storage
800Jun 22 13:11:49 LibreELEC kernel: mousedev: PS/2 mouse device common for all mice
801Jun 22 13:11:49 LibreELEC kernel: i2c /dev entries driver
802Jun 22 13:11:49 LibreELEC kernel: bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
803Jun 22 13:11:49 LibreELEC kernel: bcm2835-cpufreq: min=600000 max=1400000
804Jun 22 13:11:49 LibreELEC kernel: sdhci: Secure Digital Host Controller Interface driver
805Jun 22 13:11:49 LibreELEC kernel: sdhci: Copyright(c) Pierre Ossman
806Jun 22 13:11:49 LibreELEC kernel: mmc-bcm2835 3f300000.mmc: could not get clk, deferring probe
807Jun 22 13:11:49 LibreELEC kernel: sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
808Jun 22 13:11:49 LibreELEC kernel: sdhci-pltfm: SDHCI platform and OF driver helper
809Jun 22 13:11:49 LibreELEC kernel: ledtrig-cpu: registered to indicate activity on CPUs
810Jun 22 13:11:49 LibreELEC kernel: hidraw: raw HID events driver (C) Jiri Kosina
811Jun 22 13:11:49 LibreELEC kernel: usbcore: registered new interface driver usbhid
812Jun 22 13:11:49 LibreELEC kernel: usbhid: USB HID core driver
813Jun 22 13:11:49 LibreELEC kernel: vchiq: vchiq_init_state: slot_zero = (ptrval), is_master = 0
814Jun 22 13:11:49 LibreELEC kernel: [vc_sm_connected_init]: start
815Jun 22 13:11:49 LibreELEC kernel: [vc_sm_connected_init]: end - returning 0
816Jun 22 13:11:49 LibreELEC kernel: NET: Registered protocol family 10
817Jun 22 13:11:49 LibreELEC kernel: Segment Routing with IPv6
818Jun 22 13:11:49 LibreELEC kernel: NET: Registered protocol family 17
819Jun 22 13:11:49 LibreELEC kernel: Key type dns_resolver registered
820Jun 22 13:11:49 LibreELEC kernel: Registering SWP/SWPB emulation handler
821Jun 22 13:11:49 LibreELEC kernel: Loading compiled-in X.509 certificates
822Jun 22 13:11:49 LibreELEC kernel: uart-pl011 3f201000.serial: cts_event_workaround enabled
823Jun 22 13:11:49 LibreELEC kernel: 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 81, base_baud = 0) is a PL011 rev2
824Jun 22 13:11:49 LibreELEC kernel: mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
825Jun 22 13:11:49 LibreELEC kernel: mmc-bcm2835 3f300000.mmc: DMA channel allocated
826Jun 22 13:11:49 LibreELEC kernel: sdhost: log_buf @ (ptrval) (ef853000)
827Jun 22 13:11:49 LibreELEC kernel: mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
828Jun 22 13:11:49 LibreELEC kernel: mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
829Jun 22 13:11:49 LibreELEC kernel: mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
830Jun 22 13:11:49 LibreELEC kernel: mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
831Jun 22 13:11:49 LibreELEC kernel: mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
832Jun 22 13:11:49 LibreELEC kernel: console [netcon0] enabled
833Jun 22 13:11:49 LibreELEC kernel: netconsole: network logging started
834Jun 22 13:11:49 LibreELEC kernel: of_cfs_init
835Jun 22 13:11:49 LibreELEC kernel: of_cfs_init: OK
836Jun 22 13:11:49 LibreELEC kernel: Freeing unused kernel memory: 3072K
837Jun 22 13:11:49 LibreELEC kernel: Run /init as init process
838Jun 22 13:11:49 LibreELEC kernel: Indeed it is in host mode hprt0 = 00021501
839Jun 22 13:11:49 LibreELEC kernel: random: fast init done
840Jun 22 13:11:49 LibreELEC kernel: mmc1: new high speed SDIO card at address 0001
841Jun 22 13:11:49 LibreELEC kernel: usb 1-1: new high-speed USB device number 2 using dwc_otg
842Jun 22 13:11:49 LibreELEC kernel: Indeed it is in host mode hprt0 = 00001101
843Jun 22 13:11:49 LibreELEC kernel: usb 1-1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
844Jun 22 13:11:49 LibreELEC kernel: usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
845Jun 22 13:11:49 LibreELEC kernel: hub 1-1:1.0: USB hub found
846Jun 22 13:11:49 LibreELEC kernel: hub 1-1:1.0: 4 ports detected
847Jun 22 13:11:49 LibreELEC kernel: usb 1-1.1: new high-speed USB device number 3 using dwc_otg
848Jun 22 13:11:49 LibreELEC kernel: usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514, bcdDevice= b.b3
849Jun 22 13:11:49 LibreELEC kernel: usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
850Jun 22 13:11:49 LibreELEC kernel: hub 1-1.1:1.0: USB hub found
851Jun 22 13:11:49 LibreELEC kernel: hub 1-1.1:1.0: 3 ports detected
852Jun 22 13:11:49 LibreELEC kernel: usb 1-1.1.2: new full-speed USB device number 4 using dwc_otg
853Jun 22 13:11:49 LibreELEC kernel: usb 1-1.1.2: New USB device found, idVendor=2563, idProduct=0575, bcdDevice= 2.00
854Jun 22 13:11:49 LibreELEC kernel: usb 1-1.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
855Jun 22 13:11:49 LibreELEC kernel: usb 1-1.1.2: Product: PC/PS3/Android
856Jun 22 13:11:49 LibreELEC kernel: usb 1-1.1.2: Manufacturer: ShanWan
857Jun 22 13:11:49 LibreELEC kernel: input: ShanWan PC/PS3/Android as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/0003:2563:0575.0001/input/input0
858Jun 22 13:11:49 LibreELEC kernel: hid-generic 0003:2563:0575.0001: input,hidraw0: USB HID v1.11 Gamepad [ShanWan PC/PS3/Android] on usb-3f980000.usb-1.1.2/input0
859Jun 22 13:11:49 LibreELEC kernel: usb 1-1.1.3: new high-speed USB device number 5 using dwc_otg
860Jun 22 13:11:49 LibreELEC kernel: usb 1-1.1.3: New USB device found, idVendor=0781, idProduct=5581, bcdDevice= 1.00
861Jun 22 13:11:49 LibreELEC kernel: usb 1-1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
862Jun 22 13:11:49 LibreELEC kernel: usb 1-1.1.3: Product: Ultra
863Jun 22 13:11:49 LibreELEC kernel: usb 1-1.1.3: Manufacturer: SanDisk
864Jun 22 13:11:49 LibreELEC kernel: usb 1-1.1.3: SerialNumber: 4C530001160224110344
865Jun 22 13:11:49 LibreELEC kernel: usb-storage 1-1.1.3:1.0: USB Mass Storage device detected
866Jun 22 13:11:49 LibreELEC kernel: scsi host0: usb-storage 1-1.1.3:1.0
867Jun 22 13:11:49 LibreELEC kernel: usb 1-1.1.1: new high-speed USB device number 6 using dwc_otg
868Jun 22 13:11:49 LibreELEC kernel: usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800, bcdDevice= 3.00
869Jun 22 13:11:49 LibreELEC kernel: usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
870Jun 22 13:11:49 LibreELEC kernel: lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): No External EEPROM. Setting MAC Speed
871Jun 22 13:11:49 LibreELEC kernel: libphy: lan78xx-mdiobus: probed
872Jun 22 13:11:49 LibreELEC kernel: lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): int urb period 64
873Jun 22 13:11:49 LibreELEC kernel: scsi 0:0:0:0: Direct-Access SanDisk Ultra 1.00 PQ: 0 ANSI: 6
874Jun 22 13:11:49 LibreELEC kernel: sd 0:0:0:0: [sda] 60062500 512-byte logical blocks: (30.8 GB/28.6 GiB)
875Jun 22 13:11:49 LibreELEC kernel: sd 0:0:0:0: [sda] Write Protect is off
876Jun 22 13:11:49 LibreELEC kernel: sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
877Jun 22 13:11:49 LibreELEC kernel: sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
878Jun 22 13:11:49 LibreELEC kernel: sda: sda1 sda2
879Jun 22 13:11:49 LibreELEC kernel: sd 0:0:0:0: [sda] Attached SCSI removable disk
880Jun 22 13:11:49 LibreELEC kernel: EXT4-fs (sda2): recovery complete
881Jun 22 13:11:49 LibreELEC kernel: EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
882Jun 22 13:11:49 LibreELEC unknown: ### BIG FAT WARNING
883Jun 22 13:11:49 LibreELEC unknown: ### sda2 is removable. suspend/resume may not work
884Jun 22 13:11:49 LibreELEC unknown: ### BIG FAT WARNING
885Jun 22 13:11:49 LibreELEC unknown: ### sda1 is removable. suspend/resume may not work
886Jun 22 13:11:49 LibreELEC systemd[1]: System time before build time, advancing clock.
887Jun 22 13:11:49 LibreELEC systemd[1]: systemd 239 running in system mode. (-PAM -AUDIT -SELINUX -IMA -APPARMOR -SMACK +SYSVINIT -UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS -ACL -XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
888Jun 22 13:11:49 LibreELEC systemd[1]: Detected architecture arm.
889Jun 22 13:11:49 LibreELEC systemd[1]: Set hostname to <LibreELEC>.
890Jun 22 13:11:49 LibreELEC kernel: random: systemd: uninitialized urandom read (16 bytes read)
891Jun 22 13:11:49 LibreELEC systemd[1]: Started Forward Password Requests to Wall Directory Watch.
892Jun 22 13:11:49 LibreELEC kernel: random: systemd: uninitialized urandom read (16 bytes read)
893Jun 22 13:11:49 LibreELEC systemd[1]: Listening on initctl Compatibility Named Pipe.
894Jun 22 13:11:49 LibreELEC kernel: random: systemd: uninitialized urandom read (16 bytes read)
895Jun 22 13:11:49 LibreELEC systemd[1]: Listening on Journal Socket.
896Jun 22 13:11:49 LibreELEC systemd[1]: Mounting Kernel Debug File System...
897Jun 22 13:11:49 LibreELEC systemd[1]: Mounting Variable Directory...
898Jun 22 13:11:49 LibreELEC systemd[1]: Listening on udev Kernel Socket.
899Jun 22 13:11:49 LibreELEC systemd[1]: Starting Show Version...
900Jun 22 13:11:49 LibreELEC kernel: random: crng init done
901Jun 22 13:11:49 LibreELEC kernel: random: 7 urandom warning(s) missed due to ratelimiting
902Jun 22 13:11:49 LibreELEC kernel-overlays-setup: setup base modules
903Jun 22 13:11:49 LibreELEC kernel-overlays-setup: added modules from /usr/lib/kernel-overlays/base/lib/modules/4.19.23
904Jun 22 13:11:49 LibreELEC kernel-overlays-setup: added firmware from /usr/lib/kernel-overlays/base/lib/firmware
905Jun 22 13:11:49 LibreELEC kernel-overlays-setup: adding overlays from /storage/.cache/kernel-overlays
906Jun 22 13:11:49 LibreELEC kernel-overlays-setup: done
907Jun 22 13:11:49 LibreELEC systemd-journald[203]: Journal started
908Jun 22 13:11:49 LibreELEC systemd-journald[203]: Runtime journal (/run/log/journal/62c50122c24b9d38edc59eeb5b2cd975) is 512.0K, max 2.0M, 1.5M free.
909Jun 22 13:11:49 LibreELEC systemd[1]: Starting Flush Journal to Persistent Storage...
910Jun 22 13:11:49 LibreELEC systemd-journald[203]: Runtime journal (/run/log/journal/62c50122c24b9d38edc59eeb5b2cd975) is 512.0K, max 2.0M, 1.5M free.
911Jun 22 13:11:49 LibreELEC systemd[1]: Started Flush Journal to Persistent Storage.
912Jun 22 13:11:49 LibreELEC systemd[1]: Started udev Coldplug all Devices.
913Jun 22 13:11:49 LibreELEC Boot[210]: ### swap disabled via configfile ###
914Jun 22 13:11:49 LibreELEC Boot[214]: ### swap disabled via configfile ###
915Jun 22 13:11:49 LibreELEC systemd[1]: Started Mounting swapfile.
916Jun 22 13:11:49 LibreELEC systemd[1]: Reached target Swap.
917Jun 22 13:11:49 LibreELEC systemd[1]: Mounting Temporary Directory (/tmp)...
918Jun 22 13:11:49 LibreELEC systemd[1]: Mounted Temporary Directory (/tmp).
919Jun 22 13:11:49 LibreELEC systemd[1]: Reached target Local File Systems.
920Jun 22 13:11:49 LibreELEC systemd[1]: Starting Create Volatile Files and Directories...
921Jun 22 13:11:49 LibreELEC systemd[1]: Starting Rebuild Journal Catalog...
922Jun 22 13:11:49 LibreELEC journalctl[217]: No items in catalog.
923Jun 22 13:11:49 LibreELEC systemd[1]: Started Rebuild Journal Catalog.
924Jun 22 13:11:49 LibreELEC systemd[1]: Started Create Volatile Files and Directories.
925Jun 22 13:11:49 LibreELEC systemd[1]: Starting OpenSSL configuration service...
926Jun 22 13:11:49 LibreELEC systemd[1]: Starting Setup User config dir...
927Jun 22 13:11:49 LibreELEC systemd[1]: Starting Setup Timezone data...
928Jun 22 13:11:49 LibreELEC systemd[1]: Starting Setup User cache dir...
929Jun 22 13:11:49 LibreELEC systemd[1]: Starting Update hwdb.bin...
930Jun 22 13:11:49 LibreELEC systemd[1]: Starting RPC Bind...
931Jun 22 13:11:49 LibreELEC systemd[1]: Starting Add random entropy from file...
932Jun 22 13:11:49 LibreELEC systemd[1]: Started Setup Timezone data.
933Jun 22 13:11:49 LibreELEC systemd[1]: Started OpenSSL configuration service.
934Jun 22 13:11:49 LibreELEC systemd[1]: Started RPC Bind.
935Jun 22 13:11:49 LibreELEC systemd[1]: Started Setup User cache dir.
936Jun 22 13:11:49 LibreELEC systemd[1]: Started Setup User config dir.
937Jun 22 13:11:50 LibreELEC systemd[1]: Started Add random entropy from file.
938Jun 22 13:11:50 LibreELEC systemd[1]: Started Update hwdb.bin.
939Jun 22 13:11:50 LibreELEC systemd[1]: Starting udev Kernel Device Manager...
940Jun 22 13:11:50 LibreELEC systemd-udevd[241]: Specified group 'render' unknown
941Jun 22 13:11:50 LibreELEC systemd-udevd[241]: Specified group 'kvm' unknown
942Jun 22 13:11:50 LibreELEC systemd[1]: Started udev Kernel Device Manager.
943Jun 22 13:11:50 LibreELEC systemd[1]: Reached target System Initialization.
944Jun 22 13:11:50 LibreELEC systemd[1]: Listening on lircd.socket.
945Jun 22 13:11:50 LibreELEC systemd[1]: Listening on D-Bus System Message Bus Socket.
946Jun 22 13:11:50 LibreELEC systemd[1]: Reached target Sockets.
947Jun 22 13:11:50 LibreELEC systemd[1]: Started Daily Cleanup of Temporary Directories.
948Jun 22 13:11:50 LibreELEC systemd[1]: Reached target Timers.
949Jun 22 13:11:50 LibreELEC systemd[1]: Reached target Basic System.
950Jun 22 13:11:50 LibreELEC systemd[1]: Starting unbind Framebuffer console...
951Jun 22 13:11:50 LibreELEC systemd[1]: Starting Samba Configuration...
952Jun 22 13:11:50 LibreELEC systemd[1]: Starting OpenSSH server daemon...
953Jun 22 13:11:50 LibreELEC systemd[1]: Started D-Bus System Message Bus.
954Jun 22 13:11:50 LibreELEC kernel: Console: switching to colour dummy device 80x30
955Jun 22 13:11:50 LibreELEC systemd[1]: Starting Connection service...
956Jun 22 13:11:50 LibreELEC systemd[1]: Starting Kodi clean debug logs...
957Jun 22 13:11:50 LibreELEC systemd[1]: Starting Login Service...
958Jun 22 13:11:50 LibreELEC systemd[1]: Starting Cron daemon...
959Jun 22 13:11:50 LibreELEC systemd[1]: Started Eventlirc server daemon.
960Jun 22 13:11:50 LibreELEC systemd[1]: Starting PulseAudio Sound Service...
961Jun 22 13:11:50 LibreELEC systemd[1]: Started unbind Framebuffer console.
962Jun 22 13:11:50 LibreELEC systemd-logind[260]: New seat seat0.
963Jun 22 13:11:50 LibreELEC kernel: gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
964Jun 22 13:11:51 LibreELEC systemd[1]: Started Login Service.
965Jun 22 13:11:51 LibreELEC systemd[1]: Started Samba Configuration.
966Jun 22 13:11:51 LibreELEC systemd[1]: Started OpenSSH server daemon.
967Jun 22 13:11:51 LibreELEC systemd[1]: Started Kodi clean debug logs.
968Jun 22 13:11:51 LibreELEC systemd[1]: Started Cron daemon.
969Jun 22 13:11:51 LibreELEC kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
970Jun 22 13:11:51 LibreELEC kernel: cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
971Jun 22 13:11:51 LibreELEC pulseaudio[264]: W: [pulseaudio] main.c: Running in system mode, but --disallow-module-loading not set.
972Jun 22 13:11:51 LibreELEC pulseaudio[264]: W: [pulseaudio] main.c: Home directory of user 'root' is not '/var/run/pulse', ignoring.
973Jun 22 13:11:51 LibreELEC pulseaudio[264]: W: [pulseaudio] caps.c: Normally all extra capabilities would be dropped now, but that's impossible because PulseAudio was built without capabilities support.
974Jun 22 13:11:51 LibreELEC pulseaudio[264]: W: [pulseaudio] main.c: OK, so you are running PA in system mode. Please make sure that you actually do want to do that.
975Jun 22 13:11:51 LibreELEC pulseaudio[264]: W: [pulseaudio] main.c: Please read http://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/WhatIsWrongWithSystemWide/ for an explanation why system mode is usually a bad idea.
976Jun 22 13:11:51 LibreELEC kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
977Jun 22 13:11:51 LibreELEC kernel: usbcore: registered new interface driver brcmfmac
978Jun 22 13:11:51 LibreELEC pulseaudio[264]: W: [pulseaudio] authkey.c: Failed to open cookie file '/var/run/pulse/.config/pulse/cookie': No such file or directory
979Jun 22 13:11:51 LibreELEC pulseaudio[264]: W: [pulseaudio] authkey.c: Failed to load authentication key '/var/run/pulse/.config/pulse/cookie': No such file or directory
980Jun 22 13:11:51 LibreELEC pulseaudio[264]: W: [pulseaudio] authkey.c: Failed to open cookie file '/var/run/pulse/.pulse-cookie': No such file or directory
981Jun 22 13:11:51 LibreELEC pulseaudio[264]: W: [pulseaudio] authkey.c: Failed to load authentication key '/var/run/pulse/.pulse-cookie': No such file or directory
982Jun 22 13:11:51 LibreELEC sshd[289]: Server listening on 0.0.0.0 port 22.
983Jun 22 13:11:51 LibreELEC sshd[289]: Server listening on :: port 22.
984Jun 22 13:11:51 LibreELEC pulseaudio[264]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.ServiceUnknown: The name org.bluez was not provided by any .service files
985Jun 22 13:11:51 LibreELEC connmand[302]: Connection Manager version 1.36
986Jun 22 13:11:51 LibreELEC connmand[302]: Checking loopback interface settings
987Jun 22 13:11:51 LibreELEC connmand[302]: System hostname is LibreELEC
988Jun 22 13:11:51 LibreELEC dbus-daemon[255]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service' requested by ':1.4' (uid=0 pid=302 comm="/usr/sbin/connmand -nr --config=/etc/connman/main.")
989Jun 22 13:11:51 LibreELEC connmand[302]: lo {newlink} index 1 address 00:00:00:00:00:00 mtu 65536
990Jun 22 13:11:51 LibreELEC connmand[302]: lo {newlink} index 1 operstate 0 <UNKNOWN>
991Jun 22 13:11:51 LibreELEC connmand[302]: eth0 {create} index 2 type 1 <ETHER>
992Jun 22 13:11:51 LibreELEC connmand[302]: eth0 {update} flags 4098 <DOWN>
993Jun 22 13:11:51 LibreELEC connmand[302]: eth0 {newlink} index 2 address B8:27:EB:0B:AC:E6 mtu 1500
994Jun 22 13:11:51 LibreELEC connmand[302]: eth0 {newlink} index 2 operstate 2 <DOWN>
995Jun 22 13:11:51 LibreELEC dbus-daemon[255]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.4' (uid=0 pid=302 comm="/usr/sbin/connmand -nr --config=/etc/connman/main.")
996Jun 22 13:11:51 LibreELEC connmand[302]: Adding interface eth0 [ ethernet ]
997Jun 22 13:11:51 LibreELEC kernel: brcmfmac: brcmf_fw_alloc_request: using brcm/brcmfmac43455-sdio for chip BCM4345/6
998Jun 22 13:11:51 LibreELEC systemd[1]: Started Connection service.
999Jun 22 13:11:51 LibreELEC systemd[1]: Started PulseAudio Sound Service.
1000Jun 22 13:11:51 LibreELEC kernel: brcmfmac: brcmf_c_preinit_dcmds: Firmware: BCM4345/6 wl0: Feb 27 2018 03:15:32 version 7.45.154 (r684107 CY) FWID 01-4fbe0b04
1001Jun 22 13:11:51 LibreELEC systemd[1]: Starting Hostname Service...
1002Jun 22 13:11:51 LibreELEC systemd[1]: Starting WPA supplicant...
1003Jun 22 13:11:51 LibreELEC systemd[1]: Starting Wait on network...
1004Jun 22 13:11:51 LibreELEC systemd[1]: Starting Wait for network to be configured by ConnMan...
1005Jun 22 13:11:51 LibreELEC connmand[302]: wlan0 {create} index 3 type 1 <ETHER>
1006Jun 22 13:11:51 LibreELEC connmand[302]: wlan0 {update} flags 4098 <DOWN>
1007Jun 22 13:11:51 LibreELEC connmand[302]: wlan0 {newlink} index 3 address B8:27:EB:5E:F9:B3 mtu 1500
1008Jun 22 13:11:51 LibreELEC connmand[302]: wlan0 {newlink} index 3 operstate 2 <DOWN>
1009Jun 22 13:11:51 LibreELEC connmand[302]: Adding interface wlan0 [ wifi ]
1010Jun 22 13:11:51 LibreELEC dbus-daemon[255]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
1011Jun 22 13:11:51 LibreELEC wpa_supplicant[349]: Successfully initialized wpa_supplicant
1012Jun 22 13:11:51 LibreELEC systemd[1]: Started WPA supplicant.
1013Jun 22 13:11:51 LibreELEC systemd[1]: Reached target Network.
1014Jun 22 13:11:51 LibreELEC systemd[1]: Started Broadcom sdio firmware update for BCM43430A1.
1015Jun 22 13:11:51 LibreELEC systemd[1]: Started Avahi Daemon.
1016Jun 22 13:11:51 LibreELEC connmand[302]: wlan0 {update} flags 36931 <UP,RUNNING>
1017Jun 22 13:11:51 LibreELEC connmand[302]: wlan0 {newlink} index 3 address B8:27:EB:5E:F9:B3 mtu 1500
1018Jun 22 13:11:51 LibreELEC connmand[302]: wlan0 {newlink} index 3 operstate 0 <UNKNOWN>
1019Jun 22 13:11:51 LibreELEC avahi-daemon[358]: Found user 'avahi' (UID 495) and group 'avahi' (GID 495).
1020Jun 22 13:11:51 LibreELEC kernel: IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
1021Jun 22 13:11:51 LibreELEC kernel: brcmfmac: power management disabled
1022Jun 22 13:11:51 LibreELEC avahi-daemon[358]: Successfully dropped root privileges.
1023Jun 22 13:11:51 LibreELEC avahi-daemon[358]: avahi-daemon 0.7 starting up.
1024Jun 22 13:11:51 LibreELEC connmand[302]: wlan0 {update} flags 36867 <UP>
1025Jun 22 13:11:51 LibreELEC connmand[302]: wlan0 {newlink} index 3 address B8:27:EB:5E:F9:B3 mtu 1500
1026Jun 22 13:11:51 LibreELEC connmand[302]: wlan0 {newlink} index 3 operstate 2 <DOWN>
1027Jun 22 13:11:51 LibreELEC avahi-daemon[358]: Loading service file /etc/avahi/services/sftp-ssh.service.
1028Jun 22 13:11:51 LibreELEC avahi-daemon[358]: Network interface enumeration completed.
1029Jun 22 13:11:51 LibreELEC avahi-daemon[358]: Server startup complete. Host name is LibreELEC.local. Local service cookie is 214557622.
1030Jun 22 13:11:51 LibreELEC avahi-daemon[358]: Service "LibreELEC" (/etc/avahi/services/sftp-ssh.service) successfully established.
1031Jun 22 13:11:51 LibreELEC connmand[302]: wlan0 {newlink} index 3 address B8:27:EB:5E:F9:B3 mtu 1500
1032Jun 22 13:11:51 LibreELEC connmand[302]: wlan0 {newlink} index 3 operstate 2 <DOWN>
1033Jun 22 13:11:51 LibreELEC kernel: uart-pl011 3f201000.serial: no DMA platform data
1034Jun 22 13:11:51 LibreELEC wpa_supplicant[349]: WPS: Converting push_button to virtual_push_button for WPS 2.0 compliance
1035Jun 22 13:11:51 LibreELEC dbus-daemon[255]: [system] Successfully activated service 'org.freedesktop.hostname1'
1036Jun 22 13:11:51 LibreELEC systemd[1]: Started Hostname Service.
1037Jun 22 13:11:51 LibreELEC connmand[302]: ipconfig state 2 ipconfig method 1
1038Jun 22 13:11:51 LibreELEC wpa_supplicant[349]: wlan0: Trying to associate with SSID 'JAZZTEL_xpvy'
1039Jun 22 13:11:51 LibreELEC connmand[302]: ipconfig state 2 ipconfig method 1
1040Jun 22 13:11:54 LibreELEC wpa_supplicant[349]: wlan0: CTRL-EVENT-ASSOC-REJECT bssid=00:00:00:00:00:00 status_code=16
1041Jun 22 13:11:54 LibreELEC connmand[302]: ipconfig state 7 ipconfig method 1
1042Jun 22 13:11:54 LibreELEC connmand[302]: ipconfig state 7 ipconfig method 1
1043Jun 22 13:11:58 LibreELEC kernel: Bluetooth: Core ver 2.22
1044Jun 22 13:11:58 LibreELEC kernel: NET: Registered protocol family 31
1045Jun 22 13:11:58 LibreELEC kernel: Bluetooth: HCI device and connection manager initialized
1046Jun 22 13:11:58 LibreELEC kernel: Bluetooth: HCI socket layer initialized
1047Jun 22 13:11:58 LibreELEC kernel: Bluetooth: L2CAP socket layer initialized
1048Jun 22 13:11:58 LibreELEC kernel: Bluetooth: SCO socket layer initialized
1049Jun 22 13:11:58 LibreELEC rpi-btuart[357]: bcm43xx_init
1050Jun 22 13:11:58 LibreELEC rpi-btuart[357]: Flash firmware /etc/firmware/brcm/BCM4345C0.hcd
1051Jun 22 13:11:58 LibreELEC rpi-btuart[357]: Set BDADDR UART: b8:27:eb:a1:06:4c
1052Jun 22 13:11:58 LibreELEC rpi-btuart[357]: Set Controller UART speed to 3000000 bit/s
1053Jun 22 13:11:58 LibreELEC rpi-btuart[357]: Device setup complete
1054Jun 22 13:11:58 LibreELEC kernel: Bluetooth: HCI UART driver ver 2.3
1055Jun 22 13:11:58 LibreELEC kernel: Bluetooth: HCI UART protocol H4 registered
1056Jun 22 13:11:58 LibreELEC kernel: Bluetooth: HCI UART protocol Three-wire (H5) registered
1057Jun 22 13:11:58 LibreELEC kernel: Bluetooth: HCI UART protocol Broadcom registered
1058Jun 22 13:11:58 LibreELEC systemd[1]: Started Bluetooth service.
1059Jun 22 13:11:58 LibreELEC systemd[1]: Starting Bluetooth service...
1060Jun 22 13:11:58 LibreELEC systemd[1]: Started Bluetooth service.
1061Jun 22 13:11:58 LibreELEC systemd[1]: Reached target Bluetooth.
1062Jun 22 13:11:58 LibreELEC bluetoothd[382]: Bluetooth daemon 5.50
1063Jun 22 13:11:58 LibreELEC bluetoothd[382]: Starting SDP server
1064Jun 22 13:11:58 LibreELEC obexd[384]: OBEX daemon 5.50
1065Jun 22 13:11:58 LibreELEC bluetoothd[382]: kernel lacks bnep-protocol support
1066Jun 22 13:11:58 LibreELEC bluetoothd[382]: System does not support network plugin
1067Jun 22 13:11:58 LibreELEC bluetoothd[382]: Bluetooth management interface 1.14 initialized
1068Jun 22 13:11:58 LibreELEC kernel: Bluetooth: RFCOMM TTY layer initialized
1069Jun 22 13:11:58 LibreELEC kernel: Bluetooth: RFCOMM socket layer initialized
1070Jun 22 13:11:58 LibreELEC kernel: Bluetooth: RFCOMM ver 1.11
1071Jun 22 13:11:58 LibreELEC bluetoothd[382]: Endpoint registered: sender=:1.2 path=/MediaEndpoint/A2DPSource
1072Jun 22 13:11:58 LibreELEC bluetoothd[382]: Endpoint registered: sender=:1.2 path=/MediaEndpoint/A2DPSink
1073Jun 22 13:12:00 LibreELEC wpa_supplicant[349]: wlan0: Failed to initiate sched scan
1074Jun 22 13:12:09 LibreELEC wpa_supplicant[349]: wlan0: Failed to initiate sched scan
1075Jun 22 13:12:21 LibreELEC systemd[1]: network-online.service: Main process exited, code=exited, status=110/n/a
1076Jun 22 13:12:21 LibreELEC systemd[1]: network-online.service: Failed with result 'exit-code'.
1077Jun 22 13:12:21 LibreELEC systemd[1]: Failed to start Wait for network to be configured by ConnMan.
1078Jun 22 13:12:21 LibreELEC systemd[1]: Dependency failed for test nfs mount script.
1079Jun 22 13:12:21 LibreELEC systemd[1]: storage-lemalu.mount: Job storage-lemalu.mount/start failed with result 'dependency'.
1080Jun 22 13:12:21 LibreELEC systemd[1]: Dependency failed for test nfs mount script.
1081Jun 22 13:12:21 LibreELEC systemd[1]: storage-portatil.mount: Job storage-portatil.mount/start failed with result 'dependency'.
1082Jun 22 13:12:36 LibreELEC wpa_supplicant[349]: wlan0: Failed to initiate sched scan
1083Jun 22 13:12:51 LibreELEC systemd[1]: kodi-waitonnetwork.service: Main process exited, code=exited, status=110/n/a
1084Jun 22 13:12:51 LibreELEC systemd[1]: kodi-waitonnetwork.service: Failed with result 'exit-code'.
1085Jun 22 13:12:51 LibreELEC systemd[1]: Failed to start Wait on network.
1086Jun 22 13:12:51 LibreELEC systemd[1]: Reached target Network is Online.
1087Jun 22 13:12:51 LibreELEC systemd[1]: Starting Samba NMB Daemon...
1088Jun 22 13:12:52 LibreELEC nmbd[399]: [2018/06/22 13:12:52.383712, 0] ../lib/util/become_daemon.c:149(daemon_status)
1089Jun 22 13:12:52 LibreELEC nmbd[399]: daemon_status: STATUS=daemon 'nmbd' : No local IPv4 non-loopback interfaces available, waiting for interface ...
1090Jun 22 13:12:52 LibreELEC systemd[1]: Started Samba NMB Daemon.
1091Jun 22 13:12:52 LibreELEC nmbd[399]: [2018/06/22 13:12:52.383892, 0] ../source3/nmbd/nmbd_subnetdb.c:254(create_subnets)
1092Jun 22 13:12:52 LibreELEC nmbd[399]: NOTE: NetBIOS name resolution is not supported for Internet Protocol Version 6 (IPv6).
1093Jun 22 13:12:52 LibreELEC systemd[1]: Starting Samba SMB Daemon...
1094Jun 22 13:12:52 LibreELEC systemd[1]: Started Samba SMB Daemon.
1095Jun 22 13:12:52 LibreELEC systemd[1]: Reached target Multi-User System.
1096Jun 22 13:12:52 LibreELEC systemd[1]: Reached target Graphical Interface.
1097Jun 22 13:12:52 LibreELEC systemd[1]: Starting Kodi Media Center...
1098Jun 22 13:12:52 LibreELEC systemd[1]: Started minidlna.
1099Jun 22 13:12:52 LibreELEC systemd[1]: Started Kodi Media Center.
1100Jun 22 13:12:52 LibreELEC systemd[1]: Reached target Kodi Mediacenter Interface.
1101Jun 22 13:12:52 LibreELEC systemd[1]: Startup finished in 5.183s (kernel) + 1min 3.707s (userspace) = 1min 8.890s.
1102Jun 22 13:12:52 LibreELEC smbd[401]: [2018/06/22 13:12:52.710084, 0] ../source3/passdb/pdb_smbpasswd.c:249(startsmbfilepwent)
1103Jun 22 13:12:52 LibreELEC smbd[401]: startsmbfilepwent_internal: file /run/samba/smbpasswd did not exist. File successfully created.
1104Jun 22 13:12:52 LibreELEC smbd[401]: [2018/06/22 13:12:52.733022, 0] ../lib/util/become_daemon.c:138(daemon_ready)
1105Jun 22 13:12:52 LibreELEC smbd[401]: daemon_ready: STATUS=daemon 'smbd' finished starting up and ready to serve connections
1106Jun 22 13:13:57 LibreELEC wpa_supplicant[349]: wlan0: Failed to initiate sched scan
1107Jun 22 13:14:38 LibreELEC connmand[302]: ipconfig state 2 ipconfig method 1
1108Jun 22 13:14:41 LibreELEC wpa_supplicant[349]: wlan0: Trying to associate with SSID 'JAZZTEL_xpvy'
1109Jun 22 13:14:44 LibreELEC wpa_supplicant[349]: wlan0: CTRL-EVENT-ASSOC-REJECT bssid=00:00:00:00:00:00 status_code=16
1110Jun 22 13:14:44 LibreELEC connmand[302]: ipconfig state 7 ipconfig method 1
1111Jun 22 13:14:45 LibreELEC dbus-daemon[255]: [system] Rejected send message, 1 matched rules; type="error", sender=":1.17" (uid=0 pid=419 comm="/usr/lib/kodi/kodi.bin --standalone -fs ") interface="(unset)" member="(unset)" error name="org.freedesktop.DBus.Python.RuntimeError" requested_reply="0" destination=":1.4" (uid=0 pid=302 comm="/usr/sbin/connmand -nr --config=/etc/connman/main.")
1112Jun 22 13:14:50 LibreELEC connmand[302]: ipconfig state 2 ipconfig method 1
1113Jun 22 13:14:50 LibreELEC wpa_supplicant[349]: wlan0: Trying to associate with SSID 'JAZZTEL_xpvy'
1114Jun 22 13:14:50 LibreELEC connmand[302]: ipconfig state 2 ipconfig method 1
1115Jun 22 13:14:50 LibreELEC wpa_supplicant[349]: wlan0: CTRL-EVENT-ASSOC-REJECT bssid=00:00:00:00:00:00 status_code=16
1116Jun 22 13:14:50 LibreELEC connmand[302]: ipconfig state 7 ipconfig method 1
1117Jun 22 13:14:50 LibreELEC connmand[302]: ipconfig state 7 ipconfig method 1
1118Jun 22 13:14:53 LibreELEC connmand[302]: wlan0 {RX} 1 packets 121 bytes
1119Jun 22 13:14:53 LibreELEC connmand[302]: wlan0 {TX} 0 packets 0 bytes
1120Jun 22 13:14:53 LibreELEC connmand[302]: wlan0 {update} flags 102403 <UP,LOWER_UP>
1121Jun 22 13:14:53 LibreELEC connmand[302]: wlan0 {newlink} index 3 address B8:27:EB:5E:F9:B3 mtu 1500
1122Jun 22 13:14:53 LibreELEC connmand[302]: wlan0 {newlink} index 3 operstate 5 <DORMANT>
1123Jun 22 13:14:57 LibreELEC wpa_supplicant[349]: wlan0: Failed to initiate sched scan
1124Jun 22 13:14:59 LibreELEC connmand[302]: wlan0 {RX} 6 packets 726 bytes
1125Jun 22 13:14:59 LibreELEC connmand[302]: wlan0 {TX} 0 packets 0 bytes
1126Jun 22 13:14:59 LibreELEC connmand[302]: wlan0 {update} flags 36867 <UP>
1127Jun 22 13:14:59 LibreELEC connmand[302]: wlan0 {newlink} index 3 address B8:27:EB:5E:F9:B3 mtu 1500
1128Jun 22 13:14:59 LibreELEC connmand[302]: wlan0 {newlink} index 3 operstate 2 <DOWN>
1129Jun 22 13:15:06 LibreELEC wpa_supplicant[349]: wlan0: Failed to initiate sched scan
1130Jun 22 13:15:06 LibreELEC connmand[302]: ipconfig state 2 ipconfig method 1
1131Jun 22 13:15:06 LibreELEC wpa_supplicant[349]: wlan0: Trying to associate with SSID 'JAZZTEL_xpvy'
1132Jun 22 13:15:11 LibreELEC wpa_supplicant[349]: wlan0: Associated with 54:22:f8:e4:7a:e0
1133Jun 22 13:15:11 LibreELEC wpa_supplicant[349]: wlan0: CTRL-EVENT-SUBNET-STATUS-UPDATE status=0
1134Jun 22 13:15:11 LibreELEC connmand[302]: wlan0 {RX} 7 packets 847 bytes
1135Jun 22 13:15:11 LibreELEC connmand[302]: wlan0 {TX} 0 packets 0 bytes
1136Jun 22 13:15:11 LibreELEC connmand[302]: wlan0 {update} flags 102403 <UP,LOWER_UP>
1137Jun 22 13:15:11 LibreELEC connmand[302]: wlan0 {newlink} index 3 address B8:27:EB:5E:F9:B3 mtu 1500
1138Jun 22 13:15:11 LibreELEC connmand[302]: wlan0 {newlink} index 3 operstate 5 <DORMANT>
1139Jun 22 13:15:11 LibreELEC wpa_supplicant[349]: wlan0: WPA: Key negotiation completed with 54:22:f8:e4:7a:e0 [PTK=CCMP GTK=CCMP]
1140Jun 22 13:15:11 LibreELEC wpa_supplicant[349]: wlan0: CTRL-EVENT-CONNECTED - Connection to 54:22:f8:e4:7a:e0 completed [id=0 id_str=]
1141Jun 22 13:15:11 LibreELEC connmand[302]: wlan0 {add} route ff00:: gw :: scope 0 <UNIVERSE>
1142Jun 22 13:15:11 LibreELEC connmand[302]: wlan0 {add} route fe80:: gw :: scope 0 <UNIVERSE>
1143Jun 22 13:15:11 LibreELEC kernel: IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
1144Jun 22 13:15:11 LibreELEC connmand[302]: wlan0 {RX} 9 packets 1123 bytes
1145Jun 22 13:15:11 LibreELEC connmand[302]: wlan0 {TX} 2 packets 296 bytes
1146Jun 22 13:15:11 LibreELEC connmand[302]: wlan0 {update} flags 102467 <UP,RUNNING,LOWER_UP>
1147Jun 22 13:15:11 LibreELEC connmand[302]: wlan0 {newlink} index 3 address B8:27:EB:5E:F9:B3 mtu 1500
1148Jun 22 13:15:11 LibreELEC connmand[302]: wlan0 {newlink} index 3 operstate 6 <UP>
1149Jun 22 13:15:11 LibreELEC avahi-daemon[358]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.1.150.
1150Jun 22 13:15:11 LibreELEC avahi-daemon[358]: New relevant interface wlan0.IPv4 for mDNS.
1151Jun 22 13:15:11 LibreELEC avahi-daemon[358]: Registering new address record for 192.168.1.150 on wlan0.IPv4.
1152Jun 22 13:15:11 LibreELEC connmand[302]: ipconfig state 3 ipconfig method 1
1153Jun 22 13:15:11 LibreELEC connmand[302]: wlan0 {add} address 192.168.1.150/24 label wlan0 family 2
1154Jun 22 13:15:11 LibreELEC connmand[302]: wlan0 {add} route 192.168.1.0 gw 0.0.0.0 scope 253 <LINK>
1155Jun 22 13:15:11 LibreELEC connmand[302]: wlan0 {add} route 192.168.1.1 gw 0.0.0.0 scope 253 <LINK>
1156Jun 22 13:15:11 LibreELEC connmand[302]: wlan0 {add} route 208.67.222.222 gw 192.168.1.1 scope 0 <UNIVERSE>
1157Jun 22 13:15:11 LibreELEC connmand[302]: wlan0 {add} route 208.67.220.220 gw 192.168.1.1 scope 0 <UNIVERSE>
1158Jun 22 13:15:11 LibreELEC connmand[302]: wlan0 {add} route 0.0.0.0 gw 192.168.1.1 scope 0 <UNIVERSE>
1159Jun 22 13:15:11 LibreELEC connmand[302]: wlan0 {del} route fe80:: gw :: scope 0 <UNIVERSE>
1160Jun 22 13:15:11 LibreELEC connmand[302]: wlan0 {del} route ff00:: gw :: scope 0 <UNIVERSE>
1161Jun 22 13:15:12 LibreELEC connmand[302]: wlan0 {add} route 212.227.81.55 gw 192.168.1.1 scope 0 <UNIVERSE>
1162Jun 22 13:15:12 LibreELEC connmand[302]: ntp: adjust (jump): +24796416.789175 sec
1163Apr 05 13:08:49 LibreELEC connmand[302]: wlan0 {del} route 212.227.81.55 gw 192.168.1.1 scope 0 <UNIVERSE>
1164Apr 05 13:08:49 LibreELEC nmbd[399]: [2019/04/05 13:08:49.193206, 0] ../lib/util/become_daemon.c:138(daemon_ready)
1165Apr 05 13:08:49 LibreELEC nmbd[399]: daemon_ready: STATUS=daemon 'nmbd' finished starting up and ready to serve connections
1166Apr 05 13:08:49 LibreELEC connmand[302]: ntp: adjust (slew): -0.000234 sec
1167========== /run/samba/smb.conf ==========
1168# SPDX-License-Identifier: GPL-2.0-or-later
1169# Copyright (C) 2017-present Team LibreELEC (https://libreelec.tv)
1170
1171# samba.conf v4 (do not remove)
1172
1173# This configuration file allows you to customize the samba shares
1174# available from your machine
1175
1176[global]
1177 workgroup = WORKGROUP
1178 server min protocol = SMB2
1179 server max protocol = SMB3
1180
1181 server string = LibreELEC
1182 browseable = yes
1183 writeable = yes
1184 printable = no
1185 deadtime = 30
1186 mangled names = no
1187 name resolve order = host bcast
1188 printcap name = /dev/null
1189 load printers = no
1190 encrypt passwords = true
1191 enable core files = no
1192 passdb backend = smbpasswd
1193 smb encrypt = disabled
1194
1195 # samba share options
1196 map to guest = Bad User
1197 guest account = root
1198 security = user
1199
1200 # samba tuning options
1201 socket options = TCP_NODELAY IPTOS_LOWDELAY
1202 min receivefile size = 16384
1203 aio read size = 16384
1204 aio write size = 16384
1205 use sendfile = yes
1206
1207 # The following are default values for the master selection process
1208 # local master = yes
1209 # preferred master = auto
1210 # domain master = auto
1211 # os level = 20
1212
1213 # "strict allocate = yes" breaks large network transfers to external hdd
1214 # Force this to "no" in case "yes" becomes the default in future
1215 strict allocate = no
1216
1217 allocation roundup size = 0
1218
1219# Using the following configurations as a template allows you to add
1220# writeable shares of disks and paths under /storage
1221
1222[Update]
1223 path = /storage/.update
1224 available = yes
1225 browseable = yes
1226 public = yes
1227 writeable = yes
1228 root preexec = mkdir -p /storage/.update
1229
1230[Videos]
1231 path = /storage/videos
1232 available = yes
1233 browseable = yes
1234 public = yes
1235 writeable = yes
1236 root preexec = mkdir -p /storage/videos
1237
1238[Music]
1239 path = /storage/music
1240 available = yes
1241 browseable = yes
1242 public = yes
1243 writeable = yes
1244 root preexec = mkdir -p /storage/music
1245
1246[TV Shows]
1247 path = /storage/tvshows
1248 available = yes
1249 browseable = yes
1250 public = yes
1251 writeable = yes
1252 root preexec = mkdir -p /storage/tvshows
1253
1254[Recordings]
1255 path = /storage/recordings
1256 available = yes
1257 browseable = yes
1258 public = yes
1259 writeable = yes
1260 root preexec = mkdir -p /storage/recordings
1261
1262[Downloads]
1263 path = /storage/downloads
1264 available = yes
1265 browseable = yes
1266 public = yes
1267 writeable = yes
1268 root preexec = mkdir -p /storage/downloads
1269
1270[Pictures]
1271 path = /storage/pictures
1272 available = yes
1273 browseable = yes
1274 public = yes
1275 writeable = yes
1276 root preexec = mkdir -p /storage/pictures
1277
1278[Emulators]
1279 path = /storage/emulators
1280 available = yes
1281 browseable = yes
1282 public = yes
1283 writeable = yes
1284 root preexec = mkdir -p /storage/emulators
1285
1286[Configfiles]
1287 path = /storage/.config
1288 available = yes
1289 browseable = yes
1290 public = yes
1291 writeable = yes
1292 root preexec = mkdir -p /storage/.config
1293
1294[Userdata]
1295 path = /storage/.kodi/userdata
1296 available = yes
1297 browseable = yes
1298 public = yes
1299 writeable = yes
1300 root preexec = mkdir -p /storage/.kodi/userdata
1301
1302[Screenshots]
1303 path = /storage/screenshots
1304 available = yes
1305 browseable = yes
1306 public = yes
1307 writeable = yes
1308 root preexec = mkdir -p /storage/screenshots
1309
1310[Logfiles]
1311 path = /storage/logfiles
1312 available = yes
1313 browseable = yes
1314 public = yes
1315 writeable = yes
1316 root preexec = mkdir -p /storage/logfiles
1317 root preexec = createlog
1318
1319[Backup]
1320 path = /storage/backup
1321 available = yes
1322 browseable = yes
1323 public = yes
1324 writeable = yes
1325 root preexec = mkdir -p /storage/backup
1326
1327[Picons]
1328 path = /storage/picons
1329 available = yes
1330 browseable = yes
1331 public = yes
1332 writeable = yes
1333 root preexec = mkdir -p /storage/picons/tvh /storage/picons/vdr