perfsonar-user - Re: [perfsonar-user] powstream, misleading log entries
Subject: perfSONAR User Q&A and Other Discussion
List archive
- From: Mark Feit <>
- To: Jon Clausen <>, "" <>
- Subject: Re: [perfsonar-user] powstream, misleading log entries
- Date: Fri, 4 Aug 2017 12:52:46 +0000
- Accept-language: en-US
- Authentication-results: nordu.net; dkim=none (message not signed) header.d=none;nordu.net; dmarc=none action=none header.from=internet2.edu;
- Ironport-phdr: 9a23:z8p+vRRhHdN9w6qK5aLnG07iFdpsv+yvbD5Q0YIujvd0So/mwa6zZRyN2/xhgRfzUJnB7Loc0qyN4vCmATRIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSijewZbB/IA+qoQnNq8IbnZZsJqEtxxXTv3BGYf5WxWRmJVKSmxbz+MK994N9/ipTpvws6ddOXb31cKokQ7NYCi8mM30u683wqRbDVwqP6WACXWgQjxFFHhLK7BD+Xpf2ryv6qu9w0zSUMMHqUbw5Xymp4qF2QxHqlSgHLSY0/mHJhMJtkKJVrhGvpxJ9zI7VfI6bO/Vxc7jBfdwBQGpNQtpdWzBDD466coABD/ABPeFdr4TloFUBtwG+BQqxD+3v1DBIh2P21rA93uQkHwHJwg0gH84VvXTVqtX1KLkdUfqzzKbW0TXPcela1ing54jVax0sp+yHU7x3ccrU00YvFgXFg02WqYziJTOay/kNv3Kd7+V+SeKjk2EnqwBtojiv28cjkZPFiZ4SylDB8yhy3YU7JcWgRUJlfNKpEYFcui+EO4dsX88vQH1ktDwnxrAFtpO3ZDUGxIgkyhLFdfCKcJKE7gzsWeuVOzt0mW9pdK+5ih2v60av0Pf8WdOx0FtSripKjN3MtncV2hLL9sWJTedx8lq41TuSzw7e5PhIIUcvmqXFMZIhxaMwloYIvkTEAy/2nlj5gLWOdkU+/eio9/roban6pp+dMI90jBvyMqMzmsyjBeQ4NQ8OX2uB9eug073j+FX1QLRMjvIojqnUqI7WKdkaq6KjDQJZzJwv5wu8Aju6ytgUgHoKIV1ddBKClYfpOlXOIP7iDfe4hlShiDJrx/7YMb3gHpXANXnDkLH9fblj8U5czhQ8zcxB655OFL4OPe/zVlfrtNPEFh85LxC0w+H/BdVlyIweQ2yPArSeMKPUq1CI/PsjI/SXZIALojbwMPwl5//1jX8lgl8RY7Ol3ZoRaHCkAPtmOUOZbmTwgtsfC2sFoBcxTPG5wGGFBBxUYT6ZW6sh/Tw9QNakBIzrQIe3jKHH2iqnSNkeLHhLEF6XFnHhbcCZQPoWQCOUPsJ7lDEYD/6sR5JrnUW2uRX00L1hJ/CR5zYVr7ri0sR4/eveiUt0+DBpWZezyWaIGkR9hGBAaTI3wOgrpEJwy0ur0K5kjuZeGMAJof5FT1FpZtbn0+VmBoWqCUr6ddCTRQP+Tw==
- Spamdiagnosticoutput: 1:0
Jon Clausen writes:
In /var/log/messages I would see:
Aug 4 09:44:21 dk-ore-pstp01 powstream[31833]:
OWPControlOpen([fi-csc-pstp01-mi1.nordu.net]:861): Couldn't open 'control'
connection to server: No route to host
Now, I *know* the routing works, so this had me scratching my head for a
while, until I decided that the logged message was 'wrong'.
As it turns out, the firewall on fi-csc-pstp01 was dropping the traffic.
Now, I *think* this classifies as a bug, because the logged info is
actively
misleading. But it's going to be a while before I'd be able to identify
which component to report the bug against.
Connections rejected for administrative reasons get lumped in with the “no
route to host” error returned by the kernel. All that comes back is a number
that gets mapped to that string, and there aren’t separate errors for
anything more specific than that. I agree that the message is a bit
misleading in this situation, but it does fit in a “no way to get there” sort
of way even if it’s not the routing. If you’d tried connecting to
fi-csc-pstp01-mi1.nordu.net:861 with anything else (telnet, nc, etc.) while
that port was blocked, you’d have got the same error.
Any changes to make the message more accurate and informative would have to
take place in the kernel and the C library. As you might have guessed, we
don’t maintain either and are bound by their behavior. :-)
Maybe, actually, a couple of pointers on how to submit bug reports?
Asking on the perfsonar-users is a good start. If you’re positive you’ve
found a bug, you can also drop us a line directly on the perfsonar-developers
list. The perfSONAR project on GitHub (https://github.com/perfsonar) is
divided up into many sub-projects, each with its own issue tracker, so I
don’t recommend submitting bugs directly there unless you know which
component is the problem.
HTH.
--Mark
- [perfsonar-user] powstream, misleading log entries, Jon Clausen, 08/04/2017
- Re: [perfsonar-user] powstream, misleading log entries, Mark Feit, 08/04/2017
- Re: [perfsonar-user] powstream, misleading log entries, Jon Clausen, 08/04/2017
- RE: [perfsonar-user] powstream, misleading log entries, Garnizov, Ivan (RRZE), 08/07/2017
- Re: [perfsonar-user] powstream, misleading log entries, Jon Clausen, 08/07/2017
- RE: [perfsonar-user] powstream, misleading log entries, Garnizov, Ivan (RRZE), 08/07/2017
- Re: [perfsonar-user] powstream, misleading log entries, Jon Clausen, 08/04/2017
- Re: [perfsonar-user] powstream, misleading log entries, Mark Feit, 08/04/2017
Archive powered by MHonArc 2.6.19.