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

2007-09-14 Thread Stephane Cerveau
Hi all, I found finally which CONFIG is involved in my problem. It was CONFIG_ASH_JOB_CONTROL which need to be set. Now my kernel driver can be add and removed and when I quit my app I can relaunch it. My kernel thread is correctly awaken. But I don't know why... I don't understand why this

Re: kexec in Busybox

2007-09-14 Thread Mike Frysinger
On Wednesday 15 August 2007, Andy Kennedy wrote: Is there plans to add (or has it been added) kexec in busybox? there are no plans ... new applets generally get added as people want i bet things would happen faster if you posted a patch -mike signature.asc Description: This is a digitally

Re: Busybox utils to set u-boot environment?

2007-09-14 Thread Mike Frysinger
On Friday 10 August 2007, Marc Leeman wrote: no, nor will there probably ever be due to the nature of u-boot ... every single board can store its environment in different types of flash in different sectors at different offsets in different magical ways ... there is no common

Re: telnetd doesn't provide REMOTEHOST environment variable?

2007-09-14 Thread Mike Frysinger
On Wednesday 22 August 2007, [EMAIL PROTECTED] wrote: My application wants/needs to know the address of the host that's connected via telnet, but the REMOTEHOST variable doesn't seem to be provided. what's wrong with REMOTE_ADDR ? -mike signature.asc Description: This is a digitally signed

Re: [rfc] sed option `-i' (edit in place)

2007-09-14 Thread Mike Frysinger
On Monday 27 August 2007, Johan Adolfsson wrote: Wouldn't we get reduced wearing and possibly a general speed up as well, if we made sure sed was buffering stuff more and avoiding small writes to the filesystem? Then there shouldn't be much difference in flash wearing compared to a copy. any

Re: [rfc] sed option `-i' (edit in place)

2007-09-14 Thread Mike Frysinger
On Sunday 26 August 2007, Cristian Ionescu-Idbohrn wrote: On Sun, 26 Aug 2007, Denys Vlasenko wrote: I think that sed creates new file, fills it and and then renames new file into old file so fast that first metadata update doesn't even have time to hit the disk storage before it's all

Re: moving /bin/ip to /sbin/ip?

2007-09-14 Thread Mike Frysinger
On Tuesday 11 September 2007, Denys Vlasenko wrote: On Tuesday 11 September 2007 05:01, Paul Fox wrote: On Mon, Sep 10, 2007 at 10:40:11PM +0200, Natanael Copa wrote: It would be a lot easier for me to have the ip application in the same place as the original iproute2. In fact it

Re: Unknown server error

2007-09-14 Thread Mike Frysinger
On Wednesday 12 September 2007, nita lohia wrote: i dont think you quite get the purpose of the busybox list ... this is not a general forum for answering general linux questions ... please visit a general linux forum like linuxquestions.org -mike signature.asc Description: This is a

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

2007-09-14 Thread Mike Frysinger
On Thursday 13 September 2007, Paul Barrette wrote: 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. then you'll have to change the code locally ... this isnt a bug in busybox -mike