From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=DKIM_ADSP_NXDOMAIN, DMARC_MISSING,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=4.0.0 Received: from matrix.netsoc.tcd.ie (matrix.netsoc.tcd.ie [134.226.83.50]) by chiba.3jane.net (Postfix) with ESMTP id D67AC200B260 for ; Fri, 1 Mar 2002 12:42:41 -0600 (CST) Received: by matrix.netsoc.tcd.ie (Postfix, from userid 1183) id 58A043446C; Fri, 1 Mar 2002 18:39:16 +0000 (GMT) Date: Fri, 1 Mar 2002 18:39:16 +0000 From: Christian Loitsch To: gentoo-dev@gentoo.org Message-ID: <20020301183916.A13540@matrix.netsoc.tcd.ie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.23i Subject: [gentoo-dev] ideas/bugs Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0.6 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux developer list List-Unsubscribe: , List-Archive: X-Archives-Salt: 61be67d8-f678-4f69-83d9-164e59e8e87b X-Archives-Hash: 9595711769733e700a4a2c8ff0f7fda2 hi, I just finished compiling the base system on an MMX-130 Mhz with 48MB of Ram. (slow but doable). Note that 48MB were nearly always enough for the compilation! (ok glibc would have liked more ;). I made some observations, and would like to know, which of them are considered as bugs. (so that I can enter them in bugzilla) * why is there an mta-mysql USE flag, and no mta-postgres? * why do you call the postgresql-flag postgres? After all its name is postgresql (you don't call mysql mys) * why are the permissions of /etc/make.conf so strict (only 600 on my machine) (i hope it wasn't me who changed them ;) * as I am behind a firewall, which asks for username and password, I could not use wget. The only program, which is (afaik!) capable of even "tunneling" through an ftp-proxy is lftp. I downloaded a static version (and modified the lftp-get script, so that it accepted a Path-option) and it worked really well. But it took me quite some time to realize that bootstrap doesn't use FETCHCOMMAND. You could at least mention it somewhere. I also really think that lftp is more appropriate than wget. * fortunately I have access to a machine outside the firewall and was therefore able to make the rsync there and then download it via ftp, would be really nice, to do this directly. * why does the installation of grub won't work if /boot is not a partition on its own? (had no cdrom and "installed" the iso-image temporarely on the boot-partition) * my installed system works "worse" than the iso-image. the installation-manual does not explain how to set up the right keyboard and "make menuconfig" shows funny chars instead of the lines. (afaik this is only an Env. variable, but which one) * depscan is maybe not called with the right params in the boot-scripts: depscan: Usage depscan .... * why do you ask users in you manual to execute depmod, if it is in 1 of your boot-scripts? * I guess the best way to avoid "broken" Gentoos because of forgetting the -w option with nano, would be to make an alias right at the beginning. (like nanow) * i think that you should also treat pcmcia a little bit in your install-manual. * because of wrong parameters the pcmcia-boot-script failed. But there was no message. like [ FAIL ] * I have not yet verified the next point: I have a pcmcia-network-card, but because of a race condition (will make a bug-report), I had to remove the net.eth0 script (rc-update del net.eth0), and call it manually. Surprisingly when I halt the system there is still a message: ?? Bringing down eth0 ?? which of course fails, because I brought it down already manually. Please note that I do _not_ consider everything I mentioned as bug! christian ps: Gentoo really rocks!