[BusyBox] Strange things/Error with bb ash again ...

David Douthitt ssrat at mailbag.com
Thu Sep 6 09:52:31 UTC 2001


"arne @ loopback . org" wrote:
> 
> Well i seem to look for it ;-)
> (Well, i do...).

Heh heh.

> o.k. here is another Problem i have, while trying to get my ipsec stuff
> running with the bb ash i ran into two problems, here is one of it [...]

> Ipsec/Freeswan uses a daemon called pluto to listen for connection attempts.
> this pluto starts some scripts using popen to set router etc. With bb ash
> this failes, i get a message that the command returned 127 as returnval.
> So i tried to break down the code to have a small testcase that is showing
> the trouble. I am using bb 0.60.1 for it.

Here is a simpler test case:

# ls ..
[...works fine...]

# GCC=gcc ls ..
[...works fine...]

# 2>&1 GCC=gcc ls ..
GCC=gcc: No such file or directory
# echo $?
127

It appears to be related to the "2>&1" at the beginning...

Now if someone could just fix it :)





More information about the busybox mailing list