Re: busybox bloat

2001-09-04 Thread Clint Adams
`command' if (command -v chmod /dev/null 21) ; then chmod go-w /foobar else echo 'your system is broken' 21 exit 1 fi its a shell builtin mandated by posix. version of busybox is 0.61-1 command is mandated. command -v is optional. Therefore the above snippet

build failure on ia32

2001-09-04 Thread Martin Schulze
Is this an error we will ignore today? I: making detached root disk root1200.bin from root.bin 1200+0 records in 1200+0 records out 1200+0 records in 1200+0 records out E: root.bin is larger than root1200.bin (1366439 1228800) E: ./rescue.sh abort make[1]: *** [resc1200.bin] Error 255 make[1]:

cvs commit to boot-floppies by joey

2001-09-04 Thread joey
Repository: boot-floppies who:joey time: Tue Sep 4 07:19:17 PDT 2001 Log Message: Added build target for drivers.tgz which is required for mipsel boot-floppies as well. Files: changed:Makefile -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

Re: debian-boot CVS messages use personal addresses

2001-09-04 Thread Josip Rodin
On Tue, Sep 04, 2001 at 10:54:56AM -0400, Adam Di Carlo wrote: The log_accum.pl derivative used in the debian-boot repository uses [EMAIL PROTECTED] (for me) as the From: field of e-mail it sends. Um, (a) there is no log_accum.pl in the debian-boot repository; (b) we use dolog.pl

Re: debian-boot CVS messages use personal addresses

2001-09-04 Thread Josip Rodin
On Tue, Sep 04, 2001 at 12:20:53PM -0400, Adam Di Carlo wrote: Let me quote the code :) sub mail_notification { [...] if ($username) { $MAILFROM = $username\@$ORGANIZATION; } open(MAIL, | $MAILER -t); print MAIL EOF ; To: @mailto From: $MAILFROM

cvs commit to boot-floppies/documentation by joey

2001-09-04 Thread Debian Boot CVS Master
Repository: boot-floppies/documentation who:joey time: Tue Sep 4 11:15:22 PDT 2001 Log Message: The hr translation doesn't build anymore, sadly. Joy knows about it and is in the process of fixing this. Until that we'll take it out. Files: changed:Makefile.docs -- To

cvs commit to boot-floppies/debian by aph

2001-09-04 Thread Debian Boot CVS Master
Repository: boot-floppies/debian who:aph time: Tue Sep 4 11:34:47 PDT 2001 Log Message: cosmetics only Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

EBDA too big

2001-09-04 Thread Muth, Oliver
Hi all, because potato ran fine on my older IPC Topnote H I tried to install the woody snapshot from July 20 on my brandnew IPC Magicnote U (a Uniwill N340S8 clone) Laptop. After recompiling the kernel, changing lilo.conf and executing lilo I get the following error message when booting: EBDA

Re: busybox bloat

2001-09-04 Thread Herbert Xu
Clint Adams [EMAIL PROTECTED] wrote: command is mandated. command -v is optional. Therefore the above snippet might echo 'your system is broken' on a POSIX-compliant system. True. But -v is specified by SuS and is in the Austin Draft. Incidentally, the command type is also specified by

Re: EBDA too big

2001-09-04 Thread Russell Coker
On Tue, 4 Sep 2001 21:41, Muth, Oliver wrote: because potato ran fine on my older IPC Topnote H I tried to install the woody snapshot from July 20 on my brandnew IPC Magicnote U (a Uniwill N340S8 clone) Laptop. After recompiling the kernel, changing lilo.conf and executing lilo I get the

Hello

2001-09-04 Thread Brian Elias
Dear Neighbor: I'm having a tax problem and I want you to be the beneficiary instead of the IRS... My business has had a phenomenal year so far in 2001. In fact, we've done so well I'm probably going to pay 2½ times more corporate taxes than I did last year. And if we make

Re: build failure on ia32

2001-09-04 Thread Erik Andersen
On Tue Sep 04, 2001 at 04:18:42PM -0800, Ethan Benson wrote: yup but again i still need busybox reduction since none of this reiser stuff is on the powerpc disks, and i still have a problem with space there. Hmm. Then something must be eating up all that space -- powerpc binaries are not

Re: debootstrap not working in boot floppies 3.0.13

2001-09-04 Thread Anthony Towns
On Wed, Aug 29, 2001 at 03:05:02PM -0800, Ethan Benson wrote: sounds like an excellent reason debootstrap should NOT include non-free in the list of Packages files it requires. Ethan, take a pill already. You don't have to make every email a flame. In debian-cd's case, it shouldn't list

Processed: Re: Bug#111239: fstab never written...

2001-09-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: reassign 111239 boot-floppies Bug#111239: fstab never written... Bug reassigned from package `debian-boot' to `boot-floppies'. thanks Stopping processing here. Please contact me if you need assistance. Darren Benham (administrator, Debian Bugs

Re: build failure on ia32

2001-09-04 Thread Ethan Benson
On Tue, Sep 04, 2001 at 04:31:34PM -0400, Adam Di Carlo wrote: Adam Di Carlo [EMAIL PROTECTED] writes: Martin Schulze [EMAIL PROTECTED] writes: Is this an error we will ignore today? Oh, we should fix it. Bump up the size. I wonder what is causing the bloat...? Sorry, wrong