Error after update last release

I update ha at lastest release (before i use 108), now when check config from ssh (ha don’t start) i recive that message:
Error: Testing configuration at /config
ERROR:homeassistant.scripts.check_config:BURB
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/scripts/check_config.py”, line 206, in check
async_check_ha_config_file(hass)
File “/usr/local/lib/python3.7/asyncio/base_events.py”, line 587, in run_until_complete
return future.result()
File “/usr/src/homeassistant/homeassistant/helpers/check_config.py”, line 115, in async_check_ha_config_file
integration = await async_get_integration_with_requirements(hass, domain)
File “/usr/src/homeassistant/homeassistant/requirements.py”, line 99, in async_get_integration_with_requirements
for dep in deps_to_check
File “/usr/src/homeassistant/homeassistant/requirements.py”, line 99, in async_get_integration_with_requirements
for dep in deps_to_check
File “/usr/src/homeassistant/homeassistant/requirements.py”, line 99, in async_get_integration_with_requirements
for dep in deps_to_check
File “/usr/src/homeassistant/homeassistant/requirements.py”, line 50, in async_get_integration_with_requirements
integration = await async_get_integration(hass, domain)
File “/usr/src/homeassistant/homeassistant/loader.py”, line 368, in async_get_integration
Integration.resolve_from_root, hass, components, domain
File “/usr/local/lib/python3.7/concurrent/futures/thread.py”, line 57, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/src/homeassistant/homeassistant/loader.py”, line 156, in resolve_from_root
if not manifest_path.is_file():
File “/usr/local/lib/python3.7/pathlib.py”, line 1382, in is_file
return S_ISREG(self.stat().st_mode)
File “/usr/local/lib/python3.7/pathlib.py”, line 1178, in stat
return self._accessor.stat(self)
OSError: [Errno 74] Bad message: ‘/usr/src/homeassistant/homeassistant/components/person/manifest.json’
Fatal error while loading config: [Errno 74] Bad message: ‘/usr/src/homeassistant/homeassistant/components/person/manifest.json’
Failed config
General Errors:
- [Errno 74] Bad message: ‘/usr/src/homeassistant/homeassistant/components/person/manifest.json’
Successful config (partial)

someone can help me to find the problem?
thanks