Its been a while since my last failed attempt to use netperf4 so I
thought I'd get the trunk and try again. I'm running on Ubuntu 10.04
and had a clean compile. I'm running netserver from the src directory.
/etc/services has been updated to have "netperf4 12865/tcp" When I
try to run netperf from the src directory I get:
zperf01:~/downloads/np/trunk/src$ ./netperf
default_config.xml:2: I/O error : failed to load HTTP resource
<!DOCTYPE netperf SYSTEM "http://www.netperf.org/netperf_docs.dtd/1.0" >
^
default_config.xml:3: validity error : Validation failed: no DTD found !
<netperf xmlns="http://www.netperf.org/ns/netperf">
^
strtofam: unknown address family (null)
strtofam: unknown address family (null)
establish control: could not resolve remote '(null)' port '(null)' af -1
getaddrinfo returned -2 Name or service not known
connect_netserver: Failed
(netperf:3696): GLib-WARNING **:
/build/buildd/glib2.0-2.24.1/glib/giounix.c:406Error while getting flags
for FD: Bad file descriptor (9)
(netperf:3696): GLib-WARNING **: Invalid file descriptor.
** (netperf:3696): WARNING **: g_io_channel_set_flags
g-io-channel-error-quark 8 Bad file descriptor
(netperf:3696): GLib-CRITICAL **: g_io_channel_write_chars: assertion
`channel->is_writeable' failed
zperf01:~/downloads/np/trunk/src$
Anybody able to help me cut to the chase?