You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of Glances 4.3.1, the netifaces dependency has been replaced by netifaces2. Unfortunately, there are a number of problems with netifaces2:
It requires rust to build, which is a blocker on less common platforms that don't have rust available (such as some SPARC systems)
netifaces2 isn't portable, and fails to build on illumos for example; the code in netifaces2 is highly platform-specific (even if it built, it might not work)
As a result, on Tribblix (an illumos distribution) I've rolled back to Glances 4.3.0.8.
From my experience, the original netifaces might be old but it has the great advantage of actually building and working correctly, I would recommend rolling back the dependency.
The text was updated successfully, but these errors were encountered:
As of Glances 4.3.1, the netifaces dependency has been replaced by netifaces2. Unfortunately, there are a number of problems with netifaces2:
As a result, on Tribblix (an illumos distribution) I've rolled back to Glances 4.3.0.8.
From my experience, the original netifaces might be old but it has the great advantage of actually building and working correctly, I would recommend rolling back the dependency.
The text was updated successfully, but these errors were encountered: