snapd.seeded.service无法在升级时启动

有关如何解决以下问题的任何提示? 不确定这会产生什么影响,或者它是否会影响系统性能。 我在apt-get upgrade的输出下面包含了systemctl status snapd.seeded.service的输出。 任何帮助将非常感激。 谢谢!!

apt-get upgrade输出;

 Get:1 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 snapd amd64 2.32.9 [13.5 MB] Fetched 13.5 MB in 8s (1,513 kB/s) (Reading database ... 1020256 files and directories currently installed.) Preparing to unpack .../snapd_2.32.9_amd64.deb ... Unpacking snapd (2.32.9) over (2.32.3.2) ... Processing triggers for man-db (2.7.5-1) ... Setting up snapd (2.32.9) ... Job for snapd.seeded.service failed because the control process exited with error code. See "systemctl status snapd.seeded.service" and "journalctl -xe" for details. snapd.seeded.service couldn't start. snapd.snap-repair.service is a disabled or a static unit, not starting it 

这是systemctl status snapd.seeded.service的输出

 snapd.seeded.service - Wait until snapd is fully seeded Loaded: loaded (/lib/systemd/system/snapd.seeded.service; enabled; vendor pre Active: failed (Result: exit-code) since Fri 2018-06-01 07:54:12 CDT; 1h 58mi Process: 23187 ExecStart=/usr/bin/snap wait system seed.loaded (code=exited, s Main PID: 23187 (code=exited, status=1/FAILURE) Jun 01 07:54:07 dennis-OptiPlex-780 systemd[1]: Starting Wait until snapd is ful Jun 01 07:54:12 dennis-OptiPlex-780 snap[23187]: error: cannot communicate with Jun 01 07:54:12 dennis-OptiPlex-780 systemd[1]: snapd.seeded.service: Main proce Jun 01 07:54:12 dennis-OptiPlex-780 systemd[1]: Failed to start Wait until snapd Jun 01 07:54:12 dennis-OptiPlex-780 systemd[1]: snapd.seeded.service: Unit enter Jun 01 07:54:12 dennis-OptiPlex-780 systemd[1]: snapd.seeded.service: Failed wit 

您可以尝试运行sudo snap install hello-world ,看看是否安装了Snap Core。 在做完之后我的工作似乎正在起作用。

我今天偶然发现了这一点,但设法通过键入systemctl reboot到终端来解决问题。