Are you using Ruby 2.2? /usr/bin/ruby: symbol lookup error: /usr/lib64/ruby/gems/2.2.0/gems/god-0.13.4-x86_64-linux/ext/god/netlink_handler_ext.so: undefined symbol: rb_thread_select
rb_thread_select() is deprecated in Ruby 2.1 and completely gone in 2.2. Godrb needs to be updated... On Sunday, July 6, 2014 4:04:05 PM UTC-4, Maciej Małecki wrote: > > I mean a situation when for example some process have a syntax error and > starting it by god fails. God tries to bring it up again and again, but it > can't because of that syntax. god status shows only "up". > > Is there any way to check if everything starts fine after starting god? I > would like to avoid waiting for pidfile and checking if some process in the > system is running on that pid, because it won't work. > -- You received this message because you are subscribed to the Google Groups "god.rb" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/god-rb. For more options, visit https://groups.google.com/d/optout.
