kostya / eye

Process monitoring tool. Inspired from Bluepill and God.
MIT License
1.19k stars 86 forks source link

leye does not start in 15 seconds #193

Closed ktimothy closed 7 years ago

ktimothy commented 7 years ago

There is something wrong, when I try to start leye:

ubuntu@ubuntu-xenial:/vagrant$ leye load
server has not started in 15 seconds, something is very wrong

My environment is:

ubuntu@ubuntu-xenial:/vagrant$ ruby -v
ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-linux]
ubuntu@ubuntu-xenial:/vagrant$ leye version
Eye v0.9.2 (c) 2012-2016 @kostya
ubuntu@ubuntu-xenial:/vagrant$ uname -a
Linux ubuntu-xenial 4.4.0-78-generic #99-Ubuntu SMP Thu Apr 27 15:29:09 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
ubuntu@ubuntu-xenial:/vagrant$ 
kostya commented 7 years ago

try:

gem install sigar -- --with-cppflags="-fgnu89-inline"
gem install eye
ktimothy commented 7 years ago

leye has started now, thank you very much!