Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
Because of un-manageable amounts of spam despite our use of CAPTCHAs, email authorization, and other tools, we have discontinued this forum (see the 700k+ registered users with validated email addresses at right?). Please email us any questions or post bug reports and feature requests on GitHub at https://github.com/jevois -- The content below remains available for future reference.
Welcome to JeVois Tech Zone, where you can ask questions and receive answers from other members of the community.

Can't kill jevois-daemon on my host

0 votes
Hi,

My host is ubuntu 18.04.  A reasonably fast i7.

Control-C doesn't stop kill jevois-daemon.  Control-Z does send it to the back ground.

Any ideas?

Jack
asked Oct 9, 2018 in User questions by jack.johnson.pub (230 points)

1 Answer

0 votes
yes, we intercept CTRL-C, if I remember well, this is a result of including Python support (the python interpreter is the one that catches the CTRL-C signals)

you should either type 'quit' or open another terminal and run "killall -9 jevois-daemon"
answered Oct 11, 2018 by JeVois (46,580 points)
My point would be that your documentation say CTRL-C will stop the application
thanks, that's right, updating the docs now!
...