run-parts unsorted ?

2007-09-13 Thread Tommi Kyntola
I tried searching the mailing list briefly about this, but couldn't find anything about the lexicographical sort order having been changed in run-parts, but it seems like it has. Scripts used to be run in sorted order, but that's no longer the case. The change took place between 1.4.2 to 1.5.0

Re: Is libbusybox stable for standalone application?

2007-09-13 Thread Ross Cameron
Those are all file system call operations,... which will be supported by whichever C library you are using on you're devices. From my reading of the matter libbusybox.so would be more suited to writing additional utilities that need to directly at an API level interact with Busybox and its

[PATCH] ash fancy prompt expansion

2007-09-13 Thread Natanael Copa
Hi, Attatched is a patch that fixes the annoying bug in ash prmpt expansion. Currently the default PS1='\w \$ ' will always show a '$' as prompt while PS1='\w \\$ ' will show a '#' if effective user is root and '$' otherwise. The problem is that the prompt string is expanded as a normal double

Re: busybox 1.6.1 miscutils/taskset problem with glibc, wrong number of params

2007-09-13 Thread Paul Barrette
This toolchain was made by tool call ltib from bitshrine.org. Changing the toolchain mid project is not an option for us. Probably before the next I will. thanks, Pb Brian Austin wrote: did you make that toolchain yourself? I would suggest using a 4.x with a 2.3.4 of higher c library

Re: Is libbusybox stable for standalone application?

2007-09-13 Thread Denys Vlasenko
On Thursday 13 September 2007 08:28, colin wrote: Hi all, Our platform is with low cpu power and an application using system api too many times will draw down cpu performance. These statements are like system(/bin/mkdir ...), system(/bin/touch ...), ... and system(/bin/rm ...). I am

Re: busybox httpd cgi environment

2007-09-13 Thread Denys Vlasenko
On Wednesday 12 September 2007 22:18, Nathan Angelacos wrote: I have a question about busybox httpd and its cgi environment: Is there a way to setup and/or access environment variables other than the variables that are defined by the common gateway interface? CGI cannot setup (i.e.

Kernel thread in a driver: Unable to wake up thread if I quit the dev file and reopen it.

2007-09-13 Thread Stephane Cerveau
Hi, I'm using busybox 1.1.0 and encounter a problem with a kernel thread in a char driver. I have a char driver using a kernel thread awaken(it reads data in a registry) when it receive an interrupt signal. When I insert the driver (insmod) and read data in the dev file (/dev/toto:name of my

Re: Kernel thread in a driver: Unable to wake up thread if I quit the dev file and reopen it.

2007-09-13 Thread Denys Vlasenko
On Thursday 13 September 2007 17:28, Stephane Cerveau wrote: Hi, I'm using busybox 1.1.0 and encounter a problem with a kernel thread in a char driver. I have a char driver using a kernel thread awaken(it reads data in a registry) when it receive an interrupt signal. When I insert the

Re: busybox httpd cgi environment

2007-09-13 Thread Nathan Angelacos
Denys Vlasenko wrote: On Wednesday 12 September 2007 22:18, Nathan Angelacos wrote: I have a question about busybox httpd and its cgi environment: Is there a way to setup and/or access environment variables other than the variables that are defined by the common gateway interface? CGI cannot