Hi,

I also tried the "exec command" on newest version,
but the results were same.
It doesn't matter whether ">" is using or not.
It dumped core file anytime when using "exec command".

I tried this on these environments, but results are same.
 Sun solaris 8 (Compiling from the source),
 RHEL rpm file.

I'd like to do that way
<exec command="echo `/usr/bin/date -u \'+Date: %a, %e %b %Y %T
%Z\'>> ./result.log" />

but in case of such a simple command, it dumped.
<exec command="ps" />

Hope this helps and please help me.

Best Regards,
Koki Sugioka


Tomasz Radziszewski wrote::
> Hi,
> 
> It might be a problem with the ">" sign inside your command. Some sipp 
> versions read is as closing of the XML tag even though it's inside quotes. 
> Maybe you should try the newest version of SIPp from SVN.
> 
> You can also try to replace ">" with "&gt;", as in HTML, i.e.
> 
>  <exec command="/bin/echo hello&gt;&gt; test.echo"/>
> 
> Or at first just try a command without redirection to see if it is all about 
> the ">" or maybe something else.
> 
> Best regards

-- 

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to