Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Error in function _minion_event" resulting in modules not loaded #23166

Closed
claudiupopescu opened this issue Apr 29, 2015 · 1 comment
Closed
Labels
Bug broken, incorrect, or confusing behavior Core relates to code central or existential to Salt fixed-pls-verify fix is linked, bug author to confirm fix P1 Priority 1 severity-high 2nd top severity, seen by most users, causes major problems
Milestone

Comments

@claudiupopescu
Copy link
Contributor

Version:

           Salt: 2014.7.5
         Python: 2.7.3 (default, Mar 13 2014, 11:03:55)
         Jinja2: 2.7.3
       M2Crypto: 0.21.1
 msgpack-python: 0.4.4
   msgpack-pure: Not Installed
       pycrypto: 2.6
        libnacl: Not Installed
         PyYAML: 3.11
          ioflo: Not Installed
          PyZMQ: 13.1.0
           RAET: Not Installed
            ZMQ: 3.2.3
           Mako: 0.7.0

Error:

2015-04-29 11:21:00,602 [salt.master                                ][ERROR   ] Error in function _minion_event:
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/salt/master.py", line 1348, in run_func
    ret = getattr(self, func)(load)
  File "/usr/local/lib/python2.7/dist-packages/salt/master.py", line 1135, in _minion_event
    self.masterapi._minion_event(load)
  File "/usr/local/lib/python2.7/dist-packages/salt/daemons/masterapi.py", line 716, in _minion_event
    self.fire_event(event['data'], tagify(event['tag'], base=load['pretag']))
AttributeError: 'RemoteFuncs' object has no attribute 'fire_event'

The architecture is master -> syndic (with minion connected at master) -> servers (minions connected at syndic).
Any idea how to debug this one? From my tests so far all boto modules fail to load.

@jfindlay jfindlay added Bug broken, incorrect, or confusing behavior severity-high 2nd top severity, seen by most users, causes major problems P1 Priority 1 Core relates to code central or existential to Salt fixed-pls-verify fix is linked, bug author to confirm fix labels Apr 29, 2015
@jfindlay jfindlay added this to the Approved milestone Apr 29, 2015
@jfindlay
Copy link
Contributor

@claudiupopescu, thanks for the report. This was the result of a typo in masterapi.py.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug broken, incorrect, or confusing behavior Core relates to code central or existential to Salt fixed-pls-verify fix is linked, bug author to confirm fix P1 Priority 1 severity-high 2nd top severity, seen by most users, causes major problems
Projects
None yet
Development

No branches or pull requests

2 participants