hush crashing on a Blackfin architecture

2020-09-14 Thread Pavel
part of BB itself.. So, any hints would be highly appreciated! With regards, Pavel ___ busybox mailing list busybox@busybox.net http://lists.busybox.net/mailman/listinfo/busybox

Re: A good scripting language for busybox?

2017-03-17 Thread Pavel A
Thanks for the suggestion. I am not familiar with yocto. If they can cross compile Python (that is very hard, as google results show), it would be great. I'll look at it. Regards, Pavel A > On 17 Mar 2017, at 17:23, Laszlo Papp <lp...@kde.org> wrote: > > Why do you n

A good scripting language for busybox?

2017-03-17 Thread Pavel Aronsky
will be heavy used? As "plan B": has anyone seen (or thought of) a FFI interface for BB that would allow to call shared libraries written in C, from ash? Thanks in advance, Pavel A. ___ busybox mailing list busybox@busybox.net http://lists.busybox.n

Re: Shell script silently exits. Why?

2016-11-29 Thread Pavel A
-e option set. Anyway I'm replacing all let commands to $(()) based on opinion on StackOverflow that "let" is not posix-blessed. Thanks, Pavel A. > On 17 Nov 2016, at 17:49, Bastian Bittorf <b...@npl.de> wrote: > > * Pavel A <pavel.aron...@gmail.com> [17.11.2

Shell script silently exits. Why?

2016-11-17 Thread Pavel A
Dear experts, We have a strange problem with ash script: the shell silently exits while executing a script. It is likely caused by a "let" command. Anyone seen similar behavior? How to debug it? Busybox version is 1.22.1 (this is what it prints out, not sure about configuration and build

Re: problem with 'script' when standard input is closed

2014-03-16 Thread Pavel Raiskup
On Sunday, March 16, 2014 12:36:39 Denys Vlasenko wrote: I hope that busybox should continue to work even if the standard input is closed. Thanks for any comment, Fixed in git. Thanks! ___ busybox mailing list busybox@busybox.net

problem with 'script' when standard input is closed

2014-03-14 Thread Pavel Raiskup
hope that busybox should continue to work even if the standard input is closed. Thanks for any comment, Pavel ___ busybox mailing list busybox@busybox.net http://lists.busybox.net/mailman/listinfo/busybox

Re: init.c problem

2008-03-19 Thread Pavel Samek
Yes, it works! Thanks. Pavel Denys Vlasenko napsal(a): On Wednesday 12 March 2008 17:43, Pavel Samek wrote: Hi! I have the following problem. Situation: - etherboot loads kernel - kernel has IP auto configuration enabled (ip=dhcp), no initrd - rootfs is on nfs, succesfuly mounted

init.c problem

2008-03-12 Thread Pavel Samek
Hi! I have the following problem. Situation: - etherboot loads kernel - kernel has IP auto configuration enabled (ip=dhcp), no initrd - rootfs is on nfs, succesfuly mounted - now busybox's init should start, but it writes: init: can't open /dev/null: no such file or directory - start-udev is