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

error on statfs - ACPI Error: SMBus/IPMI/GenericSerialBus #795

Closed
TuranTimur opened this issue Jan 22, 2018 · 4 comments
Closed

error on statfs - ACPI Error: SMBus/IPMI/GenericSerialBus #795

TuranTimur opened this issue Jan 22, 2018 · 4 comments
Labels

Comments

@TuranTimur
Copy link

TuranTimur commented Jan 22, 2018

Host operating system: output of uname -a

Linux mylinuxbox 3.10.0-514.el7.x86_64 #1 SMP Wed Oct 19 11:24:13 EDT 2016 x86_64 x86_64 x86_64 GNU/Linux

node_exporter version: output of node_exporter --version

node_exporter --version
node_exporter, version 0.15.2 (branch: HEAD, revision: 98bc649)
build user: root@d5c4792c921f
build date: 20171205-14:50:53
go version: go1.9.2

node_exporter command line flags

no option

Are you running node_exporter in Docker?

no

What did you do that produced an error?

tail -f /var/log/message

What did you expect to see?

/usr/local/bin/node_exporter --collector.nfs --collector.bonding --collector.ntp --collector.mountstats

What did you see instead?

Jan 22 04:27:22 mylinuxbox kernel: ACPI Error: SMBus/IPMI/GenericSerialBus write requires Buffer of length 66, found length 32 (20130517/exfield-299)
Jan 22 04:27:22 mylinuxbox kernel: ACPI Error: Method parse/execution failed [_SB_.PMI0._PMM] (Node ffff880167a1c4b0), AE_AML_BUFFER_LIMIT (20130517/psparse-536)
Jan 22 04:27:22 mylinuxbox kernel: ACPI Exception: AE_AML_BUFFER_LIMIT, Evaluating _PMM (20130517/power_meter-339)

ERRO[0013] Error on statfs() system call for "net:[4026533769]": no such file or directory source="filesystem_linux.go:57"
ERRO[0018] Error on statfs() system call for "net:[4026533029]": no such file or directory source="filesystem_linux.go:57"
ERRO[0018] Error on statfs() system call for "net:[4026533236]": no such file or directory source="filesystem_linux.go:57"
ERRO[0018] Error on statfs() system call for "net:[4026533338]": no such file or directory source="filesystem_linux.go:57"
ERRO[0018] Error on statfs() system call for "net:[4026533444]": no such file or directory source="filesystem_linux.go:57"
ERRO[0018] Error on statfs() system call for "net:[4026533547]": no such file or directory source="filesystem_linux.go:57"
ERRO[0018] Error on statfs() system call for "net:[4026533654]": no such file or directory source="filesystem_linux.go:57"
ERRO[0018] Error on statfs() system call for "net:[4026533140]": no such file or directory source="filesystem_linux.go:57"
ERRO[0018] Error on statfs() system call for "/var/lib/docker/overlay/.../merged": permission denied source="filesystem_linux.go:57"
ERRO[0018] Error on statfs() system call for "/var/lib/docker/containers/../shm": permission denied source="filesystem_linux.go:57"
ERRO[0018] Error on statfs() system call for "net:[4026533769]": no such file or directory source="filesystem_linux.go:57"

is there any workaround for this error?

@SuperQ
Copy link
Member

SuperQ commented Jan 22, 2018

Something very strange is going on with your node. Can you attach a copy of /proc/mounts?

The simple workaround is to adjust the ignored mountpoint or ignored fstypes. With a copy of your /proc/mounts I can make some recommendations.

@SuperQ
Copy link
Member

SuperQ commented Jan 22, 2018

Also, this is not a bug in the exporter, in the future, please use our community contact. GitHub issues are reserved for bugs and feature requests.

@TuranTimur
Copy link
Author

looks like this is related with below
#773

@XSHui
Copy link

XSHui commented Sep 9, 2019

@donghwicha
I the same problem :
https://groups.google.com/forum/#!topic/prometheus-users/l2VwltVTgMg
How did you solve this problem?

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

No branches or pull requests

3 participants