Thanks for raising this - it seems to be a side-effect of the move to
epoll (for better performance with high numbers of sockets) in v3.4
(e.g. https://code.google.com/p/dart/issues/detail?id=2775 sees the
same issue). I've just committed a fix to warn rather than error out
in this specific case
(https://github.com/SIPp/sipp/commit/4cfb94a0cb37a0a78c39334e5451fdb9b1e310ab),
so building from the main Git branch should now work.

I'll release a 3.4.1 release in the next week or so, having fixed this
and a couple of other issues.

Best,
Rob

On 3 February 2014 21:08, Daniel Goepp <d...@goepp.com> wrote:
> I'm having an issue trying to run SIPp in the background.  I'm running this
> on a clean Ubuntu 12.04 server updated and upgrade to latest today.  I have
> tried both the downloaded 3.4 version, and the 3.4branch checked out from
> Git to make sure, same results with both.  I'm running this as root, and the
> command is:
>
> sipp -sf uac_pcap_video_only.xml beta.mydomain.com -s dan -m 1 -aa -r 1 -rp
> 1000 -l 1 -mp 10000 -t tn -d 30000 -i 10.185.218.35 -trace_err -trace_msg
> -skip_rlimit
>
> This works just fine, but then if I add -bg to the end of it:
>
> sipp -sf uac_pcap_video_only.xml beta.edifire.com -s dan -m 1 -aa -r 1 -rp
> 1000 -l 1 -mp 10000 -t tn -d 30000 -i 10.185.218.35 -trace_err -trace_msg
> -skip_rlimit -bg
>
> In the log file I get:
>
> 2014-02-03 13:54:01.826652 1391435641.826652: Failed to add FD to epoll,
> errno = 1 (Operation not permitted).
>
> Thoughts?
>
> ------------------------------------------------------------------------------
> Managing the Performance of Cloud-Based Applications
> Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
> Read the Whitepaper.
> http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
> _______________________________________________
> Sipp-users mailing list
> Sipp-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sipp-users
>

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to