Lxc can't start

,

After run sudo systemctl start lxd, i get Job for lxd.service failed because the control process exited with error code. See "systemctl status lxd.service" and "journalctl -xe" for details.

After run ‘journalctl -xe’, the log is:

-- Unit lxd.service has failed.
-- 
-- The result is RESULT.
Feb 28 13:28:17 user3 sudo[4708]: pam_unix(sudo:session): session closed for user root
Feb 28 13:28:17 user3 systemd[1]: lxd.service: Service hold-off time over, scheduling restart.
Feb 28 13:28:17 user3 systemd[1]: lxd.service: Scheduled restart job, restart counter is at 24.
-- Subject: Automatic restarting of a unit has been scheduled
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- Automatic restarting of the unit lxd.service has been scheduled, as the result for
-- the configured Restart= setting for the unit.
Feb 28 13:28:17 user3 systemd[1]: Stopped LXD - main daemon.
-- Subject: Unit lxd.service has finished shutting down
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- Unit lxd.service has finished shutting down.
Feb 28 13:28:17 user3 systemd[1]: Starting LXD - main daemon...
-- Subject: Unit lxd.service has begun start-up
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support
-- 
-- Unit lxd.service has begun starting up.
Feb 28 13:28:17 user3 audit[4728]: AVC apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=4728 comm="apparmor_parser"
Feb 28 13:28:17 user3 kernel: audit: type=1400 audit(1709126897.951:135): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="/usr/bin/lxc-start" pid=4728 comm="apparmor_parser"
Feb 28 13:28:17 user3 audit[4732]: AVC apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default" pid=4732 comm="apparmor_parser"
Feb 28 13:28:17 user3 audit[4732]: AVC apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-cgns" pid=4732 comm="apparmor_parser"
Feb 28 13:28:17 user3 audit[4732]: AVC apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-mounting" pid=4732 comm="apparmor_parser"
Feb 28 13:28:17 user3 audit[4732]: AVC apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-nesting" pid=4732 comm="apparmor_parser"
Feb 28 13:28:17 user3 kernel: audit: type=1400 audit(1709126897.975:136): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default" pid=4732 comm="apparmor_parser"
Feb 28 13:28:17 user3 kernel: audit: type=1400 audit(1709126897.975:137): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-cgns" pid=4732 comm="apparmor_parser"
Feb 28 13:28:17 user3 kernel: audit: type=1400 audit(1709126897.975:138): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-mounting" pid=4732 comm="apparmor_parser"
Feb 28 13:28:17 user3 kernel: audit: type=1400 audit(1709126897.975:139): apparmor="STATUS" operation="profile_replace" info="same as current profile, skipping" profile="unconfined" name="lxc-container-default-with-nesting" pid=4732 comm="apparmor_parser"
Feb 28 13:28:18 user3 lxd[4733]: t=2024-02-28T13:28:18+0000 lvl=warn msg="CGroup memory swap accounting is disabled, swap limits will be ignored."
Feb 28 13:28:18 user3 lxd[4733]: panic: runtime error: index out of range
Feb 28 13:28:18 user3 lxd[4733]: goroutine 1 [running]:
Feb 28 13:28:18 user3 lxd[4733]: github.com/boltdb/bolt.(*DB).page(...)
Feb 28 13:28:18 user3 lxd[4733]:         /build/lxd-j7VLB_/lxd-3.0.3/obj-x86_64-linux-gnu/src/github.com/boltdb/bolt/db.go:794
Feb 28 13:28:18 user3 lxd[4733]: github.com/boltdb/bolt.(*Tx).page(...)
Feb 28 13:28:18 user3 lxd[4733]:         /build/lxd-j7VLB_/lxd-3.0.3/obj-x86_64-linux-gnu/src/github.com/boltdb/bolt/tx.go:580
Feb 28 13:28:18 user3 lxd[4733]: github.com/boltdb/bolt.(*Bucket).pageNode(0xc420319e00, 0x74735f7473616c2e, 0x2, 0x2)
Feb 28 13:28:18 user3 lxd[4733]:         /build/lxd-j7VLB_/lxd-3.0.3/obj-x86_64-linux-gnu/src/github.com/boltdb/bolt/bucket.go:726 +0x195
Feb 28 13:28:18 user3 lxd[4733]: github.com/boltdb/bolt.(*Cursor).last(0xc4202f6eb0)
Feb 28 13:28:18 user3 lxd[4733]:         /build/lxd-j7VLB_/lxd-3.0.3/obj-x86_64-linux-gnu/src/github.com/boltdb/bolt/cursor.go:208 +0xa9
Feb 28 13:28:18 user3 lxd[4733]: github.com/boltdb/bolt.(*Cursor).Last(0xc4202f6eb0, 0x0, 0x0, 0x180b808, 0x0, 0x0, 0xb)
Feb 28 13:28:18 user3 lxd[4733]:         /build/lxd-j7VLB_/lxd-3.0.3/obj-x86_64-linux-gnu/src/github.com/boltdb/bolt/cursor.go:62 +0x124
Feb 28 13:28:18 user3 lxd[4733]: github.com/hashicorp/raft-boltdb.(*BoltStore).LastIndex(0xc42033fae0, 0x0, 0x0, 0x0)
Feb 28 13:28:18 user3 lxd[4733]:         /build/lxd-j7VLB_/lxd-3.0.3/obj-x86_64-linux-gnu/src/github.com/hashicorp/raft-boltdb/bolt_store.go:138 +0x125
Feb 28 13:28:18 user3 lxd[4733]: github.com/hashicorp/raft.NewRaft(0xc4200327e0, 0x112daa0, 0xc42033fc60, 0x1135e60, 0xc42033fae0, 0x1132ca0, 0xc42033fae0, 0x112df60, 0xc42033fbe0, 0x11391c0, ...)
Feb 28 13:28:18 user3 lxd[4733]:         /build/lxd-j7VLB_/lxd-3.0.3/obj-x86_64-linux-gnu/src/github.com/hashicorp/raft/api.go:414 +0xeb
Feb 28 13:28:18 user3 lxd[4733]: github.com/lxc/lxd/lxd/cluster.raftInstanceInit(0xc42033ebe0, 0xc42033f9e0, 0xc42036a000, 0x4008000000000000, 0x1, 0x70f7aa, 0xc4202fa480)
Feb 28 13:28:18 user3 lxd[4733]:         /build/lxd-j7VLB_/lxd-3.0.3/obj-x86_64-linux-gnu/src/github.com/lxc/lxd/lxd/cluster/raft.go:191 +0x5c9
Feb 28 13:28:18 user3 lxd[4733]: github.com/lxc/lxd/lxd/cluster.newRaft(0xc42033ebe0, 0xc42036a000, 0x4008000000000000, 0x0, 0x0, 0xc42033f8e0)
Feb 28 13:28:18 user3 lxd[4733]:         /build/lxd-j7VLB_/lxd-3.0.3/obj-x86_64-linux-gnu/src/github.com/lxc/lxd/lxd/cluster/raft.go:71 +0x24d
Feb 28 13:28:18 user3 lxd[4733]: github.com/lxc/lxd/lxd/cluster.(*Gateway).init(0xc42032ef00, 0xc42033f8e0, 0xc4202270e0)
Feb 28 13:28:18 user3 lxd[4733]:         /build/lxd-j7VLB_/lxd-3.0.3/obj-x86_64-linux-gnu/src/github.com/lxc/lxd/lxd/cluster/gateway.go:448 +0x84
Feb 28 13:28:18 user3 lxd[4733]: github.com/lxc/lxd/lxd/cluster.NewGateway(0xc42033ebe0, 0xc42036a000, 0xc4202f7718, 0x2, 0x2, 0x0, 0x24, 0xf7efc0)
Feb 28 13:28:18 user3 lxd[4733]:         /build/lxd-j7VLB_/lxd-3.0.3/obj-x86_64-linux-gnu/src/github.com/lxc/lxd/lxd/cluster/gateway.go:57 +0x1f2
Feb 28 13:28:18 user3 lxd[4733]: main.(*Daemon).init(0xc42020d9e0, 0xc4202f78d0, 0x40e936)
Feb 28 13:28:18 user3 lxd[4733]:         /build/lxd-j7VLB_/lxd-3.0.3/obj-x86_64-linux-gnu/src/github.com/lxc/lxd/lxd/daemon.go:502 +0x645
Feb 28 13:28:18 user3 lxd[4733]: main.(*Daemon).Init(0xc42020d9e0, 0xc42020d9e0, 0xc420226c00)
Feb 28 13:28:18 user3 lxd[4733]:         /build/lxd-j7VLB_/lxd-3.0.3/obj-x86_64-linux-gnu/src/github.com/lxc/lxd/lxd/daemon.go:390 +0x2f
Feb 28 13:28:18 user3 lxd[4733]: main.(*cmdDaemon).Run(0xc420031f40, 0xc420314280, 0xc42029bd40, 0x0, 0x3, 0x0, 0x0)
Feb 28 13:28:18 user3 lxd[4733]:         /build/lxd-j7VLB_/lxd-3.0.3/obj-x86_64-linux-gnu/src/github.com/lxc/lxd/lxd/main_daemon.go:82 +0x37a
Feb 28 13:28:18 user3 lxd[4733]: main.(*cmdDaemon).Run-fm(0xc420314280, 0xc42029bd40, 0x0, 0x3, 0x0, 0x0)
Feb 28 13:28:18 user3 lxd[4733]:         /build/lxd-j7VLB_/lxd-3.0.3/obj-x86_64-linux-gnu/src/github.com/lxc/lxd/lxd/main_daemon.go:42 +0x52
Feb 28 13:28:18 user3 lxd[4733]: github.com/spf13/cobra.(*Command).execute(0xc420314280, 0xc420116050, 0x3, 0x3, 0xc420314280, 0xc420116050)
Feb 28 13:28:18 user3 lxd[4733]:         /build/lxd-j7VLB_/lxd-3.0.3/obj-x86_64-linux-gnu/src/github.com/spf13/cobra/command.go:762 +0x468
Feb 28 13:28:18 user3 lxd[4733]: github.com/spf13/cobra.(*Command).ExecuteC(0xc420314280, 0x0, 0xc42031c780, 0xc42031c780)
Feb 28 13:28:18 user3 lxd[4733]:         /build/lxd-j7VLB_/lxd-3.0.3/obj-x86_64-linux-gnu/src/github.com/spf13/cobra/command.go:852 +0x30a
Feb 28 13:28:18 user3 lxd[4733]: github.com/spf13/cobra.(*Command).Execute(0xc420314280, 0xc4202f7e08, 0x1)
Feb 28 13:28:18 user3 lxd[4733]:         /build/lxd-j7VLB_/lxd-3.0.3/obj-x86_64-linux-gnu/src/github.com/spf13/cobra/command.go:800 +0x2b
Feb 28 13:28:18 user3 lxd[4733]: main.main()
Feb 28 13:28:18 user3 lxd[4733]:         /build/lxd-j7VLB_/lxd-3.0.3/obj-x86_64-linux-gnu/src/github.com/lxc/lxd/lxd/main.go:160 +0xe26
Feb 28 13:28:18 user3 systemd[1]: lxd.service: Main process exited, code=exited, status=2/INVALIDARGUMENT

Please help me to solve this problem!
Thanks