I download the ubuntu package in the offical web site in 2019/04/21.
I run ./install_cvb.sh
I got some error like the picture.
Hi @fluber ,
it seems something with setting up the “CVB Management Service” i.e. “cvmgmtd” failed. Could you give me the printout of “sudo service cvmgmtd status”.
BUT … i dont have the enitre printout, maybe something failed before that?
Also could you install the packages individually? For this problem:
- sudo dpkg -i codem…deb
- sudo dpkg -i cvb-camerasuite-13…deb (thats the package where cvmgmtd is located)
Hope this helps.
2 Likes
I had the same problem and I had to delete the package forcing
partly it was because the packages were stored in the apt-get update list
sudo dpkg --remove --force-all cvb-tools-dev
sudo dpkg --remove --force-all cvb-camerasuite etc etc etc
3 Likes