Re: [uClinux-dev] Enable ip_forward in kernel 2.4.x

2007-05-30 Thread Ratheesh
Hi, Make sure that you have enable sysctl support along with the proc file system support in the kernel. Without this sys folder will not be created in the the /proc at the boot time. To enable the ip forward option either you can you sysctl command or use normal echo command. Hope this help

Re: [uClinux-dev] #if 0 in inetd start_child()

2007-05-30 Thread David McCullough
Jivin John Williams lays it down ... > Hi Mike, > > Mike Frysinger wrote: > >the latest inetd does not seem to work for me with rcp/rsh ... if i change > >the '#if 0' to '#if 1' in start_child() (the stderr/stdout redirection), > >things work > > > >any idea the history behind this block of cod

Re: [uClinux-dev] #if 0 in inetd start_child()

2007-05-30 Thread John Williams
Hi Mike, Mike Frysinger wrote: the latest inetd does not seem to work for me with rcp/rsh ... if i change the '#if 0' to '#if 1' in start_child() (the stderr/stdout redirection), things work any idea the history behind this block of code ? We found and reported the same thing last July. I

Re: [uClinux-dev] [patch] fix building dhcpcd-new with sanitized headers

2007-05-30 Thread David McCullough
Jivin Gavin Lambert lays it down ... > Quoth Mike Frysinger: > > then why not integrate it into the configure script ? have it test to > > see if the ledman.h header exists and if so, it'll define > > HAVE_LINUX_LEDMAN_H like every other non-standard header file > > The code in question probably

RE: [uClinux-dev] [patch] fix building dhcpcd-new with sanitized headers

2007-05-30 Thread Gavin Lambert
Quoth Mike Frysinger: > then why not integrate it into the configure script ? have it test to > see if the ledman.h header exists and if so, it'll define > HAVE_LINUX_LEDMAN_H like every other non-standard header file The code in question probably predates 'configure' actually working with the di

[uClinux-dev] NAND on m5329evb

2007-05-30 Thread Jeffrey . Johnston
Thanks Andrea, The patch fixed my NAND problems. jeff Date: Wed, 30 May 2007 09:01:54 +0200 From: "Tarani, Andrea" <[EMAIL PROTECTED]> Subject: R: [uClinux-dev] NAND on m5329evb To: "uClinux development list" Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="iso-8859-1" tr

Re: [uClinux-dev] [patch] fix building dhcpcd-new with sanitized headers

2007-05-30 Thread Mike Frysinger
On Wednesday 30 May 2007, Mike Frysinger wrote: > On Wednesday 30 May 2007, David McCullough wrote: > > Thats a matter of opinion I guess. It uses an ioctl interface to > > control LED's via the kernel driver. The ioctl values need to be > > defined somewhere and the appropriately setup kernel he

Re: [uClinux-dev] [patch] fix building dhcpcd-new with sanitized headers

2007-05-30 Thread Mike Frysinger
On Wednesday 30 May 2007, David McCullough wrote: > Jivin Mike Frysinger lays it down ... > > > On Tuesday 29 May 2007, David McCullough wrote: > > > Jivin Mike Frysinger lays it down ... > > > > > > > Newer kernels no longer export linux/autoconf.h so ive fixed > > > > dhcpcd-new to only pull in t

Re: [uClinux-dev] [RFC] overhaul library handling with a staging directory

2007-05-30 Thread Mike Frysinger
On Wednesday 30 May 2007, David McCullough wrote: > Jivin Mike Frysinger lays it down ... > > > as we added support for real shared libraries in our Blackfin dist via > > FDPIC ELF, we quickly hit limitations due to the way libraries are > > handled currently. basically everything is done by symli

Re: [uClinux-dev] [patch] fix building dhcpcd-new with sanitized headers

2007-05-30 Thread Mark Phillips
On Wed, 2007-05-30 at 23:08 +1000, David McCullough wrote: > Jivin Mike Frysinger lays it down ... > > On Tuesday 29 May 2007, David McCullough wrote: > > > Jivin Mike Frysinger lays it down ... > > > > Newer kernels no longer export linux/autoconf.h so ive fixed dhcpcd-new > > > > to only pull in

Re: [uClinux-dev] [patch] fix building dhcpcd-new with sanitized headers

2007-05-30 Thread David McCullough
Jivin Mike Frysinger lays it down ... > On Tuesday 29 May 2007, David McCullough wrote: > > Jivin Mike Frysinger lays it down ... > > > Newer kernels no longer export linux/autoconf.h so ive fixed dhcpcd-new > > > to only pull in this file when dealing with CONFIG_LEDMAN (assuming that > > > featu

Re: [uClinux-dev] "syslog.info -- MARK --"

2007-05-30 Thread Javier Aparicio
El Miércoles, 30 de Mayo de 2007 13:52, Luis Javier Merino escribió: > On 5/29/07, Qi, Shiyuan (WI02) <[EMAIL PROTECTED]> wrote: > > Hi: > > I saw the system log contains the line: > > "syslog.info -- MARK --" > > for exactly every 20 minutes. > > > > What's the purpose of this log? Who pri

Re: [uClinux-dev] [RFC] overhaul library handling with a staging directory

2007-05-30 Thread David McCullough
Jivin Mike Frysinger lays it down ... > as we added support for real shared libraries in our Blackfin dist via FDPIC > ELF, we quickly hit limitations due to the way libraries are handled > currently. basically everything is done by symlinking static archives and > header files into specific d

Re: [uClinux-dev] #if 0 in inetd start_child()

2007-05-30 Thread David McCullough
Jivin Mike Frysinger lays it down ... > the latest inetd does not seem to work for me with rcp/rsh ... if i change > the '#if 0' to '#if 1' in start_child() (the stderr/stdout redirection), > things work > > any idea the history behind this block of code ? No, our change log is minimal and th

Re: [uClinux-dev] "syslog.info -- MARK --"

2007-05-30 Thread Luis Javier Merino
On 5/29/07, Qi, Shiyuan (WI02) <[EMAIL PROTECTED]> wrote: Hi: I saw the system log contains the line: "syslog.info -- MARK --" for exactly every 20 minutes. What's the purpose of this log? Who prints it? It's written by your syslog daemon, and it means that your syslog is still loggin

[uClinux-dev] GDBserver problem with IXP425

2007-05-30 Thread Mehdi Zaeri
Hi...i've compiled snapgear3.4 and 3.5(new version) for IXDP425 and I wannted to compile GDBserver for it.I did : for snapgear3.4, I selected in xconfig "gdbserver","gdb(target)" and "gdbreplay", when i make it,it has a error: { ucfront-gcc arm-linux-gcc -mbig-endian -c ../../../sim/arm/../common

R: [uClinux-dev] NAND on m5329evb

2007-05-30 Thread Tarani, Andrea
try this patch (Greg can you ad this to distribution??) diff U3b Z:/uClinux_linux-2.6.x_arch/m68knommu/platform/532x/config.c@@/main/anta_EMV_Mod3/1 Z:/wipe/linux-2.6.x/arch/m68knommu/platform/532x/config.c@@/main/anta_EMV_Mod3/2 --- Z:/uClinux_linux-2.6.x_arch/m68knommu/platform/532x/config.