Hi @goldyfruit . I tried as you said. but in the /var/log/mycroft/skill.log, there are some errors and Still facing the (“Please wait a moment while I finish booting up”)
skill.log
2021-09-13 10:36:22.237 | INFO | 49999 | mycroft.messagebus.load_config:load_message_bus_config:33 | Loading message bus configs
2021-09-13 10:36:22.239 | INFO | 49999 | mycroft_bus_client.client.client | Connected
2021-09-13 10:36:22.240 | INFO | 49999 | mycroft.util.process_utils:start_message_bus_client:155 | Connected to messagebus
Traceback (most recent call last):
File “/home/killermachine/mycroft-core/mycroft/identity/init.py”, line 55, in load
identity_lock.acquire()
File “/home/killermachine/mycroft-core/mycroft/util/combo_lock.py”, line 59, in acquire
self.plock.acquire()
File “/home/killermachine/mycroft-core/.venv/lib/python3.8/site-packages/fasteners-0.14.1-py3.8.egg/fasteners/process_lock.py”, line 151, in acquire
self._do_open()
File “/home/killermachine/mycroft-core/.venv/lib/python3.8/site-packages/fasteners-0.14.1-py3.8.egg/fasteners/process_lock.py”, line 123, in _do_open
self.lockfile = open(self.path, ‘a’)
PermissionError: [Errno 13] Permission denied: ‘/tmp/identity-lock’
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “/home/killermachine/anaconda3/lib/python3.8/runpy.py”, line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File “/home/killermachine/anaconda3/lib/python3.8/runpy.py”, line 87, in _run_code
exec(code, run_globals)
File “/home/killermachine/mycroft-core/mycroft/skills/main.py”, line 295, in
main()
File “/home/killermachine/mycroft-core/mycroft/skills/main.py”, line 217, in main
skill_manager = _initialize_skill_manager(bus, watchdog)
File “/home/killermachine/mycroft-core/mycroft/skills/main.py”, line 263, in _initialize_skill_manager
skill_manager = SkillManager(bus, watchdog)
File “/home/killermachine/mycroft-core/mycroft/skills/skill_manager.py”, line 135, in init
self.settings_downloader = SkillSettingsDownloader(self.bus)
File “/home/killermachine/mycroft-core/mycroft/skills/settings.py”, line 363, in init
self.api = DeviceApi()
File “/home/killermachine/mycroft-core/mycroft/api/init.py”, line 223, in init
super(DeviceApi, self).init(“device”)
File “/home/killermachine/mycroft-core/mycroft/api/init.py”, line 56, in init
self.identity = IdentityManager.get()
File “/home/killermachine/mycroft-core/mycroft/identity/init.py”, line 101, in get
IdentityManager.load()
File “/home/killermachine/mycroft-core/mycroft/identity/init.py”, line 59, in load
identity_lock.release()
File “/home/killermachine/mycroft-core/mycroft/util/combo_lock.py”, line 64, in release
self.plock.release()
File “/home/killermachine/mycroft-core/.venv/lib/python3.8/site-packages/fasteners-0.14.1-py3.8.egg/fasteners/process_lock.py”, line 180, in release
raise threading.ThreadError(“Unable to release an unacquired”
RuntimeError: Unable to release an unacquired lock