On 20 May 2015 at 15:48, Bernhard Reutner-Fischer <[email protected]> wrote: > On 20 May 2015 at 13:55, Laszlo Papp <[email protected]> wrote: >> Hi, >> >> I am a bit confused why busybox passwd does not work with daisy. It >> used to work with dylan. When I try to use "busybox passwd", I am >> getting the following output: >> >> passwd: applet not found > > is the password applet built? > Check your busybox .config. > Is passwd listed when you invoke plain busybox and have the help-text > printing turned on? > > Sometimes code around bsearch is miscompiled but this should not be > the case for your setup, i suppose.
ah, the great suid / nosuid split ? try /bin/busybox.suid passwd instead, the default /bin/busybox supposedly points to the .nosuid binary. -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
