Where should I look (log) if the issue is before HA comes up?

Hi Everyone,

I use HA Core in a python venv.

I was using python3.10 and I am updating my python to the 3.11.

After the python and HA updates to the latest version, I am having issues when I try to start it (sudo systemctl start [email protected]).

As HA is not up yet, I can’t see anything in homeassistant.log

Any idea about where I can see what is the reason for the failure startup? Some other Log

I have Fedora 35.

This is what I get when I ask for a Status (systemctl status [email protected])

[email protected] - Home Assistant
  Loaded: loaded (/etc/systemd/system/[email protected]; enabled; vendor preset: disabled)
 Active: failed (Result: core-dump) since Fri 2023-06-16 10:20:55 EDT; 32s ago
 Process: 19628 ExecStart=/opt/homeassistant311/bin/hass -c /home/homeassistant/.homeassistant (code=dumped, signal=ILL)
 Main PID: 19628 (code=dumped, signal=ILL)
     CPU: 4.057s

Jun 16 10:20:48 hanew systemd[1]: Started Home Assistant.
Jun 16 10:20:55 hanew systemd[1]: [email protected]: Main process exited, code=dumped, status=4/ILL
Jun 16 10:20:55 hanew systemd[1]: [email protected]: Failed with result 'core-dump'.
Jun 16 10:20:55 hanew systemd[1]: [email protected]: Consumed 4.057s CPU time.

Thank you

Hi Everyone,

I figured out you can actually run hass with -debug for example. So you do login with the homeassistant user, go to your vm and run hass -debug

Just saying if someone needs the same help.