Re: [PATCH] Add Blackfin arch to build system

2007-06-18 Thread Mike Frysinger
On Monday 18 June 2007, Alex Landau wrote: --- Mike Frysinger [EMAIL PROTECTED] wrote: On Sunday 17 June 2007, Alex Landau wrote: Blackfin (and other no-MMU's too, I guess) use the bFLT file format instead of (or in addition to) ELF, and therefore requires special LDFLAGS and not

[rfc] tweak FLAT handling

2007-06-18 Thread Mike Frysinger
the current bflt target in busybox was a straight copy from upstream uClinux-dist, but it has never worked for Blackfin. might i propose that if someone wants a FLAT, they add -Wl,-elf2flt to their LDFLAGS rather than doing `make busybox.bflt` ... this should work for everyone as the backend

Re: [PATCH] Add Blackfin arch to build system

2007-06-18 Thread Alex Landau
--- Mike Frysinger [EMAIL PROTECTED] wrote: On Monday 18 June 2007, Alex Landau wrote: --- Mike Frysinger [EMAIL PROTECTED] wrote: On Sunday 17 June 2007, Alex Landau wrote: Blackfin (and other no-MMU's too, I guess) use the bFLT file format instead of (or in addition to) ELF, and

Re: cross-compilation failed

2007-06-18 Thread walter harms
free/lstat/... etc are libc functions. So your environment is not correctly set. please try a ''arm-linux-gcc hello.c'' to check your environment. re, wh Alex Kums wrote: Hi. I tried to compile 1.6 version of busybox for ARM system, but failed. I tried to compile static version of busybox,

Telnetd configuration

2007-06-18 Thread Miroslaw Dach
Hi Mike, Thank you very much for your suggestions. I came back to the telnetd issue once again and right now when I try to connect to my ppc405 embedded system I get: Trying 129.128.107.50... Connected to ml403-mirek.pss.uk (129.128.107.50). Escape character is '^]'. Connection closed

httpd

2007-06-18 Thread Chey
index.html doesn't get parsed by configured interpreter when accessing URL as http://www.example.com/ http://domain/ works fine when accessing the page directly http://www.example.com/index.html http://domain/index.html My httpd.conf looks like so: *.html:/usr/bin/php It only happens with the

Re: Telnetd configuration

2007-06-18 Thread Michael Cashwell
On Mon, 2007-06-18 at 15:51 +0200, Miroslaw Dach wrote: Hi Mike, Thank you very much for your suggestions. I came back to the telnetd issue once again and right now when I try to connect to my ppc405 embedded system I get: Trying 129.128.107.50... Connected to ml403-mirek.pss.uk

Re: [PATCH] find -context option

2007-06-18 Thread KaiGai Kohei
Hi, It's a reminder. :) Is there any comment about the patch to support -context option for findutils applet, I posted a week ago? If it has no matter, I want to merge the feature. Thanks, KaiGai Kohei wrote: This patch enables to apply -context matching rule for find applet. It returns

Question about syslogd and TAB characters?

2007-06-18 Thread Dennis Smith
Hello, I am using busybox ver. 1.00 I send a log message via syslog that includes \t (horizontal tab) in the message. When I look a the log file (\var\log\messages), instead of the expected tab, I see ^I in the logged message. Granted, that is the control sequence for tabs, but on another

Re: Telnetd configuration

2007-06-18 Thread Miroslaw Dach
Hi Mike, My /etc/inetd.conf looks like that: 23 stream tcp nowait root/usr/sbin/telnetd telnetd -l /bin/login I have the filling that some other configuration is missing: /etc/hosts.allow ? /etc/hosts.deny ? /etc/passwd ? /etc/group? ? Best Regards Mirek On

'Ping' bug (and correction)

2007-06-18 Thread Iouri Kharon
Hello all, Applet 'ping' set source addres (option -I) incorrect (as destination :). Also this patch make additional check for source interface. -- Best regards, Iouri mailto:[EMAIL PROTECTED] busybox-1.6.0-ping.patch Description: Binary data

wget support for no_proxy env var

2007-06-18 Thread dann frazier
hey, The following patch adds support for the no_proxy envvar to the wget applet. Most of the code is lifted directly from GNU's wget source (with a few simplifications). This is my first contribution to busybox and a rare attempt at C for me - let me know if I should reduce wrap this code in a

dev/console catch 22

2007-06-18 Thread Michael Cashwell
I have a question about how to create my target's initial file system. Basically, I'm finding that if I don't have the special character file in /dev (made via sudo mknod dev/console c 5 1) that I can't get a serial console to work on my target device. This is a real pain in terms of our

RE: Telnetd configuration

2007-06-18 Thread Martinb_ARM_NOMMU_KISSDVD
First try to test telnet with a force shell your inetd.conf will look like 23 stream tcp nowait root/usr/sbin/telnetd telnetd -l /bin/lash And dont forget to compile lash If this work then you know where to start :) you dont need host.allow and host.deny btw

udhcpc problem

2007-06-18 Thread Bin Chen
Hi, When the udhcpc is started, it begins to broadcast the DHCP discover message. Can I pass some arguments to udhcpc to let it just reside in memory but not do any action until I tell it to do using signal SIGUSR1 or

Re: [Buildroot] ALSA libs and utils

2007-06-18 Thread souf
Le lundi 18 juin 2007 à 16:43 -0500, Paul Kavan a écrit : I have never patched buildroot before. Would I go to the top level directory of buildroot and do something like: patch -p1 [patchname] Thanks Paul personally I always test the patchs before applying them: patch