curl-loader crashing network on fedora machine
Status: Alpha
Brought to you by:
coroberti
From: MLVJ <ml...@ya...> - 2008-04-01 10:54:26
|
Hi, I'd like to use curl-loader, so we took a fat hp dl585 and installed fedora 5 on it (first disk that came to hand). It has two interfaces; eth1 is the management one, and eth0 is the data one, to be used for the load testing. I'd like some suggestions if possible as to how to figure out what's going wrong with my configuration. Then I installed curl-loader 44, and tested by running ./curl-loader -f conf-examples/bulk.conf ...and that worked. So I copied bulk.conf, changed the target URL, and it still ran. Then I changed the ip addresses from 192.168.1.1 - 3 to 10.59.250.1 -3, and it crashes the network almost immediately. Note - I also tried setting CYCLES to 10 and that still terminates the network. By "terminates the network" I mean that the network doesn't respond any more, and I have to call somebody to reboot the system from the console. They can't ping out to the default gateway or anything. Here's the bulk.conf which crashes the system: [root@phload1 nte-conf]# cat bulk.conf ########### GENERAL SECTION ################################ BATCH_NAME= bulk CLIENTS_NUM_MAX=200 # Same as CLIENTS_NUM #CLIENTS_NUM_START=10 CLIENTS_RAMPUP_INC=5 INTERFACE =eth0 NETMASK=16 IP_ADDR_MIN= 10.59.250.1 IP_ADDR_MAX= 10.59.250.3 IP_SHARED_NUM=3 CYCLES_NUM= -1 URLS_NUM= 1 ########### URL SECTION #################################### URL=http://10.59.246.45/index.html #URL=http://localhost/apache2-default/ACE-INSTALL.html #URL=http://localhost/ACE-INSTALL.html URL_SHORT_NAME="local-apache" REQUEST_TYPE=GET TIMER_URL_COMPLETION = 5000 TIMER_AFTER_URL_SLEEP = 500 Here's the difference with the example file that works: [root@phload1 nte-conf]# diff bulk.conf ../conf-examples/bulk.conf 9,10c9,10 < IP_ADDR_MIN= 10.59.250.1 < IP_ADDR_MAX= 10.59.250.3 --- > IP_ADDR_MIN= 192.168.1.1 > IP_ADDR_MAX= 192.168.1.3 17c17 < URL=http://10.59.246.45/index.html --- > URL=http://localhost/index.html bulk.log contains lots and lots of these: 1 65 (10.59.250.2) !! ERROR: Connection time-out after 5019 ms : eff-url: , url: Here's the output: [root@phload1 curl-loader-0.44]# ./curl-loader -f nte-conf/bulk.conf parse_config_file - loaded 1 batches The configuration has been post-validated successfully. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 add_secondary_ip_addrs - successfully added 10.59.250.1/16 IP-address. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 add_secondary_ip_addrs - successfully added 10.59.250.2/16 IP-address. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 add_secondary_ip_addrs - successfully added 10.59.250.3/16 IP-address. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.3 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.3/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.1 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.1/16" already exists. add_secondary_ip_addrs - setting secondary IP 10.59.250.2 rtnl_talk(): RTNETLINK answers: File exists add_secondary_ip_addrs - note: probably, the IP-address "10.59.250.2/16" already exists. main - added IP-addresses to the loading network interface. RUNNING LOAD ============ loading batch is: bulk ====================================== Operations: Success Failed Timed out URL0:local-apache 0 0 0 0 0 0 -------------------------------------------------------------------------------- Interval stats (latest:0 sec, clients:5, CAPS-curr:5000): H/F Req:0,1xx:0,2xx:0,3xx:0,4xx:0,5xx:0,Err:0,T-Err:0,D:0ms,D-2xx:0ms,Ti:0B/s,To:0B/s H/F/S Req:0,1xx:0,2xx:0,3xx:0,4xx:0,5xx:0,Err:0,T-Err:0,D:0ms,D-2xx:0ms,Ti:0B/s,To:0B/s -------------------------------------------------------------------------------- Summary stats (runs:1 secs, CAPS-average:5): H/F Req:0,1xx:0,2xx:0,3xx:0,4xx:0,5xx:0,Err:0,T-Err:0,D:0ms,D-2xx:0ms,Ti:0B/s,To:0B/s H/F/S Req:0,1xx:0,2xx:0,3xx:0,4xx:0,5xx:0,Err:0,T-Err:0,D:0ms,D-2xx:0ms,Ti:0B/s,To:0B/s ================================================================================= Automatic: adding 5 clients/sec. Stop inc and manual [M]. ================================================================================= Read from remote host 10.59.241.135: Connection timed out __________________________________________________________ Sent from Yahoo! Mail. A Smarter Inbox http://uk.docs.yahoo.com/nowyoucan.html |