Hi,
I have VirtualBox, Home assistant installed and only thing added is SSH.
[core-ssh ~]$ ha core info
arch: amd64
audio_input: null
audio_output: null
boot: true
image: ghcr.io/home-assistant/qemux86-64-homeassistant
ip_address: 172.30.32.1
last_version: 2021.10.5
machine: qemux86-64
port: 8123
ssl: false
update_available: false
version: 2021.10.5
version_latest: 2021.10.5
wait_boot: 600
watchdog: true
[core-ssh ~]$ ha supervisor info
addons:
- description: Allow logging in remotely to Home Assistant using SSH
icon: true
logo: true
name: Terminal & SSH
repository: core
slug: core_ssh
state: started
update_available: false
version: 9.2.1
version_latest: 9.2.1
addons_repositories:
- https://github.com/hassio-addons/repository
arch: amd64
channel: stable
debug: false
debug_block: false
diagnostics: false
healthy: true
ip_address: 172.30.32.2
logging: info
supported: true
timezone: Europe/Helsinki
update_available: false
version: 2021.10.0
version_latest: 2021.10.0
wait_boot: 5
[core-ssh ~]$ ha host info
agent_version: 1.2.1
boot_timestamp: 1634393270883454
chassis: vm
cpe: cpe:2.3:o:home-assistant:haos:6.5:*:production:*:*:*:ova:*
deployment: production
disk_free: 27.5
disk_life_time: null
disk_total: 30.8
disk_used: 2
dt_synchronized: true
dt_utc: "2021-10-16T16:14:47.080132+00:00"
features:
- reboot
- shutdown
- services
- network
- hostname
- timedate
- os_agent
- haos
hostname: homeassistant2
kernel: 5.10.70
operating_system: Home Assistant OS 6.5
startup_time: 1.491523
timezone: Etc/UTC
use_ntp: true
use_rtc: false
[core-ssh ~]$
The core keeps shutting down/crashing… sometimes within minutes from start.
Only thing in the Core log is this:
[finish] process exit code 256
[finish] process received signal 11
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.
[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] done.
Where to find the culprit for these crashes.?.
Thanks,
-Jens