This message is not produced by sec, but rather by the /bin/ps tool. It
seems that you are on Linux and have started /bin/ps from sec, and provided
it with BSD style command line options with a redundant leading -. You will
be seeing the same warning message when you try the first command:

ps -aux >/dev/null
ps aux >/dev/null

The second command does not produce the warning anymore. To understand why
this is happening, try:

man ps

As for your previous mail, you are probably talking about Jim Brown's
tutorial about connecting sec to mysql. This tutorial was written for BSD
platform and copying tutorial examples directly to linux might not always
work (the issue you had with /bin/ps illustrates this). Therefore, you have
to adjust OS-specific parts of the examples according to your platform.
Kind regards, risto
On Nov 2, 2013 5:36 PM, "Rolf Nufable" <[email protected]> wrote:

> sec also produces an error message
>
> warning : bad ps syntax perhaps a bogus '-'
>
>
>
>
> ------------------------------------------------------------------------------
> Android is increasing in popularity, but the open development platform that
> developers love is also attractive to malware creators. Download this white
> paper to learn more about secure code signing practices that can help keep
> Android apps secure.
> http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
> _______________________________________________
> Simple-evcorr-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users
>
>
------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
Simple-evcorr-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users

Reply via email to