@awiddersheim your strace output actually exposes another bug, but I'll file
an issue for that. Here's the problem I see right now:

```
stat("/root/..cnf", 0x7fff7c4e6620) = -1 ENOENT (No such file or directory)
```

That should be `/.root/.my.cnf`, but that's the aforementioned bug. This
patch causes the cycle of checking which `my.cnf` to ignore the one that may
exist in a user's homedir.

-- 
Reply to this email on GitHub:
https://github.com/monitoring-plugins/monitoring-plugins/pull/1199#issuecomment-38799282

Reply via email to