Re: debian-installer status

2001-10-18 Thread Ethan Benson
On Thu, Oct 18, 2001 at 06:50:42PM -0700, Rob Bos wrote: > > - /dev is 3k bigger > > How practical would it be to compile devfs and include devfsd in the > bootfloppies? the real installed system should not use devfs nor require it. -- Ethan Benson http://www.alaska.net/~erben

Re: Accessing cvs area.

2001-10-18 Thread David Kimdon
I think project-root is debian-boot, then once logged in you can checkout the boot-floppies or debian-installer modules depending on your taste. -David Thu, Oct 18, 2001 at 10:32:20PM -0700 wrote: > On Thu, Oct 18, 2001 at 10:56:05PM -0400, Tommy Moore wrote: > > Hi guys. > > Tried checkout out

Re: [d-i] busybox-udeb increased size

2001-10-18 Thread Erik Andersen
On Thu Oct 18, 2001 at 11:53:23PM -0400, Joey Hess wrote: > Anthony Towns wrote: > > On Thu, Oct 18, 2001 at 09:06:30PM -0400, Joey Hess wrote: > > > halt, loadkmap, mkswap, poweroff, swapoff, swapon, chgrp, chmod, chown, > > > date, dd, gzip (but we need gunzip), more, sleep, vi, zcat > > >

Re: debian-installer status

2001-10-18 Thread Erik Andersen
On Fri Oct 19, 2001 at 04:08:12PM +1000, Glenn McGrath wrote: > On Fri, 19 Oct 2001 00:45:38 -0400 > "Joey Hess" <[EMAIL PROTECTED]> wrote: > > > 107548: /sbin/dhclient > 18472: /sbin/udhcpc > > As much as i like dhclient, it is big. > > udhcp client is packaged as udhcpc its homepag

Re: debian-installer status

2001-10-18 Thread Glenn McGrath
On Fri, 19 Oct 2001 00:45:38 -0400 "Joey Hess" <[EMAIL PROTECTED]> wrote: > 107548: /sbin/dhclient 18472: /sbin/udhcpc As much as i like dhclient, it is big. udhcp client is packaged as udhcpc its homepagepage is at http://opensource.lineo.com/udhcp/ Failing to obtain an IP is a

Re: [d-i] busybox-udeb increased size

2001-10-18 Thread Erik Andersen
On Fri Oct 19, 2001 at 01:17:42PM +1000, Anthony Towns wrote: > On Thu, Oct 18, 2001 at 09:06:30PM -0400, Joey Hess wrote: > > halt, loadkmap, mkswap, poweroff, swapoff, swapon, chgrp, chmod, chown, > > date, dd, gzip (but we need gunzip), more, sleep, vi, zcat > > debootstrap uses chmod, cho

Re: debian-installer status

2001-10-18 Thread Joey Hess
Erm, it's been so long that I forgot. We do use devfs. We still have to provide a number of compatability links in /dev, since a lot of stuff, expecially libraries, doesn't support the devfs names yet. Everything we're foing for d-i should use the devfs names, if possible. joey@silk:~/tmp/tmp.new

Re: Accessing cvs area.

2001-10-18 Thread Chris Tillman
On Thu, Oct 18, 2001 at 10:56:05PM -0400, Tommy Moore wrote: > Hi guys. > Tried checkout out the cvs version of the boot-floppies package and I > can't get in. Am I doing soemthing wrong? > cvs -d:pserver:[EMAIL PROTECTED]:/cvs/project-root login > IT fails on the login process when I press enter

Bug#114905: patch to support s390 module configuration

2001-10-18 Thread Gerhard Tonn
Hi, sorry, I sent originally the wrong patch. Attached is the correct one. Gerhard modconf-s390.diff.gz

cvs commit to debian-installer/doc by joeyh

2001-10-18 Thread Debian Boot CVS Master
Repository: debian-installer/doc who:joeyh time: Thu Oct 18 21:48:50 PDT 2001 Log Message: updates Files: changed:TODO -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: debian-installer status

2001-10-18 Thread Joey Hess
> The first big stumbling block that the system has *exploded* in size. Here are some handy figures about what's changed. I ran build/treecompare twice, to compare the current tree with how it looked back on 2001-09-05, and then to compare that tree with how it looked all the way back on 2001-02-

[d-i] growth of insmod since 2001-09-05

2001-10-18 Thread Joey Hess
In the past few months, something has made insmod grow 15k. I'm talking about the insmod in modutils-basic. Do you have any clue what might be making it get so much bigger? I hope depmod wasn't accidentially included in that build of it or something like that.. -- see shy jo -- To UNSUBSCRIBE

Re: Any support for legacy-free systems? (was: Re: Can a rescue floppy load some modules before the installer starts?)

2001-10-18 Thread Kaz Sasayama
I tried to collect information on the Web about the legacy-free systems really sold on the market. Fujitsu and Hitach appeared to sell a few legacy-free models, but most vendors seemed still conservative to such configurations. So for a short-term solution, it might be OK to just note on a i

Re: [d-i] busybox-udeb increased size

2001-10-18 Thread Erik Andersen
On Thu Oct 18, 2001 at 11:55:40PM -0400, Joey Hess wrote: > Erik Andersen wrote: > > Sure, no problem. Another thing you might want to try is having me enable > > busybox ifconfig and route for networking support, rather then using the netkit > > stuff. This saved a bunch of memory for the boot

Re: debian-installer status

2001-10-18 Thread Rob Bos
On Fri, Oct 19, 2001 at 12:04:08AM -0400, Joey Hess wrote: > Rob Bos wrote: > > > - /dev is 3k bigger > > > > How practical would it be to compile devfs and include devfsd in the > > bootfloppies? > > If it wasn't for that 33k binary plus config files, I'd say go for it, > but w

Re: debian-installer status

2001-10-18 Thread Joey Hess
Rob Bos wrote: > > - /dev is 3k bigger > > How practical would it be to compile devfs and include devfsd in the > bootfloppies? If it wasn't for that 33k binary plus config files, I'd say go for it, but we can't afford to bloat more right now. > on my system, devfsd is 33k, 15k

Re: [d-i] busybox-udeb increased size

2001-10-18 Thread Joey Hess
Erik Andersen wrote: > Sure, no problem. Another thing you might want to try is having me enable > busybox ifconfig and route for networking support, rather then using the netkit > stuff. This saved a bunch of memory for the boot floppies We're using netkit-tiny right now, from the udeb by

Re: [d-i] busybox-udeb increased size

2001-10-18 Thread Joey Hess
Anthony Towns wrote: > On Thu, Oct 18, 2001 at 09:06:30PM -0400, Joey Hess wrote: > > halt, loadkmap, mkswap, poweroff, swapoff, swapon, chgrp, chmod, chown, > > date, dd, gzip (but we need gunzip), more, sleep, vi, zcat > > debootstrap uses chmod, chown and zcat. zcat shouldn't be much of a

cvs commit to debian-installer/build by joeyh

2001-10-18 Thread Debian Boot CVS Master
Repository: debian-installer/build who:joeyh time: Thu Oct 18 20:44:11 PDT 2001 Log Message: handy diagnostic tool.. Files: added: treecompare -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: [d-i] busybox dpkg status?

2001-10-18 Thread Joey Hess
Glenn McGrath wrote: > busybox dpkg adds about 16kB to a busybox with ar, gunzip and untar builtin. Hmm, that's still 4k bigger than udpkg. If it ever gets on a par with udpkg as far as size, it can go in, we're so tight for size right now that I'm not taking it if it's bigger. It sounds like y

Cannot build boot-floppies: rescue-boot.sgml: "Debian-GNU.." notdefined.

2001-10-18 Thread Christoph Lameter
Maybe some special xml package is missing for boot-floppies? ** making documentation for language C make[1]: Entering directory `/home/christoph/devel/bf/boot-floppies/documentation' make all make[2]: Entering directory `/home/christoph/devel/bf/boot-floppies/documentation' rm -f messages.ent l

Re: [d-i] busybox-udeb increased size

2001-10-18 Thread Glenn McGrath
On Thu, 18 Oct 2001 21:06:30 -0400 "Joey Hess" <[EMAIL PROTECTED]> wrote: > Between this spring and now, busybox-udeb has grown in size by some 52k. > Since the d-i system is too big to fit on a floppy right now, we badly > need to trim this back. > There is some duplication of code with tar in

Re: [d-i] busybox dpkg status?

2001-10-18 Thread Randolph Chung
> - It checks dependencies (not sure if udpkg does this) yes, udpkg has always done this. it also has optional dependency ordering. if the bb dpkg does the job better and smaller then let's go with that instead of udpkg randolph -- Debian Developer <[EMAIL PROTECTED]> http://www.TauS

Re: [d-i] busybox-udeb increased size

2001-10-18 Thread Anthony Towns
On Thu, Oct 18, 2001 at 09:06:30PM -0400, Joey Hess wrote: > halt, loadkmap, mkswap, poweroff, swapoff, swapon, chgrp, chmod, chown, > date, dd, gzip (but we need gunzip), more, sleep, vi, zcat debootstrap uses chmod, chown and zcat. zcat shouldn't be much of a cost if you already have gunzip

Re: [d-i] busybox dpkg status?

2001-10-18 Thread Glenn McGrath
On Thu, 18 Oct 2001 21:30:23 -0400 "Joey Hess" <[EMAIL PROTECTED]> wrote: > What is the current status of the busybox (u)dpkg implementation? Is it > a workable replacment for udpkg now -- will it do everything udpkg does, > and will it drop in as a replacement? How much space, if any, will it >

Accessing cvs area.

2001-10-18 Thread Tommy Moore
Hi guys. Tried checkout out the cvs version of the boot-floppies package and I can't get in. Am I doing soemthing wrong? cvs -d:pserver:[EMAIL PROTECTED]:/cvs/project-root login IT fails on the login process when I press enter as the password. Thanks for any help. Tommy -- To UNSUBSCRIBE, ema

Re: [d-i] busybox-udeb increased size

2001-10-18 Thread Erik Andersen
On Thu Oct 18, 2001 at 09:06:30PM -0400, Joey Hess wrote: > Between this spring and now, busybox-udeb has grown in size by some 52k. > Since the d-i system is too big to fit on a floppy right now, we badly > need to trim this back. > > First of all, remove the busybox vi support from busybox-udeb

Re: debian-installer status

2001-10-18 Thread Rob Bos
> - /dev is 3k bigger How practical would it be to compile devfs and include devfsd in the bootfloppies? on my system, devfsd is 33k, 15k after gzip. This would let b-f get rid of /dev/*, and could make for more reliable installation scripts (i.e, once you've inserted the modul

[d-i] busybox dpkg status?

2001-10-18 Thread Joey Hess
What is the current status of the busybox (u)dpkg implementation? Is it a workable replacment for udpkg now -- will it do everything udpkg does, and will it drop in as a replacement? How much space, if any, will it save? -- see shy jo -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subje

Re: debian-installer status

2001-10-18 Thread Joey Hess
Adam Di Carlo wrote: > I must say, I am a little suprised that Joey Hess hasn't been touching > this at all. I don't see any reason why work on this cannot proceed > (although I think it shouldn't detract from getting woody out). A variety of reasons of course. They include: - Wanting to get ou

[d-i] nic-modules udeb size reduction

2001-10-18 Thread Joey Hess
Since this spring, the nic-modules udeb has grown in unpacked size by about 600k. Since the d-i is too big to fit on a floppy right now, we need to trim this back drastically. What I think the nic-modules udeb needs to do is include drivers for the 50% of cards that are in 95% of computers. The o

[d-i] busybox-udeb increased size

2001-10-18 Thread Joey Hess
Between this spring and now, busybox-udeb has grown in size by some 52k. Since the d-i system is too big to fit on a floppy right now, we badly need to trim this back. First of all, remove the busybox vi support from busybox-udeb. We shouldn't need it on the boot floppy. If there is anything els

Bug#99926: next steps

2001-10-18 Thread David Kimdon
Based on a discussion on irc between aph and I we think we should do the following: Do further testing with this one: http://uranus.it.swin.edu.au/~jn/linux/rawwrite.htm It says that it runs on windows 95, 98, ME, NT, 2K, XP, it would be great if people who have access to these systems could giv

Re: reconfiguring locales in base-config?

2001-10-18 Thread Eduard Bloch
#include Joey Hess wrote on Thu Oct 18, 2001 um 07:49:57PM: > > I can, I'm confused whether we are talking about debootstrap or > > dbootstrap though. Am I correct that this is something that we want > > in dbootstrap after debootstrap has been run successfully, in > > configure_base(), for exam

cvs commit to boot-floppies/debian by blade

2001-10-18 Thread Debian Boot CVS Master
Repository: boot-floppies/debian who:blade time: Thu Oct 18 17:24:18 PDT 2001 Log Message: documenting ide removal Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Fwd: cvs access problem (Tue, Oct 09, 2001 at 07:17:26PM +0200)

2001-10-18 Thread Eric Van Buggenhaut
On Fri, Oct 12, 2001 at 11:49:21AM -0400, Adam Di Carlo wrote: > Eric Van Buggenhaut <[EMAIL PROTECTED]> writes: > > > cvs login: authorization failed: server cvs.debian.org rejected access to > > /cvs/debian-boot for user ericvb > > This is the problem here. > > > Can anyone fix this ? Or am I

cvs commit to boot-floppies/debian by aph

2001-10-18 Thread Debian Boot CVS Master
Repository: boot-floppies/debian who:aph time: Thu Oct 18 16:59:08 PDT 2001 Log Message: more info and 2 bugs fixed by the sparc fix Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: next potato release ?

2001-10-18 Thread Eric Van Buggenhaut
OK, never mind about the cvs access, I finally solved it. On Wed, Oct 17, 2001 at 11:36:34PM -0400, Adam Di Carlo wrote: > > I agree with Chris. Eric, I doubt there will be another boot-floppies > Potato release (unless the ARM folks insist on it, and I doubt that) > and in any case, we should

Re: next potato release ?

2001-10-18 Thread Eric Van Buggenhaut
On Wed, Oct 17, 2001 at 11:36:34PM -0400, Adam Di Carlo wrote: > > I agree with Chris. Eric, I doubt there will be another boot-floppies > Potato release (unless the ARM folks insist on it, and I doubt that) > and in any case, we should be working on the upcoming release rather > than the old an

Re: reconfiguring locales in base-config?

2001-10-18 Thread Joey Hess
David Kimdon wrote: > I can, I'm confused whether we are talking about debootstrap or > dbootstrap though. Am I correct that this is something that we want > in dbootstrap after debootstrap has been run successfully, in > configure_base(), for example. I would think so. -- see shy jo -- To

Bug#114905: patch to support s390 module configuration

2001-10-18 Thread David Kimdon
Wrong patch? This is what I get out of the BTS: --Boundary-00=_18DW23YGMX26LKUQ23EV Content-Type: application/x-gzip; name="modutils-s390.diff.gz" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="modutils-s390.diff.gz"

Bug#114905: patch to support s390 module configuration

2001-10-18 Thread David Kimdon
I'll take a look at it. -David Thu, Oct 18, 2001 at 08:18:15PM +0200 wrote: > Hi, > has anybody any concern regarding this patch? If not, I would appreciate if > we could commit it. It is somehow related to the boot-floppies 3.0.15. > > Thanks, > Gerhard > > > -- > To UNSUBSCRIBE, email to [

Bug#114905: patch to support s390 module configuration

2001-10-18 Thread Gerhard Tonn
Hi, has anybody any concern regarding this patch? If not, I would appreciate if we could commit it. It is somehow related to the boot-floppies 3.0.15. Thanks, Gerhard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Processed: Fixed in NMU of boot-floppies 3.0.15

2001-10-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: > tag 105451 + fixed Bug#105451: installation impasse Tags added: fixed > tag 113554 + fixed Bug#113554: boot-floppies: docs talk about base2_2.tgz Tags added: fixed > tag 113882 + fixed Bug#113882: critical failure in i386-disk reiserfs Bug#115691: b

cvs commit to boot-floppies by blade

2001-10-18 Thread Debian Boot CVS Master
Repository: boot-floppies who:blade time: Thu Oct 18 12:29:58 PDT 2001 Log Message: removing the ide flavor, use udma100-ext3 instead Files: changed:Makefile -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

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

2001-10-18 Thread Debian Boot CVS Master
Repository: boot-floppies/utilities/dbootstrap who:joy time: Thu Oct 18 12:23:15 PDT 2001 Log Message: error message tweaks Files: changed:baseconfig.c choose_medium.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL P

cvs commit to boot-floppies/utilities/dbootstrap/po by joy

2001-10-18 Thread Debian Boot CVS Master
Repository: boot-floppies/utilities/dbootstrap/po who:joy time: Thu Oct 18 12:20:43 PDT 2001 Log Message: unfuzzying, a couple of new ones Files: changed:hr.po -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED

boot-floppies_3.0.15_i386.changes INSTALLED

2001-10-18 Thread Debian Installer
Installing: bf-images-1.20_3.0.15_i386.tar.gz byhand bf-misc_3.0.15_i386.tar.gz byhand bf-doc_3.0.15_i386.tar.gz byhand bf-images-1.44_3.0.15_i386.tar.gz byhand install-doc_3.0.15_i386.deb to pool/main/b/boot-floppies/install-doc_3.0.15_i386.deb bf-common_3.0.15_i386.tar.gz byhand bf-archive-in

Fixed in NMU of boot-floppies 3.0.15

2001-10-18 Thread Adam Di Carlo
tag 105451 + fixed tag 113554 + fixed tag 113882 + fixed tag 114328 + fixed tag 114605 + fixed tag 115018 + fixed tag 115174 + fixed quit This message was generated automatically in response to a non-maintainer upload. The .changes file follows. -BEGIN PGP SIGNED MESSAGE- Format: 1.7

boot-floppies_3.0.15_powerpc.changes INSTALLED

2001-10-18 Thread Debian Installer
Installing: bf-arch_3.0.15_powerpc.tar.gz byhand bf-doc_3.0.15_powerpc.tar.gz byhand install-doc_3.0.15_powerpc.deb to pool/main/b/boot-floppies/install-doc_3.0.15_powerpc.deb bf-archive-install_3.0.15_powerpc.sh byhand boot-floppies_3.0.15_all.deb to pool/main/b/boot-floppies/boot-floppies_3

Re: reconfiguring locales in base-config?

2001-10-18 Thread David Kimdon
Thu, Oct 18, 2001 at 11:19:58AM -0400 wrote: > Eduard Bloch wrote: > > Since we allready have localized BFs, I imagine the following: > > (localized) debootstrap on BFs ask the user something like: > > "Would you like to set the current language as the default system > > language?" > > If YES, deb

cvs commit to boot-floppies/debian by gt

2001-10-18 Thread Debian Boot CVS Master
Repository: boot-floppies/debian who:gt time: Thu Oct 18 09:26:37 PDT 2001 Log Message: several fixes for s390 specific code. Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

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

2001-10-18 Thread Debian Boot CVS Master
Repository: boot-floppies/utilities/dbootstrap who:gt time: Thu Oct 18 09:26:37 PDT 2001 Log Message: several fixes for s390 specific code. Files: changed:halt_system.c main_menu.c netconfig.c partition_config.c -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subjec

cvs commit to boot-floppies/s390-specials by gt

2001-10-18 Thread Debian Boot CVS Master
Repository: boot-floppies/s390-specials who:gt time: Thu Oct 18 09:26:37 PDT 2001 Log Message: several fixes for s390 specific code. Files: changed:parmfile -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: mount_partition() and filesystem types

2001-10-18 Thread Mark van Walraven
On Thu, Oct 18, 2001 at 04:02:19AM -0800, Ethan Benson wrote: > On Thu, Oct 18, 2001 at 06:59:40PM +1000, Glenn McGrath wrote: > > > > Problems should be reported upstream where apropriate, not to assign blame, > > but so the upstream author knows about it and can fix it for all users of that > >

Re: reconfiguring locales in base-config?

2001-10-18 Thread Joey Hess
Eduard Bloch wrote: > Since we allready have localized BFs, I imagine the following: > (localized) debootstrap on BFs ask the user something like: > "Would you like to set the current language as the default system > language?" > If YES, debootstrap puts the corresponding parts into /etc/locale.ge

cvs commit to boot-floppies by rhirst

2001-10-18 Thread Debian Boot CVS Master
Repository: boot-floppies who:rhirst time: Thu Oct 18 07:37:58 PDT 2001 Log Message: don't ship driver*.bin on ia64, not useful Files: changed:release.sh -- 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-18 Thread Debian Boot CVS Master
Repository: boot-floppies/debian who:rhirst time: Thu Oct 18 07:37:57 PDT 2001 Log Message: don't ship driver*.bin on ia64, not useful Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTE

cvs commit to boot-floppies/debian by rhirst

2001-10-18 Thread Debian Boot CVS Master
Repository: boot-floppies/debian who:rhirst time: Thu Oct 18 07:13:38 PDT 2001 Log Message: Library reduction is currently broken on hppa, reduced libnewt results in dbootstrap segv sometime before main(). Turn it off. Files: changed:changelog -- To UNSUBSCRIBE, email t

cvs commit to boot-floppies by rhirst

2001-10-18 Thread Debian Boot CVS Master
Repository: boot-floppies who:rhirst time: Thu Oct 18 07:13:38 PDT 2001 Log Message: Library reduction is currently broken on hppa, reduced libnewt results in dbootstrap segv sometime before main(). Turn it off. Files: changed:rootdisk.sh -- To UNSUBSCRIBE, email to [EM

Re: your mail

2001-10-18 Thread H.Heinold
On Thu, Oct 18, 2001 at 03:12:31PM +0200, Thomas Adick wrote: > Hallo, > > ich brauche die Boot Discs für die PPC Distrubition! > > MFG > > -- > ** Thomas Adick ** > ** icq 28356064 ** > ** TA 2456-RIPE ** > ** LRU : 220043 ** > -- Please go to ftp://ftp.de.debian.org/debian/dists/

Bug#116093: DNS names does not resolve on sparc

2001-10-18 Thread Magnus Ahltorp
Package: boot-floppies Version: 2.3.6 Severity: Important When I use DHCP to get my network configuration, DNS names does not resolve. This seems to be because /etc/resolv.conf points to /target/etc/resolv.conf, and /target/etc/resolv.conf points to ../tmp/resolv.conf, which is the /tmp of the ta

No Subject

2001-10-18 Thread Thomas Adick
Hallo, ich brauche die Boot Discs für die PPC Distrubition! MFG -- ** Thomas Adick ** ** icq 28356064 ** ** TA 2456-RIPE ** ** LRU : 220043 ** -- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#116092: Woody installation hung on Sparc Station 4

2001-10-18 Thread Magnus Ahltorp
Package: boot-floppies Version: 2.3.6 Severity: serious Installation hangs when installing essential packages. The output on console number 4 says: Setting up sysvinit (2.03-1) ... Creating /dev/initctl and then hangs. The shell on console 2 does not respond at all after this, but the kernel is

using loadlin from windows

2001-10-18 Thread Othmar Pasteka
hi, [if i should submit a bug report for the whole mail or the various pieces tell me] i just discovered the following: if i start windows, go to the dos mode (not the dos window; the dos window also doesn't work, it reports that there is insufficient memory for that, i can check what the exact

Re: mount_partition() and filesystem types

2001-10-18 Thread Ethan Benson
On Thu, Oct 18, 2001 at 06:59:40PM +1000, Glenn McGrath wrote: > > Problems should be reported upstream where apropriate, not to assign blame, > but so the upstream author knows about it and can fix it for all users of that > piece of software and let boot-floppies be broken for who knows how ma

Re: mount_partition() and filesystem types

2001-10-18 Thread Glenn McGrath
On Thu, 18 Oct 2001 00:25:37 -0800 "Ethan Benson" <[EMAIL PROTECTED]> wrote: > On Wed, Oct 17, 2001 at 09:32:07PM -0600, Erik Andersen wrote: > > On Wed Oct 17, 2001 at 02:55:11PM -0800, Ethan Benson wrote: > > > but as i have stated, even if you fix busybox to be smarter you still > > > have a g

Re: mount_partition() and filesystem types

2001-10-18 Thread Ethan Benson
On Thu, Oct 18, 2001 at 04:36:14PM +1300, Mark van Walraven wrote: > > If busybox pays attention to the superblock magic, the chance of calling > mount(2) with the wrong filesystem should be very low. Beyond that, the > kernels on offical Debian boot-floppies should also be a known factor. offi

Re: mount_partition() and filesystem types

2001-10-18 Thread Ethan Benson
On Wed, Oct 17, 2001 at 09:32:07PM -0600, Erik Andersen wrote: > On Wed Oct 17, 2001 at 02:55:11PM -0800, Ethan Benson wrote: > > but as i have stated, even if you fix busybox to be smarter you still > > have a giant stack of wildcards in all these random filesystems in the > > kernel, are they go