-
Notifications
You must be signed in to change notification settings - Fork 58
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
Minion and Sub-Minion Daemons fail to start on MacOS #356
Comments
|
Looks like I am able to replicate this. Digging into the salt-runtests.py log here is what it shows:
|
I can successfully run the salt master and minion on macOS.
Looking at the testing suite now. |
@chalzstrassen if you check the If you It works here. |
@gtmanfred I still cannot bring up the daemons. I even made sure to set $ echo $LANG
en_US.UTF-8 |
What is the output of locale? Also, you shouldn't need this anymore, can
you pull from the latest nitrogen branch?
…On Tue, Jun 6, 2017 at 9:29 PM Charles Chen ***@***.***> wrote:
@gtmanfred <https://github.com/gtmanfred> I still cannot bring up the
daemons. I even made sure to set LANG.
$ echo $LANG
en_US.UTF-8
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#356 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAssoanIH3YBItvCuSRU7xxkLHhPXfWBks5sBhkYgaJpZM4Ni4Fg>
.
|
$ locale
LANG="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_CTYPE="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_ALL= I pulled from the latest nitrogen branch and I am still unable to start the minion and sub-minion daemons. |
Can you run the command with -vvv and also gist the master and minion logs
from the rootdirs in /tmp/salt-tests-tmpdir as well as the log from
/tmp/runtests.log
…On Thu, Jun 8, 2017 at 1:02 AM Charles Chen ***@***.***> wrote:
$ locale
LANG="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_CTYPE="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_ALL=
I pulled from the latest nitrogen branch and I am still unable to start
the minion and sub-minion daemons.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#356 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAssocmvEQjQFjf_UDss8XvmYSjYjRi0ks5sB5ySgaJpZM4Ni4Fg>
.
|
It is also worth noting that our mac tests are now running successfully on py3. |
https://gist.github.com/chalzstrassen/2a0c311771a0ef4d17b5879d6ef28aa1
Gist of the master and minion logs as well as the salt-runtests.log.
|
What is your current version of salt? Currently I have
I am unable to replicate what you are seeing, all my salt tests are working on mac 10.12 Thanks, |
My current version is |
You will need to rebase to the latest that were changes I made after that
that fix this.
…On Sat, Jun 17, 2017 at 3:23 PM Charles Chen ***@***.***> wrote:
My current version is salt-call 2017.5.0-245-g43bee28
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#356 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAssoXnEjRgggo6DzQj9R5QD_pkVXXS3ks5sFDWjgaJpZM4Ni4Fg>
.
|
@chalzstrassen did you get a chance to pull down the latest? Thanks, |
@gtmanfred I finally got a chance.
|
Can you update salt-pytest to the newest git checkout?
…On Wed, Jul 5, 2017 at 1:42 AM, Charles Chen ***@***.***> wrote:
@gtmanfred <https://github.com/gtmanfred> I finally got a chance.
I am now getting below:
$ python tests/runtests.py
from pytestsalt.fixtures.daemons import SaltProxy as PytestSaltProxy
ImportError: cannot import name 'SaltProxy'
Salt Version:
Salt: 2017.7.0-248-gc0e7480
Dependency Versions:
cffi: 1.10.0
cherrypy: Not Installed
dateutil: 2.6.0
docker-py: 2.3.0
gitdb: 2.0.0
gitpython: 2.1.3
ioflo: Not Installed
Jinja2: 2.9.6
libgit2: Not Installed
libnacl: Not Installed
M2Crypto: Not Installed
Mako: Not Installed
msgpack-pure: Not Installed
msgpack-python: 0.4.8
mysql-python: Not Installed
pycparser: 2.17
pycrypto: 2.6.1
pycryptodome: Not Installed
pygit2: Not Installed
Python: 3.6.0 (default, Mar 4 2017, 12:32:34)
python-gnupg: Not Installed
PyYAML: 3.12
PyZMQ: 16.0.2
RAET: Not Installed
smmap: 2.0.1
timelib: Not Installed
Tornado: 4.5.1
ZMQ: 4.1.6
System Versions:
dist:
locale: UTF-8
machine: x86_64
release: 16.6.0
system: Darwin
version: 10.12.5 x86_64
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#356 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAssoVfsi7-gCcZ9X2R9kgvUn1VRRp8tks5sKz5ugaJpZM4Ni4Fg>
.
|
I had the same issue (MacOS), ran salt-call 2017.7.0-350-gb09352c (Nitrogen) |
I am going to close this issue then. Thanks @tonybaloney |
Same also happens for the sub_minion.
The text was updated successfully, but these errors were encountered: