God Process Monitoring - CentOS - Event System Not FoundHowto make MCrypt and PHP work together on CentOSTwo Centos Machines. Wildly different updatessetting rpmforge repository for Linux (RHEL)Can't configure quota on CentOS 5.5. Strange behaviour of quotacheck and other quota commandsMy Centos is terribly slow Can't Upgrade Centos to 5.6 / Dependency Errorsresolv.conf overwritten *instantly*Upgrade cURL to latest on CentOSYum freezes on Running Transaction CheckDRBD Setup on 2 node CentOS 6.8
Is there an official reason for not adding a post-credits scene?
Why did Thanos need his ship to help him in the battle scene?
Causes of bimodal distributions when bootstrapping a meta-analysis model
Does it make sense for a function to return a rvalue reference
What does 'made on' mean here?
Word meaning as function of the composition of its phonemes
Is the set of non invertible matrices simply connected? What are their homotopy and homology groups?
Can my company stop me from working overtime?
Should I dumb down my writing in a foreign country?
Point of the Dothraki's attack in GoT S8E3?
How can I get people to remember my character's gender?
Manager is threatening to grade me poorly if I don't complete the project
In Stroustrup's example, what does this colon mean in `return 1 : 2`? It's not a label or ternary operator
How to write a 12-bar blues melody
Would glacier 'trees' be plausible?
Where can I go to avoid planes overhead?
Decoupling cap routing on a 4 layer PCB
What was Bran's plan to kill the Night King?
How can I get a job without pushing my family's income into a higher tax bracket?
How can I support myself financially as a 17 year old with a loan?
Why wasn't the Night King naked in S08E03?
List of newcommands used
What does "Managed by Windows" do in the Power options for network connection?
Understanding trademark infringements in a world where many dictionary words are trademarks?
God Process Monitoring - CentOS - Event System Not Found
Howto make MCrypt and PHP work together on CentOSTwo Centos Machines. Wildly different updatessetting rpmforge repository for Linux (RHEL)Can't configure quota on CentOS 5.5. Strange behaviour of quotacheck and other quota commandsMy Centos is terribly slow Can't Upgrade Centos to 5.6 / Dependency Errorsresolv.conf overwritten *instantly*Upgrade cURL to latest on CentOSYum freezes on Running Transaction CheckDRBD Setup on 2 node CentOS 6.8
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I have god installed on at least a dozen (or more) servers running CentOS 5.5 in both i386 and x86_64 flavors that work perfectly. I just setup two new CentOS 5.5 x86_64 servers and installed God, but I'm getting an event system error:
$ tail /var/log/god.log
E [2011-04-22 12:33:17] ERROR: Condition 'God::Conditions::ProcessExits'
requires an event system but none has been loaded
$ god check
using event system: none
[fail] event system did not load
$ uname -a
Linux server2.example.com 2.6.18-238.9.1.el5 #1 SMP Tue Apr 12 18:10:13 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
I can't find any cn or netlink kernel module on any of my CentOS servers. Yet I have other servers that work fine:
$ god check
using event system: netlink
starting event handler
forking off new process
forked process with pid = 17559
killing process
[ok] process exit event received
$ uname -a
Linux server1.example.com 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
All servers run ruby v1.8.6-399:
# ruby -v
ruby 1.8.6 (2010-02-05 patchlevel 399) [x86_64-linux]
Ruby comes from the ELFF repo:
# rpm -qi ruby
Name : ruby Relocations: (not relocatable)
Version : 1.8.6.399 Vendor: Bravenet ELFF <elff@bravenet.com>
Release : 2.el5 Build Date: Fri Apr 16 18:53:48 2010
Install Date: Thu Mar 24 11:23:48 2011 Build Host: el-build.local
Group : Development/Languages Source RPM: ruby-1.8.6.399-2.el5.src.rpm
Size : 1738695 License: Ruby or GPLv2
Signature : DSA/SHA1, Fri Apr 16 19:07:49 2010, Key ID 551751dfe8b071d6
Packager : Bravenet ELFF <elff@bravenet.com>
I did a little digging and can see the exception getting thrown when God tries to load the Netlink event handler:
no such file to load -- netlink_handler_ext
What could possibly be different between my servers? Am I missing something simple?
centos monitoring god
add a comment |
I have god installed on at least a dozen (or more) servers running CentOS 5.5 in both i386 and x86_64 flavors that work perfectly. I just setup two new CentOS 5.5 x86_64 servers and installed God, but I'm getting an event system error:
$ tail /var/log/god.log
E [2011-04-22 12:33:17] ERROR: Condition 'God::Conditions::ProcessExits'
requires an event system but none has been loaded
$ god check
using event system: none
[fail] event system did not load
$ uname -a
Linux server2.example.com 2.6.18-238.9.1.el5 #1 SMP Tue Apr 12 18:10:13 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
I can't find any cn or netlink kernel module on any of my CentOS servers. Yet I have other servers that work fine:
$ god check
using event system: netlink
starting event handler
forking off new process
forked process with pid = 17559
killing process
[ok] process exit event received
$ uname -a
Linux server1.example.com 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
All servers run ruby v1.8.6-399:
# ruby -v
ruby 1.8.6 (2010-02-05 patchlevel 399) [x86_64-linux]
Ruby comes from the ELFF repo:
# rpm -qi ruby
Name : ruby Relocations: (not relocatable)
Version : 1.8.6.399 Vendor: Bravenet ELFF <elff@bravenet.com>
Release : 2.el5 Build Date: Fri Apr 16 18:53:48 2010
Install Date: Thu Mar 24 11:23:48 2011 Build Host: el-build.local
Group : Development/Languages Source RPM: ruby-1.8.6.399-2.el5.src.rpm
Size : 1738695 License: Ruby or GPLv2
Signature : DSA/SHA1, Fri Apr 16 19:07:49 2010, Key ID 551751dfe8b071d6
Packager : Bravenet ELFF <elff@bravenet.com>
I did a little digging and can see the exception getting thrown when God tries to load the Netlink event handler:
no such file to load -- netlink_handler_ext
What could possibly be different between my servers? Am I missing something simple?
centos monitoring god
add a comment |
I have god installed on at least a dozen (or more) servers running CentOS 5.5 in both i386 and x86_64 flavors that work perfectly. I just setup two new CentOS 5.5 x86_64 servers and installed God, but I'm getting an event system error:
$ tail /var/log/god.log
E [2011-04-22 12:33:17] ERROR: Condition 'God::Conditions::ProcessExits'
requires an event system but none has been loaded
$ god check
using event system: none
[fail] event system did not load
$ uname -a
Linux server2.example.com 2.6.18-238.9.1.el5 #1 SMP Tue Apr 12 18:10:13 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
I can't find any cn or netlink kernel module on any of my CentOS servers. Yet I have other servers that work fine:
$ god check
using event system: netlink
starting event handler
forking off new process
forked process with pid = 17559
killing process
[ok] process exit event received
$ uname -a
Linux server1.example.com 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
All servers run ruby v1.8.6-399:
# ruby -v
ruby 1.8.6 (2010-02-05 patchlevel 399) [x86_64-linux]
Ruby comes from the ELFF repo:
# rpm -qi ruby
Name : ruby Relocations: (not relocatable)
Version : 1.8.6.399 Vendor: Bravenet ELFF <elff@bravenet.com>
Release : 2.el5 Build Date: Fri Apr 16 18:53:48 2010
Install Date: Thu Mar 24 11:23:48 2011 Build Host: el-build.local
Group : Development/Languages Source RPM: ruby-1.8.6.399-2.el5.src.rpm
Size : 1738695 License: Ruby or GPLv2
Signature : DSA/SHA1, Fri Apr 16 19:07:49 2010, Key ID 551751dfe8b071d6
Packager : Bravenet ELFF <elff@bravenet.com>
I did a little digging and can see the exception getting thrown when God tries to load the Netlink event handler:
no such file to load -- netlink_handler_ext
What could possibly be different between my servers? Am I missing something simple?
centos monitoring god
I have god installed on at least a dozen (or more) servers running CentOS 5.5 in both i386 and x86_64 flavors that work perfectly. I just setup two new CentOS 5.5 x86_64 servers and installed God, but I'm getting an event system error:
$ tail /var/log/god.log
E [2011-04-22 12:33:17] ERROR: Condition 'God::Conditions::ProcessExits'
requires an event system but none has been loaded
$ god check
using event system: none
[fail] event system did not load
$ uname -a
Linux server2.example.com 2.6.18-238.9.1.el5 #1 SMP Tue Apr 12 18:10:13 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
I can't find any cn or netlink kernel module on any of my CentOS servers. Yet I have other servers that work fine:
$ god check
using event system: netlink
starting event handler
forking off new process
forked process with pid = 17559
killing process
[ok] process exit event received
$ uname -a
Linux server1.example.com 2.6.18-194.el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
All servers run ruby v1.8.6-399:
# ruby -v
ruby 1.8.6 (2010-02-05 patchlevel 399) [x86_64-linux]
Ruby comes from the ELFF repo:
# rpm -qi ruby
Name : ruby Relocations: (not relocatable)
Version : 1.8.6.399 Vendor: Bravenet ELFF <elff@bravenet.com>
Release : 2.el5 Build Date: Fri Apr 16 18:53:48 2010
Install Date: Thu Mar 24 11:23:48 2011 Build Host: el-build.local
Group : Development/Languages Source RPM: ruby-1.8.6.399-2.el5.src.rpm
Size : 1738695 License: Ruby or GPLv2
Signature : DSA/SHA1, Fri Apr 16 19:07:49 2010, Key ID 551751dfe8b071d6
Packager : Bravenet ELFF <elff@bravenet.com>
I did a little digging and can see the exception getting thrown when God tries to load the Netlink event handler:
no such file to load -- netlink_handler_ext
What could possibly be different between my servers? Am I missing something simple?
centos monitoring god
centos monitoring god
edited Feb 15 '15 at 7:08
HopelessN00b
48.6k24117194
48.6k24117194
asked Apr 23 '11 at 0:20
organicveggieorganicveggie
58131127
58131127
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
netlink_handler_ext is a ruby native extension that is part of God. It looks like God can not load this native extensions either because it was never compiled and the gem was never installed correctly or it's not been added to it's load path.
Use "gem env" to checkout your gem environment, you should be able to find where the gem is installed and manually inspect if the native extension is present on not.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f262694%2fgod-process-monitoring-centos-event-system-not-found%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
netlink_handler_ext is a ruby native extension that is part of God. It looks like God can not load this native extensions either because it was never compiled and the gem was never installed correctly or it's not been added to it's load path.
Use "gem env" to checkout your gem environment, you should be able to find where the gem is installed and manually inspect if the native extension is present on not.
add a comment |
netlink_handler_ext is a ruby native extension that is part of God. It looks like God can not load this native extensions either because it was never compiled and the gem was never installed correctly or it's not been added to it's load path.
Use "gem env" to checkout your gem environment, you should be able to find where the gem is installed and manually inspect if the native extension is present on not.
add a comment |
netlink_handler_ext is a ruby native extension that is part of God. It looks like God can not load this native extensions either because it was never compiled and the gem was never installed correctly or it's not been added to it's load path.
Use "gem env" to checkout your gem environment, you should be able to find where the gem is installed and manually inspect if the native extension is present on not.
netlink_handler_ext is a ruby native extension that is part of God. It looks like God can not load this native extensions either because it was never compiled and the gem was never installed correctly or it's not been added to it's load path.
Use "gem env" to checkout your gem environment, you should be able to find where the gem is installed and manually inspect if the native extension is present on not.
answered Jun 1 '14 at 11:06
Steven WilliamsonSteven Williamson
13515
13515
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f262694%2fgod-process-monitoring-centos-event-system-not-found%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown