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
Please migrate away from net-tools #446
Comments
|
If you look more closely, you will see that most hits are comments. In I hope I am not missing anything. |
|
Thanks @oliverkurth , yeah I've already seen that quite a bunch are comments and have fallbacks. I know we have talked about the same on the sdmp plugin, and I just wanted to make sure the remaining few will be sorted before the next release so that we can again drop the net-tools dependence which Bernd correctly added when seeing this recently. Thanks for passing that to an internal bug, looking forward to see the next 11.x release fully non net-tools compatible. |
|
@oliverkurth Please add also fallbacks to ifconfig / netstat. as i have seen in the commit its without fallback 64db1c0 or should i make a PR? |
|
@cpaelzer Unfortunately the change for the Linux vm-support script missed the window for the next major point release of open-vm-tools. It is scheduled for the follow-up maintenance update. |
|
@MaxPeal are you requesting that the vm-support script discussed earlier fall back to ifconfig/netstat? That is what we intend to do. Or, are you requesting that the Service Discover scripts referenced in the stable-11.1.0-SDMP-fixes fall back to ifconfig/netstat? If the latter, it would probably be better to track the request as as a new issue. Thanks, |
The "ifconfig" and "netstat" commands are deprecated in more recent
releases of Linux. Update the Linux vm-support script to use the "ip"
and "ss" commands when available.
If Available: Fallback:
ip ifconfig
ip route route
ss netstat
Addresses: #446
|
This issue was resolved with change 9bdfa71 and part of open-vm-tools 11.3.0. Closing this issue. |
cpaelzer commentedJul 1, 2020
Hi,
net-tools like netstat, ifconfig and such are deprecated and replaced by newer tools.
These packages are meant to be faded out by many distributions.
We recently had the discussion with the sdmp plugin and I'm glad you provided 64db1c0 for that.
But triggered due to this we found that e.g.
ifconfigis in use as well.I wanted to ask if you could try to migrate to
ipfor these.For the sake of being a VMware page I think this howto is the best one to link for this :-)
The text was updated successfully, but these errors were encountered: