Skip to Content.
Sympa Menu

perfsonar-user - Re: [perfsonar-user] OWAMP Installation in Solaris 5.10

Subject: perfSONAR User Q&A and Other Discussion

List archive

Re: [perfsonar-user] OWAMP Installation in Solaris 5.10


Chronological Thread 
  • From: Aaron Brown <>
  • To: Anton Setiawan <>
  • Cc: "Karch, Roland (RRZE)" <>, "" <>
  • Subject: Re: [perfsonar-user] OWAMP Installation in Solaris 5.10
  • Date: Sat, 23 Aug 2014 12:26:32 +0000
  • Accept-language: en-US

Hey Anton,

Is owampd listening on port 861? If so, is the firewall letting traffic through to port 861?

Cheers,
Aaron

On Aug 23, 2014, at 6:30 AM, "Anton Setiawan" <> wrote:

Dear Roland,

Thank You for your advice.
I have successfully installed owamp and create needend configuration.

I have also started owampd in owamp server.
When i tried to send some packet in owamp client, using command:

owping -t -c 20 -P 861 192.168.10.135:861

I got error notification:
owping: FILE=owping.c, LINE=1603, Unable to open control connection to 192.168.10.135:861

Would you like to advice what should i do to make this works?
just fyi, i still try to use vmware to make an owamp testing, should i not used vmware?

my owampd.conf configuration like in attached file.

Many Thanks In Advance



On Mon, Aug 18, 2014 at 7:00 PM, Karch, Roland (RRZE) <> wrote:

Dear Anton,

 

I believe that you will need GCC in order to successfully compile OWAMP on Solaris. I don’t have an identical environment, but managed to run through the configure / make steps at least with these:

 

rabea [owamp-3.3]> gcc -v

Reading specs from /usr/sfw/lib/gcc/i386-pc-solaris2.11/3.4.3/specs

Configured with: /builds2/sfwnv-111a/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++,f77,objc --enable-shared

Thread model: posix

gcc version 3.4.3 (csl-sol210-3_4-20050802)

rabea [owamp-3.3]> uname -a

SunOS rabea 5.11 snv_111b i86pc i386 i86pc

 

I hope that helps!

 

With best wishes,

 

--

Roland Karch, DFN-Labor

Friedrich-Alexander-Universität Erlangen-Nürnberg

Regionales RechenZentrum Erlangen (RRZE)

Martensstraße 1, 91058 Erlangen, Germany

Tel. +49 9131 85-27806, -28800, Fax: +49 9131 302941

http://www-win.rrze.uni-erlangen.de/

 

 

 

From: [mailto:] On Behalf Of Anton Setiawan
Sent: Monday, August 18, 2014 7:16 AM
To:
Subject: [perfsonar-user] OWAMP Installation in Solaris 5.10

 

Dear Owamp author,

My name is Anton Setiawan, I interest to learn about owamp.
I have seen your owamp open source in http://software.internet2.edu/owamp/

and I tried to install the owamp package in solaris:

bash-3.2# uname -a
SunOS unknown 5.10 Generic_147148-26 i86pc i386 i86pc

 

After successfully extract the package and run ./configure,

I continue to run "make", but i got fatal error like below...



bash-3.2# make
Making all in I2util
Making all in I2util
make  all-am
Making all in aespasswd
Making all in pfstore
Making all in test
Making all in doc
Making all in owamp
make  all-am
source='api.c' object='api.o' libtool=no \
DEPDIR=.deps depmode=none /bin/bash ../config/depcomp \
cc -DHAVE_CONFIG_H -I. -I. -I. -I..      -I/owamp/owamp-3.3rc1/I2util -g -c api.c
"api.c", line 1310: warning:  attribute "unused" is unknown, ignored
"api.c", line 2415: identifier redeclared: _OWPWriteDataHeaderFinished
        current : function(pointer to struct OWPContextRec {int lib_eh, pointer to void eh, pointer to struct I2Table {..} table, pointer to struct I2RandomSourceRec {..} rand_src, unsigned int pbkdf2_count, pointer to struct OWPControlRec {..} cntrl_list}, pointer to struct __FILE {int _cnt, pointer to unsigned char _ptr, pointer to unsigned char _base, unsigned char _flag, unsigned char _file, unsigned int __orientation :2, unsigned int __ionolock :1, unsigned int __seekable :1, unsigned int __extendedfd :1, unsigned int __xf_nocheck :1, unsigned int __filler :10}, enum  {OWP_SESSION_FINISHED_INCOMPLETE(2), OWP_SESSION_FINISHED_NORMAL(1), OWP_SESSION_FINISHED_ERROR(0)}, unsigned int) returning int
        previous: function(pointer to struct OWPContextRec {int lib_eh, pointer to void eh, pointer to struct I2Table {..} table, pointer to struct I2RandomSourceRec {..} rand_src, unsigned int pbkdf2_count, pointer to struct OWPControlRec {..} cntrl_list}, pointer to struct __FILE {int _cnt, pointer to unsigned char _ptr, pointer to unsigned char _base, unsigned char _flag, unsigned char _file, unsigned int __orientation :2, unsigned int __ionolock :1, unsigned int __seekable :1, unsigned int __extendedfd :1, unsigned int __xf_nocheck :1, unsigned int __filler :10}, unsigned int, unsigned int) returning int : "owampP.h", line 432
cc: acomp failed for api.c
*** Error code 2
make: Fatal error: Command failed for target `api.o'
Current working directory /owamp/owamp-3.3rc1/owamp
*** Error code 1
make: Fatal error: Command failed for target `all'
Current working directory /owamp/owamp-3.3rc1/owamp
*** Error code 1
The following command caused the error:
failcom='exit 1'; \
for f in x $MAKEFLAGS; do \
  case $f in \
    *=* | --[!k]*);; \
    *k*) failcom='fail=yes';; \
  esac; \
done; \
dot_seen=no; \
target=`echo all-recursive | sed s/-recursive//`; \
list='I2util  owamp owampd owping conf powstream test doc'; for subdir in $list; do \
  echo "Making $target in $subdir"; \
  if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
  else \
    local_target="$target"; \
  fi; \
  (cd $subdir && make  $local_target) \
  || eval $failcom; \
done; \
if test "$dot_seen" = "no"; then \
  make  "$target-am" || exit 1; \
fi; test -z "$fail"
make: Fatal error: Command failed for target `all-recursive'

Would you like to guide me how to solve this problem, please?

Many Thanks In Advance,
Anton Setiawan
http://id.linkedin.com/in/antonsetiawanid


<owampd.conf>



Archive powered by MHonArc 2.6.16.

Top of Page