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

Release new gem version with fix for ip command? #24

Closed
devwout opened this issue Sep 10, 2013 · 13 comments
Closed

Release new gem version with fix for ip command? #24

devwout opened this issue Sep 10, 2013 · 13 comments

Comments

@devwout
Copy link

devwout commented Sep 10, 2013

Commit 8c0d99d fixes support for getting the mac address through the ip command. After patching it myself, I figured out the solution was already in master. Maybe this fix deserves a new gem release, as the ip command will be more and more common?

@JamesHarrison
Copy link

This really should get done - this breaks, for instance, aws-sdk on any OS modern enough to have gotten rid of net-tools (and by extension ifconfig). Are there any blockers to this that need resolving and can be done by the community (ie us lot)?

@tlunter
Copy link
Contributor

tlunter commented Nov 18, 2013

+1 would really like to see a gem release!

@pellaeon
Copy link

Please do a gem release, thanks!

@sporkmonger
Copy link
Owner

Wow, I guess I really haven't done a release in ages. For some reason I thought one went out a few months ago, but I guess it was one of my other gems. I'll see if I can't get things ready for a release in the next day or so.

@j1n6
Copy link

j1n6 commented Jul 22, 2014

I am experiencing the same issue.

The context is I'm trying to run fluentd + fluent-plugin-s3 in Docker. Docker in recent release has deprecated 'ifconfig' and only provide ip command in container.

fluent-plugin-s3 depends on 'fluent-mixin-config-placeholders'. uuidtools is loaded and get confused.

@j1n6
Copy link

j1n6 commented Jul 22, 2014

When I looked at the source code, the bug has already been fixed in 3cdad0a

All we need is a release :)

@tagomoris
Copy link

I'm also waiting next release!

@j1n6
Copy link

j1n6 commented Aug 11, 2014

My workaround in recent Docker was patching a ifconfig executables, which is terrible...

@sporkmonger
Copy link
Owner

Profuse apologies for how long it took to get around to taking care of this. I know it's been a problem for a bunch of people. I've just been bogged down with unrelated startup stuff. 😓

Cleared up by cbf7fe7.

@j1n6
Copy link

j1n6 commented Aug 12, 2014

awesome! Thank you for taking your time managing this project. Very much appreciated!

@tagomoris
Copy link

Thank you very much!

@pellaeon
Copy link

Yay!

@devwout
Copy link
Author

devwout commented Aug 12, 2014

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants