blob: 17fd80820caa810ea43b16d5db82aeccd7b2fc2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
QA output created by 272
Waiting for pmcd to terminate ...
Starting pmcd ...
Starting pmlogger ...
checking default access for this host ...
sample.long.million
value 1000000
sample.write_me old value=2 new value=111
checking access for OTHERHOST1 (both should succeed)
sample.long.million
value 1000000
sample.write_me old value=111 new value=222
checking access for OTHERHOST2 (store should fail)
sample.long.hundred
value 100
sample.write_me old value=222 new value=333
sample.write_me: pmStore: No permission to perform requested operation
checking connection limit for OTHERHOST2 (will exceed connection limit)
pminfo: Cannot connect to PMCD on host "OTHERHOST2": PMCD connection limit for this host exceeded
pmcd.log:=======
endclient client[M]: (fd N) PMCD connection limit for this host exceeded (-12388)
================
Waiting for pmcd to terminate ...
Starting pmcd ...
Starting pmlogger ...
pmcd.control.debug old value=0 new value=4096
checking default access for this host (store should fail) ...
sample.long.million
value 1000000
sample.write_me old value=2 new value=444
sample.write_me: pmStore: No permission to perform requested operation
checking access for OTHERHOST1 (both should succeed)
sample.long.million
value 1000000
sample.write_me old value=2 new value=555
checking access for OTHERHOST2 (store should fail)
sample.long.hundred
value 100
sample.write_me old value=555 new value=666
sample.write_me: pmStore: No permission to perform requested operation
checking default access for explicit/localhost (both should fail)
sample.write_me old value=555 new value=21
sample.write_me: pmStore: No permission to perform requested operation
sample.write_me old value=555 new value=42
sample.write_me: pmStore: No permission to perform requested operation
pmcd.log:=======
================
Waiting for pmcd to terminate ...
Starting pmcd ...
Starting pmlogger ...
|