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
The method using procfs did only work in case procfs is mounted,
which we cannot expect, especially as procfs is deprecated on
DragonFly. Starting with DragonFly 4.6.1 the sysctl method works
correctly, so try sysctl first, and if it returns a path including
a ":" (which is an invalid path), try to read from procfs before
giving up.
0 commit comments