FS#43719 - [salt-raet] python2-pyzmq dependency

Attached to Project: Community Packages
Opened by Yannick Koechlin (yawniek) - Friday, 06 February 2015, 12:13 GMT
Last edited by Daniel Wallace (gtmanfred) - Thursday, 12 February 2015, 18:17 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sébastien Luttringer (seblu)
Daniel Wallace (gtmanfred)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
fails on start, missing dependency. probably just needs community/python2-pyzmq dependency

Additional info:
* package version(s)
* config and/or log files etc.
ImportError: No module named zmq
Traceback (most recent call last):
File "/usr/bin/salt-master", line 10, in <module>
salt_master()
File "/usr/lib/python2.7/site-packages/salt/scripts.py", line 46, in salt_master
master.start()
File "/usr/lib/python2.7/site-packages/salt/__init__.py", line 145, in start
self.prepare()
File "/usr/lib/python2.7/site-packages/salt/__init__.py", line 126, in prepare
import salt.master
File "/usr/lib/python2.7/site-packages/salt/master.py", line 21, in <module>
import zmq
ImportError: No module named zmq
Traceback (most recent call last):
File "/usr/bin/salt-master", line 10, in <module>
salt_master()
File "/usr/lib/python2.7/site-packages/salt/scripts.py", line 46, in salt_master
master.start()
File "/usr/lib/python2.7/site-packages/salt/__init__.py", line 145, in start
self.prepare()
File "/usr/lib/python2.7/site-packages/salt/__init__.py", line 126, in prepare
import salt.master
File "/usr/lib/python2.7/site-packages/salt/master.py", line 21, in <module>
import zmq


Steps to reproduce:

This task depends upon

Closed by  Daniel Wallace (gtmanfred)
Thursday, 12 February 2015, 18:17 GMT
Reason for closing:  Not a bug
Comment by Yannick Koechlin (yawniek) - Tuesday, 10 February 2015, 08:54 GMT
might also need python2-m2crypto
Comment by Daniel Wallace (gtmanfred) - Thursday, 12 February 2015, 18:16 GMT
It does not need either of those.

Make sure to set transport: raet in your master configuration file, and it won't use either of those.

Loading...