<div><div>Found records with errors in syslog: many similar messages:</div><div> </div><div>spice-vdagentd[2124]: Fatal could not create the server socket /run/spice-vdagentd/spice-vdagent-sock: Error binding to address: Address already in use</div><div> </div><div>Systemd unit file: (I've added ExecStartPre because removal of /run/spice-vdagentd/spice-vdagentd-sock helped me one time to run vdagentd manually -- same result "address already in use"  with or without this line)</div><div> </div></div><div><div><div># /etc/systemd/system/spice-vdagentd.service</div><div>[Unit]</div><div>Description=Agent daemon for Spice guests</div><div>After=dbus.target</div><div>Requires=spice-vdagentd.socket</div><div> </div><div>[Service]</div><div>Type=forking</div><div>ExecStartPre=rm -f /run/spice-vdagentd/spice-vdagentd-sock</div><div>EnvironmentFile=-/etc/sysconfig/spice-vdagentd</div><div>ExecStart=/usr/sbin/spice-vdagentd $SPICE_VDAGENTD_EXTRA_ARGS</div><div>PIDFile=/run/spice-vdagentd/spice-vdagentd.pid</div><div>PrivateTmp=true</div><div>Restart=on-failure</div><div> </div><div>[Install]</div><div>Also=spice-vdagentd.socket</div><div> </div><div> </div></div></div><div>26.08.2021, 19:40, "ole-krutov@yandex.ru" <ole-krutov@yandex.ru>:</div><blockquote><div>I've built spice-vdagent 0.21 and had just replaced executables of vdagent 0.20. But after reboot spice-vdagentd.* do not start. Has something changed in startup logic since 0.20? I've compared configs but had not find any differences...</div></blockquote>