[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hobbit] Oversize status msg for ports message - Hobbit Monitor 4.2-alfa-20060502




Hi all,

today i found these error in hobbitd column:
Statistics for Hobbit daemon
Up since 05-May-2006 09:08:37 (0 days, 00:45:04)

Incoming messages      :       5969
- status               :       5414
- combo                :        278
- page                 :          0
- summary              :          0
- data                 :         80
- client               :          9
- notes                :          0
- enable               :          0
- disable              :          0
- ack                  :          0
- config               :          0
- query                :         54
- hobbitdboard         :         72
- hobbitdlog           :         62
- drop                 :          0
- rename               :          0
- dummy                :          0
- ping                 :          0
- notify               :          0
- schedule             :          0
- download             :          0
- Bogus/Timeouts       :          0
Incoming messages/sec  :          2 (average last 300 seconds)

status channel messages:       5390 (1 readers)
stachg channel messages:        614 (1 readers)
page   channel messages:        106 (1 readers)
data   channel messages:         80 (1 readers)
notes  channel messages:          0 (0 readers)
enadis channel messages:          0 (0 readers)
client channel messages:          9 (1 readers)


Latest errormessages:
Oversize status msg from 127.0.0.2 for my.hobbit.server:ports truncated (n=376985, limit=262144)In the ports test i see a lot of connections in TIME_WAIT : cp 0 0 127.0.0.1:34125 127.0.0.1:1984 TIME_WAIT
tcp 0 0 127.0.0.1:34130 127.0.0.1:1984 TIME_WAIT
tcp 0 0 127.0.0.1:34131 127.0.0.1:1984 TIME_WAIT
tcp 0 0 127.0.0.1:34128 127.0.0.1:1984 TIME_WAIT
tcp 0 0 127.0.0.1:34129 127.0.0.1:1984 TIME_WAIT
tcp 0 0 127.0.0.1:34134 127.0.0.1:1984 TIME_WAIT
tcp 0 0 127.0.0.1:34135 127.0.0.1:1984 TIME_WAIT
tcp 0 0 127.0.0.1:34132 127.0.0.1:1984 TIME_WAIT
tcp 0 0 127.0.0.1:34133 127.0.0.1:1984 TIME_WAIT
tcp 0 0 127.0.0.1:34138 127.0.0.1:1984 TIME_WAIT
tcp 0 0 127.0.0.1:34139 127.0.0.1:1984 TIME_WAIT
tcp 0 0 127.0.0.1:34136 127.0.0.1:1984 TIME_WAIT
tcp 0 0 127.0.0.1:34137 127.0.0.1:1984 TIME_WAIT
tcp 0 0 127.0.0.1:34142 127.0.0.1:1984 TIME_WAIT
tcp 0 0 127.0.0.1:34143 127.0.0.1:1984 TIME_WAIT
tcp 0 0 127.0.0.1:34140 127.0.0.1:1984 TIME_WAIT tcp 0 0 127.0.0.2:38494 127.0.0.2:1984 TIME_WAIT
tcp 0 0 127.0.0.2:38467 127.0.0.2:1984 TIME_WAIT
tcp 0 0 127.0.0.2:38469 127.0.0.2:1984 TIME_WAIT
tcp 0 0 127.0.0.2:38468 127.0.0.2:1984 TIME_WAIT
tcp 0 0 127.0.0.2:38471 127.0.0.2:1984 TIME_WAIT
tcp 0 0 127.0.0.2:38470 127.0.0.2:1984 TIME_WAIT on my linux box i run two hobbit server,these is my configuration:Server 1 (public server, make some test and forward the result to my private server)BBSERVERIP="127.0.0.1"# General settingsBBPORT="1984" # Portnumber where hobbitd/bbd listensBBDISP="0.0.0.0" # IP of a single hobbit/bbd serverBBDISPLAYS="127.0.0.1 127.0.0.2"[bbproxy] ENABLED ENVFILE /opt/hobbit/server/etc/hobbitserver.cfg CMD $BBHOME/bin/bbproxy --hobbitd --bbdisplay=127.0.0.1,127.0.0.2 --listen=PUBLIC_IP:1984 --report=$MACHINE.bbproxy --no-daemon --pidfile=$BBSERVERLOGS/bbproxy.pid LOGFILE $BBSERVERLOGS/bbproxy.logServer 2 (private server)BBSERVERIP="127.0.0.2"BBPORT="1984" # Portnumber where hobbitd/bbd listensBBDISP="$BBSERVERIP" # IP of a single hobbit/bbd serverBBDISPLAYS="" #bbproxy disabledthere is a bug or i have not correctly configured my hobbit servers?regards,Marco