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;








6















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?










share|improve this question






























    6















    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?










    share|improve this question


























      6












      6








      6


      1






      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?










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Feb 15 '15 at 7:08









      HopelessN00b

      48.6k24117194




      48.6k24117194










      asked Apr 23 '11 at 0:20









      organicveggieorganicveggie

      58131127




      58131127




















          1 Answer
          1






          active

          oldest

          votes


















          0














          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.






          share|improve this answer























            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
            );



            );













            draft saved

            draft discarded


















            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









            0














            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.






            share|improve this answer



























              0














              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.






              share|improve this answer

























                0












                0








                0







                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.






                share|improve this answer













                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.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Jun 1 '14 at 11:06









                Steven WilliamsonSteven Williamson

                13515




                13515



























                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

                    What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

                    Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos