In addtion to the 022 one I mentioned earlier, I'm seeing the following
failures on
Host PCP CPU Operating System
----------- -------- ------ ------------------
vm02 3.8.8 i686 openSUSE 12.1 (Asparagus)
set up thusly
$ pmconfig -L
pcp_version=3.8.8
pmapi_version=2
multi_threaded=true
fault_injection=false
secure_sockets=false
ipv6=true
authentication=false
unix_domain_sockets=true
static_probes=false
service_discovery=true
== 365 ==
diff 365.out 365.out.bad
5c5,10
< Log for pmcd on HOST started DATE
---
Arrgghhh ... pmcd at localhost failed to start after 20 seconds
=== failing pmprobe ===
+ pmprobe -n /var/lib/pcp/pmns/root_pmcd -h localhost pmcd.numclients
pmprobe: Cannot connect to PMCD on host "localhost": Connection refused
=== pmcd.log ===
Log for pmcd on vm02 started Thu Nov 7 09:55:20 2013
7c12
< [DATE] pmcd(PID) Error: gethostbyname(not.a.real.host), No address
associated with name
---
[Thu Nov 7 09:55:20] pmcd(8000) Error: __pmGetAddrInfo(not.a.real.host),
Resolver Error 0 (no error)
...
and it just gets worse from here on.
== 533 ==
diff 533.out 533.out.bad
3c3
< Connect to PMDA on ipv6 port PORT
---
opensocket: connect: Network is unreachable
...
and nothing works as expected after this
== 536 ==
diff 536.out 536.out.bad
28c28
< samples: 4
---
samples: 3
35d34
< 08:49:55.001 0.03 0.05 0.05
58,59c57
< samples: 2
< interval: 10.00 sec
---
samples: 1
63d60
< 15:13:10.001 244885960
== 722 ==
diff 722.out 722.out.bad
2,449c2,9
< ATOP - Day Month 9 9:9:9 9 9:9:9 elapsed
... all the .out file!
---
Traceback (most recent call last):
File "/usr/bin/pmatop", line 44, in <module>
import curses
ImportError: No module named curses
Traceback (most recent call last):
File "/usr/bin/pmatop", line 44, in <module>
import curses
ImportError: No module named curses
If we need something extra installed it should be (a) included in the
packaging, and/or (b) checked at run-time to allow a more elegant and
informative exit than this.
== 725 ==
diff 725.out 725.out.bad
26c26
< Data Type: 64-bit unsigned int InDom: 122.0 0x1e800000
---
Data Type: 32-bit unsigned int InDom: 122.0 0x1e800000
34c34
< Data Type: 64-bit unsigned int InDom: 122.0 0x1e800000
---
Data Type: 32-bit unsigned int InDom: 122.0 0x1e800000
... etc for a bunch of metrics with the unexpected size
== 944 ==
diff 944.out 944.out.bad
2,24c2,3
< Log for pmcd on HOST started DATE
<
<
< active agent dom pid in out ver protocol parameters
< ============ === ===== === === === ======== ==========
< sample DOMAIN PID IN OUT VER bin pipe
cmd=PCP_PMDAS_DIR/sample/pmdasample -d 29 -U USERNAME
<
< Host access list empty: access control turned off
< User access list:
< 00 01 Cur/MaxCons uid user-name group-list
< == == =========== ======= ===============================
==========================================================
< y n 0 0 USERID USERNAME GROUPID(GROUPNAME),...
< n n 0 0 * *
<
<
< pmcd: PID = PID
< pmcd request port(s):
< sts fd port family address
< === ==== ===== ====== =======
< ok FD unix UNIX_DOMAIN_SOCKET
< ok FD port inet INADDR_ANY
< ok FD port ipv6 INADDR_ANY
<
---
pmcd_wait: Cannot connect to PMCD on host "unix:/tmp/15204.pmcd.socket": No
such file or directory
944: line 106: /tmp/15204.log: No such file or directory
... and then it is all down hill from here
|