cvs commit to debian-installer/rootskel/debian by tfheen

2002-10-23 Thread Debian Boot CVS Master
Repository: debian-installer/rootskel/debian who:tfheen time: Thu Oct 24 02:18:24 CEST 2002 Log Message: fix up fstab to point to correct floppy device and prepare for upload Files: changed:changelog -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubsc

cvs commit to debian-installer/rootskel/src/etc by tfheen

2002-10-23 Thread Debian Boot CVS Master
Repository: debian-installer/rootskel/src/etc who:tfheen time: Thu Oct 24 02:18:24 CEST 2002 Log Message: fix up fstab to point to correct floppy device and prepare for upload Files: changed:fstab -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscrib

Re: Trying out http://people.debian.org/~tfheen/d-i

2002-10-23 Thread Joakim Kolsjö
> > But discover2 is out, and we can hope it will be packaged very soon. > > Or we need to have a special pci.lst for kernel 2.4 or use > > /usr/share/hwdata/pcitable for hwdata package. > > Thanks for the info. discover2 also uses rtl8139. > > Matt > Is this some design miss, or, can't it j

Re: Trying out http://people.debian.org/~tfheen/d-i

2002-10-23 Thread Matt Kraai
On Thu, Oct 24, 2002 at 12:13:18AM +0200, Thomas Poindessous wrote: > I'm not sure this patch will be included in discover-data-1. > >From apt-cache show discover-data : > > The Linux kernel module information corresponds to Linux 2.2.20; module > names for Linux 2.4.x are also provided in many ca

Re: Trying out http://people.debian.org/~tfheen/d-i

2002-10-23 Thread Thomas Poindessous
On Wed, Oct 23, 2002 at 01:18:49PM -0700, Matt Kraai wrote: > On Wed, Oct 23, 2002 at 09:44:54PM +0200, Joakim Kolsj? wrote: > > > > * The 'rtl8139' module are not included on this floppy, however '8139too' are > > > > and that one worked just fine. > > > > > > This is fixed in CVS. > > > > >

Re: Trying out http://people.debian.org/~tfheen/d-i

2002-10-23 Thread Matt Kraai
On Wed, Oct 23, 2002 at 09:44:54PM +0200, Joakim Kolsj? wrote: > > > * The 'rtl8139' module are not included on this floppy, however '8139too' are > > > and that one worked just fine. > > > > This is fixed in CVS. > > > > I just did a testrun of the CVS version, and it seems to be only parital

Re: Boot CD (3.0.23) and Dell 6650

2002-10-23 Thread Chris Tillman
On Wed, Oct 23, 2002 at 06:03:35PM +0200, Ryan Tracey wrote: > Hi > > I'm assisting someone with a Debian (Woody) installation on a Dell 6650. > The boot process crashes (the whole server freezes) when the kernel > tries to find the device that corresponds to the CISS driver (Compaq > Smart Ar

Re: Trying out http://people.debian.org/~tfheen/d-i

2002-10-23 Thread Joakim Kolsjö
> > * The 'rtl8139' module are not included on this floppy, however '8139too' are > > and that one worked just fine. > > This is fixed in CVS. > I just did a testrun of the CVS version, and it seems to be only paritally fixed. When i choose to autodecect network hardware it still seems think i

Re: Problems building d-i floppy

2002-10-23 Thread Joakim Kolsjö
> Something has mounted tmp/net/tree/proc and it should not be mounted at > this point. Perhaps you ran make demo at some point earlier and for some > reason it did not call make demo_clean afterwards? Ah... thanks. Now it builds. -- Joakim Kolsjö A member of The Swedish Linux Society, http://se

mark cvs commits as read with procmail and maildir

2002-10-23 Thread Filippo Giunchedi
hi! just to know because is non-trivial to mark a maildir message as read with procmail, i use this to mark cvs commits in debian-boot as read. # trick to mark cvs commits from debian-boot ML as read :0 * X-Mailing-List: <[EMAIL PROTECTED]> { # first deliver to maildir so LASTFOLDER gets set'

Bad module test in cdrom-detect

2002-10-23 Thread Petter Reinholdtsen
The code in cdrom-detect to test if a module is available, will fail to find some modules: if [ ! -f /lib/modules/*/*/"$module".o ] It will fail to understand aliases, and will fail in the module is further down in the file hierarcy. Anyone know a better way to test this. The way discover do

Re: Problems building d-i floppy

2002-10-23 Thread Joey Hess
Joakim Kolsjö wrote: > /build# make boot_floppy > > if mount | grep -q `pwd`/mnt/ && ! umount `pwd`/mnt/ ; then \ > echo "Error unmounting `pwd`/mnt/" 2>&1 ; \ > exit 1; \ > fi > mkdir -p `pwd`/mnt/ > rm -f ./tmp/net/image.tmp > install -d ./tmp/net > install -d dest > genext2fs -d

Problems building d-i floppy

2002-10-23 Thread Joakim Kolsjö
I did a checkout of the debian-installer and used the instructions on http://lists.debian.org/debian-boot/2002/debian-boot-200207/msg00441.html and http://wiki.debian.net/DebianInstallerBuild to create a boot floppy. Everything did go quite well until i attemted to do "make boot_floppy" in /build.

Re: Trying out http://people.debian.org/~tfheen/d-i

2002-10-23 Thread Matt Kraai
On Wed, Oct 23, 2002 at 06:57:18PM +0200, Joakim Kolsj? wrote: > Things that did not work: > > * DHCP(did not write down the error msg this time, i might do that next time) The packet-socket udeb needs to be included on the initrd, and the af_packet module needs to be loaded. > * The 'rtl8139' m

Trying out http://people.debian.org/~tfheen/d-i

2002-10-23 Thread Joakim Kolsjö
I just tested the net-1440.img boot floppy, and i figure you might be intrested in some of the things i noticed. Things that did work: * Static network setup * Downloading the udeb's Things that did not work: * DHCP(did not write down the error msg this time, i might do that next time) * The 'rt

debian-installer - templates for kernelargs, bootdev, rootdev

2002-10-23 Thread Bastian Blank
hi folks i'd like to add templates to the namespace of debian-installer for kernelargs, rootdev and bootdev. they should be read and used if possible by the different bootloader installer. i need the first (kernelargs), because some different packages must add parameters to them. bastian -- It

Boot CD (3.0.23) and Dell 6650

2002-10-23 Thread Ryan Tracey
Hi I'm assisting someone with a Debian (Woody) installation on a Dell 6650. The boot process crashes (the whole server freezes) when the kernel tries to find the device that corresponds to the CISS driver (Compaq Smart Array 5xxx). The Dell does not have this controller and the kernel (bf24 -

Re: cvs commit to debian-installer/tools/disk-detect/debian by tfheen

2002-10-23 Thread Joey Hess
Debian Boot CVS Master wrote: > Repository: debian-installer/tools/disk-detect/debian > who:tfheen > time: Wed Oct 23 16:52:29 CEST 2002 > Log Message: > initial commit > > > Files: > added: .cvsignore changelog control copyright menutest postinst rules templates

cvs commit to debian-installer/tools/disk-detect/debian by tfheen

2002-10-23 Thread Debian Boot CVS Master
Repository: debian-installer/tools/disk-detect/debian who:tfheen time: Wed Oct 23 16:52:29 CEST 2002 Log Message: initial commit Files: added: .cvsignore changelog control copyright menutest postinst rules templates -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a su

cvs commit to debian-installer/tools/disk-detect by tfheen

2002-10-23 Thread Debian Boot CVS Master
Repository: debian-installer/tools/disk-detect who:tfheen time: Wed Oct 23 16:52:29 CEST 2002 Log Message: initial commit Files: added: Makefile README -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

cvs commit to debian-installer/tools/disk-detect/debian by tfheen

2002-10-23 Thread Debian Boot CVS Master
Repository: debian-installer/tools/disk-detect/debian who:tfheen time: Wed Oct 23 16:51:41 CEST 2002 Log Message: Directory /cvs/debian-boot/debian-installer/tools/disk-detect/debian added to the repository Files: -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject

cvs commit to debian-installer/tools/disk-detect by tfheen

2002-10-23 Thread Debian Boot CVS Master
Repository: debian-installer/tools/disk-detect who:tfheen time: Wed Oct 23 16:49:38 CEST 2002 Log Message: Directory /cvs/debian-boot/debian-installer/tools/disk-detect added to the repository Files: -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe

Re: help

2002-10-23 Thread David Kimdon
Wed, Oct 23, 2002 at 07:53:16AM + wrote: > i want to install debian ,but my notebook computer only has a pcmcia cdrom > and a floppy.can debian install on it?or does debian have a > pcmcia-supported boot floopy?thanks. Hi, Debian installs do support pcmcia. You can boot off your floppy, in

12 main items ( GGG-1 )

2002-10-23 Thread csszcodx
THE GATOSON (HOLDINGS) LIMITED E-mail : [EMAIL PROTECTED] Our Ref.: 12 main items (GGG-1)23rd Oct. 2002 Dear Sir, We can get the follow good quality products which made in China at the SPECIAL LOWEST PRICES. If you are interested them, kindly contact us by return e-mail, we wi

[ANSWER] Re: icp-vortex raid card not detected in 3.0 installer

2002-10-23 Thread Kurt Yoder
Eduard Bloch said: > #include > * Kurt Yoder [Tue, Oct 22 2002, 03:08:21PM]: >> Hello list >> >> I am trying to install Debian 3.0 from the CD on a server with an >> ICP-Vortex RAID card. However, the card and host drive is not being >> detected during installation. Has anyone else had luck instal

Re: FW: Mail System Error - Returned Mail

2002-10-23 Thread Tollef Fog Heen
* iudicium ferat <[EMAIL PROTECTED]> I'm not sure if -sparc or -www is the appropriate list for handling the SPARC web pages, but please fix this, either of you. :) | The below lists are mentioned on the various SPARC ports pages at | www.debian.org -- but apparently they no longer exist. | | |

help

2002-10-23 Thread ! 不死鸟
i want to install debian ,but my notebook computer only has a pcmcia cdrom and a floppy.can debian install on it?or does debian have a pcmcia-supported boot floopy?thanks. -ÓÀÔ¶µÄ²»ËÀÄñ- _ ÏíÓÃ