-
Notifications
You must be signed in to change notification settings - Fork 814
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
IOError: [Errno 2] No such file or directory: '/proc/net/dev' #1175
Comments
There is a similar issue on OpenShift, where /proc/net/dev is present but not readable from inside a container. |
Same issue here (with a workaround using |
Adding this to triage for 5.3.0 release. |
By any chance, does anyone have the Kernel version number. I tried on a stock ubuntu 13.10 x64 VM but I couldn't reproduce the issue there. |
The issue occurs, notably, with Grsecurity kernels. Let's see how it ends when moving from |
This is a won't fix for now. Let's reopen if needed. |
I know this is closed for now, but thought I would place a workaround here in case anyone needs it. This is based on the workaround in #604 as it has changed slightly: in
with:
|
On some kernel it looks like /proc/net/dev is unavailable and it's filling up the collector log with that error
Last seen on an ubuntu 13.10 x64 that might be running a custom kernel.
The text was updated successfully, but these errors were encountered: