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 fails to start on ipv6 (on freebsd) #25980

Closed
kim0 opened this issue Aug 3, 2015 · 6 comments
Closed

salt fails to start on ipv6 (on freebsd) #25980

kim0 opened this issue Aug 3, 2015 · 6 comments
Labels
Bug broken, incorrect, or confusing behavior Core relates to code central or existential to Salt Regression The issue is a bug that breaks functionality known to work in previous releases. severity-medium 3rd level, incorrect or bad functionality, confusing and lacks a work around
Milestone

Comments

@kim0
Copy link
Contributor

kim0 commented Aug 3, 2015

I'm trying to run a salt-master / salt-minion setup on a single machine (freebsd 9) using ipv6. This is continuously failing with "Invalid argument".

Master config file: http://paste2.org/ZhFypIas
Minion config file: http://paste2.org/mwmB30kK

Master log level all: http://paste2.org/jwmBBssM
Minion log level all: http://paste2.org/bbm59AYy

We've hit this on freebsd infrastructure. I've created a clean freebsd-9 VM just to test this, and hit it as well. Let me know if any info is needed

@cachedout
Copy link
Contributor

What version of Salt are you testing this with?

@cachedout cachedout added Bug broken, incorrect, or confusing behavior info-needed waiting for more info labels Aug 3, 2015
@cachedout cachedout added this to the Approved milestone Aug 3, 2015
@kim0
Copy link
Contributor Author

kim0 commented Aug 3, 2015

2015.5.3

@cachedout cachedout added severity-medium 3rd level, incorrect or bad functionality, confusing and lacks a work around Core relates to code central or existential to Salt Regression The issue is a bug that breaks functionality known to work in previous releases. and removed info-needed waiting for more info labels Aug 3, 2015
@lwhsu
Copy link

lwhsu commented Aug 6, 2015

I think this is the same problem with #24477 , updating zmq with this zeromq/zeromq4-1@8146465 patch in zeromq/zeromq4-1#43 will work.

Also, in FreeBSD you can try this patch for your ports tree: freebsd/freebsd-ports#31

@lwhsu
Copy link

lwhsu commented Aug 6, 2015

freebsd/freebsd-ports#31 is committed and you can try it directly from ports tree or with package when it is available later.

@kim0
Copy link
Contributor Author

kim0 commented Aug 6, 2015

Thanks @lwhsu 👍

@msteed
Copy link
Contributor

msteed commented Aug 11, 2015

@kim0: we believe this is fixed by the zeromq patch referenced above. If you find otherwise, feel free to reopen this.

@msteed msteed closed this as completed Aug 11, 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 Regression The issue is a bug that breaks functionality known to work in previous releases. severity-medium 3rd level, incorrect or bad functionality, confusing and lacks a work around
Projects
None yet
Development

No branches or pull requests

4 participants