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

salt-ssh error on 2015.8 #26850

Closed
jfindlay opened this issue Sep 2, 2015 · 0 comments
Closed

salt-ssh error on 2015.8 #26850

jfindlay opened this issue Sep 2, 2015 · 0 comments
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 P2 Priority 2 Salt-SSH severity-high 2nd top severity, seen by most users, causes major problems ZRELEASED - Beryllium
Milestone

Comments

@jfindlay
Copy link
Contributor

jfindlay commented Sep 2, 2015

@basepi, @cachedout

commands

If I switch to 2015.8.0rc3, the following command works.

[root@localhost ~]# salt-ssh jmoney-centos-7-2 -i test.ping
jmoney-centos-7-2:
    ----------
    retcode:
        1
    stderr:
        [CRITICAL] Unable to import msgpack or msgpack_pure python modules
        [ERROR   ] An un-handled exception was caught by salt's global exception handler:
        NameError: name 'msgpack' is not defined
        Traceback (most recent call last):
          File "/tmp/.root_c87ee6_salt/salt-call", line 4, in <module>
            salt_call()
          File "/tmp/.root_c87ee6_salt/salt/scripts.py", line 325, in salt_call
            import salt.cli.call
          File "/tmp/.root_c87ee6_salt/salt/cli/call.py", line 6, in <module>
            from salt.utils import parsers
          File "/tmp/.root_c87ee6_salt/salt/utils/parsers.py", line 26, in <module>
            import salt.config as config
          File "/tmp/.root_c87ee6_salt/salt/config.py", line 39, in <module>
            import salt.utils.sdb
          File "/tmp/.root_c87ee6_salt/salt/utils/sdb.py", line 9, in <module>
            import salt.loader
          File "/tmp/.root_c87ee6_salt/salt/loader.py", line 28, in <module>
            import salt.utils.event
          File "/tmp/.root_c87ee6_salt/salt/utils/event.py", line 80, in <module>
            import salt.payload
          File "/tmp/.root_c87ee6_salt/salt/payload.py", line 52, in <module>
            if not hasattr(msgpack, 'exceptions'):
        NameError: name 'msgpack' is not defined
        Traceback (most recent call last):
          File "/tmp/.root_c87ee6_salt/salt-call", line 4, in <module>
            salt_call()
          File "/tmp/.root_c87ee6_salt/salt/scripts.py", line 325, in salt_call
            import salt.cli.call
          File "/tmp/.root_c87ee6_salt/salt/cli/call.py", line 6, in <module>
            from salt.utils import parsers
          File "/tmp/.root_c87ee6_salt/salt/utils/parsers.py", line 26, in <module>
            import salt.config as config
          File "/tmp/.root_c87ee6_salt/salt/config.py", line 39, in <module>
            import salt.utils.sdb
          File "/tmp/.root_c87ee6_salt/salt/utils/sdb.py", line 9, in <module>
            import salt.loader
          File "/tmp/.root_c87ee6_salt/salt/loader.py", line 28, in <module>
            import salt.utils.event
          File "/tmp/.root_c87ee6_salt/salt/utils/event.py", line 80, in <module>
            import salt.payload
          File "/tmp/.root_c87ee6_salt/salt/payload.py", line 52, in <module>
            if not hasattr(msgpack, 'exceptions'):
        NameError: name 'msgpack' is not defined
    stdout:

versions

[root@localhost ~]# salt-ssh --versions
Salt Version:
           Salt: 2015.8.0rc3-1123-gf68ba28

Dependency Versions:
         Jinja2: 2.7.2
       M2Crypto: 0.21.1
           Mako: Not Installed
         PyYAML: 3.10
          PyZMQ: 14.3.1
         Python: 2.7.5 (default, Jun 17 2014, 18:11:42)
           RAET: Not Installed
        Tornado: 4.1
            ZMQ: 3.2.5
           cffi: Not Installed
       cherrypy: Not Installed
       dateutil: Not Installed
          gitdb: Not Installed
      gitpython: Not Installed
          ioflo: Not Installed
        libnacl: Not Installed
   msgpack-pure: Not Installed
 msgpack-python: 0.4.6
   mysql-python: Not Installed
      pycparser: Not Installed
       pycrypto: 2.6.1
         pygit2: Not Installed
   python-gnupg: Not Installed
          smmap: Not Installed
        timelib: Not Installed

System Versions:
           dist: centos 7.0.1406 Core
        machine: x86_64
        release: 4.1.5-x86_64-linode61
         system: CentOS Linux 7.0.1406 Core
@jfindlay jfindlay added Bug broken, incorrect, or confusing behavior Core relates to code central or existential to Salt Salt-SSH severity-high 2nd top severity, seen by most users, causes major problems P2 Priority 2 ZRELEASED - Beryllium labels Sep 2, 2015
@jfindlay jfindlay added this to the Approved milestone Sep 2, 2015
basepi added a commit to basepi/salt that referenced this issue Sep 2, 2015
@basepi basepi added the fixed-pls-verify fix is linked, bug author to confirm fix label Sep 2, 2015
@basepi basepi closed this as completed Sep 2, 2015
rallytime pushed a commit to rallytime/salt that referenced this issue Sep 2, 2015
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 P2 Priority 2 Salt-SSH severity-high 2nd top severity, seen by most users, causes major problems ZRELEASED - Beryllium
Projects
None yet
Development

No branches or pull requests

2 participants