danielwelch / hassio-zigbee2mqtt

Hass.io add-on for zigbee2mqtt
Apache License 2.0
565 stars 190 forks source link

[supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart' #533

Closed supergroover closed 3 years ago

supergroover commented 3 years ago

zigbee2mqtt add-on version (if edge, please report commit hash): Current version: 1.17.1

Operating environment (HassOS, Virtual Machine, Device/platform running Home Assistant):

System Health version: core-2021.2.1 installation_type: Home Assistant OS dev: false hassio: true docker: true virtualenv: false python_version: 3.8.7 os_name: Linux os_version: 5.4.94 arch: x86_64 timezone: UTC GitHub API: ok Github API Calls Remaining: 4875 Installed Version: 1.11.0 Stage: running Available Repositories: 712 Installed Repositories: 16 logged_in: false can_reach_cert_server: ok can_reach_cloud_auth: ok can_reach_cloud: ok host_os: Home Assistant OS 5.11 update_channel: stable supervisor_version: supervisor-2021.02.5 docker_version: 19.03.13 disk_total: 30.8 GB disk_used: 3.5 GB healthy: true supported: true board: ova supervisor_api: ok version_api: ok installed_addons: File editor (5.2.0), SSH & Web Terminal (8.0.0), Samba share (9.3.0), Zigbee2mqtt (1.17.1) dashboards: 1 resources: 8 views: 5 mode: storage

Description of problem: 21-02-08 10:44:21 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of Zigbee2mqtt 21-02-08 10:44:21 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of Zigbee2mqtt Edge

Your entire configuration from the frontend (with sensitive fields redacted):

data_path: /share/zigbee2mqtt
external_converters: []
devices: devices.yaml
groups: groups.yaml
homeassistant: true
permit_join: false
mqtt:
  base_topic: zigbee2mqtt
  server: 'mqtt://192.168.1.5:1883'
serial:
  port: >-
    /dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC___0X00124B0014D9322D-if00
advanced:
  log_level: info
  pan_id: 6754
  channel: 11
  network_key:
    - 1
    - 3
    - 5
    - 7
    - 9
    - 11
    - 13
    - 15
    - 0
    - 2
    - 4
    - 6
    - 8
    - 10
    - 12
    - 13
  availability_blocklist: []
  availability_passlist: []
device_options: {}
blocklist: []
passlist: []
queue: {}
frontend:
  port: 8099
experimental:
  new_api: false
socat:
  enabled: false
  master: 'pty,raw,echo=0,link=/dev/ttyZ2M,mode=777'
  slave: 'tcp-listen:8485,keepalive,nodelay,reuseaddr,keepidle=1,keepintvl=1,keepcnt=5'
  restartdelay: 1
  initialdelay: 1
  options: '-d -d'
  log: false

Your logs from Home Assistant

21-02-08 10:44:21 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of Zigbee2mqtt 21-02-08 10:44:21 WARNING (MainThread) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of Zigbee2mqtt Edge

fjarvis commented 3 years ago

Having exactly the same issue on 1.17.1 running on a NUC

kloodhu commented 3 years ago

My z2m addon does nothing after start today with the new HASS version.

thinkwareltd commented 3 years ago

It appears the z2m log shows there's a problem with the usb... Zigbee2MQTT:info 2021-02-10 05:09:01: Starting zigbee-herdsman (0.13.59) Zigbee2MQTT:error 2021-02-10 05:09:01: Error while starting zigbee-herdsman Zigbee2MQTT:error 2021-02-10 05:09:01: Failed to start zigbee Zigbee2MQTT:error 2021-02-10 05:09:01: Exiting... Zigbee2MQTT:error 2021-02-10 05:09:01: Error: Error while opening serialport 'Error: Error: No such file or directory, cannot open /dev/serial/by-id/usb-Texas_Instruments_TI_CC2531_USB_CDC_0X00124B0014DA399E-if00' at Znp. (/zigbee2mqtt-1.17.1/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:136:32) at Generator.next () at /zigbee2mqtt-1.17.1/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:27:71 at new Promise () at awaiter (/zigbee2mqtt-1.17.1/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:23:12) at SerialPort. (/zigbee2mqtt-1.17.1/node_modules/zigbee-herdsman/dist/adapter/z-stack/znp/znp.js:134:49) at SerialPort._error (/zigbee2mqtt-1.17.1/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:198:14) at /zigbee2mqtt-1.17.1/node_modules/zigbee-herdsman/node_modules/@serialport/stream/lib/index.js:242:12

McGiverGim commented 3 years ago

The problem of the auto_uart is not your configuration, is the definition of the addon:

https://github.com/danielwelch/hassio-zigbee2mqtt/blob/3793c6cb4c19ae6b5a7d4cb164b8b2cf6507fc93/zigbee2mqtt/config.json#L6

The configuration of this is here: https://developers.home-assistant.io/docs/add-ons/configuration/

And it seems it only needs to change auto_uart by uart.

fjarvis commented 3 years ago

Turns out that this isn't what was causing my issues, it would seem to be old firmware - I flashed my CC2531 with the latest firmware and my issue is gone.

thinkwareltd commented 3 years ago

Turns out that this isn't what was causing my issues, it would seem to be old firmware - I flashed my CC2531 with the latest firmware and my issue is gone.

Ordered my debugger and downloader cable today

xtrem16081987 commented 3 years ago

Having exactly the same issue on 1.17.1 running on a NUC

barebone ? or thru a Virtual instance ?

fjarvis commented 3 years ago

Running in the Home Assistant supervisor (docker) on the barebones NUC.

xtrem16081987 commented 3 years ago

Turns out that this isn't what was causing my issues, it would seem to be old firmware - I flashed my CC2531 with the latest firmware and my issue is gone.

could you please specify wich firmware version ?

is it working now ?

so the re is no problem with zigbee2mqtt addon right ?

xtrem16081987 commented 3 years ago

The problem of the auto_uart is not your configuration, is the definition of the addon:

https://github.com/danielwelch/hassio-zigbee2mqtt/blob/3793c6cb4c19ae6b5a7d4cb164b8b2cf6507fc93/zigbee2mqtt/config.json#L6

The configuration of this is here: https://developers.home-assistant.io/docs/add-ons/configuration/

And it seems it only needs to change auto_uart by uart.

so could you detail how exactly i need to change the auto uart to uart ? image

cheers

McGiverGim commented 3 years ago

Are you a developer of the addon?

If you are a simple user, you can't change anything.

The developer (or anyone that wants to collaborate) must push a PR changing the file that I pointed in the message, modifying "auto_uart": true by "uart": true or that is what I understand. For the normal and the edge versions.

Is a file used by Home Assistant when installing the addon, not a problem for the end user until they block addons without this correction.

xtrem16081987 commented 3 years ago

Are you a developer of the addon?

If you are a simple user, you can't change anything.

The developer (or anyone that wants to collaborate) must push a PR changing the file that I pointed in the message, modifying "auto_uart": true by "uart": true or that is what I understand. For the normal and the edge versions.

Is a file used by Home Assistant when installing the addon, not a problem for the end user until they block addons without this correction.

so il just have to wait for the developer to fix it right ?

Thank you !

ciotlosm commented 3 years ago

This will get fixed in https://github.com/zigbee2mqtt/hassio-zigbee2mqtt which will become the official repo soon.

ciotlosm commented 3 years ago

Released as part of 1.17.1-1 https://github.com/zigbee2mqtt/hassio-zigbee2mqtt

xtrem16081987 commented 3 years ago

Released as part of 1.17.1-1 https://github.com/zigbee2mqtt/hassio-zigbee2mqtt

nice ! Thank you so much
but !

can u help me ?

image

where exactly do i need to look or what command was in the Terminal to see my serial usb stick ?

what was that herdsman compatiblity command / config line ? do i need to do that ?

ciotlosm commented 3 years ago

you should see your serial port name as mentioned in the docs under Notes: https://github.com/zigbee2mqtt/hassio-zigbee2mqtt/blob/master/zigbee2mqtt/DOCS.md#notes

/dev/ttyS0 doesn't look like the correct serial port.

xtrem16081987 commented 3 years ago

you should see your serial port name as mentioned in the docs under Notes: https://github.com/zigbee2mqtt/hassio-zigbee2mqtt/blob/master/zigbee2mqtt/DOCS.md#notes

/dev/ttyS0 doesn't look like the correct serial port.

Thank for the help ! I did have a look , but honestly they are really messed up .. could you spot it ? i cant ... and i remember that was the original config prior to the update that worked .

My build is a Vm of the HA thru docker . and i am forwarding the serial to the vm .

devices:
  - name: event0
    sysfs: '/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0/event0'
    dev_path: /dev/input/event0
    subsystem: input
    by_id: null
    attributes:
      DEVNAME: /dev/input/event0
      DEVPATH: '/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0/event0'
      ID_INPUT: '1'
      ID_INPUT_KEY: '1'
      ID_PATH: 'acpi-LNXPWRBN:00'
      ID_PATH_TAG: acpi-LNXPWRBN_00
      MAJOR: '13'
      MINOR: '64'
      SUBSYSTEM: input
      TAGS: ':power-switch:'
      USEC_INITIALIZED: '8800258'
  - name: sda
    sysfs: >-
      /sys/devices/pci0000:00/0000:00:11.0/0000:02:05.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
    dev_path: /dev/sda
    subsystem: block
    by_id: /dev/disk/by-id/ata-VMware_Virtual_SATA_Hard_Drive_00000000000000000001
    attributes:
      DEVLINKS: >-
        /dev/disk/by-id/ata-VMware_Virtual_SATA_Hard_Drive_00000000000000000001
        /dev/disk/by-id/wwn-0x5000c29a2c392bbc
        /dev/disk/by-path/pci-0000:02:05.0-ata-1
        /dev/disk/by-path/pci-0000:02:05.0-ata-1.0
      DEVNAME: /dev/sda
      DEVPATH: >-
        /devices/pci0000:00/0000:00:11.0/0000:02:05.0/ata1/host0/target0:0:0/0:0:0:0/block/sda
      DEVTYPE: disk
      ID_ATA: '1'
      ID_ATA_FEATURE_SET_APM: '1'
      ID_ATA_FEATURE_SET_APM_ENABLED: '0'
      ID_ATA_FEATURE_SET_PM: '1'
      ID_ATA_FEATURE_SET_PM_ENABLED: '1'
      ID_ATA_ROTATION_RATE_RPM: '0'
      ID_ATA_SATA: '1'
      ID_ATA_SATA_SIGNAL_RATE_GEN1: '1'
      ID_ATA_SATA_SIGNAL_RATE_GEN2: '1'
      ID_BUS: ata
      ID_MODEL: VMware_Virtual_SATA_Hard_Drive
      ID_MODEL_ENC: >-
        VMware\x20Virtual\x20SATA\x20Hard\x20Drive\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20
      ID_PART_TABLE_TYPE: gpt
      ID_PART_TABLE_UUID: 9a08c332-c227-4a91-a1ee-3227c75d0681
      ID_PATH: 'pci-0000:02:05.0-ata-1.0'
      ID_PATH_ATA_COMPAT: 'pci-0000:02:05.0-ata-1'
      ID_PATH_TAG: pci-0000_02_05_0-ata-1_0
      ID_REVISION: '00000001'
      ID_SERIAL: VMware_Virtual_SATA_Hard_Drive_00000000000000000001
      ID_SERIAL_SHORT: '00000000000000000001'
      ID_TYPE: disk
      ID_WWN: '0x5000c29a2c392bbc'
      ID_WWN_WITH_EXTENSION: '0x5000c29a2c392bbc'
      MAJOR: '8'
      MINOR: '0'
      SUBSYSTEM: block
      TAGS: ':systemd:'
      USEC_INITIALIZED: '10607878'
  - name: sda1
    sysfs: >-
      /sys/devices/pci0000:00/0000:00:11.0/0000:02:05.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
    dev_path: /dev/sda1
    subsystem: block
    by_id: >-
      /dev/disk/by-id/ata-VMware_Virtual_SATA_Hard_Drive_00000000000000000001-part1
    attributes:
      DEVLINKS: >-
        /dev/disk/by-id/ata-VMware_Virtual_SATA_Hard_Drive_00000000000000000001-part1
        /dev/disk/by-id/wwn-0x5000c29a2c392bbc-part1
        /dev/disk/by-label/hassos-boot /dev/disk/by-partlabel/hassos-boot
        /dev/disk/by-partuuid/b3dd0952-733c-4c88-8cba-cab9b8b4377f
        /dev/disk/by-path/pci-0000:02:05.0-ata-1-part1
        /dev/disk/by-path/pci-0000:02:05.0-ata-1.0-part1
        /dev/disk/by-uuid/B74A-6A76
      DEVNAME: /dev/sda1
      DEVPATH: >-
        /devices/pci0000:00/0000:00:11.0/0000:02:05.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda1
      DEVTYPE: partition
      ID_ATA: '1'
      ID_ATA_FEATURE_SET_APM: '1'
      ID_ATA_FEATURE_SET_APM_ENABLED: '0'
      ID_ATA_FEATURE_SET_PM: '1'
      ID_ATA_FEATURE_SET_PM_ENABLED: '1'
      ID_ATA_ROTATION_RATE_RPM: '0'
      ID_ATA_SATA: '1'
      ID_ATA_SATA_SIGNAL_RATE_GEN1: '1'
      ID_ATA_SATA_SIGNAL_RATE_GEN2: '1'
      ID_BUS: ata
      ID_FS_LABEL: hassos-boot
      ID_FS_LABEL_ENC: hassos-boot
      ID_FS_TYPE: vfat
      ID_FS_USAGE: filesystem
      ID_FS_UUID: B74A-6A76
      ID_FS_UUID_ENC: B74A-6A76
      ID_FS_VERSION: FAT16
      ID_MODEL: VMware_Virtual_SATA_Hard_Drive
      ID_MODEL_ENC: >-
        VMware\x20Virtual\x20SATA\x20Hard\x20Drive\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20
      ID_PART_ENTRY_DISK: '8:0'
      ID_PART_ENTRY_NAME: hassos-boot
      ID_PART_ENTRY_NUMBER: '1'
      ID_PART_ENTRY_OFFSET: '2048'
      ID_PART_ENTRY_SCHEME: gpt
      ID_PART_ENTRY_SIZE: '65536'
      ID_PART_ENTRY_TYPE: c12a7328-f81f-11d2-ba4b-00a0c93ec93b
      ID_PART_ENTRY_UUID: b3dd0952-733c-4c88-8cba-cab9b8b4377f
      ID_PART_TABLE_TYPE: gpt
      ID_PART_TABLE_UUID: 9a08c332-c227-4a91-a1ee-3227c75d0681
      ID_PATH: 'pci-0000:02:05.0-ata-1.0'
      ID_PATH_ATA_COMPAT: 'pci-0000:02:05.0-ata-1'
      ID_PATH_TAG: pci-0000_02_05_0-ata-1_0
      ID_REVISION: '00000001'
      ID_SERIAL: VMware_Virtual_SATA_Hard_Drive_00000000000000000001
      ID_SERIAL_SHORT: '00000000000000000001'
      ID_TYPE: disk
      ID_WWN: '0x5000c29a2c392bbc'
      ID_WWN_WITH_EXTENSION: '0x5000c29a2c392bbc'
      MAJOR: '8'
      MINOR: '1'
      PARTN: '1'
      PARTNAME: hassos-boot
      SUBSYSTEM: block
      TAGS: ':systemd:'
      USEC_INITIALIZED: '11226571'
  - name: sda2
    sysfs: >-
      /sys/devices/pci0000:00/0000:00:11.0/0000:02:05.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
    dev_path: /dev/sda2
    subsystem: block
    by_id: >-
      /dev/disk/by-id/ata-VMware_Virtual_SATA_Hard_Drive_00000000000000000001-part2
    attributes:
      DEVLINKS: >-
        /dev/disk/by-id/ata-VMware_Virtual_SATA_Hard_Drive_00000000000000000001-part2
        /dev/disk/by-id/wwn-0x5000c29a2c392bbc-part2
        /dev/disk/by-label/hassos-kernel /dev/disk/by-partlabel/hassos-kernel0
        /dev/disk/by-partuuid/26700fc6-b0bc-4ccf-9837-ea1a4cba3e65
        /dev/disk/by-path/pci-0000:02:05.0-ata-1-part2
        /dev/disk/by-path/pci-0000:02:05.0-ata-1.0-part2
        /dev/disk/by-uuid/14c738cd-3c67-4762-a19d-8a42d0975f07
      DEVNAME: /dev/sda2
      DEVPATH: >-
        /devices/pci0000:00/0000:00:11.0/0000:02:05.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda2
      DEVTYPE: partition
      ID_ATA: '1'
      ID_ATA_FEATURE_SET_APM: '1'
      ID_ATA_FEATURE_SET_APM_ENABLED: '0'
      ID_ATA_FEATURE_SET_PM: '1'
      ID_ATA_FEATURE_SET_PM_ENABLED: '1'
      ID_ATA_ROTATION_RATE_RPM: '0'
      ID_ATA_SATA: '1'
      ID_ATA_SATA_SIGNAL_RATE_GEN1: '1'
      ID_ATA_SATA_SIGNAL_RATE_GEN2: '1'
      ID_BUS: ata
      ID_FS_LABEL: hassos-kernel
      ID_FS_LABEL_ENC: hassos-kernel
      ID_FS_TYPE: ext4
      ID_FS_USAGE: filesystem
      ID_FS_UUID: 14c738cd-3c67-4762-a19d-8a42d0975f07
      ID_FS_UUID_ENC: 14c738cd-3c67-4762-a19d-8a42d0975f07
      ID_FS_VERSION: '1.0'
      ID_MODEL: VMware_Virtual_SATA_Hard_Drive
      ID_MODEL_ENC: >-
        VMware\x20Virtual\x20SATA\x20Hard\x20Drive\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20
      ID_PART_ENTRY_DISK: '8:0'
      ID_PART_ENTRY_NAME: hassos-kernel0
      ID_PART_ENTRY_NUMBER: '2'
      ID_PART_ENTRY_OFFSET: '67584'
      ID_PART_ENTRY_SCHEME: gpt
      ID_PART_ENTRY_SIZE: '49152'
      ID_PART_ENTRY_TYPE: 0fc63daf-8483-4772-8e79-3d69d8477de4
      ID_PART_ENTRY_UUID: 26700fc6-b0bc-4ccf-9837-ea1a4cba3e65
      ID_PART_TABLE_TYPE: gpt
      ID_PART_TABLE_UUID: 9a08c332-c227-4a91-a1ee-3227c75d0681
      ID_PATH: 'pci-0000:02:05.0-ata-1.0'
      ID_PATH_ATA_COMPAT: 'pci-0000:02:05.0-ata-1'
      ID_PATH_TAG: pci-0000_02_05_0-ata-1_0
      ID_REVISION: '00000001'
      ID_SERIAL: VMware_Virtual_SATA_Hard_Drive_00000000000000000001
      ID_SERIAL_SHORT: '00000000000000000001'
      ID_TYPE: disk
      ID_WWN: '0x5000c29a2c392bbc'
      ID_WWN_WITH_EXTENSION: '0x5000c29a2c392bbc'
      MAJOR: '8'
      MINOR: '2'
      PARTN: '2'
      PARTNAME: hassos-kernel0
      SUBSYSTEM: block
      TAGS: ':systemd:'
      USEC_INITIALIZED: '11184232'
  - name: sda3
    sysfs: >-
      /sys/devices/pci0000:00/0000:00:11.0/0000:02:05.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
    dev_path: /dev/sda3
    subsystem: block
    by_id: >-
      /dev/disk/by-id/ata-VMware_Virtual_SATA_Hard_Drive_00000000000000000001-part3
    attributes:
      DEVLINKS: >-
        /dev/disk/by-id/ata-VMware_Virtual_SATA_Hard_Drive_00000000000000000001-part3
        /dev/disk/by-id/wwn-0x5000c29a2c392bbc-part3
        /dev/disk/by-partlabel/hassos-system0
        /dev/disk/by-partuuid/8d3d53e3-6d49-4c38-8349-aff6859e82fd
        /dev/disk/by-path/pci-0000:02:05.0-ata-1-part3
        /dev/disk/by-path/pci-0000:02:05.0-ata-1.0-part3
      DEVNAME: /dev/sda3
      DEVPATH: >-
        /devices/pci0000:00/0000:00:11.0/0000:02:05.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda3
      DEVTYPE: partition
      ID_ATA: '1'
      ID_ATA_FEATURE_SET_APM: '1'
      ID_ATA_FEATURE_SET_APM_ENABLED: '0'
      ID_ATA_FEATURE_SET_PM: '1'
      ID_ATA_FEATURE_SET_PM_ENABLED: '1'
      ID_ATA_ROTATION_RATE_RPM: '0'
      ID_ATA_SATA: '1'
      ID_ATA_SATA_SIGNAL_RATE_GEN1: '1'
      ID_ATA_SATA_SIGNAL_RATE_GEN2: '1'
      ID_BUS: ata
      ID_FS_TYPE: squashfs
      ID_FS_USAGE: filesystem
      ID_FS_VERSION: '4.0'
      ID_MODEL: VMware_Virtual_SATA_Hard_Drive
      ID_MODEL_ENC: >-
        VMware\x20Virtual\x20SATA\x20Hard\x20Drive\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20
      ID_PART_ENTRY_DISK: '8:0'
      ID_PART_ENTRY_NAME: hassos-system0
      ID_PART_ENTRY_NUMBER: '3'
      ID_PART_ENTRY_OFFSET: '116736'
      ID_PART_ENTRY_SCHEME: gpt
      ID_PART_ENTRY_SIZE: '524288'
      ID_PART_ENTRY_TYPE: 0fc63daf-8483-4772-8e79-3d69d8477de4
      ID_PART_ENTRY_UUID: 8d3d53e3-6d49-4c38-8349-aff6859e82fd
      ID_PART_TABLE_TYPE: gpt
      ID_PART_TABLE_UUID: 9a08c332-c227-4a91-a1ee-3227c75d0681
      ID_PATH: 'pci-0000:02:05.0-ata-1.0'
      ID_PATH_ATA_COMPAT: 'pci-0000:02:05.0-ata-1'
      ID_PATH_TAG: pci-0000_02_05_0-ata-1_0
      ID_REVISION: '00000001'
      ID_SERIAL: VMware_Virtual_SATA_Hard_Drive_00000000000000000001
      ID_SERIAL_SHORT: '00000000000000000001'
      ID_TYPE: disk
      ID_WWN: '0x5000c29a2c392bbc'
      ID_WWN_WITH_EXTENSION: '0x5000c29a2c392bbc'
      MAJOR: '8'
      MINOR: '3'
      PARTN: '3'
      PARTNAME: hassos-system0
      SUBSYSTEM: block
      TAGS: ':systemd:'
      USEC_INITIALIZED: '11462403'
  - name: sda4
    sysfs: >-
      /sys/devices/pci0000:00/0000:00:11.0/0000:02:05.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
    dev_path: /dev/sda4
    subsystem: block
    by_id: >-
      /dev/disk/by-id/ata-VMware_Virtual_SATA_Hard_Drive_00000000000000000001-part4
    attributes:
      DEVLINKS: >-
        /dev/disk/by-id/ata-VMware_Virtual_SATA_Hard_Drive_00000000000000000001-part4
        /dev/disk/by-id/wwn-0x5000c29a2c392bbc-part4
        /dev/disk/by-label/hassos-kernel /dev/disk/by-partlabel/hassos-kernel1
        /dev/disk/by-partuuid/fc02a4f0-5350-406f-93a2-56cbed636b5f
        /dev/disk/by-path/pci-0000:02:05.0-ata-1-part4
        /dev/disk/by-path/pci-0000:02:05.0-ata-1.0-part4
        /dev/disk/by-uuid/402cea95-e9a4-4a94-a6e7-1b76da50aa89
      DEVNAME: /dev/sda4
      DEVPATH: >-
        /devices/pci0000:00/0000:00:11.0/0000:02:05.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda4
      DEVTYPE: partition
      ID_ATA: '1'
      ID_ATA_FEATURE_SET_APM: '1'
      ID_ATA_FEATURE_SET_APM_ENABLED: '0'
      ID_ATA_FEATURE_SET_PM: '1'
      ID_ATA_FEATURE_SET_PM_ENABLED: '1'
      ID_ATA_ROTATION_RATE_RPM: '0'
      ID_ATA_SATA: '1'
      ID_ATA_SATA_SIGNAL_RATE_GEN1: '1'
      ID_ATA_SATA_SIGNAL_RATE_GEN2: '1'
      ID_BUS: ata
      ID_FS_LABEL: hassos-kernel
      ID_FS_LABEL_ENC: hassos-kernel
      ID_FS_TYPE: ext4
      ID_FS_USAGE: filesystem
      ID_FS_UUID: 402cea95-e9a4-4a94-a6e7-1b76da50aa89
      ID_FS_UUID_ENC: 402cea95-e9a4-4a94-a6e7-1b76da50aa89
      ID_FS_VERSION: '1.0'
      ID_MODEL: VMware_Virtual_SATA_Hard_Drive
      ID_MODEL_ENC: >-
        VMware\x20Virtual\x20SATA\x20Hard\x20Drive\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20
      ID_PART_ENTRY_DISK: '8:0'
      ID_PART_ENTRY_NAME: hassos-kernel1
      ID_PART_ENTRY_NUMBER: '4'
      ID_PART_ENTRY_OFFSET: '641024'
      ID_PART_ENTRY_SCHEME: gpt
      ID_PART_ENTRY_SIZE: '49152'
      ID_PART_ENTRY_TYPE: 0fc63daf-8483-4772-8e79-3d69d8477de4
      ID_PART_ENTRY_UUID: fc02a4f0-5350-406f-93a2-56cbed636b5f
      ID_PART_TABLE_TYPE: gpt
      ID_PART_TABLE_UUID: 9a08c332-c227-4a91-a1ee-3227c75d0681
      ID_PATH: 'pci-0000:02:05.0-ata-1.0'
      ID_PATH_ATA_COMPAT: 'pci-0000:02:05.0-ata-1'
      ID_PATH_TAG: pci-0000_02_05_0-ata-1_0
      ID_REVISION: '00000001'
      ID_SERIAL: VMware_Virtual_SATA_Hard_Drive_00000000000000000001
      ID_SERIAL_SHORT: '00000000000000000001'
      ID_TYPE: disk
      ID_WWN: '0x5000c29a2c392bbc'
      ID_WWN_WITH_EXTENSION: '0x5000c29a2c392bbc'
      MAJOR: '8'
      MINOR: '4'
      PARTN: '4'
      PARTNAME: hassos-kernel1
      SUBSYSTEM: block
      TAGS: ':systemd:'
      USEC_INITIALIZED: '11070885'
  - name: sda5
    sysfs: >-
      /sys/devices/pci0000:00/0000:00:11.0/0000:02:05.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
    dev_path: /dev/sda5
    subsystem: block
    by_id: >-
      /dev/disk/by-id/ata-VMware_Virtual_SATA_Hard_Drive_00000000000000000001-part5
    attributes:
      DEVLINKS: >-
        /dev/disk/by-id/ata-VMware_Virtual_SATA_Hard_Drive_00000000000000000001-part5
        /dev/disk/by-id/wwn-0x5000c29a2c392bbc-part5
        /dev/disk/by-partlabel/hassos-system1
        /dev/disk/by-partuuid/a3ec664e-32ce-4665-95ea-7ae90ce9aa20
        /dev/disk/by-path/pci-0000:02:05.0-ata-1-part5
        /dev/disk/by-path/pci-0000:02:05.0-ata-1.0-part5
      DEVNAME: /dev/sda5
      DEVPATH: >-
        /devices/pci0000:00/0000:00:11.0/0000:02:05.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda5
      DEVTYPE: partition
      ID_ATA: '1'
      ID_ATA_FEATURE_SET_APM: '1'
      ID_ATA_FEATURE_SET_APM_ENABLED: '0'
      ID_ATA_FEATURE_SET_PM: '1'
      ID_ATA_FEATURE_SET_PM_ENABLED: '1'
      ID_ATA_ROTATION_RATE_RPM: '0'
      ID_ATA_SATA: '1'
      ID_ATA_SATA_SIGNAL_RATE_GEN1: '1'
      ID_ATA_SATA_SIGNAL_RATE_GEN2: '1'
      ID_BUS: ata
      ID_FS_TYPE: squashfs
      ID_FS_USAGE: filesystem
      ID_FS_VERSION: '4.0'
      ID_MODEL: VMware_Virtual_SATA_Hard_Drive
      ID_MODEL_ENC: >-
        VMware\x20Virtual\x20SATA\x20Hard\x20Drive\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20
      ID_PART_ENTRY_DISK: '8:0'
      ID_PART_ENTRY_NAME: hassos-system1
      ID_PART_ENTRY_NUMBER: '5'
      ID_PART_ENTRY_OFFSET: '690176'
      ID_PART_ENTRY_SCHEME: gpt
      ID_PART_ENTRY_SIZE: '524288'
      ID_PART_ENTRY_TYPE: 0fc63daf-8483-4772-8e79-3d69d8477de4
      ID_PART_ENTRY_UUID: a3ec664e-32ce-4665-95ea-7ae90ce9aa20
      ID_PART_TABLE_TYPE: gpt
      ID_PART_TABLE_UUID: 9a08c332-c227-4a91-a1ee-3227c75d0681
      ID_PATH: 'pci-0000:02:05.0-ata-1.0'
      ID_PATH_ATA_COMPAT: 'pci-0000:02:05.0-ata-1'
      ID_PATH_TAG: pci-0000_02_05_0-ata-1_0
      ID_REVISION: '00000001'
      ID_SERIAL: VMware_Virtual_SATA_Hard_Drive_00000000000000000001
      ID_SERIAL_SHORT: '00000000000000000001'
      ID_TYPE: disk
      ID_WWN: '0x5000c29a2c392bbc'
      ID_WWN_WITH_EXTENSION: '0x5000c29a2c392bbc'
      MAJOR: '8'
      MINOR: '5'
      PARTN: '5'
      PARTNAME: hassos-system1
      SUBSYSTEM: block
      TAGS: ':systemd:'
      USEC_INITIALIZED: '11484264'
  - name: sda6
    sysfs: >-
      /sys/devices/pci0000:00/0000:00:11.0/0000:02:05.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
    dev_path: /dev/sda6
    subsystem: block
    by_id: >-
      /dev/disk/by-id/ata-VMware_Virtual_SATA_Hard_Drive_00000000000000000001-part6
    attributes:
      DEVLINKS: >-
        /dev/disk/by-id/ata-VMware_Virtual_SATA_Hard_Drive_00000000000000000001-part6
        /dev/disk/by-id/wwn-0x5000c29a2c392bbc-part6
        /dev/disk/by-partlabel/hassos-bootstate
        /dev/disk/by-partuuid/33236519-7f32-4dff-8002-3390b62c309d
        /dev/disk/by-path/pci-0000:02:05.0-ata-1-part6
        /dev/disk/by-path/pci-0000:02:05.0-ata-1.0-part6
      DEVNAME: /dev/sda6
      DEVPATH: >-
        /devices/pci0000:00/0000:00:11.0/0000:02:05.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda6
      DEVTYPE: partition
      ID_ATA: '1'
      ID_ATA_FEATURE_SET_APM: '1'
      ID_ATA_FEATURE_SET_APM_ENABLED: '0'
      ID_ATA_FEATURE_SET_PM: '1'
      ID_ATA_FEATURE_SET_PM_ENABLED: '1'
      ID_ATA_ROTATION_RATE_RPM: '0'
      ID_ATA_SATA: '1'
      ID_ATA_SATA_SIGNAL_RATE_GEN1: '1'
      ID_ATA_SATA_SIGNAL_RATE_GEN2: '1'
      ID_BUS: ata
      ID_MODEL: VMware_Virtual_SATA_Hard_Drive
      ID_MODEL_ENC: >-
        VMware\x20Virtual\x20SATA\x20Hard\x20Drive\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20
      ID_PART_ENTRY_DISK: '8:0'
      ID_PART_ENTRY_NAME: hassos-bootstate
      ID_PART_ENTRY_NUMBER: '6'
      ID_PART_ENTRY_OFFSET: '1214464'
      ID_PART_ENTRY_SCHEME: gpt
      ID_PART_ENTRY_SIZE: '16384'
      ID_PART_ENTRY_TYPE: 0fc63daf-8483-4772-8e79-3d69d8477de4
      ID_PART_ENTRY_UUID: 33236519-7f32-4dff-8002-3390b62c309d
      ID_PART_TABLE_TYPE: gpt
      ID_PART_TABLE_UUID: 9a08c332-c227-4a91-a1ee-3227c75d0681
      ID_PATH: 'pci-0000:02:05.0-ata-1.0'
      ID_PATH_ATA_COMPAT: 'pci-0000:02:05.0-ata-1'
      ID_PATH_TAG: pci-0000_02_05_0-ata-1_0
      ID_REVISION: '00000001'
      ID_SERIAL: VMware_Virtual_SATA_Hard_Drive_00000000000000000001
      ID_SERIAL_SHORT: '00000000000000000001'
      ID_TYPE: disk
      ID_WWN: '0x5000c29a2c392bbc'
      ID_WWN_WITH_EXTENSION: '0x5000c29a2c392bbc'
      MAJOR: '8'
      MINOR: '6'
      PARTN: '6'
      PARTNAME: hassos-bootstate
      SUBSYSTEM: block
      TAGS: ':systemd:'
      USEC_INITIALIZED: '11080976'
  - name: sda7
    sysfs: >-
      /sys/devices/pci0000:00/0000:00:11.0/0000:02:05.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
    dev_path: /dev/sda7
    subsystem: block
    by_id: >-
      /dev/disk/by-id/ata-VMware_Virtual_SATA_Hard_Drive_00000000000000000001-part7
    attributes:
      DEVLINKS: >-
        /dev/disk/by-id/ata-VMware_Virtual_SATA_Hard_Drive_00000000000000000001-part7
        /dev/disk/by-id/wwn-0x5000c29a2c392bbc-part7
        /dev/disk/by-label/hassos-overlay /dev/disk/by-partlabel/hassos-overlay
        /dev/disk/by-partuuid/f1326040-5236-40eb-b683-aaa100a9afcf
        /dev/disk/by-path/pci-0000:02:05.0-ata-1-part7
        /dev/disk/by-path/pci-0000:02:05.0-ata-1.0-part7
        /dev/disk/by-uuid/69f5419c-2b03-487e-a8d4-52a6468c6c38
      DEVNAME: /dev/sda7
      DEVPATH: >-
        /devices/pci0000:00/0000:00:11.0/0000:02:05.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda7
      DEVTYPE: partition
      ID_ATA: '1'
      ID_ATA_FEATURE_SET_APM: '1'
      ID_ATA_FEATURE_SET_APM_ENABLED: '0'
      ID_ATA_FEATURE_SET_PM: '1'
      ID_ATA_FEATURE_SET_PM_ENABLED: '1'
      ID_ATA_ROTATION_RATE_RPM: '0'
      ID_ATA_SATA: '1'
      ID_ATA_SATA_SIGNAL_RATE_GEN1: '1'
      ID_ATA_SATA_SIGNAL_RATE_GEN2: '1'
      ID_BUS: ata
      ID_FS_LABEL: hassos-overlay
      ID_FS_LABEL_ENC: hassos-overlay
      ID_FS_TYPE: ext4
      ID_FS_USAGE: filesystem
      ID_FS_UUID: 69f5419c-2b03-487e-a8d4-52a6468c6c38
      ID_FS_UUID_ENC: 69f5419c-2b03-487e-a8d4-52a6468c6c38
      ID_FS_VERSION: '1.0'
      ID_MODEL: VMware_Virtual_SATA_Hard_Drive
      ID_MODEL_ENC: >-
        VMware\x20Virtual\x20SATA\x20Hard\x20Drive\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20
      ID_PART_ENTRY_DISK: '8:0'
      ID_PART_ENTRY_NAME: hassos-overlay
      ID_PART_ENTRY_NUMBER: '7'
      ID_PART_ENTRY_OFFSET: '1230848'
      ID_PART_ENTRY_SCHEME: gpt
      ID_PART_ENTRY_SIZE: '196608'
      ID_PART_ENTRY_TYPE: 0fc63daf-8483-4772-8e79-3d69d8477de4
      ID_PART_ENTRY_UUID: f1326040-5236-40eb-b683-aaa100a9afcf
      ID_PART_TABLE_TYPE: gpt
      ID_PART_TABLE_UUID: 9a08c332-c227-4a91-a1ee-3227c75d0681
      ID_PATH: 'pci-0000:02:05.0-ata-1.0'
      ID_PATH_ATA_COMPAT: 'pci-0000:02:05.0-ata-1'
      ID_PATH_TAG: pci-0000_02_05_0-ata-1_0
      ID_REVISION: '00000001'
      ID_SERIAL: VMware_Virtual_SATA_Hard_Drive_00000000000000000001
      ID_SERIAL_SHORT: '00000000000000000001'
      ID_TYPE: disk
      ID_WWN: '0x5000c29a2c392bbc'
      ID_WWN_WITH_EXTENSION: '0x5000c29a2c392bbc'
      MAJOR: '8'
      MINOR: '7'
      PARTN: '7'
      PARTNAME: hassos-overlay
      SUBSYSTEM: block
      TAGS: ':systemd:'
      USEC_INITIALIZED: '11530009'
  - name: sda8
    sysfs: >-
      /sys/devices/pci0000:00/0000:00:11.0/0000:02:05.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8
    dev_path: /dev/sda8
    subsystem: block
    by_id: >-
      /dev/disk/by-id/ata-VMware_Virtual_SATA_Hard_Drive_00000000000000000001-part8
    attributes:
      DEVLINKS: >-
        /dev/disk/by-id/ata-VMware_Virtual_SATA_Hard_Drive_00000000000000000001-part8
        /dev/disk/by-id/wwn-0x5000c29a2c392bbc-part8
        /dev/disk/by-label/hassos-data /dev/disk/by-partlabel/hassos-data
        /dev/disk/by-partuuid/a52a4597-fa3a-4851-aefd-2fbe9f849079
        /dev/disk/by-path/pci-0000:02:05.0-ata-1-part8
        /dev/disk/by-path/pci-0000:02:05.0-ata-1.0-part8
        /dev/disk/by-uuid/24cbeca0-2a36-459a-a1a3-64b579291ea8
      DEVNAME: /dev/sda8
      DEVPATH: >-
        /devices/pci0000:00/0000:00:11.0/0000:02:05.0/ata1/host0/target0:0:0/0:0:0:0/block/sda/sda8
      DEVTYPE: partition
      ID_ATA: '1'
      ID_ATA_FEATURE_SET_APM: '1'
      ID_ATA_FEATURE_SET_APM_ENABLED: '0'
      ID_ATA_FEATURE_SET_PM: '1'
      ID_ATA_FEATURE_SET_PM_ENABLED: '1'
      ID_ATA_ROTATION_RATE_RPM: '0'
      ID_ATA_SATA: '1'
      ID_ATA_SATA_SIGNAL_RATE_GEN1: '1'
      ID_ATA_SATA_SIGNAL_RATE_GEN2: '1'
      ID_BUS: ata
      ID_FS_LABEL: hassos-data
      ID_FS_LABEL_ENC: hassos-data
      ID_FS_TYPE: ext4
      ID_FS_USAGE: filesystem
      ID_FS_UUID: 24cbeca0-2a36-459a-a1a3-64b579291ea8
      ID_FS_UUID_ENC: 24cbeca0-2a36-459a-a1a3-64b579291ea8
      ID_FS_VERSION: '1.0'
      ID_MODEL: VMware_Virtual_SATA_Hard_Drive
      ID_MODEL_ENC: >-
        VMware\x20Virtual\x20SATA\x20Hard\x20Drive\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20
      ID_PART_ENTRY_DISK: '8:0'
      ID_PART_ENTRY_NAME: hassos-data
      ID_PART_ENTRY_NUMBER: '8'
      ID_PART_ENTRY_OFFSET: '1427456'
      ID_PART_ENTRY_SCHEME: gpt
      ID_PART_ENTRY_SIZE: '65681375'
      ID_PART_ENTRY_TYPE: 0fc63daf-8483-4772-8e79-3d69d8477de4
      ID_PART_ENTRY_UUID: a52a4597-fa3a-4851-aefd-2fbe9f849079
      ID_PART_TABLE_TYPE: gpt
      ID_PART_TABLE_UUID: 9a08c332-c227-4a91-a1ee-3227c75d0681
      ID_PATH: 'pci-0000:02:05.0-ata-1.0'
      ID_PATH_ATA_COMPAT: 'pci-0000:02:05.0-ata-1'
      ID_PATH_TAG: pci-0000_02_05_0-ata-1_0
      ID_REVISION: '00000001'
      ID_SERIAL: VMware_Virtual_SATA_Hard_Drive_00000000000000000001
      ID_SERIAL_SHORT: '00000000000000000001'
      ID_TYPE: disk
      ID_WWN: '0x5000c29a2c392bbc'
      ID_WWN_WITH_EXTENSION: '0x5000c29a2c392bbc'
      MAJOR: '8'
      MINOR: '8'
      PARTN: '8'
      PARTNAME: hassos-data
      SUBSYSTEM: block
      TAGS: ':systemd:'
      USEC_INITIALIZED: '11506525'
  - name: '0:0:0:0'
    sysfs: >-
      /sys/devices/pci0000:00/0000:00:11.0/0000:02:05.0/ata1/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0
    dev_path: '/dev/bsg/0:0:0:0'
    subsystem: bsg
    by_id: null
    attributes:
      DEVNAME: '/dev/bsg/0:0:0:0'
      DEVPATH: >-
        /devices/pci0000:00/0000:00:11.0/0000:02:05.0/ata1/host0/target0:0:0/0:0:0:0/bsg/0:0:0:0
      MAJOR: '250'
      MINOR: '0'
      SUBSYSTEM: bsg
  - name: sg0
    sysfs: >-
      /sys/devices/pci0000:00/0000:00:11.0/0000:02:05.0/ata1/host0/target0:0:0/0:0:0:0/scsi_generic/sg0
    dev_path: /dev/sg0
    subsystem: scsi_generic
    by_id: null
    attributes:
      DEVNAME: /dev/sg0
      DEVPATH: >-
        /devices/pci0000:00/0000:00:11.0/0000:02:05.0/ata1/host0/target0:0:0/0:0:0:0/scsi_generic/sg0
      MAJOR: '21'
      MINOR: '0'
      SUBSYSTEM: scsi_generic
  - name: fb0
    sysfs: /sys/devices/platform/efi-framebuffer.0/graphics/fb0
    dev_path: /dev/fb0
    subsystem: graphics
    by_id: null
    attributes:
      DEVNAME: /dev/fb0
      DEVPATH: /devices/platform/efi-framebuffer.0/graphics/fb0
      ID_FOR_SEAT: graphics-platform-efi-framebuffer_0
      ID_PATH: platform-efi-framebuffer.0
      ID_PATH_TAG: platform-efi-framebuffer_0
      MAJOR: '29'
      MINOR: '0'
      SUBSYSTEM: graphics
      TAGS: ':seat:'
      USEC_INITIALIZED: '11571881'
  - name: event1
    sysfs: /sys/devices/platform/i8042/serio0/input/input1/event1
    dev_path: /dev/input/event1
    subsystem: input
    by_id: null
    attributes:
      DEVLINKS: /dev/input/by-path/platform-i8042-serio-0-event-kbd
      DEVNAME: /dev/input/event1
      DEVPATH: /devices/platform/i8042/serio0/input/input1/event1
      ID_BUS: i8042
      ID_INPUT: '1'
      ID_INPUT_KEY: '1'
      ID_INPUT_KEYBOARD: '1'
      ID_PATH: platform-i8042-serio-0
      ID_PATH_TAG: platform-i8042-serio-0
      ID_SERIAL: noserial
      MAJOR: '13'
      MINOR: '65'
      SUBSYSTEM: input
      TAGS: ':power-switch:'
      USEC_INITIALIZED: '11972312'
  - name: event2
    sysfs: /sys/devices/platform/i8042/serio1/input/input3/event2
    dev_path: /dev/input/event2
    subsystem: input
    by_id: null
    attributes:
      DEVLINKS: /dev/input/by-path/platform-i8042-serio-1-event-mouse
      DEVNAME: /dev/input/event2
      DEVPATH: /devices/platform/i8042/serio1/input/input3/event2
      ID_BUS: i8042
      ID_INPUT: '1'
      ID_INPUT_MOUSE: '1'
      ID_PATH: platform-i8042-serio-1
      ID_PATH_TAG: platform-i8042-serio-1
      ID_SERIAL: noserial
      MAJOR: '13'
      MINOR: '66'
      SUBSYSTEM: input
      USEC_INITIALIZED: '11964095'
  - name: ttyS1
    sysfs: /sys/devices/platform/serial8250/tty/ttyS1
    dev_path: /dev/ttyS1
    subsystem: tty
    by_id: null
    attributes:
      DEVNAME: /dev/ttyS1
      DEVPATH: /devices/platform/serial8250/tty/ttyS1
      MAJOR: '4'
      MINOR: '65'
      SUBSYSTEM: tty
      TAGS: ':systemd:'
      USEC_INITIALIZED: '11642408'
  - name: ttyS2
    sysfs: /sys/devices/platform/serial8250/tty/ttyS2
    dev_path: /dev/ttyS2
    subsystem: tty
    by_id: null
    attributes:
      DEVNAME: /dev/ttyS2
      DEVPATH: /devices/platform/serial8250/tty/ttyS2
      MAJOR: '4'
      MINOR: '66'
      SUBSYSTEM: tty
      TAGS: ':systemd:'
      USEC_INITIALIZED: '11604331'
  - name: ttyS3
    sysfs: /sys/devices/platform/serial8250/tty/ttyS3
    dev_path: /dev/ttyS3
    subsystem: tty
    by_id: null
    attributes:
      DEVNAME: /dev/ttyS3
      DEVPATH: /devices/platform/serial8250/tty/ttyS3
      MAJOR: '4'
      MINOR: '67'
      SUBSYSTEM: tty
      TAGS: ':systemd:'
      USEC_INITIALIZED: '11610943'
  - name: rtc0
    sysfs: '/sys/devices/pnp0/00:01/rtc/rtc0'
    dev_path: /dev/rtc0
    subsystem: rtc
    by_id: null
    attributes:
      DEVLINKS: /dev/rtc
      DEVNAME: /dev/rtc0
      DEVPATH: '/devices/pnp0/00:01/rtc/rtc0'
      MAJOR: '254'
      MINOR: '0'
      SUBSYSTEM: rtc
      USEC_INITIALIZED: '11680615'
  - name: ttyS0
    sysfs: '/sys/devices/pnp0/00:05/tty/ttyS0'
    dev_path: /dev/ttyS0
    subsystem: tty
    by_id: null
    attributes:
      DEVNAME: /dev/ttyS0
      DEVPATH: '/devices/pnp0/00:05/tty/ttyS0'
      MAJOR: '4'
      MINOR: '64'
      SUBSYSTEM: tty
      TAGS: ':systemd:'
      USEC_INITIALIZED: '11701203'
  - name: cpu0
    sysfs: /sys/devices/virtual/cpuid/cpu0
    dev_path: /dev/cpu/0/cpuid
    subsystem: cpuid
    by_id: null
    attributes:
      DEVNAME: /dev/cpu/0/cpuid
      DEVPATH: /devices/virtual/cpuid/cpu0
      MAJOR: '203'
      MINOR: '0'
      SUBSYSTEM: cpuid
  - name: full
    sysfs: /sys/devices/virtual/mem/full
    dev_path: /dev/full
    subsystem: mem
    by_id: null
    attributes:
      DEVMODE: '0666'
      DEVNAME: /dev/full
      DEVPATH: /devices/virtual/mem/full
      MAJOR: '1'
      MINOR: '7'
      SUBSYSTEM: mem
  - name: kmsg
    sysfs: /sys/devices/virtual/mem/kmsg
    dev_path: /dev/kmsg
    subsystem: mem
    by_id: null
    attributes:
      DEVMODE: '0644'
      DEVNAME: /dev/kmsg
      DEVPATH: /devices/virtual/mem/kmsg
      MAJOR: '1'
      MINOR: '11'
      SUBSYSTEM: mem
  - name: mem
    sysfs: /sys/devices/virtual/mem/mem
    dev_path: /dev/mem
    subsystem: mem
    by_id: null
    attributes:
      DEVNAME: /dev/mem
      DEVPATH: /devices/virtual/mem/mem
      MAJOR: '1'
      MINOR: '1'
      SUBSYSTEM: mem
  - name: 'null'
    sysfs: /sys/devices/virtual/mem/null
    dev_path: /dev/null
    subsystem: mem
    by_id: null
    attributes:
      DEVMODE: '0666'
      DEVNAME: /dev/null
      DEVPATH: /devices/virtual/mem/null
      MAJOR: '1'
      MINOR: '3'
      SUBSYSTEM: mem
  - name: port
    sysfs: /sys/devices/virtual/mem/port
    dev_path: /dev/port
    subsystem: mem
    by_id: null
    attributes:
      DEVNAME: /dev/port
      DEVPATH: /devices/virtual/mem/port
      MAJOR: '1'
      MINOR: '4'
      SUBSYSTEM: mem
  - name: random
    sysfs: /sys/devices/virtual/mem/random
    dev_path: /dev/random
    subsystem: mem
    by_id: null
    attributes:
      DEVMODE: '0666'
      DEVNAME: /dev/random
      DEVPATH: /devices/virtual/mem/random
      MAJOR: '1'
      MINOR: '8'
      SUBSYSTEM: mem
  - name: urandom
    sysfs: /sys/devices/virtual/mem/urandom
    dev_path: /dev/urandom
    subsystem: mem
    by_id: null
    attributes:
      DEVMODE: '0666'
      DEVNAME: /dev/urandom
      DEVPATH: /devices/virtual/mem/urandom
      MAJOR: '1'
      MINOR: '9'
      SUBSYSTEM: mem
  - name: zero
    sysfs: /sys/devices/virtual/mem/zero
    dev_path: /dev/zero
    subsystem: mem
    by_id: null
    attributes:
      DEVMODE: '0666'
      DEVNAME: /dev/zero
      DEVPATH: /devices/virtual/mem/zero
      MAJOR: '1'
      MINOR: '5'
      SUBSYSTEM: mem
  - name: agpgart
    sysfs: /sys/devices/virtual/misc/agpgart
    dev_path: /dev/agpgart
    subsystem: misc
    by_id: null
    attributes:
      DEVNAME: /dev/agpgart
      DEVPATH: /devices/virtual/misc/agpgart
      MAJOR: '10'
      MINOR: '175'
      SUBSYSTEM: misc
  - name: autofs
    sysfs: /sys/devices/virtual/misc/autofs
    dev_path: /dev/autofs
    subsystem: misc
    by_id: null
    attributes:
      DEVMODE: '0644'
      DEVNAME: /dev/autofs
      DEVPATH: /devices/virtual/misc/autofs
      MAJOR: '10'
      MINOR: '235'
      SUBSYSTEM: misc
  - name: cpu_dma_latency
    sysfs: /sys/devices/virtual/misc/cpu_dma_latency
    dev_path: /dev/cpu_dma_latency
    subsystem: misc
    by_id: null
    attributes:
      DEVNAME: /dev/cpu_dma_latency
      DEVPATH: /devices/virtual/misc/cpu_dma_latency
      MAJOR: '10'
      MINOR: '61'
      SUBSYSTEM: misc
  - name: device-mapper
    sysfs: /sys/devices/virtual/misc/device-mapper
    dev_path: /dev/mapper/control
    subsystem: misc
    by_id: null
    attributes:
      DEVNAME: /dev/mapper/control
      DEVPATH: /devices/virtual/misc/device-mapper
      MAJOR: '10'
      MINOR: '236'
      SUBSYSTEM: misc
  - name: hpet
    sysfs: /sys/devices/virtual/misc/hpet
    dev_path: /dev/hpet
    subsystem: misc
    by_id: null
    attributes:
      DEVNAME: /dev/hpet
      DEVPATH: /devices/virtual/misc/hpet
      MAJOR: '10'
      MINOR: '228'
      SUBSYSTEM: misc
  - name: hw_random
    sysfs: /sys/devices/virtual/misc/hw_random
    dev_path: /dev/hwrng
    subsystem: misc
    by_id: null
    attributes:
      DEVNAME: /dev/hwrng
      DEVPATH: /devices/virtual/misc/hw_random
      MAJOR: '10'
      MINOR: '183'
      SUBSYSTEM: misc
  - name: loop-control
    sysfs: /sys/devices/virtual/misc/loop-control
    dev_path: /dev/loop-control
    subsystem: misc
    by_id: null
    attributes:
      DEVNAME: /dev/loop-control
      DEVPATH: /devices/virtual/misc/loop-control
      MAJOR: '10'
      MINOR: '237'
      SUBSYSTEM: misc
  - name: nvram
    sysfs: /sys/devices/virtual/misc/nvram
    dev_path: /dev/nvram
    subsystem: misc
    by_id: null
    attributes:
      DEVNAME: /dev/nvram
      DEVPATH: /devices/virtual/misc/nvram
      MAJOR: '10'
      MINOR: '144'
      SUBSYSTEM: misc
  - name: rfkill
    sysfs: /sys/devices/virtual/misc/rfkill
    dev_path: /dev/rfkill
    subsystem: misc
    by_id: null
    attributes:
      DEVNAME: /dev/rfkill
      DEVPATH: /devices/virtual/misc/rfkill
      MAJOR: '10'
      MINOR: '242'
      SUBSYSTEM: misc
      SYSTEMD_WANTS: systemd-rfkill.socket
      TAGS: ':systemd:'
      USEC_INITIALIZED: '12403383'
  - name: snapshot
    sysfs: /sys/devices/virtual/misc/snapshot
    dev_path: /dev/snapshot
    subsystem: misc
    by_id: null
    attributes:
      DEVNAME: /dev/snapshot
      DEVPATH: /devices/virtual/misc/snapshot
      MAJOR: '10'
      MINOR: '231'
      SUBSYSTEM: misc
  - name: tun
    sysfs: /sys/devices/virtual/misc/tun
    dev_path: /dev/net/tun
    subsystem: misc
    by_id: null
    attributes:
      DEVNAME: /dev/net/tun
      DEVPATH: /devices/virtual/misc/tun
      MAJOR: '10'
      MINOR: '200'
      SUBSYSTEM: misc
  - name: vga_arbiter
    sysfs: /sys/devices/virtual/misc/vga_arbiter
    dev_path: /dev/vga_arbiter
    subsystem: misc
    by_id: null
    attributes:
      DEVNAME: /dev/vga_arbiter
      DEVPATH: /devices/virtual/misc/vga_arbiter
      MAJOR: '10'
      MINOR: '63'
      SUBSYSTEM: misc
  - name: vmci
    sysfs: /sys/devices/virtual/misc/vmci
    dev_path: /dev/vmci
    subsystem: misc
    by_id: null
    attributes:
      DEVNAME: /dev/vmci
      DEVPATH: /devices/virtual/misc/vmci
      MAJOR: '10'
      MINOR: '62'
      SUBSYSTEM: misc
  - name: msr0
    sysfs: /sys/devices/virtual/msr/msr0
    dev_path: /dev/cpu/0/msr
    subsystem: msr
    by_id: null
    attributes:
      DEVNAME: /dev/cpu/0/msr
      DEVPATH: /devices/virtual/msr/msr0
      MAJOR: '202'
      MINOR: '0'
      SUBSYSTEM: msr
  - name: seq
    sysfs: /sys/devices/virtual/sound/seq
    dev_path: /dev/snd/seq
    subsystem: sound
    by_id: null
    attributes:
      DEVNAME: /dev/snd/seq
      DEVPATH: /devices/virtual/sound/seq
      MAJOR: '116'
      MINOR: '1'
      SUBSYSTEM: sound
  - name: timer
    sysfs: /sys/devices/virtual/sound/timer
    dev_path: /dev/snd/timer
    subsystem: sound
    by_id: null
    attributes:
      DEVNAME: /dev/snd/timer
      DEVPATH: /devices/virtual/sound/timer
      MAJOR: '116'
      MINOR: '33'
      SUBSYSTEM: sound
  - name: usbmon0
    sysfs: /sys/devices/virtual/usbmon/usbmon0
    dev_path: /dev/usbmon0
    subsystem: usbmon
    by_id: null
    attributes:
      DEVNAME: /dev/usbmon0
      DEVPATH: /devices/virtual/usbmon/usbmon0
      MAJOR: '248'
      MINOR: '0'
      SUBSYSTEM: usbmon
xtrem16081987 commented 3 years ago

Does this have anything to do with it ?

image

xtrem16081987 commented 3 years ago

image image

ciotlosm commented 3 years ago

@xtrem16081987 probably, but I don't know much about vm installs, mostly have been using HassOs native setup.

xtrem16081987 commented 3 years ago

at was causing my issues, it would seem to be old firmware - I flashed my CC2531 with the latest firmware

could you please mentione the version of firmware u used ?

cheers .

ciotlosm commented 3 years ago

I will close this issue as uart problem is fixed, and you can add your system details to discuss the hassos read-only problem here: https://github.com/zigbee2mqtt/hassio-zigbee2mqtt/issues/27