On Sunday 27 March 2011 12:05, Seb wrote: > > > - I can call /bin/ash in a bash session and even connect to it with > > > login, but when I attempt to use "su -", I get an "su: applet not > > > found" error. This happens however the unicode routines (bbx or > > > glibc) the shell uses. > > > > Please post your .config > > Sorry, this is the same as the one I've posted first. I > nevertheless attach the last one I've tested with, just to be sure.
Can't reproduce with your .config: # ./ash /tmp # su - ... hostname:~# exit logout /tmp # Apparently, your /bin/su is a symlink to busybox which doesn't have su applet enabled. -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
