Kaliのgammu-smsdが破損しているか、正しく構成されていません。自動的に修正する一般的な方法を試しましたが、次のエラーが発生し続けます。
Errors were encountered while processing:gammu-smsd E: Sub-process /usr/bin/dpkg returned an error code (1)
gammu-smsd.service: Unit configuration has fatal error, unit will not be started
~/systemd[1]: /lib/systemd/system/gammu-smsd.service:9: Neither a valid executable name nor an absolute path: ${CMAKE_INSTALL_FULL_BINDIR}/gammu-sms
答え1
コピー
/lib/systemd/system/gammu-smsd.service
して/etc/systemd/system/
編集してください。 9行を変更します。ExecStart=${CMAKE_INSTALL_FULL_BINDIR}/gammu-smsd --pid=/var/run/gammu-smsd.pid --daemon
これには
${CMAKE_INSTALL_FULL_BINDIR}
includeがありますgammu-smsd
。 (私のシステムにそのパッケージがインストールされていないので、それが何であるかわかりません。)走る
systemctl daemon-reload
走る
dpkg-reconfigure -a
この問題を説明するバグレポートをKaliに送信してください。