Re: [PATCH 0/6] Add a unit-testing framework to Busybox

2014-04-28 Thread Bartosz Gołaszewski
2014-04-16 1:06 GMT+02:00 Bartosz Golaszewski bartekg...@gmail.com: This set of patches proposes to add a simple unit-testing framework to Busybox. First four patches implement the actual framework and document it, while last two add some example test cases. Bartosz Golaszewski (6):

Re: Default password encryption method

2014-04-28 Thread Matthias Klein
ping ... -- Weitergeleitete Nachricht -- Von: Matthias Klein matthias.kl...@optimeas.de An: busybox@busybox.net Gesendet: 11.04.2014 19:40:28 Betreff: Default password encryption method Hello, is it possible to use sha512 instead of des or md5 as default when the option

Re: Receiving two REMOVE actions for the same USB drive

2014-04-28 Thread Mason
Mason wrote: Hello everyone, I'm using a vendor-supplied software stack which includes a customized Linux kernel (2.6.28) along with busybox v1.20.2 I'm seeing something strange from mdev when I unplug my USB mass storage device: the REMOVE action is notified twice with two different

Re: Receiving two REMOVE actions for the same USB drive

2014-04-28 Thread Ralf Friedl
Mason wrote: Mason wrote: Hello everyone, I'm using a vendor-supplied software stack which includes a customized Linux kernel (2.6.28) along with busybox v1.20.2 I'm seeing something strange from mdev when I unplug my USB mass storage device: the REMOVE action is notified twice with two

Re: Receiving two REMOVE actions for the same USB drive

2014-04-28 Thread Mason
Isaac Dunham wrote: Mason wrote: Ralf Friedl wrote: If you say that simple filtering of the events would be annoying, you don't want to change the kernel to avoid the double notification. What do you mean by you don't want to change the kernel ? I am /pretty sure/ that the vanilla

Changing default shell for Cron

2014-04-28 Thread Rob Anderson
Hello, I have compiled Busybox for Android with a fully working cron. However, when I try to run crond/crontab, I get the following output in the log; crond: can't execute '/bin/sh' for user root Unfortunately, I have tried all the usual suggestions on the internet e.g. adding PATH and

Re: Receiving two REMOVE actions for the same USB drive

2014-04-28 Thread Isaac Dunham
On Mon, Apr 28, 2014 at 06:03:01PM +0200, Mason wrote: Isaac Dunham wrote: Mason wrote: Ralf Friedl wrote: If you say that simple filtering of the events would be annoying, you don't want to change the kernel to avoid the double notification. What do you mean by you don't