Re: curl-loader crashing network on fedora machine
Status: Alpha
Brought to you by:
coroberti
|
From: MLVJ <ml...@ya...> - 2008-04-01 13:06:29
|
CURL-LOADER VERSION: 0.44
HW DETAILS: CPU/S and memory are must:
free
total used free shared
buffers cached
Mem: 3109056 264216 2844840 0
13472 195048
-/+ buffers/cache: 55696 3053360
Swap: 2031608 0 2031608
grep MemTotal /proc/meminfo
MemTotal: 3109056 kB
grep "model name" /proc/cpuinfo
model name : Intel(R) Xeon(TM) CPU 3.06GHz
model name : Intel(R) Xeon(TM) CPU 3.06GHz
model name : Intel(R) Xeon(TM) CPU 3.06GHz
model name : Intel(R) Xeon(TM) CPU 3.06GHz
HP ProLiant DL380
LINUX DISTRIBUTION and KERNEL (uname -r):
uname -r
2.6.15-1.2054_FC5smp
GCC VERSION (gcc -v):
gcc -v
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info
--enable-shared --enable-threads=posix
--enable-checking=release --with-system-zlib
--enable-__cxa_atexit --disable-libunwind-exceptions
--enable-libgcj-multifile
--enable-languages=c,c++,objc,obj-c++,java,fortran,ada
--enable-java-awt=gtk --disable-dssi
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre
--with-cpu=generic --host=i386-redhat-linux
Thread model: posix
gcc version 4.1.0 20060304 (Red Hat 4.1.0-3)
COMPILATION AND MAKING OPTIONS (if defaults changed):
$make optimize=1 debug=0
COMMAND-LINE:
./curl-loader -f nte-conf/bulk.conf
CONFIGURATION-FILE (The most common source of
problems):
Place the file inline here:
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
DOES THE PROBLEM AFFECT:
COMPILATION? No
LINKING? No
EXECUTION? No
OTHER (please specify)?
Network stops.
Have you run $make cleanall prior to $make ?
Yes
DESCRIPTION:
After running the configuration file above, the
network stops working - can't ping/telnet/ssh/anything
to or from the machine, on the eth1 management
interface.
This makes it very hard to figure out what's going on,
as the machine is remote to me!
Note that the exact same file, but with ip addresses
192.168.1.1 and 192.168.1.3 (as per the example
bulk.conf) doesn't stop the network.
QUESTION/ SUGGESTION/ PATCH:
How do we get it working?
__________________________________________________________
Sent from Yahoo! Mail.
A Smarter Inbox http://uk.docs.yahoo.com/nowyoucan.html
|