Hello,

I'm discovering Fabric and its 1.13 version (see [1])
I'm trying to run a SIPp test on a remote  host but it keeps failing with a
99 exit code.

Here are the meaningful line from Fabric script:

[1.2.255.151] Executing task 'run_campaign'
[1.2.255.151] run: sipp -bg -nostdin  -trace_screen -screen_file
/home/foobar/reports.d/campaign_123456789_1_1.txt -sf
/home/foobar/custom_with_10_minutes_audio.xml 3.4.49.3 -i 3.4.58.206 -s
123456789 -r 1 -m 1 -d 60000
[1.2.255.151] out: In pcap /home/foobar/pcap/g711a_10_minutes.pcap, npkts
30000
[1.2.255.151] out: max pkt length 180
[1.2.255.151] out: base port 12426
[1.2.255.151] out: Background mode - PID=[640]
[1.2.255.151] out:


Fatal error: run() received nonzero return code 99 while executing!

Requested: sipp -bg -nostdin  -trace_screen -screen_file
/home/foobar/reports.d/campaign_123456789_1_1.txt -sf
/home/foobar/custom_with_10_minutes_audio.xml 3.4.49.3 -i 3.4.58.206 -s
123456789 -r 1 -m 1 -d 60000
Executed: /bin/bash -l -c "sipp -bg -nostdin  -trace_screen -screen_file
/home/foobar/reports.d/campaign_123456789_1_1.txt -sf
/home/foobar/custom_with_10_minutes_audio.xml 3.4.49.3 -i 3.4.58.206 -s
123456789 -r 1 -m 1 -d 60000"

When I copy/paste both above commands on remote hots's console, they run
sucessfully (I can see a SIPp process running).

Any hint or advice ?

[1] http://docs.fabfile.org/en/1.13/tutorial.html
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to