Re: Doesn't build under Linux 3.0?

2011-07-26 Thread Rob Landley
On 07/25/2011 05:18 PM, Douglas Mencken wrote: > Denys, no! It doesn't work too. > > CC networking/tcpudp.o > In file included from /usr/include/linux/sysctl.h:25:0, > from /usr/include/linux/netfilter.h:6, > from /usr/include/linux/netfilter_ipv4.h:8, >

Re: Doesn't build under Linux 3.0?

2011-07-26 Thread Denys Vlasenko
On Tue, Jul 26, 2011 at 12:18 AM, Douglas Mencken wrote: > Denys, no! It doesn't work too. > >  CC      networking/tcpudp.o > In file included from /usr/include/linux/sysctl.h:25:0, >                 from /usr/include/linux/netfilter.h:6, >                 from /usr/include/linux/netfilter_ipv4.h:

Re: mount: unknown filesystem type 'ubifs'

2011-07-26 Thread Denys Vlasenko
On Mon, Jul 18, 2011 at 7:55 PM, Bill Gatliff wrote: > # cat /proc/filesystems | grep ubi > nodev   ubifs > > # mount -t ubifs ubi0:nand0 /mnt > mount: unknown filesystem type 'ubifs' Strange. There is no such string in busybox source anywhere. However, there is such string in util-linux mount.

[PATCH] top: parse /proc/meminfo differently, save 114 bytes

2011-07-26 Thread gotru...@gmail.com
Hi, This patch makes top parse /proc/meminfo differently, reducing the code only used in old kernels (<2.6). Should not break compatibility (Linux 2.2 and 2.4 tested). $ make bloatcheck function old new delta .rodata

Re: [PATCH] top: parse /proc/meminfo differently, save 114 bytes

2011-07-26 Thread gotru...@gmail.com
I'm sorry, patch now attached. From 6f780659d237c89926af7d70ab31f29be6931092 Mon Sep 17 00:00:00 2001 From: Pere Orga Date: Tue, 26 Jul 2011 21:19:18 +0200 Subject: [PATCH] top: parse /proc/meminfo differently, save 114 bytes Signed-off-by: Pere Orga --- procps/top.c | 47 +--

Re: mount: unknown filesystem type 'ubifs'

2011-07-26 Thread Reginald Perrin
> > # mount -t ubifs ubi0:nand0 /mnt > > mount: unknown filesystem type 'ubifs' > > Strange. There is no such string in busybox source anywhere. > However, there is such string in util-linux mount. Sorry, missed the earlier message. Have you attached it? ubiattach /dev/ubi_ctrl -m 5 (note

Re: Doesn't build under Linux 3.0?

2011-07-26 Thread Douglas Mencken
> Please try current git and let me know if the problem is still there. You're true Guru, guy! executing post-build commands... done sstripping etype ET_EXEC ELF binary: /root/build-farm/busybox-v1.19.0-482-g67905e2.builddir/_install/bin/busybox compressing 'busybox-v1.19.0-482-g67905e2-powerpc-u

[PATCH] uptime: fix output to better match procps

2011-07-26 Thread gotru...@gmail.com
Hi, patch attached. Regards, -- Pere From 5e8d0ad1a3c984f016d480f7f0e01e078fa5eb3d Mon Sep 17 00:00:00 2001 From: Pere Orga Date: Wed, 27 Jul 2011 00:04:51 +0200 Subject: [PATCH] uptime: fix output to better match procps Signed-off-by: Pere Orga --- procps/uptime.c |6 +++--- 1 files ch

[PATCH] uptime: add config flag to allow displaying the number of users currently logged on

2011-07-26 Thread gotru...@gmail.com
Hi, This patch adds a config flag to add support for displaying the number of users in uptime. Regards, -- Pere From 96f0901cd555257070e6a237191fca4dcdb891a9 Mon Sep 17 00:00:00 2001 From: Pere Orga Date: Wed, 27 Jul 2011 00:20:19 +0200 Subject: [PATCH 2/2] uptime: add config flag to allow disp

[PATCH] users: new applet

2011-07-26 Thread gotru...@gmail.com
Hi, patch attached. Regards, -- Pere From 86a073a00522369575557dc81c371ffaaace0b24 Mon Sep 17 00:00:00 2001 From: Pere Orga Date: Wed, 27 Jul 2011 00:32:06 +0200 Subject: [PATCH] users: new applet Signed-off-by: Pere Orga --- coreutils/users.c | 43

Re: [PATCH] uptime: add config flag to allow displaying the number of users currently logged on

2011-07-26 Thread gotru...@gmail.com
fixed version attached From 96f0901cd555257070e6a237191fca4dcdb891a9 Mon Sep 17 00:00:00 2001 From: Pere Orga Date: Wed, 27 Jul 2011 00:20:19 +0200 Subject: [PATCH 2/2] uptime: add config flag to allow displaying the number of users currently logged on Signed-off-by: Pere Orga --- procps/Confi

Re: mount: unknown filesystem type 'ubifs'

2011-07-26 Thread Bill Gatliff
Reginald: On Tue, Jul 26, 2011 at 2:41 PM, Reginald Perrin wrote: > Sorry, missed the earlier message.  Have you attached it? I turned on strace and rebuilt my busybox initramfs. Interestingly, now I am getting -ENODEV. Here is what I am doing: # ubinfo -a UBI version:1 Co

Re: mount: unknown filesystem type 'ubifs'

2011-07-26 Thread Bill Gatliff
Guys: On Wed, Jul 27, 2011 at 12:23 AM, Bill Gatliff wrote: > Any ideas?  Thanks! Darn it. I was missing a ubimkvol command: # ubimkvol /dev/ubi0 --name "foo" --maxavsize Set volume size to 1025966080 Volume ID 0, size 4040 LEBs (1025966080 bytes, 978.4 MiB), LEB size 253952 bytes (248.0 KiB)