[Pgpool-general] psql: server closed the connection unexpectedly

Ger Apeldoorn ger.apeldoorn at sara.nl
Tue Jan 26 13:55:15 UTC 2010


Hi,

I'm still having this issue, pgpool-II cannot connect to the backends 
after upgrading to version 2.3.
The other pgpool (which connects to the same backend servers and runs 
the same pgpool version with identical configuration) does connect.

If I become user postgres, I can 'psql' into the backends manually 
without any problems. Thus, it is not a connectivity issue.

Could it be that only one pgpool-II server can be active at the same time?

I've attached debugging info, perhaps this sheds some light to the problem.

Thank you,
Ger.


# cat /var/log/pgpool.log
2010-01-26 14:46:30 DEBUG: pid 11042: key: listen_addresses
2010-01-26 14:46:30 DEBUG: pid 11042: value: '*' kind: 4
2010-01-26 14:46:30 DEBUG: pid 11042: key: port
2010-01-26 14:46:30 DEBUG: pid 11042: value: 9999 kind: 2
2010-01-26 14:46:30 DEBUG: pid 11042: key: pcp_port
2010-01-26 14:46:30 DEBUG: pid 11042: value: 9898 kind: 2
2010-01-26 14:46:30 DEBUG: pid 11042: key: socket_dir
2010-01-26 14:46:30 DEBUG: pid 11042: value: '/tmp' kind: 4
2010-01-26 14:46:30 DEBUG: pid 11042: key: pcp_socket_dir
2010-01-26 14:46:30 DEBUG: pid 11042: value: '/tmp' kind: 4
2010-01-26 14:46:30 DEBUG: pid 11042: key: backend_socket_dir
2010-01-26 14:46:30 DEBUG: pid 11042: value: '/tmp' kind: 4
2010-01-26 14:46:30 DEBUG: pid 11042: key: pcp_timeout
2010-01-26 14:46:30 DEBUG: pid 11042: value: 10 kind: 2
2010-01-26 14:46:30 DEBUG: pid 11042: key: num_init_children
2010-01-26 14:46:30 DEBUG: pid 11042: value: 256 kind: 2
2010-01-26 14:46:30 DEBUG: pid 11042: key: max_pool
2010-01-26 14:46:30 DEBUG: pid 11042: value: 128 kind: 2
2010-01-26 14:46:30 DEBUG: pid 11042: key: child_life_time
2010-01-26 14:46:30 DEBUG: pid 11042: value: 300 kind: 2
2010-01-26 14:46:30 DEBUG: pid 11042: key: connection_life_time
2010-01-26 14:46:30 DEBUG: pid 11042: value: 60 kind: 2
2010-01-26 14:46:30 DEBUG: pid 11042: key: child_max_connections
2010-01-26 14:46:30 DEBUG: pid 11042: value: 0 kind: 2
2010-01-26 14:46:30 DEBUG: pid 11042: key: client_idle_limit
2010-01-26 14:46:30 DEBUG: pid 11042: value: 0 kind: 2
2010-01-26 14:46:30 DEBUG: pid 11042: key: authentication_timeout
2010-01-26 14:46:30 DEBUG: pid 11042: value: 60 kind: 2
2010-01-26 14:46:30 DEBUG: pid 11042: key: logdir
2010-01-26 14:46:30 DEBUG: pid 11042: value: '/tmp' kind: 4
2010-01-26 14:46:30 DEBUG: pid 11042: key: pid_file_name
2010-01-26 14:46:30 DEBUG: pid 11042: value: 
'/var/run/pgpool/pgpool.pid' kind: 4
2010-01-26 14:46:30 DEBUG: pid 11042: key: replication_mode
2010-01-26 14:46:30 DEBUG: pid 11042: value: true kind: 1
2010-01-26 14:46:30 DEBUG: pid 11042: key: load_balance_mode
2010-01-26 14:46:30 DEBUG: pid 11042: value: true kind: 1
2010-01-26 14:46:30 DEBUG: pid 11042: key: replication_stop_on_mismatch
2010-01-26 14:46:30 DEBUG: pid 11042: value: true kind: 1
2010-01-26 14:46:30 DEBUG: pid 11042: replication_stop_on_mismatch: 1
2010-01-26 14:46:30 DEBUG: pid 11042: key: replicate_select
2010-01-26 14:46:30 DEBUG: pid 11042: value: false kind: 1
2010-01-26 14:46:30 DEBUG: pid 11042: replicate_select: 0
2010-01-26 14:46:30 DEBUG: pid 11042: key: reset_query_list
2010-01-26 14:46:30 DEBUG: pid 11042: value: 'ABORT; DISCARD ALL' kind: 4
2010-01-26 14:46:30 DEBUG: pid 11042: extract_string_tokens: token: ABORT
2010-01-26 14:46:30 DEBUG: pid 11042: extract_string_tokens: token:  
DISCARD ALL
2010-01-26 14:46:30 DEBUG: pid 11042: key: print_timestamp
2010-01-26 14:46:30 DEBUG: pid 11042: value: true kind: 1
2010-01-26 14:46:30 DEBUG: pid 11042: key: master_slave_mode
2010-01-26 14:46:30 DEBUG: pid 11042: value: false kind: 1
2010-01-26 14:46:30 DEBUG: pid 11042: key: connection_cache
2010-01-26 14:46:30 DEBUG: pid 11042: value: true kind: 1
2010-01-26 14:46:30 DEBUG: pid 11042: key: health_check_timeout
2010-01-26 14:46:30 DEBUG: pid 11042: value: 20 kind: 2
2010-01-26 14:46:30 DEBUG: pid 11042: key: health_check_period
2010-01-26 14:46:30 DEBUG: pid 11042: value: 0 kind: 2
2010-01-26 14:46:30 DEBUG: pid 11042: key: health_check_user
2010-01-26 14:46:30 DEBUG: pid 11042: value: 'postgres' kind: 4
2010-01-26 14:46:30 DEBUG: pid 11042: key: failover_command
2010-01-26 14:46:30 DEBUG: pid 11042: value: '' kind: 4
2010-01-26 14:46:30 DEBUG: pid 11042: key: failback_command
2010-01-26 14:46:30 DEBUG: pid 11042: value: '' kind: 4
2010-01-26 14:46:30 DEBUG: pid 11042: key: insert_lock
2010-01-26 14:46:30 DEBUG: pid 11042: value: false kind: 1
2010-01-26 14:46:30 DEBUG: pid 11042: key: ignore_leading_white_space
2010-01-26 14:46:30 DEBUG: pid 11042: value: true kind: 1
2010-01-26 14:46:30 DEBUG: pid 11042: key: log_statement
2010-01-26 14:46:30 DEBUG: pid 11042: value: false kind: 1
2010-01-26 14:46:30 DEBUG: pid 11042: key: log_connections
2010-01-26 14:46:30 DEBUG: pid 11042: value: false kind: 1
2010-01-26 14:46:30 DEBUG: pid 11042: key: log_hostname
2010-01-26 14:46:30 DEBUG: pid 11042: value: false kind: 1
2010-01-26 14:46:30 DEBUG: pid 11042: key: parallel_mode
2010-01-26 14:46:30 DEBUG: pid 11042: value: false kind: 1
2010-01-26 14:46:30 DEBUG: pid 11042: key: enable_query_cache
2010-01-26 14:46:30 DEBUG: pid 11042: value: false kind: 1
2010-01-26 14:46:30 DEBUG: pid 11042: key: pgpool2_hostname
2010-01-26 14:46:30 DEBUG: pid 11042: value: '' kind: 4
2010-01-26 14:46:30 DEBUG: pid 11042: key: system_db_hostname
2010-01-26 14:46:30 DEBUG: pid 11042: value: 'localhost' kind: 4
2010-01-26 14:46:30 DEBUG: pid 11042: key: system_db_port
2010-01-26 14:46:30 DEBUG: pid 11042: value: 5433 kind: 2
2010-01-26 14:46:30 DEBUG: pid 11042: key: system_db_dbname
2010-01-26 14:46:30 DEBUG: pid 11042: value: 'pgpool' kind: 4
2010-01-26 14:46:30 DEBUG: pid 11042: key: system_db_schema
2010-01-26 14:46:30 DEBUG: pid 11042: value: 'pgpool_catalog' kind: 4
2010-01-26 14:46:30 DEBUG: pid 11042: key: system_db_user
2010-01-26 14:46:30 DEBUG: pid 11042: value: 'pgpool' kind: 4
2010-01-26 14:46:30 DEBUG: pid 11042: key: system_db_password
2010-01-26 14:46:30 DEBUG: pid 11042: value: '' kind: 4
2010-01-26 14:46:30 DEBUG: pid 11042: key: backend_hostname0
2010-01-26 14:46:30 DEBUG: pid 11042: value: 'db2' kind: 4
2010-01-26 14:46:30 DEBUG: pid 11042: key: backend_port0
2010-01-26 14:46:30 DEBUG: pid 11042: value: 5433 kind: 2
2010-01-26 14:46:30 DEBUG: pid 11042: pool_config: port slot number 0
2010-01-26 14:46:30 DEBUG: pid 11042: key: backend_weight0
2010-01-26 14:46:30 DEBUG: pid 11042: value: 1 kind: 2
2010-01-26 14:46:30 DEBUG: pid 11042: pool_config: weight slot number 0 
weight: 1.000000
2010-01-26 14:46:30 DEBUG: pid 11042: key: backend_data_directory0
2010-01-26 14:46:30 DEBUG: pid 11042: value: '/data/postgres/data' kind: 4
2010-01-26 14:46:30 DEBUG: pid 11042: key: backend_hostname1
2010-01-26 14:46:30 DEBUG: pid 11042: value: 'db3' kind: 4
2010-01-26 14:46:30 DEBUG: pid 11042: key: backend_port1
2010-01-26 14:46:30 DEBUG: pid 11042: value: 5433 kind: 2
2010-01-26 14:46:30 DEBUG: pid 11042: pool_config: port slot number 1
2010-01-26 14:46:30 DEBUG: pid 11042: key: backend_weight1
2010-01-26 14:46:30 DEBUG: pid 11042: value: 1 kind: 2
2010-01-26 14:46:30 DEBUG: pid 11042: pool_config: weight slot number 1 
weight: 1.000000
2010-01-26 14:46:30 DEBUG: pid 11042: key: backend_data_directory1
2010-01-26 14:46:30 DEBUG: pid 11042: value: '/data/postgres/data' kind: 4
2010-01-26 14:46:30 DEBUG: pid 11042: key: enable_pool_hba
2010-01-26 14:46:30 DEBUG: pid 11042: value: false kind: 1
2010-01-26 14:46:30 DEBUG: pid 11042: key: recovery_user
2010-01-26 14:46:30 DEBUG: pid 11042: value: 'postgres' kind: 4
2010-01-26 14:46:30 DEBUG: pid 11042: key: recovery_password
2010-01-26 14:46:30 DEBUG: pid 11042: value: '' kind: 4
2010-01-26 14:46:30 DEBUG: pid 11042: key: recovery_1st_stage_command
2010-01-26 14:46:30 DEBUG: pid 11042: value: 'pgpool_base_backup' kind: 4
2010-01-26 14:46:30 DEBUG: pid 11042: key: recovery_2nd_stage_command
2010-01-26 14:46:30 DEBUG: pid 11042: value: 'pgpool_recovery_pitr' kind: 4
2010-01-26 14:46:30 DEBUG: pid 11042: key: recovery_timeout
2010-01-26 14:46:30 DEBUG: pid 11042: value: 90 kind: 2
2010-01-26 14:46:30 DEBUG: pid 11042: key: client_idle_limit_in_recovery
2010-01-26 14:46:30 DEBUG: pid 11042: value: 0 kind: 2
2010-01-26 14:46:30 DEBUG: pid 11042: num_backends: 2 num_backends: 2 
total_weight: 2.000000
2010-01-26 14:46:30 DEBUG: pid 11042: backend 0 weight: 1073741823.500000
2010-01-26 14:46:30 DEBUG: pid 11042: backend 1 weight: 1073741823.500000
2010-01-26 14:46:30 DEBUG: pid 11045: I am 11045
2010-01-26 14:46:30 DEBUG: pid 11046: I am 11046
2010-01-26 14:46:30 DEBUG: pid 11047: I am 11047
2010-01-26 14:46:30 DEBUG: pid 11048: I am 11048
2010-01-26 14:46:30 DEBUG: pid 11049: I am 11049
2010-01-26 14:46:30 DEBUG: pid 11050: I am 11050
2010-01-26 14:46:30 DEBUG: pid 11044: I am 11044
2010-01-26 14:46:30 DEBUG: pid 11051: I am 11051
2010-01-26 14:46:30 DEBUG: pid 11052: I am 11052
2010-01-26 14:46:30 DEBUG: pid 11053: I am 11053
2010-01-26 14:46:30 DEBUG: pid 11054: I am 11054
2010-01-26 14:46:30 DEBUG: pid 11055: I am 11055
2010-01-26 14:46:30 DEBUG: pid 11056: I am 11056
2010-01-26 14:46:30 DEBUG: pid 11057: I am 11057
2010-01-26 14:46:30 DEBUG: pid 11058: I am 11058
2010-01-26 14:46:30 DEBUG: pid 11059: I am 11059
2010-01-26 14:46:30 DEBUG: pid 11060: I am 11060
2010-01-26 14:46:30 DEBUG: pid 11061: I am 11061
2010-01-26 14:46:30 DEBUG: pid 11062: I am 11062
2010-01-26 14:46:30 DEBUG: pid 11063: I am 11063
2010-01-26 14:46:30 DEBUG: pid 11064: I am 11064
2010-01-26 14:46:30 DEBUG: pid 11065: I am 11065
2010-01-26 14:46:30 DEBUG: pid 11066: I am 11066
2010-01-26 14:46:30 DEBUG: pid 11067: I am 11067
2010-01-26 14:46:30 DEBUG: pid 11068: I am 11068
2010-01-26 14:46:30 DEBUG: pid 11069: I am 11069
2010-01-26 14:46:30 DEBUG: pid 11070: I am 11070
2010-01-26 14:46:30 DEBUG: pid 11071: I am 11071
2010-01-26 14:46:30 DEBUG: pid 11072: I am 11072
2010-01-26 14:46:30 DEBUG: pid 11073: I am 11073
2010-01-26 14:46:30 DEBUG: pid 11074: I am 11074
2010-01-26 14:46:30 DEBUG: pid 11075: I am 11075
2010-01-26 14:46:30 DEBUG: pid 11076: I am 11076
2010-01-26 14:46:30 DEBUG: pid 11077: I am 11077
2010-01-26 14:46:30 DEBUG: pid 11078: I am 11078
2010-01-26 14:46:30 DEBUG: pid 11079: I am 11079
2010-01-26 14:46:30 DEBUG: pid 11080: I am 11080
2010-01-26 14:46:30 DEBUG: pid 11081: I am 11081
2010-01-26 14:46:30 DEBUG: pid 11082: I am 11082
2010-01-26 14:46:30 DEBUG: pid 11083: I am 11083
2010-01-26 14:46:30 DEBUG: pid 11084: I am 11084
2010-01-26 14:46:30 DEBUG: pid 11085: I am 11085
2010-01-26 14:46:30 DEBUG: pid 11086: I am 11086
2010-01-26 14:46:30 DEBUG: pid 11087: I am 11087
2010-01-26 14:46:30 DEBUG: pid 11088: I am 11088
2010-01-26 14:46:30 DEBUG: pid 11089: I am 11089
2010-01-26 14:46:30 DEBUG: pid 11090: I am 11090
2010-01-26 14:46:30 DEBUG: pid 11091: I am 11091
2010-01-26 14:46:30 DEBUG: pid 11092: I am 11092
2010-01-26 14:46:30 DEBUG: pid 11093: I am 11093
2010-01-26 14:46:30 DEBUG: pid 11094: I am 11094
2010-01-26 14:46:30 DEBUG: pid 11095: I am 11095
2010-01-26 14:46:30 DEBUG: pid 11096: I am 11096
2010-01-26 14:46:30 DEBUG: pid 11097: I am 11097
2010-01-26 14:46:30 DEBUG: pid 11098: I am 11098
2010-01-26 14:46:30 DEBUG: pid 11099: I am 11099
2010-01-26 14:46:30 DEBUG: pid 11100: I am 11100
2010-01-26 14:46:30 DEBUG: pid 11101: I am 11101
2010-01-26 14:46:30 DEBUG: pid 11102: I am 11102
2010-01-26 14:46:30 DEBUG: pid 11103: I am 11103
2010-01-26 14:46:30 DEBUG: pid 11104: I am 11104
2010-01-26 14:46:30 DEBUG: pid 11105: I am 11105
2010-01-26 14:46:30 DEBUG: pid 11106: I am 11106
2010-01-26 14:46:30 DEBUG: pid 11107: I am 11107
2010-01-26 14:46:30 DEBUG: pid 11108: I am 11108
2010-01-26 14:46:30 DEBUG: pid 11109: I am 11109
2010-01-26 14:46:30 DEBUG: pid 11110: I am 11110
2010-01-26 14:46:30 DEBUG: pid 11111: I am 11111
2010-01-26 14:46:30 DEBUG: pid 11112: I am 11112
2010-01-26 14:46:30 DEBUG: pid 11113: I am 11113
2010-01-26 14:46:30 DEBUG: pid 11114: I am 11114
2010-01-26 14:46:30 DEBUG: pid 11115: I am 11115
2010-01-26 14:46:30 DEBUG: pid 11116: I am 11116
2010-01-26 14:46:30 DEBUG: pid 11117: I am 11117
2010-01-26 14:46:30 DEBUG: pid 11118: I am 11118
2010-01-26 14:46:30 DEBUG: pid 11119: I am 11119
2010-01-26 14:46:30 DEBUG: pid 11120: I am 11120
2010-01-26 14:46:30 DEBUG: pid 11121: I am 11121
2010-01-26 14:46:30 DEBUG: pid 11122: I am 11122
2010-01-26 14:46:30 DEBUG: pid 11123: I am 11123
2010-01-26 14:46:30 DEBUG: pid 11124: I am 11124
2010-01-26 14:46:30 DEBUG: pid 11125: I am 11125
2010-01-26 14:46:30 DEBUG: pid 11126: I am 11126
2010-01-26 14:46:30 DEBUG: pid 11127: I am 11127
2010-01-26 14:46:30 DEBUG: pid 11128: I am 11128
2010-01-26 14:46:30 DEBUG: pid 11129: I am 11129
2010-01-26 14:46:30 DEBUG: pid 11130: I am 11130
2010-01-26 14:46:30 DEBUG: pid 11131: I am 11131
2010-01-26 14:46:30 DEBUG: pid 11132: I am 11132
2010-01-26 14:46:30 DEBUG: pid 11133: I am 11133
2010-01-26 14:46:30 DEBUG: pid 11134: I am 11134
2010-01-26 14:46:30 DEBUG: pid 11135: I am 11135
2010-01-26 14:46:30 DEBUG: pid 11136: I am 11136
2010-01-26 14:46:30 DEBUG: pid 11137: I am 11137
2010-01-26 14:46:30 DEBUG: pid 11138: I am 11138
2010-01-26 14:46:30 DEBUG: pid 11139: I am 11139
2010-01-26 14:46:30 DEBUG: pid 11140: I am 11140
2010-01-26 14:46:30 DEBUG: pid 11141: I am 11141
2010-01-26 14:46:30 DEBUG: pid 11142: I am 11142
2010-01-26 14:46:30 DEBUG: pid 11143: I am 11143
2010-01-26 14:46:30 DEBUG: pid 11144: I am 11144
2010-01-26 14:46:30 DEBUG: pid 11145: I am 11145
2010-01-26 14:46:30 DEBUG: pid 11146: I am 11146
2010-01-26 14:46:30 DEBUG: pid 11147: I am 11147
2010-01-26 14:46:30 DEBUG: pid 11148: I am 11148
2010-01-26 14:46:30 DEBUG: pid 11149: I am 11149
2010-01-26 14:46:30 DEBUG: pid 11150: I am 11150
2010-01-26 14:46:30 DEBUG: pid 11151: I am 11151
2010-01-26 14:46:30 DEBUG: pid 11152: I am 11152
2010-01-26 14:46:30 DEBUG: pid 11153: I am 11153
2010-01-26 14:46:30 DEBUG: pid 11154: I am 11154
2010-01-26 14:46:30 DEBUG: pid 11155: I am 11155
2010-01-26 14:46:30 DEBUG: pid 11156: I am 11156
2010-01-26 14:46:30 DEBUG: pid 11157: I am 11157
2010-01-26 14:46:30 DEBUG: pid 11158: I am 11158
2010-01-26 14:46:30 DEBUG: pid 11159: I am 11159
2010-01-26 14:46:30 DEBUG: pid 11160: I am 11160
2010-01-26 14:46:30 DEBUG: pid 11161: I am 11161
2010-01-26 14:46:30 DEBUG: pid 11162: I am 11162
2010-01-26 14:46:30 DEBUG: pid 11163: I am 11163
2010-01-26 14:46:30 DEBUG: pid 11164: I am 11164
2010-01-26 14:46:30 DEBUG: pid 11165: I am 11165
2010-01-26 14:46:30 DEBUG: pid 11166: I am 11166
2010-01-26 14:46:30 DEBUG: pid 11167: I am 11167
2010-01-26 14:46:30 DEBUG: pid 11168: I am 11168
2010-01-26 14:46:30 DEBUG: pid 11169: I am 11169
2010-01-26 14:46:30 DEBUG: pid 11170: I am 11170
2010-01-26 14:46:30 DEBUG: pid 11171: I am 11171
2010-01-26 14:46:30 DEBUG: pid 11172: I am 11172
2010-01-26 14:46:30 DEBUG: pid 11173: I am 11173
2010-01-26 14:46:30 DEBUG: pid 11174: I am 11174
2010-01-26 14:46:30 DEBUG: pid 11175: I am 11175
2010-01-26 14:46:30 DEBUG: pid 11176: I am 11176
2010-01-26 14:46:30 DEBUG: pid 11177: I am 11177
2010-01-26 14:46:30 DEBUG: pid 11178: I am 11178
2010-01-26 14:46:30 DEBUG: pid 11179: I am 11179
2010-01-26 14:46:30 DEBUG: pid 11180: I am 11180
2010-01-26 14:46:30 DEBUG: pid 11181: I am 11181
2010-01-26 14:46:30 DEBUG: pid 11182: I am 11182
2010-01-26 14:46:30 DEBUG: pid 11183: I am 11183
2010-01-26 14:46:30 DEBUG: pid 11184: I am 11184
2010-01-26 14:46:30 DEBUG: pid 11185: I am 11185
2010-01-26 14:46:30 DEBUG: pid 11186: I am 11186
2010-01-26 14:46:30 DEBUG: pid 11187: I am 11187
2010-01-26 14:46:30 DEBUG: pid 11188: I am 11188
2010-01-26 14:46:30 DEBUG: pid 11189: I am 11189
2010-01-26 14:46:30 DEBUG: pid 11190: I am 11190
2010-01-26 14:46:30 DEBUG: pid 11191: I am 11191
2010-01-26 14:46:30 DEBUG: pid 11192: I am 11192
2010-01-26 14:46:30 DEBUG: pid 11193: I am 11193
2010-01-26 14:46:30 DEBUG: pid 11194: I am 11194
2010-01-26 14:46:30 DEBUG: pid 11195: I am 11195
2010-01-26 14:46:30 DEBUG: pid 11196: I am 11196
2010-01-26 14:46:30 DEBUG: pid 11197: I am 11197
2010-01-26 14:46:30 DEBUG: pid 11198: I am 11198
2010-01-26 14:46:30 DEBUG: pid 11199: I am 11199
2010-01-26 14:46:30 DEBUG: pid 11200: I am 11200
2010-01-26 14:46:30 DEBUG: pid 11201: I am 11201
2010-01-26 14:46:30 DEBUG: pid 11202: I am 11202
2010-01-26 14:46:30 DEBUG: pid 11203: I am 11203
2010-01-26 14:46:30 DEBUG: pid 11204: I am 11204
2010-01-26 14:46:30 DEBUG: pid 11206: I am 11206
2010-01-26 14:46:30 DEBUG: pid 11207: I am 11207
2010-01-26 14:46:30 DEBUG: pid 11205: I am 11205
2010-01-26 14:46:30 DEBUG: pid 11208: I am 11208
2010-01-26 14:46:30 DEBUG: pid 11209: I am 11209
2010-01-26 14:46:30 DEBUG: pid 11210: I am 11210
2010-01-26 14:46:30 DEBUG: pid 11211: I am 11211
2010-01-26 14:46:30 DEBUG: pid 11213: I am 11213
2010-01-26 14:46:30 DEBUG: pid 11214: I am 11214
2010-01-26 14:46:30 DEBUG: pid 11212: I am 11212
2010-01-26 14:46:30 DEBUG: pid 11215: I am 11215
2010-01-26 14:46:30 DEBUG: pid 11216: I am 11216
2010-01-26 14:46:30 DEBUG: pid 11217: I am 11217
2010-01-26 14:46:30 DEBUG: pid 11218: I am 11218
2010-01-26 14:46:30 DEBUG: pid 11220: I am 11220
2010-01-26 14:46:30 DEBUG: pid 11221: I am 11221
2010-01-26 14:46:30 DEBUG: pid 11219: I am 11219
2010-01-26 14:46:30 DEBUG: pid 11222: I am 11222
2010-01-26 14:46:30 DEBUG: pid 11223: I am 11223
2010-01-26 14:46:30 DEBUG: pid 11224: I am 11224
2010-01-26 14:46:30 DEBUG: pid 11225: I am 11225
2010-01-26 14:46:30 DEBUG: pid 11226: I am 11226
2010-01-26 14:46:30 DEBUG: pid 11227: I am 11227
2010-01-26 14:46:30 DEBUG: pid 11228: I am 11228
2010-01-26 14:46:30 DEBUG: pid 11229: I am 11229
2010-01-26 14:46:30 DEBUG: pid 11230: I am 11230
2010-01-26 14:46:30 DEBUG: pid 11231: I am 11231
2010-01-26 14:46:30 DEBUG: pid 11232: I am 11232
2010-01-26 14:46:30 DEBUG: pid 11233: I am 11233
2010-01-26 14:46:30 DEBUG: pid 11234: I am 11234
2010-01-26 14:46:30 DEBUG: pid 11235: I am 11235
2010-01-26 14:46:30 DEBUG: pid 11236: I am 11236
2010-01-26 14:46:30 DEBUG: pid 11237: I am 11237
2010-01-26 14:46:30 DEBUG: pid 11238: I am 11238
2010-01-26 14:46:30 DEBUG: pid 11239: I am 11239
2010-01-26 14:46:30 DEBUG: pid 11240: I am 11240
2010-01-26 14:46:30 DEBUG: pid 11241: I am 11241
2010-01-26 14:46:30 DEBUG: pid 11242: I am 11242
2010-01-26 14:46:30 DEBUG: pid 11243: I am 11243
2010-01-26 14:46:30 DEBUG: pid 11244: I am 11244
2010-01-26 14:46:30 DEBUG: pid 11245: I am 11245
2010-01-26 14:46:30 DEBUG: pid 11247: I am 11247
2010-01-26 14:46:30 DEBUG: pid 11248: I am 11248
2010-01-26 14:46:30 DEBUG: pid 11249: I am 11249
2010-01-26 14:46:30 DEBUG: pid 11246: I am 11246
2010-01-26 14:46:30 DEBUG: pid 11250: I am 11250
2010-01-26 14:46:30 DEBUG: pid 11251: I am 11251
2010-01-26 14:46:30 DEBUG: pid 11252: I am 11252
2010-01-26 14:46:30 DEBUG: pid 11254: I am 11254
2010-01-26 14:46:30 DEBUG: pid 11255: I am 11255
2010-01-26 14:46:30 DEBUG: pid 11253: I am 11253
2010-01-26 14:46:30 DEBUG: pid 11256: I am 11256
2010-01-26 14:46:30 DEBUG: pid 11257: I am 11257
2010-01-26 14:46:30 DEBUG: pid 11258: I am 11258
2010-01-26 14:46:30 DEBUG: pid 11259: I am 11259
2010-01-26 14:46:30 DEBUG: pid 11260: I am 11260
2010-01-26 14:46:30 DEBUG: pid 11261: I am 11261
2010-01-26 14:46:30 DEBUG: pid 11262: I am 11262
2010-01-26 14:46:30 DEBUG: pid 11263: I am 11263
2010-01-26 14:46:30 DEBUG: pid 11264: I am 11264
2010-01-26 14:46:30 DEBUG: pid 11265: I am 11265
2010-01-26 14:46:30 DEBUG: pid 11266: I am 11266
2010-01-26 14:46:30 DEBUG: pid 11268: I am 11268
2010-01-26 14:46:30 DEBUG: pid 11269: I am 11269
2010-01-26 14:46:30 DEBUG: pid 11267: I am 11267
2010-01-26 14:46:30 DEBUG: pid 11270: I am 11270
2010-01-26 14:46:30 DEBUG: pid 11271: I am 11271
2010-01-26 14:46:30 DEBUG: pid 11272: I am 11272
2010-01-26 14:46:30 DEBUG: pid 11273: I am 11273
2010-01-26 14:46:30 DEBUG: pid 11274: I am 11274
2010-01-26 14:46:30 DEBUG: pid 11275: I am 11275
2010-01-26 14:46:30 DEBUG: pid 11276: I am 11276
2010-01-26 14:46:30 DEBUG: pid 11277: I am 11277
2010-01-26 14:46:30 DEBUG: pid 11278: I am 11278
2010-01-26 14:46:30 DEBUG: pid 11279: I am 11279
2010-01-26 14:46:30 DEBUG: pid 11280: I am 11280
2010-01-26 14:46:30 DEBUG: pid 11281: I am 11281
2010-01-26 14:46:30 DEBUG: pid 11282: I am 11282
2010-01-26 14:46:30 DEBUG: pid 11283: I am 11283
2010-01-26 14:46:30 DEBUG: pid 11284: I am 11284
2010-01-26 14:46:30 DEBUG: pid 11285: I am 11285
2010-01-26 14:46:30 DEBUG: pid 11286: I am 11286
2010-01-26 14:46:30 DEBUG: pid 11287: I am 11287
2010-01-26 14:46:30 DEBUG: pid 11288: I am 11288
2010-01-26 14:46:30 DEBUG: pid 11289: I am 11289
2010-01-26 14:46:30 DEBUG: pid 11290: I am 11290
2010-01-26 14:46:30 DEBUG: pid 11291: I am 11291
2010-01-26 14:46:30 DEBUG: pid 11292: I am 11292
2010-01-26 14:46:30 DEBUG: pid 11293: I am 11293
2010-01-26 14:46:30 DEBUG: pid 11294: I am 11294
2010-01-26 14:46:30 DEBUG: pid 11295: I am 11295
2010-01-26 14:46:30 DEBUG: pid 11296: I am 11296
2010-01-26 14:46:30 DEBUG: pid 11297: I am 11297
2010-01-26 14:46:30 DEBUG: pid 11298: I am 11298
2010-01-26 14:46:30 LOG:   pid 11042: pgpool successfully started
2010-01-26 14:46:30 DEBUG: pid 11299: I am 11299
2010-01-26 14:46:30 DEBUG: pid 11300: I am PCP 11300
2010-01-26 14:46:30 LOG:   pid 11299: Cannot accept() new connection. 
all backends are down
2010-01-26 14:46:30 DEBUG: pid 11042: reap_handler called
2010-01-26 14:46:30 DEBUG: pid 11042: reap_handler: call wait3
2010-01-26 14:46:30 DEBUG: pid 11042: child 11299 exits with status 256
2010-01-26 14:46:30 DEBUG: pid 11303: I am 11303
2010-01-26 14:46:30 DEBUG: pid 11042: fork a new child pid 11303
2010-01-26 14:46:30 DEBUG: pid 11042: reap_handler: normally exited
2010-01-26 14:46:31 LOG:   pid 11251: Cannot accept() new connection. 
all backends are down
2010-01-26 14:46:31 DEBUG: pid 11042: reap_handler called
2010-01-26 14:46:31 DEBUG: pid 11042: reap_handler: call wait3
2010-01-26 14:46:31 DEBUG: pid 11042: child 11251 exits with status 256
2010-01-26 14:46:31 DEBUG: pid 11305: I am 11305
2010-01-26 14:46:31 DEBUG: pid 11042: fork a new child pid 11305
2010-01-26 14:46:31 DEBUG: pid 11042: reap_handler: normally exited
2010-01-26 14:46:32 LOG:   pid 11246: Cannot accept() new connection. 
all backends are down
2010-01-26 14:46:32 DEBUG: pid 11042: reap_handler called
2010-01-26 14:46:32 DEBUG: pid 11042: reap_handler: call wait3
2010-01-26 14:46:32 DEBUG: pid 11042: child 11246 exits with status 256
2010-01-26 14:46:32 DEBUG: pid 11309: I am 11309
2010-01-26 14:46:32 DEBUG: pid 11042: fork a new child pid 11309
2010-01-26 14:46:32 DEBUG: pid 11042: reap_handler: normally exited
2010-01-26 14:46:33 LOG:   pid 11172: Cannot accept() new connection. 
all backends are down
2010-01-26 14:46:33 DEBUG: pid 11042: reap_handler called
2010-01-26 14:46:33 DEBUG: pid 11042: reap_handler: call wait3
2010-01-26 14:46:33 DEBUG: pid 11042: child 11172 exits with status 256
2010-01-26 14:46:33 DEBUG: pid 11312: I am 11312
2010-01-26 14:46:33 DEBUG: pid 11042: fork a new child pid 11312
2010-01-26 14:46:33 DEBUG: pid 11042: reap_handler: normally exited
2010-01-26 14:46:34 LOG:   pid 11153: Cannot accept() new connection. 
all backends are down
2010-01-26 14:46:34 DEBUG: pid 11042: reap_handler called
2010-01-26 14:46:34 DEBUG: pid 11042: reap_handler: call wait3
2010-01-26 14:46:34 DEBUG: pid 11042: child 11153 exits with status 256
2010-01-26 14:46:34 DEBUG: pid 11314: I am 11314
2010-01-26 14:46:34 DEBUG: pid 11042: fork a new child pid 11314
2010-01-26 14:46:34 DEBUG: pid 11042: reap_handler: normally exited
2010-01-26 14:46:35 LOG:   pid 11309: Cannot accept() new connection. 
all backends are down
2010-01-26 14:46:35 DEBUG: pid 11042: reap_handler called
2010-01-26 14:46:35 DEBUG: pid 11042: reap_handler: call wait3
2010-01-26 14:46:35 DEBUG: pid 11042: child 11309 exits with status 256
2010-01-26 14:46:35 DEBUG: pid 11316: I am 11316
2010-01-26 14:46:35 DEBUG: pid 11042: fork a new child pid 11316
2010-01-26 14:46:35 DEBUG: pid 11042: reap_handler: normally exited
2010-01-26 14:46:36 LOG:   pid 11250: Cannot accept() new connection. 
all backends are down
2010-01-26 14:46:36 DEBUG: pid 11042: reap_handler called
2010-01-26 14:46:36 DEBUG: pid 11042: reap_handler: call wait3
2010-01-26 14:46:36 DEBUG: pid 11042: child 11250 exits with status 256
2010-01-26 14:46:36 DEBUG: pid 11320: I am 11320
2010-01-26 14:46:36 DEBUG: pid 11042: fork a new child pid 11320
2010-01-26 14:46:36 DEBUG: pid 11042: reap_handler: normally exited
2010-01-26 14:46:37 LOG:   pid 11230: Cannot accept() new connection. 
all backends are down
2010-01-26 14:46:37 DEBUG: pid 11042: reap_handler called
2010-01-26 14:46:37 DEBUG: pid 11042: reap_handler: call wait3
2010-01-26 14:46:37 DEBUG: pid 11042: child 11230 exits with status 256
2010-01-26 14:46:37 DEBUG: pid 11322: I am 11322
2010-01-26 14:46:37 DEBUG: pid 11042: fork a new child pid 11322
2010-01-26 14:46:37 DEBUG: pid 11042: reap_handler: normally exited
2010-01-26 14:46:38 LOG:   pid 11305: Cannot accept() new connection. 
all backends are down
2010-01-26 14:46:38 DEBUG: pid 11042: reap_handler called
2010-01-26 14:46:38 DEBUG: pid 11042: reap_handler: call wait3
2010-01-26 14:46:38 DEBUG: pid 11042: child 11305 exits with status 256
2010-01-26 14:46:38 DEBUG: pid 11324: I am 11324
2010-01-26 14:46:38 DEBUG: pid 11042: fork a new child pid 11324
2010-01-26 14:46:38 DEBUG: pid 11042: reap_handler: normally exited
2010-01-26 14:46:39 LOG:   pid 11229: Cannot accept() new connection. 
all backends are down
2010-01-26 14:46:39 DEBUG: pid 11042: reap_handler called
2010-01-26 14:46:39 DEBUG: pid 11042: reap_handler: call wait3
2010-01-26 14:46:39 DEBUG: pid 11042: child 11229 exits with status 256
2010-01-26 14:46:39 DEBUG: pid 11328: I am 11328
2010-01-26 14:46:39 DEBUG: pid 11042: fork a new child pid 11328
2010-01-26 14:46:39 DEBUG: pid 11042: reap_handler: normally exited
2010-01-26 14:46:40 LOG:   pid 11303: Cannot accept() new connection. 
all backends are down
2010-01-26 14:46:40 DEBUG: pid 11042: reap_handler called
2010-01-26 14:46:40 DEBUG: pid 11042: reap_handler: call wait3
2010-01-26 14:46:40 DEBUG: pid 11042: child 11303 exits with status 256
2010-01-26 14:46:40 DEBUG: pid 11042: fork a new child pid 11330
2010-01-26 14:46:40 DEBUG: pid 11042: reap_handler: normally exited
2010-01-26 14:46:40 DEBUG: pid 11330: I am 11330
2010-01-26 14:46:41 LOG:   pid 11263: Cannot accept() new connection. 
all backends are down
2010-01-26 14:46:41 DEBUG: pid 11042: reap_handler called
2010-01-26 14:46:41 DEBUG: pid 11042: reap_handler: call wait3
2010-01-26 14:46:41 DEBUG: pid 11042: child 11263 exits with status 256
2010-01-26 14:46:41 DEBUG: pid 11333: I am 11333
2010-01-26 14:46:41 DEBUG: pid 11042: fork a new child pid 11333
2010-01-26 14:46:41 DEBUG: pid 11042: reap_handler: normally exited
2010-01-26 14:46:42 LOG:   pid 11273: Cannot accept() new connection. 
all backends are down
2010-01-26 14:46:42 DEBUG: pid 11042: reap_handler called
2010-01-26 14:46:42 DEBUG: pid 11042: reap_handler: call wait3
2010-01-26 14:46:42 DEBUG: pid 11042: child 11273 exits with status 256
2010-01-26 14:46:42 DEBUG: pid 11335: I am 11335
2010-01-26 14:46:42 DEBUG: pid 11042: fork a new child pid 11335
2010-01-26 14:46:42 DEBUG: pid 11042: reap_handler: normally exited
2010-01-26 14:46:43 DEBUG: pid 11335: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11328: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11272: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11204: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11324: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11203: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11270: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11298: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11320: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11202: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11268: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11316: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11294: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11293: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11267: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11200: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11314: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11292: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11266: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11199: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11312: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11288: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11265: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11197: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11287: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11296: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11264: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11195: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11290: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11285: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11262: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11194: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11284: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11247: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11193: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11260: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11283: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11244: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11259: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11192: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11258: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11243: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11281: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11191: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11257: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11280: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11242: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11256: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11190: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11279: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11241: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11189: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11278: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11253: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11240: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11188: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11277: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11249: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11239: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11187: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11276: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11238: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11237: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11186: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11275: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11236: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11330: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11184: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11274: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11183: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11271: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11233: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11042: reap_handler called
2010-01-26 14:46:43 DEBUG: pid 11042: reap_handler: call wait3
2010-01-26 14:46:43 DEBUG: pid 11042: child 11186 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11187 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11188 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11189 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11190 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11191 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11192 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11182: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11232: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11333: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11228: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11178: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11322: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11181: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11227: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11177: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11269: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11180: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11226: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11295: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11175: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11179: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11201: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11225: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11300: PCP child receives shutdown 
request signal 15
2010-01-26 14:46:43 DEBUG: pid 11291: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11224: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11205: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11174: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11129: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11223: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11206: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11171: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11128: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11222: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11170: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11127: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11208: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11221: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11126: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11169: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11220: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11210: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11125: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11219: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11168: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11212: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11124: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11218: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11167: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11147: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11123: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11217: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11166: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11141: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11216: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11122: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11140: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11165: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11215: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11121: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11139: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11164: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11214: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11119: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11138: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11163: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11162: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11118: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11137: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11161: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11117: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11231: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11136: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11160: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11130: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11115: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11135: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11159: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11114: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11132: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11134: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11158: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11133: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11113: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11157: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11143: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11112: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11155: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11151: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11144: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11110: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11154: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11156: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11145: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11108: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11106: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11152: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11146: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11198: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11297: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11105: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11103: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11149: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11196: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11104: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11150: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11286: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11102: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11148: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11289: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11101: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11044: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11261: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11245: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11100: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11045: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11056: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11282: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11099: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11046: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11055: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11098: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11057: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11255: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11047: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11097: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11058: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11254: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11048: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11096: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11059: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11252: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11049: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11095: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11060: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11248: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11050: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11094: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11061: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11185: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11051: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11062: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11092: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11052: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11235: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11091: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11063: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11053: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11234: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11064: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11054: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11089: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11042: child 11183 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11044 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11045 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11046 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11047 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11048 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11049 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11050 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11052 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11053 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11055 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11056 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11065: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11042: child 11057 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11088: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11077: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11066: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11176: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11078: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11173: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11067: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11079: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11068: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11080: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11207: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11076: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11069: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11081: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11209: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11075: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11071: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11211: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11082: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11072: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11074: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11213: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11083: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11073: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11142: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11084: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11120: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11085: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11087: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11116: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11131: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11111: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11109: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11107: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11093: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11090: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11042: child 11058 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11070: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11042: child 11051 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11054 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11059 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11060 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11061 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11062 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11063 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11064 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11065 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11066 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11067 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11068 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11069 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11071 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11086: child received shutdown request 
signal 15
2010-01-26 14:46:43 DEBUG: pid 11042: child 11072 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11070 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11073 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11074 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11075 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11076 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11077 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11078 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11079 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11080 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11081 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11082 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11083 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11084 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11085 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11087 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11088 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11086 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11089 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11090 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11091 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11092 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11093 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11094 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11095 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11096 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11097 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11098 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11099 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11100 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11101 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11102 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11103 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11104 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11105 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11106 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11107 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11108 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11109 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11110 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11111 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11112 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11113 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11114 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11115 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11116 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11117 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11118 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11119 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11120 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11121 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11122 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11123 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11124 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11125 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11126 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11127 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11128 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11129 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11130 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11131 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11132 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11133 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11134 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11135 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11136 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11137 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11138 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11139 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11140 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11141 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11142 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11143 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11144 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11145 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11146 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11147 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11148 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11149 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11150 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11151 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11152 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11154 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11155 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11156 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11157 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11158 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11159 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11160 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11161 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11162 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11163 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11164 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11165 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11166 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11167 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11168 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11169 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11170 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11171 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11173 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11174 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11175 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11176 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11177 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11178 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11179 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11180 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11181 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11182 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11184 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11185 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11193 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11194 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11195 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11196 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11197 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11198 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11199 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11200 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11201 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11202 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11203 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11204 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11205 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11206 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11207 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11208 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11209 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11210 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11211 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11212 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11213 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11214 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11215 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11216 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11217 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11218 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11219 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11220 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11221 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11222 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11223 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11224 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11225 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11226 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11227 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11228 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11231 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11232 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11233 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11234 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11235 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11236 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11237 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11238 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11239 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11240 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11241 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11242 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11243 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11244 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11245 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11247 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11248 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11249 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11252 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11253 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11254 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11255 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11256 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11257 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11258 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11259 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11260 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11261 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11262 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11264 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11265 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11266 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11267 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11268 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11269 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11270 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11271 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11272 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11274 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11275 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11276 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11277 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11278 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11279 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11280 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11281 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11282 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11283 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11284 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11285 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11286 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11287 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11288 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11289 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11290 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11291 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11292 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11293 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11294 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11295 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11296 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11297 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: child 11298 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11042: PCP child 11300 exits with status 0
2010-01-26 14:46:43 DEBUG: pid 11348: I am PCP 11348
2010-01-26 14:46:43 DEBUG: pid 11042: fork a new PCP child pid 11348
2010-01-26 14:46:43 DEBUG: pid 11042: reap_handler: normally exited
2010-01-26 14:46:43 LOG:   pid 11042: received smart shutdown request
2010-01-26 14:46:43 DEBUG: pid 11348: PCP child receives shutdown 
request signal 15
2010-01-26 14:46:43 DEBUG: pid 11042: shmem_exit(0)


Ger Apeldoorn wrote:
> It is absolutely better to run pgpool as postgres, no doubt about it. :)
>
> I've taken a look at the pg_hba.conf files of the servers and they 
> generally trust anything that comes from the pgpool ip. I ran pgpool as 
> root again to rule out that running it as postgres is not causing the 
> problem.
> The errors are still appearing in the logs when pgpool runs as root, so 
> something else is going on.
> On the other node it is running as postgres without any problems.
>
> Here is the relevant section of pg_hba.conf on db3:
> --------------------%<--------------------
> # TYPE  DATABASE    USER        CIDR-ADDRESS          METHOD
>
> # "local" is for Unix domain socket connections only
> local   all         all                               trust
> # IPv4 local connections:
> host    all         all         127.0.0.1/32          trust
> hostnossl    all         all         ip-from-db2/32      trust
> hostnossl    all         all         ip-from-db3/32      trust
> # IPv6 local connections:
> host    all         all         ::1/128               trust
> --------------------%<--------------------
>
> This is pgpool.conf on db3:
> --------------------%<--------------------
> listen_addresses = '*'
>
> # Port number for pgpool
> port = 9999
>
> # Port number for pgpool communication manager
> pcp_port = 9898
>
> # Unix domain socket path.  (The Debian package defaults to
> # /var/run/postgresql.)
> socket_dir = '/tmp'
>
> # Unix domain socket path for pgpool communication manager.
> # (Debian package defaults to /var/run/postgresql)
> pcp_socket_dir = '/tmp'
>
> # Unix domain socket path for the backend. Debian package defaults to 
> /var/run/postgresql!
> backend_socket_dir = '/tmp'
>
> # pgpool communication manager timeout. 0 means no timeout, but strongly 
> not recommended!
> pcp_timeout = 10
>
> # number of pre-forked child process
> num_init_children = 256
>
> # Number of connection pools allowed for a child process
> max_pool = 128
>
> # If idle for this many seconds, child exits.  0 means no timeout.
> child_life_time = 300
>
> # If idle for this many seconds, connection to PostgreSQL closes.
> # 0 means no timeout.
> connection_life_time = 60
>
> # If child_max_connections connections were received, child exits.
> # 0 means no exit.
> child_max_connections = 0
>
> # If client_idle_limit is n (n > 0), the client is forced to be
> # disconnected whenever after n seconds idle (even inside an explicit
> # transactions!)
> # 0 means no disconnect.
> client_idle_limit = 0
>
> # Maximum time in seconds to complete client authentication.
> # 0 means no timeout.
> authentication_timeout = 60
>
> # Logging directory
> logdir = '/tmp'
>
> # pid file name
> pid_file_name = '/var/run/pgpool/pgpool.pid'
>
> # Replication mode
> replication_mode = true
>
> # Load balancing mode, i.e., all SELECTs are load balanced.
> # This is ignored if replication_mode is false.
> load_balance_mode = true
>
> # if there's a data mismatch between master and secondary
> # start degeneration to stop replication mode
> replication_stop_on_mismatch = true
>
> # If true, replicate SELECT statement when load balancing is disabled.
> # If false, it is only sent to the master node.
> replicate_select = false
>
> # Semicolon separated list of queries to be issued at the end of a session
> reset_query_list = 'ABORT; DISCARD ALL'
>
> # If true print timestamp on each log line.
> print_timestamp = true
>
> # If true, operate in master/slave mode.
> master_slave_mode = false
>
> # If true, cache connection pool.
> connection_cache = true
>
> # Health check timeout.  0 means no timeout.
> health_check_timeout = 20
>
> # Health check period.  0 means no health check.
> health_check_period = 0
>
> # Health check user
> health_check_user = 'postgres'
>
> # Execute command by failover.
> # special values:  %d = node id
> #                  %h = host name
> #                  %p = port number
> #                  %D = database cluster path
> #                  %m = new master node id
> #                  %M = old master node id
> #                  %% = '%' character
> #
> failover_command = ''
>
> # Execute command by failback.
> # special values:  %d = node id
> #                  %h = host name
> #                  %p = port number
> #                  %D = database cluster path
> #                  %m = new master node id
> #                  %M = old master node id
> #                  %% = '%' character
> #
> failback_command = ''
>
> # If true, automatically lock table with INSERT statements to keep SERIAL
> # data consistency.  An /*INSERT LOCK*/ comment has the same effect.  A
> # /NO INSERT LOCK*/ comment disables the effect.
> insert_lock = false
>
> # If true, ignore leading white spaces of each query while pgpool judges
> # whether the query is a SELECT so that it can be load balanced.  This
> # is useful for certain APIs such as DBI/DBD which is known to adding an
> # extra leading white space.
> ignore_leading_white_space = true
>
> # If true, print all statements to the log.  Like the log_statement option
> # to PostgreSQL, this allows for observing queries without engaging in full
> # debugging.
> log_statement = false
>
> # If true, incoming connections will be printed to the log.
> log_connections = false
>
> # If true, hostname will be shown in ps status. Also shown in
> # connection log if log_connections = true.
> # Be warned that this feature will add overhead to look up hostname.
> log_hostname = false
>
> # if non 0, run in parallel query mode
> parallel_mode = false
>
> # if non 0, use query cache
> enable_query_cache = false
>
> #set pgpool2 hostname
> pgpool2_hostname = ''
>
> # system DB info
> system_db_hostname = 'localhost'
> system_db_port = 5433
> system_db_dbname = 'pgpool'
> system_db_schema = 'pgpool_catalog'
> system_db_user = 'pgpool'
> system_db_password = ''
>
> # backend_hostname, backend_port, backend_weight
> # here are examples
> backend_hostname0 = 'db2'
> backend_port0 = 5433
> backend_weight0 = 1
> backend_data_directory0 = '/data/postgres/data'
> backend_hostname1 = 'db3'
> backend_port1 = 5433
> backend_weight1 = 1
> backend_data_directory1 = '/data/postgres/data'
>
> # - HBA -
>
> # If true, use pool_hba.conf for client authentication. In pgpool-II
> # 1.1, the default value is false. The default value will be true in
> # 1.2.
> enable_pool_hba = false
>
> # - online recovery -
> # online recovery user
> recovery_user = 'postgres'
>
> # online recovery password
> recovery_password = ''
>
> # execute a command in first stage.
> recovery_1st_stage_command = 'pgpool_base_backup'
>
> # execute a command in second stage.
> recovery_2nd_stage_command = 'pgpool_recovery_pitr'
>
> # maximum time in seconds to wait for remote start-up. 0 means no wait
> recovery_timeout = 90
>
> # If client_idle_limit_in_recovery is n (n > 0), the client is forced
> # to be disconnected whenever after n seconds idle (even inside an
> # explicit transactions!)  0 means no disconnect. This parameter only
> # takes effect in recovery 2nd stage.
> client_idle_limit_in_recovery = 0
> --------------------%<--------------------
>
> Your help is greatly appreciated!
>
> Thanks again,
> Ger.
>
> Jaume Sabater wrote:
>   
>> On Mon, Jan 18, 2010 at 11:25 AM, Ger Apeldoorn <ger.apeldoorn at sara.nl> wrote:
>>
>>   
>>     
>>> Ah, authentication.. I have noticed that the previous PGPOOL package ran
>>> as root, and this one as postgres. Perhaps that messes up the
>>> authentication.
>>>
>>> I'll look into it and will get back to you, thanks!
>>>     
>>>       
>> That would definitely make a difference in your pg_hba.conf file.
>> Needless to say that it's good to run it as postres user instead of
>> root ;-)
>>
>>   
>>     
> _______________________________________________
> Pgpool-general mailing list
> Pgpool-general at pgfoundry.org
> http://pgfoundry.org/mailman/listinfo/pgpool-general
>   


More information about the Pgpool-general mailing list