RE: udhcpc in 1.10.3 doesnt like my WLAN card

2008-06-20 Thread SAMUEL Dinesh
Hello, Hope you remember that the probleme I have is not on a Wireless Card. The kernel and all the tools that I am using are not fancy tools. The probleme must come from 'BPF filter' hecause when I comment this line the DHCPC works correctly: -Message d'origine- De : [EMAIL

Re: udhcpc in 1.10.3 doesnt like my WLAN card

2008-06-20 Thread Denys Vlasenko
On Thursday 19 June 2008 22:22, Cristian Ionescu-Idbohrn wrote: On Thu, 19 Jun 2008, Denys Vlasenko wrote: On Thursday 19 June 2008 14:43, Cristian Ionescu-Idbohrn wrote: The problem seems to be that your wlan-card does not see/catch the dhcp-offer. Cristian, this is not true.

Re: udhcpc in 1.10.3 doesnt like my WLAN card

2008-06-20 Thread Denys Vlasenko
On Friday 20 June 2008 09:18, SAMUEL Dinesh wrote: Hello, Hope you remember that the problem I have is not on a Wireless Card. The kernel and all the tools that I am using are not fancy tools. The problem must come from 'BPF filter' because when I comment this line the DHCPC works

Re: MODPROBE: next generation

2008-06-20 Thread Denys Vlasenko
On Tuesday 17 June 2008 19:24, [EMAIL PROTECTED] wrote: 0. Intro depmod + modprobe is some kind of complicated codec. Though the syntax of modprobe.conf and friends is human-friendly most of module dependencies is intrinsic and are hardly a subject to be customized manually. du modules.*

Re: Ответ: MODPROBE: next generation

2008-06-20 Thread Denys Vlasenko
On Thursday 19 June 2008 18:15, Vladimir Dronnikov wrote: 2. BB depmod right now generates (having FEATURE_ALIAS defined, my case) modules.dep which can not be parsed correctly with BB modprobe. This is modprobe's issue. Sounds like depmod issue to me. The goal should be depmod generates

Re: MODPROBE: next generation

2008-06-20 Thread Bernhard Fischer
On Fri, Jun 20, 2008 at 04:58:04PM +0200, Denys Vlasenko wrote: We already have open_transformer(), so you just call fd = open_transformer(gzfile_fd, unpack_gz_stream, gunzip); and voila - you can gunzip file on the fly :) Can we have a libunarchival wrapper that sets up open_transformer for

RE: udhcpc in 1.10.3 doesnt like my WLAN card

2008-06-20 Thread SAMUEL Dinesh
Hello, Yep this patch is working. Thanks. Bye -Message d'origine- De : Denys Vlasenko [mailto:[EMAIL PROTECTED] Envoyé : vendredi 20 juin 2008 16:50 À : SAMUEL Dinesh Cc : busybox@busybox.net; 'Cristian Ionescu-Idbohrn'; 'Alexander Griesser (LKH Villach)' Objet : Re: udhcpc in 1.10.3

[PATCH]: allow serverroot setting in configfile

2008-06-20 Thread walter harms
hi list, i had the local request to add the serverroot setting into the configfile to allow configuration in one place, for more easy deployment. re, wh --- networking/httpd.c.org 2008-06-20 17:17:42.0 +0200 +++ networking/httpd.c 2008-06-20 17:16:22.0 +0200 @@ -37,6

[PATCH]: Create vim - vi alias

2008-06-20 Thread beck0778
Hello, I'm not sure if this would be useful to anyone else. On our embedded product we don't have support for shell command aliases, and I'm in the habit of typing 'vim' instead of 'vi'. This patch adds a configurable option to allow busybox to respond to both 'vim' and 'vi'. Sorry if this

Re: [PATCH]: Create vim - vi alias

2008-06-20 Thread Bernhard Fischer
On Fri, Jun 20, 2008 at 11:55:17AM -0500, [EMAIL PROTECTED] wrote: Hello, I'm not sure if this would be useful to anyone else. On our embedded product we don't have support for shell command aliases, and I'm in the habit of typing 'vim' instead of 'vi'. This patch adds a configurable

Re: [PATCH]: Create vim - vi alias

2008-06-20 Thread beck0778
On Jun 20 2008, Bernhard Fischer wrote: On Fri, Jun 20, 2008 at 11:55:17AM -0500, [EMAIL PROTECTED] wrote: Hello, I'm not sure if this would be useful to anyone else. On our embedded product we don't have support for shell command aliases, and I'm in the habit of typing 'vim' instead of

Re: start-stop daemon regession

2008-06-20 Thread Denys Vlasenko
On Friday 20 June 2008 17:04, walter harms wrote: Can you test current svn? If that works, we can just go ahead and backport it. hi denis, yep that is what we have done. we just replaced the 10.3 version with the svn version. at least no more daemons can be started :) FYI: while

Re: MODPROBE: next generation

2008-06-20 Thread Denys Vlasenko
On Friday 20 June 2008 17:05, Bernhard Fischer wrote: On Fri, Jun 20, 2008 at 04:58:04PM +0200, Denys Vlasenko wrote: We already have open_transformer(), so you just call fd = open_transformer(gzfile_fd, unpack_gz_stream, gunzip); and voila - you can gunzip file on the fly :) Can we

Re: BB vi bug

2008-06-20 Thread Denys Vlasenko
On Friday 20 June 2008 17:42, walter harms wrote: Hello Denys, can you please look at vi.c coredump mail ? I found that that stupid_insert() can return NULL (what is never checked) and therefore can crash vi. it is not a security issue but very annoying. unfortunately is that a core

Re: [PATCH]: Create vim - vi alias

2008-06-20 Thread Denys Vlasenko
On Friday 20 June 2008 19:10, [EMAIL PROTECTED] wrote: On Jun 20 2008, Bernhard Fischer wrote: On Fri, Jun 20, 2008 at 11:55:17AM -0500, [EMAIL PROTECTED] wrote: Hello, I'm not sure if this would be useful to anyone else. On our embedded product we don't have support for shell

Re: [PATCH]: Create vim - vi alias

2008-06-20 Thread beck0778
On Jun 20 2008, Denys Vlasenko wrote: On Friday 20 June 2008 19:10, [EMAIL PROTECTED] wrote: On Jun 20 2008, Bernhard Fischer wrote: On Fri, Jun 20, 2008 at 11:55:17AM -0500, [EMAIL PROTECTED] wrote: Hello, I'm not sure if this would be useful to anyone else. On our embedded product

RTC and date command

2008-06-20 Thread Midhun A
Hi All, I am working on Freescale's i.MX21 RTC. I have a driver which does the basic initialization of the RTC and sets and reads time from the RTC. The RTC is working perfectly fine. When I use the date command of busybox, it seems that busybox picks up the date and time from somewhere else. The