Re: boot-floppies, busybox size reduction status

2001-10-03 Thread Ethan Benson

On Tue, Oct 02, 2001 at 06:58:47PM -0700, David Kimdon wrote:
 busybox (1:0.60.1-5) unstable; urgency=low
 
   * turn on id and printf for boot-floppies
   * turn off ash for boot-floppies, it segfauls in debootstrap
 
 -- David Kimdon [EMAIL PROTECTED]  Tue,  2 Oct 2001 16:15:42 -0700
 
 id is used for modconf, printf is used by debootstrap.

printf is a shell builtin of debian's ash:

$ /bin/ash
$ type printf
printf is a shell builtin
$ exit

no need to bloat busybox with it.

 busybox route is in a different place from net-tools route, so I added
 a symlink, see patch below.

fix busybox, don't kludge.

 I haven't committed the tiny changes we need, they are small and are
 included in this message.  Once we have an official busybox similar to
 -5 above, or maybe once someone fixes the ash bug I'll commit.

busybox ash also breaks powerpc.  its obviously not ready for prime
time.  i really don't want the job of auditing every shell script used
in boot-floppies to see if it works with busybox ash, we know they
work with Herbert's ash just fine.

  # some friendly symlinks
 +ln -sf /usr/bin/route $R/sbin/route

this is a kludge, fix busybox.

-- 
Ethan Benson
http://www.alaska.net/~erbenson/

 PGP signature


Re: Where O where is my basedebs.tgz?

2001-10-03 Thread Ethan Benson

On Tue, Oct 02, 2001 at 10:34:09PM -0700, Chris Tillman wrote:
 In
 
 http://lists.debian.org/debian-boot/2001/debian-boot-200107/msg00360.html
 
 Ethan recommended:
 
  all you should have to do is leave the basedebs.tgz next to your rescue.bin
  file.  then when the installer asks where the archive is tell it the
  directory containing the basedebs.tgz tarball (sitting next to rescue.bin).
 
 So, shouldn't we generate basedebs.tgz during the b-f build to go into the
 images-1.44 folder for each arch?

no.

 btw, the links previously given on the list for basedebs.tgz such as
 
 http://penguinppc.org/~eb/debian/$arch

 are broke.

all ~/ pages are at master.penguinppc.org

however i do not supply basedebs.tgz files anymore, and will not.
master.penguinppc.org is no longer on an unlimited bandwidth internet
connection.

-- 
Ethan Benson
http://www.alaska.net/~erbenson/

 PGP signature


cvs commit to boot-floppies/scripts/rootdisk/prototype/etc by rhirst

2001-10-03 Thread Debian Boot CVS Master

Repository: boot-floppies/scripts/rootdisk/prototype/etc
who:rhirst
time:   Wed Oct  3 02:05:05 PDT 2001


Log Message:

Support serial consoles up to ttyS5, needed for ia64


Files:

changed:inittab.install


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




cvs commit to boot-floppies/utilities/dbootstrap by rhirst

2001-10-03 Thread Debian Boot CVS Master

Repository: boot-floppies/utilities/dbootstrap
who:rhirst
time:   Wed Oct  3 02:05:06 PDT 2001


Log Message:

Support serial consoles up to ttyS5, needed for ia64


Files:

changed:baseconfig.c


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




cvs commit to boot-floppies/debian by rhirst

2001-10-03 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:rhirst
time:   Wed Oct  3 02:05:06 PDT 2001


Log Message:

Support serial consoles up to ttyS5, needed for ia64


Files:

changed:changelog


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Bug#84388: acknowledged by developer (bugs closed in boot-floppies 3.0.14)

2001-10-03 Thread Peter Keel

* on the Tue, Sep 25, 2001 at 02:48:19PM -0500, Debian Bug Tracking System was 
blubbering:
 This is an automatic notification regarding your Bug report
 #84388: Missing Keytable sg-latin1 in installation,
 which was filed against the boot-floppies package.
 
 It has been closed by one of the developers, namely
 Adam Di Carlo [EMAIL PROTECTED].

No, it hasn't. The boot-floppies still allow no selection of 
keyboard sg-latin1. Which is a _great_ nuisance, since sg-latin1
has no resemblance to us or de-latin1. 

- If I choose US, I normally have an idea where the keys should be
  (y is z, ö is ;, + is ^, and so on), but not everyone has
- If I choose de-latin1, I have no idea where :,#,@,+,-,/,\ and so on
  are. Try this with vi or dselect. 

Peter
-- 
Those who give up essential liberties for temporary safety deserve 
neither liberty nor safety. -- Benjamin Franklin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




cvs commit to boot-floppies/debian by aph

2001-10-03 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:aph
time:   Wed Oct  3 07:08:47 PDT 2001


Log Message:

arm requires catsboot for building


Files:

changed:changelog control


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Lack of files

2001-10-03 Thread Emerson Prado e Souza

Hi Srs.,

I was downloading the installation floppy images and noticed that the
rawrite2.exe and .txt files (required for floppy insstallation) are missing.
The link points to
http://http.us.debian.org/debian/dists/potato/main/disks-i386/current/dosut
ils/rawrite2.exe , and this directory has nothing.

Thanks in advance and best regards,

Emerson Prado



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Processed: Re: Bug#84388 acknowledged by developer (bugs closed in boot-floppies 3.0.14)

2001-10-03 Thread Debian Bug Tracking System

Processing commands for [EMAIL PROTECTED]:

 reopen 84388
Bug#84388: Missing Keytable sg-latin1 in installation
Bug reopened, originator not changed.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Darren Benham
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: boot-floppies, busybox size reduction status

2001-10-03 Thread Matt Kraai

On Tue, Oct 02, 2001 at 11:25:42PM -0800, Ethan Benson wrote:
 On Tue, Oct 02, 2001 at 06:58:47PM -0700, David Kimdon wrote:
  busybox route is in a different place from net-tools route, so I added
  a symlink, see patch below.
 
 fix busybox, don't kludge.

This is fixed in the upstream development branch.  Erik, OK to
backport?

Matt


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Bug#114328: Boot-floppies docs in sk fail: undefined reference

2001-10-03 Thread David Kimdon

My guess is that Chris knows best how to fix this.  I'm guessing that
the choosing-base tag was removed, but I'm not sure.  Should we just
remove the link? Or is there something that replaces it?  Note that
the fi/ documents have the same problem but it as been hacked around.

Index: sk/dbootstrap.sgml
===
RCS file: /cvs/debian-boot/boot-floppies/documentation/sk/dbootstrap.sgml,v
retrieving revision 1.6
diff -u -r1.6 dbootstrap.sgml
--- sk/dbootstrap.sgml  2001/10/02 06:40:45 1.6
+++ sk/dbootstrap.sgml  2001/10/03 17:55:17
@@ -352,7 +352,7 @@
p
 V tomto bode nie je potrebné konfigurova» v¹etky zariadenia, staèí sa
 zamera» na tie, ktoré sú nutné pre nain¹talovanie základného systému
-(viï ref id=choosing-base). Mô¾e ís» o ovládaèe sie»ovej karty
+. Mô¾e ís» o ovládaèe sie»ovej karty
 alebo o prístup na rôzne súborové systémy.
 
 !-- nfs.o will be automatically loaded ?

Wed, Oct 03, 2001 at 04:26:43PM +0200 wrote:
 Package: boot-floppies
 Version: CVS-20011003
 
 When trying to build the boot-floppies cvs snapshot from 20011003, building
 the documentation in the sk subdirectory fails due to an undefined
 reference: 
 
 debiandoc2text -d /usr/share/sgml/debiandoc/dtd/sgml/1.0/debiandoc.dcl -l sk  -O 
install.sk.sgml  install.sk.txt
 saspconvert: sk/dbootstrap.sgml:353 (input line 2978): identifier `choosing-base' is 
undefined
 
 Karsten
 -- 
 #include standard_disclaimer
 Nach Paragraph 28 Abs. 3 Bundesdatenschutzgesetz widerspreche ich der Nutzung
 oder Uebermittlung meiner Daten fuer Werbezwecke oder fuer die Markt- oder
 Meinungsforschung.
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Lack of files

2001-10-03 Thread David Kimdon

Wierd,  I just looked at it this morning and the files are there.

-David

Tue, Oct 02, 2001 at 09:10:45PM -0300 wrote:
 Hi Srs.,
 
 I was downloading the installation floppy images and noticed that the
 rawrite2.exe and .txt files (required for floppy insstallation) are missing.
 The link points to
 http://http.us.debian.org/debian/dists/potato/main/disks-i386/current/dosut
 ils/rawrite2.exe , and this directory has nothing.
 
 Thanks in advance and best regards,
 
 Emerson Prado
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Where O where is my basedebs.tgz?

2001-10-03 Thread David Kimdon

Tue, Oct 02, 2001 at 11:27:33PM -0800 wrote:
 On Tue, Oct 02, 2001 at 10:34:09PM -0700, Chris Tillman wrote:
  In
  
  http://lists.debian.org/debian-boot/2001/debian-boot-200107/msg00360.html
  
  Ethan recommended:
  
   all you should have to do is leave the basedebs.tgz next to your rescue.bin
   file.  then when the installer asks where the archive is tell it the
   directory containing the basedebs.tgz tarball (sitting next to rescue.bin).
  
  So, shouldn't we generate basedebs.tgz during the b-f build to go into the
  images-1.44 folder for each arch?
 
 no.
so where should basedebs.tgz be placed? Where should it be created?
I suggest that the boot-floppies build create it and it be placed in 
dists/potato/main/disks-$(arch)/current/

just like baseX_X.tgz used to be.

Any seconds?

-David


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




lib reduction trouble on i386

2001-10-03 Thread Eduard Bloch

Hello,

did anyone built the bfs on i386 (unstable environment)? I noticed a
strang thing, trying to build 3.0.14 and the current CVS: the library
reduction is not effective anymore. For example, libc has  1.1MB (but
600..800kB in previous builts). libm is not reduced at all, ld-linux has
~90%, libext2fs ~85%. Still too big. What happens? I doubt the problem
is caused by the included packages, but a component in the build system.
I tried mklibs.sh and .py, both acts as usuall, but the result is
disappointing.

I: library reduction pass 1
547 symbols, 547 unresolved
I: library reduction pass 2
622 symbols, 43 unresolved
I: library reduction pass 3
622 symbols, 0 unresolved

But whatever I do, it is allways the same:

I: copying root area into loop filesystem
tar: ./usr/sbin/pnpdump: Wrote only 2560 of 10240 bytes
tar: Skipping to next header
tar: ./var: Cannot mkdir: No space left on device
tar: ./var/dhcp: Cannot mkdir: No such file or directory
tar: ./var/log: Cannot mkdir: No such file or directory
tar: ./var/log/messages: Cannot open: No such file or directory
tar: ./var/run: Cannot mkdir: No such file or directory
tar: ./var/state: Cannot mkdir: No such file or directory
tar: ./var/state/pcmcia: Cannot mkdir: No such file or directory
tar: ./var/state/pcmcia/scheme: Cannot open: No such file or directory
tar: ./var/tmp: Cannot open: No such file or directory
tar: ./release_notes: Wrote only 0 of 10240 bytes
tar: ./type.txt: Wrote only 0 of 10240 bytes
tar: Error exit delayed from previous errors
E: ./rootdisk.sh abort
make[1]: *** [rootreiserfs.bin] Error 2
make[1]: Leaving directory `/var/tmp/bfs'
make: *** [build] Error 2

Gruss/Regards,
Eduard.
-- 
 [Microsoft wirbt:] Ein offenes Betriebssystem kann schon mal mutieren.
Mutieren tun vor allem MS-proprietäre Dateiformate.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: boot-floppies, busybox size reduction status

2001-10-03 Thread Erik Andersen

On Wed Oct 03, 2001 at 10:14:41AM -0600, Matt Kraai wrote:
 On Tue, Oct 02, 2001 at 11:25:42PM -0800, Ethan Benson wrote:
  On Tue, Oct 02, 2001 at 06:58:47PM -0700, David Kimdon wrote:
   busybox route is in a different place from net-tools route, so I added
   a symlink, see patch below.
  
  fix busybox, don't kludge.
 
 This is fixed in the upstream development branch.  Erik, OK to
 backport?

I just got it.  I'll be checking a few things and uploading another
busybox package.  

 -Erik

--
Erik B. Andersen   email:  [EMAIL PROTECTED], formerly of Lineo
--This message was written using 73% post-consumer electrons--


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: boot-floppies, busybox size reduction status

2001-10-03 Thread Erik Andersen

On Tue Oct 02, 2001 at 06:58:47PM -0700, David Kimdon wrote:
 I just completed an install with a reduced busybox.  We are now using
 route and ifconfig from busybox (no bb ash, see below).  Comparing new
 and old, mounted via loop.
 
 /home/dwhedon/new 3415  2501   914  74% /new
 /home/dwhedon/old 3414  2634   780  78% /old
 
 That's uncompressed savings, BTW.

So Adam, is it agreeable that I upload a version of busybox to the
main archive with these changes?   David has now validated that
this is viable and saves space.

 I couldn't get bb ash to work properly, segfault (Bug #114260).

I'll dig into this and find the problem -- but I will leave ash out
for the time being.

 -Erik

--
Erik B. Andersen   email:  [EMAIL PROTECTED], formerly of Lineo
--This message was written using 73% post-consumer electrons--


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




mylex SCSI

2001-10-03 Thread Darby Schock

Hello
I'm installing debian 2.2 on an intel based machine with a Mylex DAC960PL
SCSI RAID controller (3 2gig SCSI hard drives).  The regular 1.44 root image
doesn't recognize the RAID controller.  Is there a quick and easy way to get
the RAID controller recognized, so I may install on the SCSI hard drives?

Thanks?

Darby Schock
Rocky Mountain Computer Support
300 E. 16th St., Suite 304
Greeley, CO 80631
Tele: (970)-395-0720
Fax: (970)-395-0102
www.rockymtncomputer.com




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Bug#114328: Boot-floppies docs in sk fail: undefined reference

2001-10-03 Thread Chris Tillman

 My guess is that Chris knows best how to fix this.  I'm guessing that
 the choosing-base tag was removed, but I'm not sure.  Should we just
 remove the link? Or is there something that replaces it?  Note that
 the fi/ documents have the same problem but it as been hacked around.


Yes, what I did with the rest of those was just make them into comments.
Sorry I must have missed one. Those links must have been pre-2.1 stuff. It
sure has been a long time since sk and fi got any attention...

-(viï ref id=choosing-base). Mô¾e ís» o ovládaèe sie»ovej karty
+(viï !-- ref id=choosing-base --). Mô¾e ís» o ovládaèe sie»ovej karty


 Index: sk/dbootstrap.sgml
 ===
 RCS file: /cvs/debian-boot/boot-floppies/documentation/sk/dbootstrap.sgml,v
 retrieving revision 1.6
 diff -u -r1.6 dbootstrap.sgml
 --- sk/dbootstrap.sgml 2001/10/02 06:40:45 1.6
 +++ sk/dbootstrap.sgml 2001/10/03 17:55:17
 @@ -352,7 +352,7 @@

**
|  .''`.  |   Debian GNU/Linux: http://www.debian.org  |
| : :'  : |   debian-imac: http://debian-imac.sourceforge.net  |
| `. `'`  |   Chris Tillman  |
|   `-|   [EMAIL PROTECTED]  |
**


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




cvs commit to boot-floppies/documentation/sk by dwhedon

2001-10-03 Thread Debian Boot CVS Master

Repository: boot-floppies/documentation/sk
who:dwhedon
time:   Wed Oct  3 19:25:07 PDT 2001


Log Message:

fix broken sgml


Files:

changed:dbootstrap.sgml


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




cvs commit to boot-floppies/debian by dwhedon

2001-10-03 Thread Debian Boot CVS Master

Repository: boot-floppies/debian
who:dwhedon
time:   Wed Oct  3 19:25:07 PDT 2001


Log Message:

fix broken sgml


Files:

changed:changelog


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: mylex SCSI

2001-10-03 Thread David

As far as I know, the only best way is to install to a regular SCSI drive on a 
standalone host and then setup the support through a kernel compile.  However I have 
the same card and plan on installing Debian to it, I will make a custom 2.2 kernel for 
the debian-boot floppy disks and let you know how it goes.

David

On Wed, Oct 03, 2001 at 04:19:59PM -0600, Darby Schock wrote:
 Hello
   I'm installing debian 2.2 on an intel based machine with a Mylex DAC960PL
 SCSI RAID controller (3 2gig SCSI hard drives).  The regular 1.44 root image
 doesn't recognize the RAID controller.  Is there a quick and easy way to get
 the RAID controller recognized, so I may install on the SCSI hard drives?
 
 Thanks?
 
 Darby Schock
 Rocky Mountain Computer Support
 300 E. 16th St., Suite 304
 Greeley, CO 80631
 Tele: (970)-395-0720
 Fax: (970)-395-0102
 www.rockymtncomputer.com
 
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]