From: Paul Sokolovsky <pmiscml@gmail.com>
To: Bernhard Fischer <rep.nop@aon.at>
Cc: busybox@busybox.net, openembedded-devel@lists.openembedded.org
Subject: busybox "ps ax" woes, was: Re[2]: [Qemu-devel] Config file support
Date: Sun, 29 Oct 2006 01:24:13 +0300 [thread overview]
Message-ID: <1025557584.20061029012413@gmail.com> (raw)
In-Reply-To: <20061025153503.GB5673@aon.at>
Hello Bernhard,
Wednesday, October 25, 2006, 6:35:04 PM, you wrote:
> On Wed, Oct 25, 2006 at 03:18:31AM +0300, Paul Sokolovsky wrote:
>> Oh, and while we still talking (and to add even more confusion),
>>how'd you guys managed to kill "ps ax" to work in busybox 1.2.1? I
>>really miss it here, when loading my embedded images into QEMU...
> Just unset PS_FEATURE_WIDE.
> In principle, i agree that we should enhance it to allow for
> disregarding any non-options.
Thanks for your response! I actually had a suspicion that some
busybox config option was mis-set. We're using it here with
OpenEmbedded automated build system, and well, when doing system
integration, the distance from configs of individual packages
to the developers increases ;-).
But we actually had issues with that besides mere command-line
nuisance: some of our init.d scripts has "ps -e" or something, and as
a workaround we had to switch to procps ;-(.
Again, thanks for your hint, from the context where it was written,
I couldn't expect to get an answer ;-)
> Something like
> Index: libbb/getopt32.c
> ===================================================================
> --- libbb/getopt32.c (revision 16432)
> +++ libbb/getopt32.c (working copy)
> @@ -72,6 +72,9 @@
> env -i ls -d /
> Here we want env to process just the '-i', not the '-d'.
>
> + "_" If the first character in the applet_opts string is an underscore,
> + ignore all non-option arguments.
> +
> const struct option *applet_long_options
>
> This struct allows you to define long options. The syntax for
> Alternatively you can rewrite ps to match the procps' big ps better.
> I need to be able to see the full commandline if i do `ps ww´, not only
> the first 25 chars of them.
> HTH,
--
Best regards,
Paul mailto:pmiscml@gmail.com
parent reply other threads:[~2006-10-28 22:24 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20061025153503.GB5673@aon.at>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1025557584.20061029012413@gmail.com \
--to=pmiscml@gmail.com \
--cc=busybox@busybox.net \
--cc=openembedded-devel@lists.openembedded.org \
--cc=rep.nop@aon.at \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox