Hi Dennis,

The permission error while doing a recv() on the server side when you run the
suite, has nothing to do with my commit. I removed the execute permissions from
the source file (you can see the change if you do 'git show <commit#>'.

*Server 1: echo_messages recv() error* *Permission denied*

The above error is returned due to EACCES, which usually indicates permission
problems. Can you answer jon's questions and do perform strace on the program
and send the strace capture file.

Which kernel version are you using? Which distro? Which CPU architecture ? What
does your configuration look like? BR ///jon

/Partha


On 07/28/2016 05:25 PM, Dennis Yao wrote:
> Hi,
> I am trying to run all tipc-utils demo cases and only hello_word demo can
> pass without issue.
>
> Taken bencheckmark UT as an example, because I noticed that you made one
> submission for benchmark permission issue @844a5e but i cannot see the code
> changes.
>
> https://sourceforge.net/p/tipc/tipcutils/ci/844a5e2237efc38a7486718e88040087a0789bc0/
>
> any suggestions how to run benchmark cases?
> Thanks for your help.
> B.R
> Dennis
>
>
> *Client:*
> *[root@localhost benchmark]# ./client_tipc *
> ******* TIPC Benchmark Client Started *******
> *Transferring 80000 messages in TIPC Latency Benchmark*
> *Client 1 created with importance MEDIUM*
> *+---------------------------------------------------------------------+*
> *| Msg Size [octets] |   # Msgs   | Elapsed [ms] | Avg round-trip [us] |*
> *+---------------------------------------------------------------------+*
> *|               64  |     80000  |Client 1: invalid msg from server *
> *: Connection reset by peer*
>
>
> *Server:*
> *[root@localhost benchmark]# ./server_tipc *
> *******   TIPC Benchmark Server Started   *******
> *******   TIPC Listener Socket Created    *******
> *Server 1: echo_messages recv() error*
> *Permission denied*
> *: ******      Listener Socket Deleted      *******
>

------------------------------------------------------------------------------
_______________________________________________
tipc-discussion mailing list
tipc-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tipc-discussion

Reply via email to