pamapa/callblocker

Failed to start callblockerd.service

Closed this issue · 4 comments

I followed the Installation guide up to the point where you need to run sudo systemctl start callblockerd.service. I did a fresh clone/build and it completed without any errors

When I run the systemctl command it returns: Unit callblockerd.service not found

Am I missing something?

  • please double check "callblockerd.service" is this directory: "/etc/systemd/system"
  • also check "callblockerd" executable is this directory: "/usr/bin/"
  • execute: sudo systemctl daemon-reload
  • sudo systemctl start callblockerd
  • callblockerd.service does exist in "callblocker/etc/systemd/system"

  • the folder "/bin/" does not exist in "/callblocker/usr/"

  • callblockerd executable does exist in "/usr/bin/"

  • sudo systemctl daemon-reload did not fix the problem

Do you need me to provide additional information?

ok the executable is missing or installed at the wrong place.
Did you execute meson like: "/usr/local/bin/meson --prefix=/usr --sysconfdir=/etc --localstatedir=/usr/var build"

What is installed where, you can verify with:
cat build/meson-logs/install-log.txt

Did another fresh install, with the updated installation instructions and its working fine now. Thanks.