- Версия пакета: dante-server-1.4.4-alt1.x86_64 - Шаги воспроизведения: # apt-get install dante-server # systemctl start sockd - Получаемый результат: sockd[1787]: error: /etc/sockd.conf: problem on line 92 near token "_sockd": in order to set the given keyword/value, Dante must be linked with an external libwrap library at compiletime. When Dante was compiled, no such linking was done, perhaps due to no usable libwrap library being installed on the system at the time. If a libwrap library has since been installed on this system, please rerun ./configure in Dante's source directory, recompile and reinstall Dante. Please see the Dante manual for more information Содержимое 92 строки: user.libwrap: _sockd Если убрать данную строку, то запускается успешно.