claritylab / lucida

Speech and Vision Based Intelligent Personal Assistant
Other
4.81k stars 883 forks source link

make start_all fail #220

Open illouk opened 6 years ago

illouk commented 6 years ago

i have compiled everything successfully but i get this error when i run the command: sudo make start_all

i am using ubuntu 14.04

cd tools && ./start_all_tmux.sh
./start_all_tmux.sh: line 23: tmux: command not found
Session lucida does not exit. Creating a lucida session.
Enabling non-secure host
./start_all_tmux.sh: line 84: tmux: command not found
./start_all_tmux.sh: line 93: tmux: command not found
./start_all_tmux.sh: line 97: tmux: command not found
./start_all_tmux.sh: line 101: tmux: command not found
./start_all_tmux.sh: line 95: tmux: command not found
./start_all_tmux.sh: line 97: tmux: command not found
./start_all_tmux.sh: line 101: tmux: command not found
./start_all_tmux.sh: line 95: tmux: command not found
./start_all_tmux.sh: line 97: tmux: command not found
./start_all_tmux.sh: line 101: tmux: command not found
./start_all_tmux.sh: line 95: tmux: command not found
./start_all_tmux.sh: line 97: tmux: command not found
./start_all_tmux.sh: line 101: tmux: command not found
./start_all_tmux.sh: line 95: tmux: command not found
./start_all_tmux.sh: line 97: tmux: command not found
./start_all_tmux.sh: line 101: tmux: command not found
./start_all_tmux.sh: line 95: tmux: command not found
./start_all_tmux.sh: line 97: tmux: command not found
./start_all_tmux.sh: line 101: tmux: command not found
./start_all_tmux.sh: line 95: tmux: command not found
./start_all_tmux.sh: line 97: tmux: command not found
./start_all_tmux.sh: line 101: tmux: command not found
./start_all_tmux.sh: line 95: tmux: command not found
./start_all_tmux.sh: line 97: tmux: command not found
./start_all_tmux.sh: line 101: tmux: command not found
./start_all_tmux.sh: line 95: tmux: command not found
./start_all_tmux.sh: line 97: tmux: command not found
./start_all_tmux.sh: line 101: tmux: command not found
./start_all_tmux.sh: line 95: tmux: command not found
./start_all_tmux.sh: line 97: tmux: command not found
./start_all_tmux.sh: line 101: tmux: command not found
./start_all_tmux.sh: line 95: tmux: command not found
./start_all_tmux.sh: line 97: tmux: command not found
./start_all_tmux.sh: line 101: tmux: command not found
./start_all_tmux.sh: line 107: tmux: command not found
make: *** [start_all] Error 127

anyone help?

KamalGalrani commented 6 years ago

Try ‘sudo apt-get install tmux’ -- Kamal Galrani IIT Bombay

SeansRightHere commented 6 years ago

I've made sure tmux is installed, I just start all manually because it failed still

On Nov 13, 2017 11:57 AM, "Kamal Galrani" notifications@github.com wrote:

Try ‘sudo apt-get install tmux’

Kamal Galrani IIT Bombay

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/claritylab/lucida/issues/220#issuecomment-344003084, or mute the thread https://github.com/notifications/unsubscribe-auth/AYwryMi3Xoikc8by80bfKPNxoHRkDmRrks5s2IMBgaJpZM4QcBxx .

illouk commented 6 years ago

Thanks for helping me.

For me , it looks like tmux was the problem i was able to run the services through make start_all command.

However sudo apt-get install tmux is not the proper command for the installation of tmux. I used this in order to install tmux on ubuntu 14.04

dibonetta commented 6 years ago

hi guys, I still have the same problem. After installing tmux I restarted from point 6. of the ubuntu installation guide
Command Center (CMD) $cd /lucida/commandcenter/ $make all Then ... Secure (HTTPS) to enable ASR: $cd $make start_all_secure

Error: cd tools && ./start_all_tmux.sh secure error connecting to /tmp/tmux-1000/default (No such file or directory) Session lucida does not exit. Creating a lucida session. Enabling secure host eth0: error fetching interface information: Device not found

No idea what to do, can somebody inspire me?