MAAS in LxD commission failed

Hi,
I am following this video on YouTube

to do step-by-step. After vm created, it keeps commission fail with the following errors

20-maas-01-install-lldpd
fail log

Reading package lists…
Building dependency tree…
Reading state information…
E: Unable to locate package lldpd

maas-capture-lldpd
fail log

Traceback (most recent call last):
File “/tmp/user_data.sh.frKRdc/scripts/commissioning/maas-capture-lldpd”, line 53, in
lldpd_capture(“/var/run/lldpd.socket”, 60)
File “/tmp/user_data.sh.frKRdc/scripts/commissioning/maas-capture-lldpd”, line 41, in lldpd_capture
time_ref = getmtime(reference_file)
File “/usr/lib/python3.8/genericpath.py”, line 55, in getmtime
return os.stat(filename).st_mtime
FileNotFoundError: [Errno 2] No such file or directory: ‘/var/run/lldpd.socket’

My LxD version: snap v4.14
My MAAS version 2.9.2 (9165-g.c3e7848d1)

What has went wrong?

@ack

@Jason_Lo is “universe” enabled in package repositories in MAAS settings?

This is currently required for the script to run (see also https://bugs.launchpad.net/maas/+bug/1908984)

Thanks for the reply
In my case
Settings → Network → NDS → 8.8.8.8

This solve the issue.