setsid cttyhack ash

2007-12-27 Thread JoSH Lehan
Saw the earlier thread in the mailing list archives about this, and was having the same problem too. A shell opened, as part of the /etc/init.d/rc.S file, wouldn't have a controlling tty. This command seemed to fix it for me, though: setsid cttyhack ash This makes the ash error about job control

Re: Init Patch for review and evaluation

2007-12-27 Thread Eugene Bordenkircher
On Tue, 2007-12-25 at 01:10 +, Denys Vlasenko wrote: > On Saturday 22 December 2007 22:42, Eugene Bordenkircher wrote: > > Hello all, > > > > The following patch to init fills a need that myself and several of my > > co-workers have. The general idea is to have init kill those processes > > t

Re: Init Patch for review and evaluation

2007-12-27 Thread Eugene Bordenkircher
On Thu, 2007-12-27 at 13:20 -0500, Paul Fox wrote: > > > #endif > > > in the future, please try to utilize the first form > > > -mike > > > > Thanks for the heads up. I'll make sure to do this in the future. I'm > > assuming I probably should have used CONFIG_... instead of ENABLE... > >

Re: Small patch to "clear" to add flush

2007-12-27 Thread JoSH Lehan
On Dec 26, 2007 7:48 PM, Denys Vlasenko <[EMAIL PROTECTED]> wrote: > Too bad #warning directives cannot print big blinking > ***SHOUTING LETTERS***. > > #warning Static linking against glibc produces buggy executables > #warning (glibc does not cope well with ld --gc-sections). > #warning See sourc

Re: svn commit: trunk/busybox/init

2007-12-27 Thread Mike Frysinger
On Tuesday 25 December 2007, [EMAIL PROTECTED] wrote: > Author: vda > Date: 2007-12-25 08:08:53 -0800 (Tue, 25 Dec 2007) > New Revision: 20686 > > Log: > init: sometimes, #ifdefs are cleaner. considering the point is more for catching compiler errors and not code readability, perhaps revert this

Re: svn commit: trunk/busybox/init

2007-12-27 Thread Mike Frysinger
On Tuesday 25 December 2007, Denys Vlasenko wrote: > On Tuesday 25 December 2007 04:30, [EMAIL PROTECTED] wrote: > > Author: vapier > > Date: 2007-12-24 20:30:14 -0800 (Mon, 24 Dec 2007) > > New Revision: 20683 > > > > Log: > > convert #if to if -- let gcc optimize away dead code for us > > Thanks.

Re: svn commit: trunk/busybox/init

2007-12-27 Thread Mike Frysinger
On Tuesday 25 December 2007, Denys Vlasenko wrote: > On Tuesday 25 December 2007 04:30, [EMAIL PROTECTED] wrote: > > Author: vapier > > Date: 2007-12-24 20:30:14 -0800 (Mon, 24 Dec 2007) > > New Revision: 20683 > > > > Log: > > convert #if to if -- let gcc optimize away dead code for us > > With th

httpd: Configurable index page

2007-12-27 Thread Peter Korsgaard
Repost. Make index page (E.G. index.html) used when a directory is requested configurable in httpd.conf with the following syntax: I:index.xml # use index.xml instead of index.html as index page ./scripts/bloat-o-meter /tmp/busybox_{old,new} function o

Re: Init Patch for review and evaluation

2007-12-27 Thread Paul Fox
> > #endif > > in the future, please try to utilize the first form > > -mike > > Thanks for the heads up. I'll make sure to do this in the future. I'm > assuming I probably should have used CONFIG_... instead of ENABLE... > then. I intended it to be a compile time feature to avoid bloat

Re: Init Patch for review and evaluation

2007-12-27 Thread Eugene Bordenkircher
Go on vacation and get behind in the conversationsthat'll teach me. >... > #endif > in the future, please try to utilize the first form > -mike Thanks for the heads up. I'll make sure to do this in the future. I'm assuming I probably should have used CONFIG_... instead of ENABLE...

Re: modprobe: cannot parse modules.dep error

2007-12-27 Thread Saravanan Chanemouganandam
I did svn co svn://busybox.net/branches/busybox_1_1_stable and thats all. Sara Le Jeudi 27 Décembre 2007 15:12, Denys Vlasenko a écrit : > On Thursday 27 December 2007 09:13, Saravanan Chanemouganandam wrote: > > Hi vda, > > > > I have tried to use busybox stable version using "svn" a month ago >

Re: Build error with PAM

2007-12-27 Thread Denys Vlasenko
On Thursday 27 December 2007 13:21, Alexander Kriegisch wrote: > BB 1.8.2, mipsel. > > Any ideas? Looks like PAM headers are missing. -- vda ___ busybox mailing list busybox@busybox.net http://busybox.net/cgi-bin/mailman/listinfo/busybox

Re: "iproute" package installation

2007-12-27 Thread Denys Vlasenko
On Thursday 27 December 2007 08:53, [EMAIL PROTECTED] wrote: > Hi, > > > > My current busybox has limited "ip" package options. I have compiled > iproute for busybox and overwrite existing executable under /sbin/ip but > still if I issue "ip" command in the shell prompt it shows only previous > op

Re: modprobe: cannot parse modules.dep error

2007-12-27 Thread Denys Vlasenko
On Thursday 27 December 2007 09:13, Saravanan Chanemouganandam wrote: > Hi vda, > > I have tried to use busybox stable version using "svn" a month ago How exactly did you do it? What command do you use to download svn tree? > and it > creates directory "busybox_1_1_stable" from where I started.

Re: Build error with PAM

2007-12-27 Thread Loïc Grenié
2007/12/27, Alexander Kriegisch <[EMAIL PROTECTED]>: > BB 1.8.2, mipsel. > > Any ideas? either you are missing pam-dev package or the security/pam_*.h files are out of your include path. Loïc Grenié ___ busybox mailing list busybox@busybox

Build error with PAM

2007-12-27 Thread Alexander Kriegisch
BB 1.8.2, mipsel. Any ideas? -- Alexander Kriegisch make -j2 CC="/home/kriegaex/ds/trunk/toolchain/target/bin/mipsel-linux-uclibc-gcc" \ CROSS_COMPILE="/home/kriegaex/ds/trunk/toolchain/target/bin/mipsel-linux-uclibc-" \ EXTRA_CFLAGS="-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LA

[PATCH] to add Mark Lord's symlinks to busybox

2007-12-27 Thread Claus Klein
Hi all, I prepared a symlinks applet to busybox. It Scans directories for symbolic links, and identifies dangling, relative, absolute, messy, lengthy and other_fs links. Can optionally change absolute links to relative within a given filesystem. Recommended for use by anyone developing and/or m

Re: [patch] netstat: got bogus unix line...

2007-12-27 Thread Cristian Ionescu-Idbohrn
On Thu, 27 Dec 2007, Cristian Ionescu-Idbohrn wrote: > I guess what I'm trying to say is that: > > * if bogus lines detection is important, buffer sizes need to be used * if bogus lines detection is important, buffer sizes and strlen() may need to be used > * bogus lines should not be displaye

Re: [patch] netstat: got bogus unix line...

2007-12-27 Thread Cristian Ionescu-Idbohrn
On Wed, 26 Dec 2007, Denys Vlasenko wrote: > On Wednesday 26 December 2007 20:42, Cristian Ionescu-Idbohrn wrote: > > > As log as _no attempt_ to display the bogus lines is made all should > > be good. None of the other 3 warnings make any attempts to display > > the bogus lines. > > ...leaving u

Re: [patch] netstat: got bogus unix line...

2007-12-27 Thread Loïc Grenié
2007/12/27, Cristian Ionescu-Idbohrn <[EMAIL PROTECTED]>: > On Wed, 26 Dec 2007, Denys Vlasenko wrote: > >> On Wednesday 26 December 2007 20:42, Cristian Ionescu-Idbohrn wrote: >> >>> This may arguably be a kernel problem. As the comment in the >>> bb-netstat says, and which I quoted in my previou

Re: [patch] netstat: got bogus unix line...

2007-12-27 Thread Cristian Ionescu-Idbohrn
On Wed, 26 Dec 2007, Denys Vlasenko wrote: > On Wednesday 26 December 2007 20:42, Cristian Ionescu-Idbohrn wrote: > > > This may arguably be a kernel problem. As the comment in the > > bb-netstat says, and which I quoted in my previous post, socket names > > as this one did show up in 2.6 /proc f

Re: modprobe: cannot parse modules.dep error

2007-12-27 Thread Saravanan Chanemouganandam
Hi vda, I have tried to use busybox stable version using "svn" a month ago and it creates directory "busybox_1_1_stable" from where I started. May be it gives out the wrong version. Pls have a look at the boot message. Looking up port of RPC 15/1 on 192.168.6.1 VFS: Mounted root (nfs filesy

"iproute" package installation

2007-12-27 Thread sundararaman.dheivanayagam
Hi, My current busybox has limited "ip" package options. I have compiled iproute for busybox and overwrite existing executable under /sbin/ip but still if I issue "ip" command in the shell prompt it shows only previous options that mean not taking current executable. Please help me. Re

how to build ash.static

2007-12-27 Thread Pankaj PANDEY
Hi Friends, Can anyone please help me that how I can build "ash.static" binary for arm on busybox-1.6.1 or if u know any other process please throw some pointers on it. Thanks in Advance Pankaj ___ busybox mailing list busybox@busybox.net http://b