Lxc start (Failed to fchownat(40, memory.oom.group, 1000000000, 0, AT_EMPTY_PATH | AT_SYMLINK_NOFOLLOW ))

I noticed that my container is not starting properly since last week and I would like to seek some help to restore the use of the container and confirm the cause of the error.
I have tried these methods, but I still can’t get it back in use.snap refresh lxd,sudo lxd shutdown,
Here are some error messages:

  • lxc info --show-log demo
lxc demo 20221007095217.286 WARN     conf - ../src/src/lxc/conf.c:lxc_map_ids:3592 - newuidmap binary is missing
lxc demo 20221007095217.287 WARN     conf - ../src/src/lxc/conf.c:lxc_map_ids:3598 - newgidmap binary is missing
lxc demo 20221007095217.288 WARN     conf - ../src/src/lxc/conf.c:lxc_map_ids:3592 - newuidmap binary is missing
lxc demo 20221007095217.288 WARN     conf - ../src/src/lxc/conf.c:lxc_map_ids:3598 - newgidmap binary is missing
lxc demo 20221007095217.289 WARN     cgfsng - ../src/src/lxc/cgroups/cgfsng.c:fchowmodat:1611 - No such file or directory - Failed to fchownat(40, memory.oom.group, 1000000000, 0, AT_EMPTY_PATH | AT_SYMLINK_NOFOLLOW )
lxc demo 20221007095217.533 ERROR    conf - ../src/src/lxc/conf.c:run_buffer:321 - Script exited with status 1
lxc demo 20221007095217.533 ERROR    conf - ../src/src/lxc/conf.c:lxc_setup:4400 - Failed to run mount hooks
lxc demo 20221007095217.533 ERROR    start - ../src/src/lxc/start.c:do_start:1272 - Failed to setup container "demo"
lxc demo 20221007095217.533 ERROR    sync - ../src/src/lxc/sync.c:sync_wait:34 - An error occurred in another process (expected sequence number 4)
lxc demo 20221007095217.544 WARN     network - ../src/src/lxc/network.c:lxc_delete_network_priv:3631 - Failed to rename interface with index 0 from "eth0" to its initial name "vethdaa95fd8"
lxc demo 20221007095217.544 ERROR    lxccontainer - ../src/src/lxc/lxccontainer.c:wait_on_daemonized_start:877 - Received container state "ABORTING" instead of "RUNNING"
lxc demo 20221007095217.544 ERROR    start - ../src/src/lxc/start.c:__lxc_start:2107 - Failed to spawn container "demo"
lxc demo 20221007095217.544 WARN     start - ../src/src/lxc/start.c:lxc_abort:1036 - No such process - Failed to send SIGKILL via pidfd 41 for process 3003947
lxc demo 20221007095222.674 WARN     conf - ../src/src/lxc/conf.c:lxc_map_ids:3592 - newuidmap binary is missing
lxc demo 20221007095222.674 WARN     conf - ../src/src/lxc/conf.c:lxc_map_ids:3598 - newgidmap binary is missing
lxc 20221007095222.704 ERROR    af_unix - ../src/src/lxc/af_unix.c:lxc_abstract_unix_recv_fds_iov:218 - Connection reset by peer - Failed to receive response
lxc 20221007095222.704 ERROR    commands - ../src/src/lxc/commands.c:lxc_cmd_rsp_recv_fds:128 - Failed to receive file descriptors for command "get_state"
  • sudo lxd
ERROR  [2022-10-07T18:03:38+08:00] Failed to start the daemon                    err="LXD is already running"
Error: LXD is already running
  • lxc config demo --expanded
architecture: x86_64
config:
  boot.autostart: "true"
  image.architecture: amd64
  image.description: Ubuntu focal amd64 (20200725_07:42)
  image.os: Ubuntu
  image.release: focal
  image.serial: "20200725_07:42"
  image.type: squashfs
  limits.cpu: "36"
  nvidia.runtime: "true"
  security.privileged: "false"
  volatile.base_image: 1ceb329739f7ea344c01584511f47faedb298b93ae899222aac2c6a7e699a6ce
  volatile.eth0.hwaddr: 00:16:3e:a9:b8:d4
  volatile.idmap.base: "0"
  volatile.idmap.current: '[{"Isuid":true,"Isgid":false,"Hostid":1000000,"Nsid":0,"Maprange":1000000000},{"Isuid":false,"Isgid":true,"Hostid":1000000,"Nsid":0,"Maprange":1000000000}]'
  volatile.idmap.next: '[{"Isuid":true,"Isgid":false,"Hostid":1000000,"Nsid":0,"Maprange":1000000000},{"Isuid":false,"Isgid":true,"Hostid":1000000,"Nsid":0,"Maprange":1000000000}]'
  volatile.last_state.idmap: '[{"Isuid":true,"Isgid":false,"Hostid":1000000,"Nsid":0,"Maprange":1000000000},{"Isuid":false,"Isgid":true,"Hostid":1000000,"Nsid":0,"Maprange":1000000000}]'
  volatile.last_state.power: STOPPED
  volatile.last_state.ready: "false"
  volatile.uuid: ba587c68-0606-4495-96fb-f2c4e6b31395
devices:
  eth0:
    name: eth0
    network: lxdbr0
    type: nic
  gpu:
    id: "1"
    type: gpu
  proxy0:
    bind: host
    connect: tcp:10.22.28.250:22
    listen: tcp:X:60601
    type: proxy
  root:
    path: /
    pool: lxd_pool
    type: disk
  share_folder:
    path: /usr/share_lxd
    source: /usr/share_lxd
    type: disk
ephemeral: false
profiles:
- default
stateful: false
description: ""
  • lxc info

config:
  core.https_address: '[::]:8443'
api_extensions:
- storage_zfs_remove_snapshots
- container_host_shutdown_timeout
- container_stop_priority
- container_syscall_filtering
- auth_pki
- container_last_used_at
- etag
- patch
- usb_devices
- https_allowed_credentials
- image_compression_algorithm
- directory_manipulation
- container_cpu_time
- storage_zfs_use_refquota
- storage_lvm_mount_options
- network
- profile_usedby
- container_push
- container_exec_recording
- certificate_update
- container_exec_signal_handling
- gpu_devices
- container_image_properties
- migration_progress
- id_map
- network_firewall_filtering
- network_routes
- storage
- file_delete
- file_append
- network_dhcp_expiry
- storage_lvm_vg_rename
- storage_lvm_thinpool_rename
- network_vlan
- image_create_aliases
- container_stateless_copy
- container_only_migration
- storage_zfs_clone_copy
- unix_device_rename
- storage_lvm_use_thinpool
- storage_rsync_bwlimit
- network_vxlan_interface
- storage_btrfs_mount_options
- entity_description
- image_force_refresh
- storage_lvm_lv_resizing
- id_map_base
- file_symlinks
- container_push_target
- network_vlan_physical
- storage_images_delete
- container_edit_metadata
- container_snapshot_stateful_migration
- storage_driver_ceph
- storage_ceph_user_name
- resource_limits
- storage_volatile_initial_source
- storage_ceph_force_osd_reuse
- storage_block_filesystem_btrfs
- resources
- kernel_limits
- storage_api_volume_rename
- macaroon_authentication
- network_sriov
- console
- restrict_devlxd
- migration_pre_copy
- infiniband
- maas_network
- devlxd_events
- proxy
- network_dhcp_gateway
- file_get_symlink
- network_leases
- unix_device_hotplug
- storage_api_local_volume_handling
- operation_description
- clustering
- event_lifecycle
- storage_api_remote_volume_handling
- nvidia_runtime
- container_mount_propagation
- container_backup
- devlxd_images
- container_local_cross_pool_handling
- proxy_unix
- proxy_udp
- clustering_join
- proxy_tcp_udp_multi_port_handling
- network_state
- proxy_unix_dac_properties
- container_protection_delete
- unix_priv_drop
- pprof_http
- proxy_haproxy_protocol
- network_hwaddr
- proxy_nat
- network_nat_order
- container_full
- candid_authentication
- backup_compression
- candid_config
- nvidia_runtime_config
- storage_api_volume_snapshots
- storage_unmapped
- projects
- candid_config_key
- network_vxlan_ttl
- container_incremental_copy
- usb_optional_vendorid
- snapshot_scheduling
- snapshot_schedule_aliases
- container_copy_project
- clustering_server_address
- clustering_image_replication
- container_protection_shift
- snapshot_expiry
- container_backup_override_pool
- snapshot_expiry_creation
- network_leases_location
- resources_cpu_socket
- resources_gpu
- resources_numa
- kernel_features
- id_map_current
- event_location
- storage_api_remote_volume_snapshots
- network_nat_address
- container_nic_routes
- rbac
- cluster_internal_copy
- seccomp_notify
- lxc_features
- container_nic_ipvlan
- network_vlan_sriov
- storage_cephfs
- container_nic_ipfilter
- resources_v2
- container_exec_user_group_cwd
- container_syscall_intercept
- container_disk_shift
- storage_shifted
- resources_infiniband
- daemon_storage
- instances
- image_types
- resources_disk_sata
- clustering_roles
- images_expiry
- resources_network_firmware
- backup_compression_algorithm
- ceph_data_pool_name
- container_syscall_intercept_mount
- compression_squashfs
- container_raw_mount
- container_nic_routed
- container_syscall_intercept_mount_fuse
- container_disk_ceph
- virtual-machines
- image_profiles
- clustering_architecture
- resources_disk_id
- storage_lvm_stripes
- vm_boot_priority
- unix_hotplug_devices
- api_filtering
- instance_nic_network
- clustering_sizing
- firewall_driver
- projects_limits
- container_syscall_intercept_hugetlbfs
- limits_hugepages
- container_nic_routed_gateway
- projects_restrictions
- custom_volume_snapshot_expiry
- volume_snapshot_scheduling
- trust_ca_certificates
- snapshot_disk_usage
- clustering_edit_roles
- container_nic_routed_host_address
- container_nic_ipvlan_gateway
- resources_usb_pci
- resources_cpu_threads_numa
- resources_cpu_core_die
- api_os
- container_nic_routed_host_table
- container_nic_ipvlan_host_table
- container_nic_ipvlan_mode
- resources_system
- images_push_relay
- network_dns_search
- container_nic_routed_limits
- instance_nic_bridged_vlan
- network_state_bond_bridge
- usedby_consistency
- custom_block_volumes
- clustering_failure_domains
- resources_gpu_mdev
- console_vga_type
- projects_limits_disk
- network_type_macvlan
- network_type_sriov
- container_syscall_intercept_bpf_devices
- network_type_ovn
- projects_networks
- projects_networks_restricted_uplinks
- custom_volume_backup
- backup_override_name
- storage_rsync_compression
- network_type_physical
- network_ovn_external_subnets
- network_ovn_nat
- network_ovn_external_routes_remove
- tpm_device_type
- storage_zfs_clone_copy_rebase
- gpu_mdev
- resources_pci_iommu
- resources_network_usb
- resources_disk_address
- network_physical_ovn_ingress_mode
- network_ovn_dhcp
- network_physical_routes_anycast
- projects_limits_instances
- network_state_vlan
- instance_nic_bridged_port_isolation
- instance_bulk_state_change
- network_gvrp
- instance_pool_move
- gpu_sriov
- pci_device_type
- storage_volume_state
- network_acl
- migration_stateful
- disk_state_quota
- storage_ceph_features
- projects_compression
- projects_images_remote_cache_expiry
- certificate_project
- network_ovn_acl
- projects_images_auto_update
- projects_restricted_cluster_target
- images_default_architecture
- network_ovn_acl_defaults
- gpu_mig
- project_usage
- network_bridge_acl
- warnings
- projects_restricted_backups_and_snapshots
- clustering_join_token
- clustering_description
- server_trusted_proxy
- clustering_update_cert
- storage_api_project
- server_instance_driver_operational
- server_supported_storage_drivers
- event_lifecycle_requestor_address
- resources_gpu_usb
- clustering_evacuation
- network_ovn_nat_address
- network_bgp
- network_forward
- custom_volume_refresh
- network_counters_errors_dropped
- metrics
- image_source_project
- clustering_config
- network_peer
- linux_sysctl
- network_dns
- ovn_nic_acceleration
- certificate_self_renewal
- instance_project_move
- storage_volume_project_move
- cloud_init
- network_dns_nat
- database_leader
- instance_all_projects
- clustering_groups
- ceph_rbd_du
- instance_get_full
- qemu_metrics
- gpu_mig_uuid
- event_project
- clustering_evacuation_live
- instance_allow_inconsistent_copy
- network_state_ovn
- storage_volume_api_filtering
- image_restrictions
- storage_zfs_export
- network_dns_records
- storage_zfs_reserve_space
- network_acl_log
- storage_zfs_blocksize
- metrics_cpu_seconds
- instance_snapshot_never
- certificate_token
- instance_nic_routed_neighbor_probe
- event_hub
- agent_nic_config
- projects_restricted_intercept
- metrics_authentication
- images_target_project
- cluster_migration_inconsistent_copy
- cluster_ovn_chassis
- container_syscall_intercept_sched_setscheduler
- storage_lvm_thinpool_metadata_size
- storage_volume_state_total
- instance_file_head
- instances_nic_host_name
- image_copy_profile
- container_syscall_intercept_sysinfo
- clustering_evacuation_mode
- resources_pci_vpd
- qemu_raw_conf
- storage_cephfs_fscache
- network_load_balancer
- vsock_api
- instance_ready_state
- network_bgp_holdtime
- storage_volumes_all_projects
- metrics_memory_oom_total
- storage_buckets
- storage_buckets_create_credentials
- metrics_cpu_effective_total
- projects_networks_restricted_access
- storage_buckets_local
- loki
api_status: stable
api_version: "1.0"
auth: trusted
public: false
auth_methods:
- tls
environment:
  addresses:
  - X:8443
  - 10.0.3.1:8443
  - X:8443
  - 10.22.28.1:8443
  - '[fd42:4021:f893:e175::1]:8443'
  architectures:
  - x86_64
  - i686
  certificate: |
    -----BEGIN CERTIFICATE-----
    MIICKDCCAa6gAwIBAgIRALR/wOJxsogfUfP4vqtwQRwwCgYIKoZIzj0EAwMwQDEc
    MBoGA1UEChMTbGludXhjb250YWluZXJzLm9yZzEgMB4GA1UEAwwXcm9vdEBnZW9t
    ZXRyaWNtb2RlbGxpbmcwHhcNMjAwNzEwMTMzNjExWhcNMzAwNzA4MTMzNjExWjBA
    MRwwGgYDVQQKExNsaW51eGNvbnRhaW5lcnMub3JnMSAwHgYDVQQDDBdyb290QGdl
    b21ldHJpY21vZGVsbGluZzB2MBAGByqGSM49AgEGBSuBBAAiA2IABM3Xt9cp/sUn
    tvNy27S/mmr+fag5EbtRUOFRivHuff4SjXQNY76I/u2+fT339Bxp1t/CA9Einti3
    JtPAVnYCvWNEvq7llDPM3OC/cJBOQAY11brvBhHZJM6EpfGN8F4xMKNsMGowDgYD
    VR0PAQH/BAQDAgWgMBMGA1UdJQQMMAoGCCsGAQUFBwMBMAwGA1UdEwEB/wQCMAAw
    NQYDVR0RBC4wLIISZ2VvbWV0cmljbW9kZWxsaW5nhwR/AAABhxAAAAAAAAAAAAAA
    AAAAAAABMAoGCCqGSM49BAMDA2gAMGUCMQDvI/cubjPcAr94NjUN27IRyPe+3RwO
    /J22Zwpp5hnI/tUWNmLzwIgV/5juV6p0ntsCMEX7U2cX80YMnRURTP+u0PIRDydv
    mSaQOBIpqjUJh953GPPmR0XBGJLFXaLIiltEtA==
    -----END CERTIFICATE-----
  certificate_fingerprint: 04cffca588a5b4181a988feabe6c17da2e9b5f0adc019def82e879a3de458be6
  driver: qemu | lxc
  driver_version: 7.1.0 | 5.0.1
  firewall: xtables
  kernel: Linux
  kernel_architecture: x86_64
  kernel_features:
    idmapped_mounts: "false"
    netnsid_getifaddrs: "true"
    seccomp_listener: "true"
    seccomp_listener_continue: "true"
    shiftfs: "false"
    uevent_injection: "true"
    unpriv_fscaps: "true"
  kernel_version: 5.4.0-113-generic
  lxc_features:
    cgroup2: "true"
    core_scheduling: "true"
    devpts_fd: "true"
    idmapped_mounts_v2: "true"
    mount_injection_file: "true"
    network_gateway_device_route: "true"
    network_ipvlan: "true"
    network_l2proxy: "true"
    network_phys_macvlan_mtu: "true"
    network_veth_router: "true"
    pidfd: "true"
    seccomp_allow_deny_syntax: "true"
    seccomp_notify: "true"
    seccomp_proxy_send_notify_fd: "true"
  os_name: Ubuntu
  os_version: "20.04"
  project: default
  server: lxd
  server_clustered: false
  server_event_mode: full-mesh
  server_name: geometricmodelling
  server_pid: 2946312
  server_version: "5.6"
  storage: zfs
  storage_version: 0.8.3-1ubuntu12.13
  storage_supported_drivers:
  - name: cephobject
    version: 15.2.16
    remote: true
  - name: dir
    version: "1"
    remote: false
  - name: lvm
    version: 2.03.07(2) (2019-11-30) / 1.02.167 (2019-11-30) / 4.41.0
    remote: false
  - name: zfs
    version: 0.8.3-1ubuntu12.13
    remote: false
  - name: btrfs
    version: 5.4.1
    remote: false
  - name: ceph
    version: 15.2.16
    remote: true
  - name: cephfs
    version: 15.2.16
    remote: true

What does /var/snap/lxd/common/lxd/logs/lxd.log show?

  • /var/snap/lxd/common/lxd/logs/lxd.log
time="2022-10-07T17:09:38+08:00" level=warning msg=" - Couldn't find the CGroup blkio.weight, disk priority will be ignored"
time="2022-10-07T17:09:38+08:00" level=warning msg=" - Couldn't find the CGroup memory swap accounting, swap limits will be ignored"
time="2022-10-07T17:09:50+08:00" level=warning msg="Failed to initialize fanotify, falling back on fsnotify" err="Failed to initialize fanotify: invalid argument"
time="2022-10-07T17:09:56+08:00" level=error msg="Failed starting container" action=start created="2021-10-22 03:31:38.728866055 +0000 UTC" ephemeral=false instance=DL instanceType=container project=default stateful=false used="2022-10-07 08:53:58.329996949 +0000 UTC"
time="2022-10-07T17:09:56+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart DL /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/DL/lxc.conf: exit status 1" instance=DL maxAttempts=3 project=default
time="2022-10-07T17:10:07+08:00" level=error msg="Failed starting container" action=start created="2021-10-22 03:31:38.728866055 +0000 UTC" ephemeral=false instance=DL instanceType=container project=default stateful=false used="2022-10-07 08:53:58.329996949 +0000 UTC"
time="2022-10-07T17:10:07+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart DL /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/DL/lxc.conf: exit status 1" instance=DL maxAttempts=3 project=default
time="2022-10-07T17:10:17+08:00" level=error msg="Failed starting container" action=start created="2021-10-22 03:31:38.728866055 +0000 UTC" ephemeral=false instance=DL instanceType=container project=default stateful=false used="2022-10-07 08:53:58.329996949 +0000 UTC"
time="2022-10-07T17:10:17+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart DL /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/DL/lxc.conf: exit status 1" instance=DL maxAttempts=3 project=default
time="2022-10-07T17:10:17+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart DL /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/DL/lxc.conf: exit status 1" instance=DL project=default
time="2022-10-07T17:10:23+08:00" level=error msg="Failed starting container" action=start created="2021-10-26 11:53:16.788046851 +0800 +0800" ephemeral=false instance=chen0 instanceType=container project=default stateful=false used="2022-10-07 08:54:25.225977117 +0000 UTC"
time="2022-10-07T17:10:23+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart chen0 /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/chen0/lxc.conf: exit status 1" instance=chen0 maxAttempts=3 project=default
time="2022-10-07T17:10:34+08:00" level=error msg="Failed starting container" action=start created="2021-10-26 11:53:16.788046851 +0800 +0800" ephemeral=false instance=chen0 instanceType=container project=default stateful=false used="2022-10-07 08:54:25.225977117 +0000 UTC"
time="2022-10-07T17:10:34+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart chen0 /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/chen0/lxc.conf: exit status 1" instance=chen0 maxAttempts=3 project=default
time="2022-10-07T17:10:44+08:00" level=error msg="Failed starting container" action=start created="2021-10-26 11:53:16.788046851 +0800 +0800" ephemeral=false instance=chen0 instanceType=container project=default stateful=false used="2022-10-07 08:54:25.225977117 +0000 UTC"
time="2022-10-07T17:10:44+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart chen0 /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/chen0/lxc.conf: exit status 1" instance=chen0 maxAttempts=3 project=default
time="2022-10-07T17:10:44+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart chen0 /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/chen0/lxc.conf: exit status 1" instance=chen0 project=default
time="2022-10-07T17:10:50+08:00" level=error msg="Failed starting container" action=start created="2021-10-25 05:32:09.870980366 +0000 UTC" ephemeral=false instance=chen2 instanceType=container project=default stateful=false used="2022-10-07 08:54:52.251439113 +0000 UTC"
time="2022-10-07T17:10:50+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart chen2 /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/chen2/lxc.conf: exit status 1" instance=chen2 maxAttempts=3 project=default
time="2022-10-07T17:11:00+08:00" level=error msg="Failed starting container" action=start created="2021-10-25 05:32:09.870980366 +0000 UTC" ephemeral=false instance=chen2 instanceType=container project=default stateful=false used="2022-10-07 08:54:52.251439113 +0000 UTC"
time="2022-10-07T17:11:00+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart chen2 /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/chen2/lxc.conf: exit status 1" instance=chen2 maxAttempts=3 project=default
time="2022-10-07T17:11:11+08:00" level=error msg="Failed starting container" action=start created="2021-10-25 05:32:09.870980366 +0000 UTC" ephemeral=false instance=chen2 instanceType=container project=default stateful=false used="2022-10-07 08:54:52.251439113 +0000 UTC"
time="2022-10-07T17:11:11+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart chen2 /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/chen2/lxc.conf: exit status 1" instance=chen2 maxAttempts=3 project=default
time="2022-10-07T17:11:11+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart chen2 /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/chen2/lxc.conf: exit status 1" instance=chen2 project=default
time="2022-10-07T17:11:17+08:00" level=error msg="Failed starting container" action=start created="2021-09-14 15:05:29.367365924 +0800 +0800" ephemeral=false instance=chen4 instanceType=container project=default stateful=false used="2022-10-07 08:55:18.931194458 +0000 UTC"
time="2022-10-07T17:11:17+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart chen4 /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/chen4/lxc.conf: exit status 1" instance=chen4 maxAttempts=3 project=default
time="2022-10-07T17:11:27+08:00" level=error msg="Failed starting container" action=start created="2021-09-14 15:05:29.367365924 +0800 +0800" ephemeral=false instance=chen4 instanceType=container project=default stateful=false used="2022-10-07 08:55:18.931194458 +0000 UTC"
time="2022-10-07T17:11:27+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart chen4 /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/chen4/lxc.conf: exit status 1" instance=chen4 maxAttempts=3 project=default
time="2022-10-07T17:11:38+08:00" level=error msg="Failed starting container" action=start created="2021-09-14 15:05:29.367365924 +0800 +0800" ephemeral=false instance=chen4 instanceType=container project=default stateful=false used="2022-10-07 08:55:18.931194458 +0000 UTC"
time="2022-10-07T17:11:38+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart chen4 /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/chen4/lxc.conf: exit status 1" instance=chen4 maxAttempts=3 project=default
time="2022-10-07T17:11:38+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart chen4 /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/chen4/lxc.conf: exit status 1" instance=chen4 project=default
time="2022-10-07T17:11:44+08:00" level=error msg="Failed starting container" action=start created="2021-10-22 03:26:40.100492084 +0000 UTC" ephemeral=false instance=ct8 instanceType=container project=default stateful=false used="2022-10-07 08:55:46.117659997 +0000 UTC"
time="2022-10-07T17:11:44+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart ct8 /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/ct8/lxc.conf: exit status 1" instance=ct8 maxAttempts=3 project=default
time="2022-10-07T17:11:54+08:00" level=error msg="Failed starting container" action=start created="2021-10-22 03:26:40.100492084 +0000 UTC" ephemeral=false instance=ct8 instanceType=container project=default stateful=false used="2022-10-07 08:55:46.117659997 +0000 UTC"
time="2022-10-07T17:11:54+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart ct8 /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/ct8/lxc.conf: exit status 1" instance=ct8 maxAttempts=3 project=default
time="2022-10-07T17:12:05+08:00" level=error msg="Failed starting container" action=start created="2021-10-22 03:26:40.100492084 +0000 UTC" ephemeral=false instance=ct8 instanceType=container project=default stateful=false used="2022-10-07 08:55:46.117659997 +0000 UTC"
time="2022-10-07T17:12:05+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart ct8 /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/ct8/lxc.conf: exit status 1" instance=ct8 maxAttempts=3 project=default
time="2022-10-07T17:12:05+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart ct8 /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/ct8/lxc.conf: exit status 1" instance=ct8 project=default
time="2022-10-07T17:12:10+08:00" level=error msg="Failed starting container" action=start created="2021-12-10 23:14:57.11709814 +0800 +0800" ephemeral=false instance=dc instanceType=container project=default stateful=false used="2022-10-07 08:56:12.988625981 +0000 UTC"
time="2022-10-07T17:12:10+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart dc /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/dc/lxc.conf: exit status 1" instance=dc maxAttempts=3 project=default
time="2022-10-07T17:12:21+08:00" level=error msg="Failed starting container" action=start created="2021-12-10 23:14:57.11709814 +0800 +0800" ephemeral=false instance=dc instanceType=container project=default stateful=false used="2022-10-07 08:56:12.988625981 +0000 UTC"
time="2022-10-07T17:12:21+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart dc /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/dc/lxc.conf: exit status 1" instance=dc maxAttempts=3 project=default
time="2022-10-07T17:12:32+08:00" level=error msg="Failed starting container" action=start created="2021-12-10 23:14:57.11709814 +0800 +0800" ephemeral=false instance=dc instanceType=container project=default stateful=false used="2022-10-07 08:56:12.988625981 +0000 UTC"
time="2022-10-07T17:12:32+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart dc /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/dc/lxc.conf: exit status 1" instance=dc maxAttempts=3 project=default
time="2022-10-07T17:12:32+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart dc /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/dc/lxc.conf: exit status 1" instance=dc project=default
time="2022-10-07T17:12:37+08:00" level=error msg="Failed starting container" action=start created="2020-07-26 21:19:06.336382002 +0800 +0800" ephemeral=false instance=demo instanceType=container project=default stateful=false used="2022-10-07 08:56:39.656504333 +0000 UTC"
time="2022-10-07T17:12:37+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart demo /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/demo/lxc.conf: exit status 1" instance=demo maxAttempts=3 project=default
time="2022-10-07T17:12:48+08:00" level=error msg="Failed starting container" action=start created="2020-07-26 21:19:06.336382002 +0800 +0800" ephemeral=false instance=demo instanceType=container project=default stateful=false used="2022-10-07 08:56:39.656504333 +0000 UTC"
time="2022-10-07T17:12:48+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart demo /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/demo/lxc.conf: exit status 1" instance=demo maxAttempts=3 project=default
time="2022-10-07T17:12:58+08:00" level=error msg="Failed starting container" action=start created="2020-07-26 21:19:06.336382002 +0800 +0800" ephemeral=false instance=demo instanceType=container project=default stateful=false used="2022-10-07 08:56:39.656504333 +0000 UTC"
time="2022-10-07T17:12:58+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart demo /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/demo/lxc.conf: exit status 1" instance=demo maxAttempts=3 project=default
time="2022-10-07T17:12:58+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart demo /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/demo/lxc.conf: exit status 1" instance=demo project=default
time="2022-10-07T17:13:04+08:00" level=error msg="Failed starting container" action=start created="2021-12-11 12:06:10.5086005 +0800 +0800" ephemeral=false instance=fan instanceType=container project=default stateful=false used="2022-10-07 08:57:06.330626662 +0000 UTC"
time="2022-10-07T17:13:04+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart fan /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/fan/lxc.conf: exit status 1" instance=fan maxAttempts=3 project=default
time="2022-10-07T17:13:14+08:00" level=error msg="Failed starting container" action=start created="2021-12-11 12:06:10.5086005 +0800 +0800" ephemeral=false instance=fan instanceType=container project=default stateful=false used="2022-10-07 08:57:06.330626662 +0000 UTC"
time="2022-10-07T17:13:14+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart fan /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/fan/lxc.conf: exit status 1" instance=fan maxAttempts=3 project=default
time="2022-10-07T17:13:25+08:00" level=error msg="Failed starting container" action=start created="2021-12-11 12:06:10.5086005 +0800 +0800" ephemeral=false instance=fan instanceType=container project=default stateful=false used="2022-10-07 08:57:06.330626662 +0000 UTC"
time="2022-10-07T17:13:25+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart fan /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/fan/lxc.conf: exit status 1" instance=fan maxAttempts=3 project=default
time="2022-10-07T17:13:25+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart fan /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/fan/lxc.conf: exit status 1" instance=fan project=default
time="2022-10-07T17:13:31+08:00" level=error msg="Failed starting container" action=start created="2020-07-29 21:17:19.027225307 +0800 +0800" ephemeral=false instance=heng instanceType=container project=default stateful=false used="2022-10-07 08:57:32.98967281 +0000 UTC"
time="2022-10-07T17:13:31+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart heng /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/heng/lxc.conf: exit status 1" instance=heng maxAttempts=3 project=default
time="2022-10-07T17:13:41+08:00" level=error msg="Failed starting container" action=start created="2020-07-29 21:17:19.027225307 +0800 +0800" ephemeral=false instance=heng instanceType=container project=default stateful=false used="2022-10-07 08:57:32.98967281 +0000 UTC"
time="2022-10-07T17:13:41+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart heng /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/heng/lxc.conf: exit status 1" instance=heng maxAttempts=3 project=default
time="2022-10-07T17:13:52+08:00" level=error msg="Failed starting container" action=start created="2020-07-29 21:17:19.027225307 +0800 +0800" ephemeral=false instance=heng instanceType=container project=default stateful=false used="2022-10-07 08:57:32.98967281 +0000 UTC"
time="2022-10-07T17:13:52+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart heng /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/heng/lxc.conf: exit status 1" instance=heng maxAttempts=3 project=default
time="2022-10-07T17:13:52+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart heng /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/heng/lxc.conf: exit status 1" instance=heng project=default
time="2022-10-07T17:13:57+08:00" level=error msg="Failed starting container" action=start created="2021-12-23 12:19:19.271489452 +0000 UTC" ephemeral=false instance=hou1 instanceType=container project=default stateful=false used="2022-10-07 08:57:59.852353149 +0000 UTC"
time="2022-10-07T17:13:57+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart hou1 /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/hou1/lxc.conf: exit status 1" instance=hou1 maxAttempts=3 project=default
time="2022-10-07T17:14:08+08:00" level=error msg="Failed starting container" action=start created="2021-12-23 12:19:19.271489452 +0000 UTC" ephemeral=false instance=hou1 instanceType=container project=default stateful=false used="2022-10-07 08:57:59.852353149 +0000 UTC"
time="2022-10-07T17:14:08+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart hou1 /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/hou1/lxc.conf: exit status 1" instance=hou1 maxAttempts=3 project=default
time="2022-10-07T17:14:18+08:00" level=error msg="Failed starting container" action=start created="2021-12-23 12:19:19.271489452 +0000 UTC" ephemeral=false instance=hou1 instanceType=container project=default stateful=false used="2022-10-07 08:57:59.852353149 +0000 UTC"
time="2022-10-07T17:14:18+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart hou1 /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/hou1/lxc.conf: exit status 1" instance=hou1 maxAttempts=3 project=default
time="2022-10-07T17:14:18+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart hou1 /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/hou1/lxc.conf: exit status 1" instance=hou1 project=default
time="2022-10-07T17:14:24+08:00" level=error msg="Failed starting container" action=start created="2022-02-18 16:19:28.552463429 +0000 UTC" ephemeral=false instance=houw instanceType=container project=default stateful=false used="2022-10-07 08:58:26.808314337 +0000 UTC"
time="2022-10-07T17:14:24+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart houw /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/houw/lxc.conf: exit status 1" instance=houw maxAttempts=3 project=default
time="2022-10-07T17:14:35+08:00" level=error msg="Failed starting container" action=start created="2022-02-18 16:19:28.552463429 +0000 UTC" ephemeral=false instance=houw instanceType=container project=default stateful=false used="2022-10-07 08:58:26.808314337 +0000 UTC"
time="2022-10-07T17:14:35+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart houw /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/houw/lxc.conf: exit status 1" instance=houw maxAttempts=3 project=default
time="2022-10-07T17:14:45+08:00" level=error msg="Failed starting container" action=start created="2022-02-18 16:19:28.552463429 +0000 UTC" ephemeral=false instance=houw instanceType=container project=default stateful=false used="2022-10-07 08:58:26.808314337 +0000 UTC"
time="2022-10-07T17:14:45+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart houw /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/houw/lxc.conf: exit status 1" instance=houw maxAttempts=3 project=default
time="2022-10-07T17:14:45+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart houw /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/houw/lxc.conf: exit status 1" instance=houw project=default
time="2022-10-07T17:14:51+08:00" level=error msg="Failed starting container" action=start created="2021-04-02 22:48:56.493420617 +0800 +0800" ephemeral=false instance=lak instanceType=container project=default stateful=false used="2022-10-07 08:58:53.444538281 +0000 UTC"
time="2022-10-07T17:14:51+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart lak /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/lak/lxc.conf: exit status 1" instance=lak maxAttempts=3 project=default
time="2022-10-07T17:15:01+08:00" level=error msg="Failed starting container" action=start created="2021-04-02 22:48:56.493420617 +0800 +0800" ephemeral=false instance=lak instanceType=container project=default stateful=false used="2022-10-07 08:58:53.444538281 +0000 UTC"
time="2022-10-07T17:15:01+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart lak /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/lak/lxc.conf: exit status 1" instance=lak maxAttempts=3 project=default
time="2022-10-07T17:15:12+08:00" level=error msg="Failed starting container" action=start created="2021-04-02 22:48:56.493420617 +0800 +0800" ephemeral=false instance=lak instanceType=container project=default stateful=false used="2022-10-07 08:58:53.444538281 +0000 UTC"
time="2022-10-07T17:15:12+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart lak /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/lak/lxc.conf: exit status 1" instance=lak maxAttempts=3 project=default
time="2022-10-07T17:15:12+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart lak /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/lak/lxc.conf: exit status 1" instance=lak project=default
time="2022-10-07T17:15:18+08:00" level=error msg="Failed starting container" action=start created="2021-12-10 23:17:58.576860171 +0800 +0800" ephemeral=false instance=lf instanceType=container project=default stateful=false used="2022-10-07 08:59:20.244730584 +0000 UTC"
time="2022-10-07T17:15:18+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart lf /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/lf/lxc.conf: exit status 1" instance=lf maxAttempts=3 project=default
time="2022-10-07T17:15:28+08:00" level=error msg="Failed starting container" action=start created="2021-12-10 23:17:58.576860171 +0800 +0800" ephemeral=false instance=lf instanceType=container project=default stateful=false used="2022-10-07 08:59:20.244730584 +0000 UTC"
time="2022-10-07T17:15:28+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart lf /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/lf/lxc.conf: exit status 1" instance=lf maxAttempts=3 project=default
time="2022-10-07T17:15:39+08:00" level=error msg="Failed starting container" action=start created="2021-12-10 23:17:58.576860171 +0800 +0800" ephemeral=false instance=lf instanceType=container project=default stateful=false used="2022-10-07 08:59:20.244730584 +0000 UTC"
time="2022-10-07T17:15:39+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart lf /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/lf/lxc.conf: exit status 1" instance=lf maxAttempts=3 project=default
time="2022-10-07T17:15:39+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart lf /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/lf/lxc.conf: exit status 1" instance=lf project=default
time="2022-10-07T17:15:44+08:00" level=error msg="Failed starting container" action=start created="2020-11-09 14:08:48.342987302 +0800 +0800" ephemeral=false instance=liang instanceType=container project=default stateful=false used="2022-10-07 08:59:46.905864564 +0000 UTC"
time="2022-10-07T17:15:44+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart liang /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/liang/lxc.conf: exit status 1" instance=liang maxAttempts=3 project=default
time="2022-10-07T17:15:55+08:00" level=error msg="Failed starting container" action=start created="2020-11-09 14:08:48.342987302 +0800 +0800" ephemeral=false instance=liang instanceType=container project=default stateful=false used="2022-10-07 08:59:46.905864564 +0000 UTC"
time="2022-10-07T17:15:55+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart liang /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/liang/lxc.conf: exit status 1" instance=liang maxAttempts=3 project=default
time="2022-10-07T17:16:06+08:00" level=error msg="Failed starting container" action=start created="2020-11-09 14:08:48.342987302 +0800 +0800" ephemeral=false instance=liang instanceType=container project=default stateful=false used="2022-10-07 08:59:46.905864564 +0000 UTC"
time="2022-10-07T17:16:06+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart liang /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/liang/lxc.conf: exit status 1" instance=liang maxAttempts=3 project=default
time="2022-10-07T17:16:06+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart liang /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/liang/lxc.conf: exit status 1" instance=liang project=default
time="2022-10-07T17:16:11+08:00" level=error msg="Failed starting container" action=start created="2021-12-10 23:10:16.053454183 +0800 +0800" ephemeral=false instance=lin instanceType=container project=default stateful=false used="2022-10-07 09:00:13.619978435 +0000 UTC"
time="2022-10-07T17:16:11+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart lin /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/lin/lxc.conf: exit status 1" instance=lin maxAttempts=3 project=default
time="2022-10-07T17:16:22+08:00" level=error msg="Failed starting container" action=start created="2021-12-10 23:10:16.053454183 +0800 +0800" ephemeral=false instance=lin instanceType=container project=default stateful=false used="2022-10-07 09:00:13.619978435 +0000 UTC"
time="2022-10-07T17:16:22+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart lin /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/lin/lxc.conf: exit status 1" instance=lin maxAttempts=3 project=default
time="2022-10-07T17:16:32+08:00" level=error msg="Failed starting container" action=start created="2021-12-10 23:10:16.053454183 +0800 +0800" ephemeral=false instance=lin instanceType=container project=default stateful=false used="2022-10-07 09:00:13.619978435 +0000 UTC"
time="2022-10-07T17:16:32+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart lin /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/lin/lxc.conf: exit status 1" instance=lin maxAttempts=3 project=default
time="2022-10-07T17:16:32+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart lin /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/lin/lxc.conf: exit status 1" instance=lin project=default
time="2022-10-07T17:16:38+08:00" level=error msg="Failed starting container" action=start created="2020-09-09 10:35:40.29109306 +0800 +0800" ephemeral=false instance=liu instanceType=container project=default stateful=false used="2022-10-07 09:00:40.295849736 +0000 UTC"
time="2022-10-07T17:16:38+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart liu /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/liu/lxc.conf: exit status 1" instance=liu maxAttempts=3 project=default
time="2022-10-07T17:16:48+08:00" level=error msg="Failed starting container" action=start created="2020-09-09 10:35:40.29109306 +0800 +0800" ephemeral=false instance=liu instanceType=container project=default stateful=false used="2022-10-07 09:00:40.295849736 +0000 UTC"
time="2022-10-07T17:16:48+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart liu /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/liu/lxc.conf: exit status 1" instance=liu maxAttempts=3 project=default
time="2022-10-07T17:16:59+08:00" level=error msg="Failed starting container" action=start created="2020-09-09 10:35:40.29109306 +0800 +0800" ephemeral=false instance=liu instanceType=container project=default stateful=false used="2022-10-07 09:00:40.295849736 +0000 UTC"
time="2022-10-07T17:16:59+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart liu /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/liu/lxc.conf: exit status 1" instance=liu maxAttempts=3 project=default
time="2022-10-07T17:16:59+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart liu /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/liu/lxc.conf: exit status 1" instance=liu project=default
time="2022-10-07T17:17:05+08:00" level=error msg="Failed starting container" action=start created="2020-07-29 00:14:08.622212396 +0800 +0800" ephemeral=false instance=miner instanceType=container project=default stateful=false used="2022-10-07 09:01:06.962842577 +0000 UTC"
time="2022-10-07T17:17:05+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart miner /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/miner/lxc.conf: exit status 1" instance=miner maxAttempts=3 project=default
time="2022-10-07T17:17:15+08:00" level=error msg="Failed starting container" action=start created="2020-07-29 00:14:08.622212396 +0800 +0800" ephemeral=false instance=miner instanceType=container project=default stateful=false used="2022-10-07 09:01:06.962842577 +0000 UTC"
time="2022-10-07T17:17:15+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart miner /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/miner/lxc.conf: exit status 1" instance=miner maxAttempts=3 project=default
time="2022-10-07T17:17:26+08:00" level=error msg="Failed starting container" action=start created="2020-07-29 00:14:08.622212396 +0800 +0800" ephemeral=false instance=miner instanceType=container project=default stateful=false used="2022-10-07 09:01:06.962842577 +0000 UTC"
time="2022-10-07T17:17:26+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart miner /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/miner/lxc.conf: exit status 1" instance=miner maxAttempts=3 project=default
time="2022-10-07T17:17:26+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart miner /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/miner/lxc.conf: exit status 1" instance=miner project=default
time="2022-10-07T17:17:31+08:00" level=error msg="Failed starting container" action=start created="2022-10-07 07:24:00.018750177 +0000 UTC" ephemeral=false instance=ndemo instanceType=container project=default stateful=false used="2022-10-07 09:01:33.85454451 +0000 UTC"
time="2022-10-07T17:17:31+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart ndemo /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/ndemo/lxc.conf: exit status 1" instance=ndemo maxAttempts=3 project=default
time="2022-10-07T17:17:42+08:00" level=error msg="Failed starting container" action=start created="2022-10-07 07:24:00.018750177 +0000 UTC" ephemeral=false instance=ndemo instanceType=container project=default stateful=false used="2022-10-07 09:01:33.85454451 +0000 UTC"
time="2022-10-07T17:17:42+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart ndemo /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/ndemo/lxc.conf: exit status 1" instance=ndemo maxAttempts=3 project=default
time="2022-10-07T17:17:53+08:00" level=error msg="Failed starting container" action=start created="2022-10-07 07:24:00.018750177 +0000 UTC" ephemeral=false instance=ndemo instanceType=container project=default stateful=false used="2022-10-07 09:01:33.85454451 +0000 UTC"
time="2022-10-07T17:17:53+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart ndemo /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/ndemo/lxc.conf: exit status 1" instance=ndemo maxAttempts=3 project=default
time="2022-10-07T17:17:53+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart ndemo /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/ndemo/lxc.conf: exit status 1" instance=ndemo project=default
time="2022-10-07T17:17:58+08:00" level=error msg="Failed starting container" action=start created="2021-10-21 21:01:23.148625875 +0800 +0800" ephemeral=false instance=nemz instanceType=container project=default stateful=false used="2022-10-07 09:02:00.863228013 +0000 UTC"
time="2022-10-07T17:17:58+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart nemz /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/nemz/lxc.conf: exit status 1" instance=nemz maxAttempts=3 project=default
time="2022-10-07T17:18:09+08:00" level=error msg="Failed starting container" action=start created="2021-10-21 21:01:23.148625875 +0800 +0800" ephemeral=false instance=nemz instanceType=container project=default stateful=false used="2022-10-07 09:02:00.863228013 +0000 UTC"
time="2022-10-07T17:18:09+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart nemz /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/nemz/lxc.conf: exit status 1" instance=nemz maxAttempts=3 project=default
time="2022-10-07T17:18:20+08:00" level=error msg="Failed starting container" action=start created="2021-10-21 21:01:23.148625875 +0800 +0800" ephemeral=false instance=nemz instanceType=container project=default stateful=false used="2022-10-07 09:02:00.863228013 +0000 UTC"
time="2022-10-07T17:18:20+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart nemz /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/nemz/lxc.conf: exit status 1" instance=nemz maxAttempts=3 project=default
time="2022-10-07T17:18:20+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart nemz /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/nemz/lxc.conf: exit status 1" instance=nemz project=default
time="2022-10-07T17:18:25+08:00" level=error msg="Failed starting container" action=start created="2021-11-02 23:00:26.75096718 +0800 +0800" ephemeral=false instance=neo4j instanceType=container project=default stateful=false used="2022-10-07 09:02:27.812075495 +0000 UTC"
time="2022-10-07T17:18:25+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart neo4j /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/neo4j/lxc.conf: exit status 1" instance=neo4j maxAttempts=3 project=default
time="2022-10-07T17:18:36+08:00" level=error msg="Failed starting container" action=start created="2021-11-02 23:00:26.75096718 +0800 +0800" ephemeral=false instance=neo4j instanceType=container project=default stateful=false used="2022-10-07 09:02:27.812075495 +0000 UTC"
time="2022-10-07T17:18:36+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart neo4j /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/neo4j/lxc.conf: exit status 1" instance=neo4j maxAttempts=3 project=default
time="2022-10-07T17:18:46+08:00" level=error msg="Failed starting container" action=start created="2021-11-02 23:00:26.75096718 +0800 +0800" ephemeral=false instance=neo4j instanceType=container project=default stateful=false used="2022-10-07 09:02:27.812075495 +0000 UTC"
time="2022-10-07T17:18:46+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart neo4j /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/neo4j/lxc.conf: exit status 1" instance=neo4j maxAttempts=3 project=default
time="2022-10-07T17:18:46+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart neo4j /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/neo4j/lxc.conf: exit status 1" instance=neo4j project=default
time="2022-10-07T17:18:52+08:00" level=error msg="Failed starting container" action=start created="2021-01-28 13:57:22.672219015 +0800 +0800" ephemeral=false instance=pt instanceType=container project=default stateful=false used="2022-10-07 09:02:54.628136219 +0000 UTC"
time="2022-10-07T17:18:52+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart pt /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/pt/lxc.conf: exit status 1" instance=pt maxAttempts=3 project=default
time="2022-10-07T17:19:03+08:00" level=error msg="Failed starting container" action=start created="2021-01-28 13:57:22.672219015 +0800 +0800" ephemeral=false instance=pt instanceType=container project=default stateful=false used="2022-10-07 09:02:54.628136219 +0000 UTC"
time="2022-10-07T17:19:03+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart pt /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/pt/lxc.conf: exit status 1" instance=pt maxAttempts=3 project=default
time="2022-10-07T17:19:13+08:00" level=error msg="Failed starting container" action=start created="2021-01-28 13:57:22.672219015 +0800 +0800" ephemeral=false instance=pt instanceType=container project=default stateful=false used="2022-10-07 09:02:54.628136219 +0000 UTC"
time="2022-10-07T17:19:13+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart pt /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/pt/lxc.conf: exit status 1" instance=pt maxAttempts=3 project=default
time="2022-10-07T17:19:13+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart pt /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/pt/lxc.conf: exit status 1" instance=pt project=default
time="2022-10-07T17:19:19+08:00" level=error msg="Failed starting container" action=start created="2022-05-07 14:56:27.831574403 +0000 UTC" ephemeral=false instance=pt1 instanceType=container project=default stateful=false used="2022-10-07 09:03:21.674491948 +0000 UTC"
time="2022-10-07T17:19:19+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart pt1 /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/pt1/lxc.conf: exit status 1" instance=pt1 maxAttempts=3 project=default
time="2022-10-07T17:19:30+08:00" level=error msg="Failed starting container" action=start created="2022-05-07 14:56:27.831574403 +0000 UTC" ephemeral=false instance=pt1 instanceType=container project=default stateful=false used="2022-10-07 09:03:21.674491948 +0000 UTC"
time="2022-10-07T17:19:30+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart pt1 /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/pt1/lxc.conf: exit status 1" instance=pt1 maxAttempts=3 project=default
time="2022-10-07T17:19:40+08:00" level=error msg="Failed starting container" action=start created="2022-05-07 14:56:27.831574403 +0000 UTC" ephemeral=false instance=pt1 instanceType=container project=default stateful=false used="2022-10-07 09:03:21.674491948 +0000 UTC"
time="2022-10-07T17:19:40+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart pt1 /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/pt1/lxc.conf: exit status 1" instance=pt1 maxAttempts=3 project=default
time="2022-10-07T17:19:40+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart pt1 /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/pt1/lxc.conf: exit status 1" instance=pt1 project=default
time="2022-10-07T17:19:46+08:00" level=error msg="Failed starting container" action=start created="2020-07-27 14:17:21.158630421 +0800 +0800" ephemeral=false instance=qi-container instanceType=container project=default stateful=false used="2022-10-07 09:03:48.371256054 +0000 UTC"
time="2022-10-07T17:19:46+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart qi-container /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/qi-container/lxc.conf: exit status 1" instance=qi-container maxAttempts=3 project=default
time="2022-10-07T17:19:56+08:00" level=error msg="Failed starting container" action=start created="2020-07-27 14:17:21.158630421 +0800 +0800" ephemeral=false instance=qi-container instanceType=container project=default stateful=false used="2022-10-07 09:03:48.371256054 +0000 UTC"
time="2022-10-07T17:19:56+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart qi-container /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/qi-container/lxc.conf: exit status 1" instance=qi-container maxAttempts=3 project=default
time="2022-10-07T17:20:07+08:00" level=error msg="Failed starting container" action=start created="2020-07-27 14:17:21.158630421 +0800 +0800" ephemeral=false instance=qi-container instanceType=container project=default stateful=false used="2022-10-07 09:03:48.371256054 +0000 UTC"
time="2022-10-07T17:20:07+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart qi-container /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/qi-container/lxc.conf: exit status 1" instance=qi-container maxAttempts=3 project=default
time="2022-10-07T17:20:07+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart qi-container /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/qi-container/lxc.conf: exit status 1" instance=qi-container project=default
time="2022-10-07T17:20:12+08:00" level=error msg="Failed starting container" action=start created="2022-04-26 14:13:21.000770401 +0000 UTC" ephemeral=false instance=wumei instanceType=container project=default stateful=false used="2022-10-07 09:04:15.068931139 +0000 UTC"
time="2022-10-07T17:20:12+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart wumei /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/wumei/lxc.conf: exit status 1" instance=wumei maxAttempts=3 project=default
time="2022-10-07T17:20:23+08:00" level=error msg="Failed starting container" action=start created="2022-04-26 14:13:21.000770401 +0000 UTC" ephemeral=false instance=wumei instanceType=container project=default stateful=false used="2022-10-07 09:04:15.068931139 +0000 UTC"
time="2022-10-07T17:20:23+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart wumei /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/wumei/lxc.conf: exit status 1" instance=wumei maxAttempts=3 project=default
time="2022-10-07T17:20:33+08:00" level=error msg="Failed starting container" action=start created="2022-04-26 14:13:21.000770401 +0000 UTC" ephemeral=false instance=wumei instanceType=container project=default stateful=false used="2022-10-07 09:04:15.068931139 +0000 UTC"
time="2022-10-07T17:20:33+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart wumei /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/wumei/lxc.conf: exit status 1" instance=wumei maxAttempts=3 project=default
time="2022-10-07T17:20:34+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart wumei /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/wumei/lxc.conf: exit status 1" instance=wumei project=default
time="2022-10-07T17:20:39+08:00" level=error msg="Failed starting container" action=start created="2021-06-04 18:06:03.720047233 +0800 +0800" ephemeral=false instance=xiami instanceType=container project=default stateful=false used="2022-10-07 09:04:41.781402443 +0000 UTC"
time="2022-10-07T17:20:39+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart xiami /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/xiami/lxc.conf: exit status 1" instance=xiami maxAttempts=3 project=default
time="2022-10-07T17:20:50+08:00" level=error msg="Failed starting container" action=start created="2021-06-04 18:06:03.720047233 +0800 +0800" ephemeral=false instance=xiami instanceType=container project=default stateful=false used="2022-10-07 09:04:41.781402443 +0000 UTC"
time="2022-10-07T17:20:50+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart xiami /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/xiami/lxc.conf: exit status 1" instance=xiami maxAttempts=3 project=default
time="2022-10-07T17:21:00+08:00" level=error msg="Failed starting container" action=start created="2021-06-04 18:06:03.720047233 +0800 +0800" ephemeral=false instance=xiami instanceType=container project=default stateful=false used="2022-10-07 09:04:41.781402443 +0000 UTC"
time="2022-10-07T17:21:00+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart xiami /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/xiami/lxc.conf: exit status 1" instance=xiami maxAttempts=3 project=default
time="2022-10-07T17:21:00+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart xiami /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/xiami/lxc.conf: exit status 1" instance=xiami project=default
time="2022-10-07T17:21:06+08:00" level=error msg="Failed starting container" action=start created="2022-10-06 16:35:00.211122014 +0000 UTC" ephemeral=false instance=yan instanceType=container project=default stateful=false used="2022-10-07 09:06:34.643408133 +0000 UTC"
time="2022-10-07T17:21:06+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart yan /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/yan/lxc.conf: exit status 1" instance=yan maxAttempts=3 project=default
time="2022-10-07T17:21:16+08:00" level=error msg="Failed starting container" action=start created="2022-10-06 16:35:00.211122014 +0000 UTC" ephemeral=false instance=yan instanceType=container project=default stateful=false used="2022-10-07 09:06:34.643408133 +0000 UTC"
time="2022-10-07T17:21:16+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart yan /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/yan/lxc.conf: exit status 1" instance=yan maxAttempts=3 project=default
time="2022-10-07T17:21:27+08:00" level=error msg="Failed starting container" action=start created="2022-10-06 16:35:00.211122014 +0000 UTC" ephemeral=false instance=yan instanceType=container project=default stateful=false used="2022-10-07 09:06:34.643408133 +0000 UTC"
time="2022-10-07T17:21:27+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart yan /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/yan/lxc.conf: exit status 1" instance=yan maxAttempts=3 project=default
time="2022-10-07T17:21:27+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart yan /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/yan/lxc.conf: exit status 1" instance=yan project=default
time="2022-10-07T17:21:33+08:00" level=error msg="Failed starting container" action=start created="2020-11-09 14:08:15.688368187 +0800 +0800" ephemeral=false instance=zhang instanceType=container project=default stateful=false used="2022-10-07 09:05:35.337653809 +0000 UTC"
time="2022-10-07T17:21:33+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart zhang /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/zhang/lxc.conf: exit status 1" instance=zhang maxAttempts=3 project=default
time="2022-10-07T17:21:43+08:00" level=error msg="Failed starting container" action=start created="2020-11-09 14:08:15.688368187 +0800 +0800" ephemeral=false instance=zhang instanceType=container project=default stateful=false used="2022-10-07 09:05:35.337653809 +0000 UTC"
time="2022-10-07T17:21:43+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart zhang /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/zhang/lxc.conf: exit status 1" instance=zhang maxAttempts=3 project=default
time="2022-10-07T17:21:54+08:00" level=error msg="Failed starting container" action=start created="2020-11-09 14:08:15.688368187 +0800 +0800" ephemeral=false instance=zhang instanceType=container project=default stateful=false used="2022-10-07 09:05:35.337653809 +0000 UTC"
time="2022-10-07T17:21:54+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart zhang /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/zhang/lxc.conf: exit status 1" instance=zhang maxAttempts=3 project=default
time="2022-10-07T17:21:54+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart zhang /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/zhang/lxc.conf: exit status 1" instance=zhang project=default
time="2022-10-07T17:21:59+08:00" level=error msg="Failed starting container" action=start created="2022-10-07 07:33:18.646890512 +0000 UTC" ephemeral=false instance=znew instanceType=container project=default stateful=false used="2022-10-07 09:06:02.236661548 +0000 UTC"
time="2022-10-07T17:21:59+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart znew /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/znew/lxc.conf: exit status 1" instance=znew maxAttempts=3 project=default
time="2022-10-07T17:22:10+08:00" level=error msg="Failed starting container" action=start created="2022-10-07 07:33:18.646890512 +0000 UTC" ephemeral=false instance=znew instanceType=container project=default stateful=false used="2022-10-07 09:06:02.236661548 +0000 UTC"
time="2022-10-07T17:22:10+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart znew /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/znew/lxc.conf: exit status 1" instance=znew maxAttempts=3 project=default
time="2022-10-07T17:22:21+08:00" level=error msg="Failed starting container" action=start created="2022-10-07 07:33:18.646890512 +0000 UTC" ephemeral=false instance=znew instanceType=container project=default stateful=false used="2022-10-07 09:06:02.236661548 +0000 UTC"
time="2022-10-07T17:22:21+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart znew /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/znew/lxc.conf: exit status 1" instance=znew maxAttempts=3 project=default
time="2022-10-07T17:22:21+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart znew /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/znew/lxc.conf: exit status 1" instance=znew project=default
time="2022-10-07T17:22:26+08:00" level=error msg="Failed starting container" action=start created="2021-09-25 19:16:00.384466503 +0800 +0800" ephemeral=false instance=ztest instanceType=container project=default stateful=false used="2022-10-07 09:06:28.924048588 +0000 UTC"
time="2022-10-07T17:22:26+08:00" level=warning msg="Failed auto start instance attempt" attempt=1 err="Failed to run: /snap/lxd/current/bin/lxd forkstart ztest /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/ztest/lxc.conf: exit status 1" instance=ztest maxAttempts=3 project=default
time="2022-10-07T17:22:37+08:00" level=error msg="Failed starting container" action=start created="2021-09-25 19:16:00.384466503 +0800 +0800" ephemeral=false instance=ztest instanceType=container project=default stateful=false used="2022-10-07 09:06:28.924048588 +0000 UTC"
time="2022-10-07T17:22:37+08:00" level=warning msg="Failed auto start instance attempt" attempt=2 err="Failed to run: /snap/lxd/current/bin/lxd forkstart ztest /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/ztest/lxc.conf: exit status 1" instance=ztest maxAttempts=3 project=default
time="2022-10-07T17:22:47+08:00" level=error msg="Failed starting container" action=start created="2021-09-25 19:16:00.384466503 +0800 +0800" ephemeral=false instance=ztest instanceType=container project=default stateful=false used="2022-10-07 09:06:28.924048588 +0000 UTC"
time="2022-10-07T17:22:47+08:00" level=warning msg="Failed auto start instance attempt" attempt=3 err="Failed to run: /snap/lxd/current/bin/lxd forkstart ztest /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/ztest/lxc.conf: exit status 1" instance=ztest maxAttempts=3 project=default
time="2022-10-07T17:22:47+08:00" level=error msg="Failed to auto start instance" err="Failed to run: /snap/lxd/current/bin/lxd forkstart ztest /var/snap/lxd/common/lxd/containers /var/snap/lxd/common/lxd/logs/ztest/lxc.conf: exit status 1" instance=ztest project=default
time="2022-10-07T17:22:53+08:00" level=error msg="Failed starting container" action=start created="2021-10-22 03:31:38.728866055 +0000 UTC" ephemeral=false instance=DL instanceType=container project=default stateful=false used="2022-10-07 09:10:12.404570711 +0000 UTC"
time="2022-10-07T17:26:01+08:00" level=error msg="Failed starting container" action=start created="2021-10-21 21:01:23.148625875 +0800 +0800" ephemeral=false instance=nemz instanceType=container project=default stateful=false used="2022-10-07 09:18:14.911722384 +0000 UTC"
time="2022-10-07T17:26:42+08:00" level=error msg="Failed starting container" action=start created="2021-10-22 03:31:38.728866055 +0000 UTC" ephemeral=false instance=DL instanceType=container project=default stateful=false used="2022-10-07 09:22:48.12010743 +0000 UTC"
time="2022-10-07T17:28:11+08:00" level=error msg="Failed starting container" action=start created="2022-10-07 07:33:18.646890512 +0000 UTC" ephemeral=false instance=znew instanceType=container project=default stateful=false used="2022-10-07 09:22:15.761023449 +0000 UTC"
time="2022-10-07T17:52:22+08:00" level=error msg="Failed starting container" action=start created="2020-07-26 21:19:06.336382002 +0800 +0800" ephemeral=false instance=demo instanceType=container project=default stateful=false used="2022-10-07 09:12:53.524217775 +0000 UTC"
time="2022-10-07T18:09:50+08:00" level=error msg="Failed starting container" action=start created="2022-10-07 07:33:18.646890512 +0000 UTC" ephemeral=false instance=znew instanceType=container project=default stateful=false used="2022-10-07 09:28:06.154110254 +0000 UTC"
time="2022-10-07T18:20:16+08:00" level=error msg="Failed starting container" action=start created="2020-07-26 21:19:06.336382002 +0800 +0800" ephemeral=false instance=demo instanceType=container project=default stateful=false used="2022-10-07 09:52:17.247511397 +0000 UTC"

Has this worked in the past, if so what if anything was changed?

Before is running normally, I have not done any operation, I guess it may be the version update or system update caused by

I restarted my host and all containers are back up and running normally.
Is it possible that after the LXD auto update, the network service is misconfigured internally and a reboot will reconfigure the network service so that it can connect to the network.
And I want to know if I can turn off its automatic updates.Thank you!

Glad to hear its working.

What makes you think it was a networking issue?

Sorry I didn’t describe it clearly before, before my container was partially running but no network, and couldn’t start the original container and the new container, like this picture