Re: need help on shell programming

2009-02-28 Thread Tzafrir Cohen
On Sun, Mar 01, 2009 at 01:32:32AM -0430, Olaf Reitmaier Veracierta wrote: > Sorry mismatch "then" with "do"... > > while [ 1 -eq 1 ]; do Useless use of test. Use 'true' or ':' instead. You can save a few cycles (mostly of parsing, I guess :-) [1] > >sleep 60 > done [1] http://xkcd.com/

Re: New installation: Volume Group not found

2009-02-28 Thread Celejar
On Sat, 28 Feb 2009 16:34:44 + (UTC) Memnon Anon wrote: > Hi! > > My disk died recently, so I bought a new one and installed > stable on it (i.e Lenny :). > > Everything works fine, basically, but I get this message on boot: > > , > | Volume group "BlackPearl" not found > | Volume gr

Re: Downloading in iceweasel.

2009-02-28 Thread Olaf Reitmaier Veracierta
Try to view Preferences >> Aplications >> PDF What's registered to do? If very urgent... right-click and save PDF when staying over PDF link... Øystein Dale wrote: Hi Having trouble downloading files from adobe with iceweasel. Download manager say its starting and the indikator window is comm

Re: Installing a Broadcom 4312 rev 02 wifi card

2009-02-28 Thread Celejar
On Fri, 27 Feb 2009 17:14:55 -0800 consultores1 wrote: > El vie, 27-02-2009 a las 16:22 -0500, Celejar escribió: > > On Fri, 27 Feb 2009 15:39:55 +0100 > > Korrignu wrote: > > > > ... > > > > > > > 06:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev > > > 01) > > > > ...

Downloading in iceweasel.

2009-02-28 Thread Øystein Dale
Hi Having trouble downloading files from adobe with iceweasel. Download manager say its starting and the indikator window is comming but nothing happens. This started to happen after i reinstalled the system to the newest version of Debian. Any solutions or suggestions? Ø.Dale -- To UNSUBSCRIBE

Dell WWAN 5520 3G Card Setup

2009-02-28 Thread Karun Dambiec
Hello, I am trying to set up the Dell WWAN 5520 card on my Dell Vostro 1400 notebook running Debian Testing. The provide I use is Vodafone in Australia. Has anyone setup the similiar card before on debian, or have a guide on how to do this? Regards Karun -- To UNSUBSCRIBE, email to debian-u

Re: sending mail from debian etch via php script using mail()

2009-02-28 Thread Olaf Reitmaier Veracierta
The default exim4 configuration is the problem, if you like sendmail... Then... aptitude install sendmail mailx. It will remove exim4 you can't use both at same time on Debian Etch. Try again send an email from php. Andrew McGlashan wrote: Hi Norman, Norman Bird wrote: So I am trying to fi

Re: package management begins to annoy me

2009-02-28 Thread Olaf Reitmaier Veracierta
aptitude accept almost all apt-get commands... but is better... About apt-get for the future... http://www.debian.org/releases/stable/amd64/release-notes/ch-whats-new.en.html#pkgmgmt Regards. Hugo Vanwoerkom wrote: Ron Johnson wrote: Yes, you're using aptitude. Return to the apt* which

Re: need help on shell programming

2009-02-28 Thread Olaf Reitmaier Veracierta
Sorry mismatch "then" with "do"... while [ 1 -eq 1 ]; do sleep 60 done Boyd Stephen Smith Jr. wrote: On Thursday 26 February 2009 18:35:01 Mike Castle wrote: On Thu, Feb 26, 2009 at 4:29 PM, Michael Pobega wrote: On Thu, Feb 26, 2009 at 04:54:28PM -0500, Long Wind wrote: I want a scr

Re: need help on shell programming

2009-02-28 Thread Olaf Reitmaier Veracierta
while [ 1 -eq 1 ]; then sleep 60 done Boyd Stephen Smith Jr. wrote: On Thursday 26 February 2009 18:35:01 Mike Castle wrote: On Thu, Feb 26, 2009 at 4:29 PM, Michael Pobega wrote: On Thu, Feb 26, 2009 at 04:54:28PM -0500, Long Wind wrote: I want a script. The script run a command, wai

Re: apt-get problem

2009-02-28 Thread Olaf Reitmaier Veracierta
Use apt-get spy but read this about apt-get for the future... http://www.debian.org/releases/stable/amd64/release-notes/ch-whats-new.en.html#pkgmgmt Sjors Gielen wrote: Angelin Lalev schreef: This is a partial output of apt-get update command, performed on my brand new Debian 5.0 installation

Re: screen multidisplay with terminals resized

2009-02-28 Thread Tzafrir Cohen
On Sat, Feb 28, 2009 at 08:19:35AM -0800, Kelly Clowers wrote: > On Sat, Feb 28, 2009 at 03:26, Tzafrir Cohen wrote: > > On Fri, Feb 27, 2009 at 05:09:03PM -0700, green wrote: > >> I have been using screen (the terminal multiplexor) for a long time.  It > >> is one > >> of those really useful uti

GRUB troubles with Re: Distinguishing SATA disks

2009-02-28 Thread Hendrik Boom
On Wed, 04 Feb 2009 17:02:18 +0100, Frederik Kriewitz wrote: > On Wed, Feb 4, 2009 at 3:21 PM, Hendrik Boom > wrote: >> Fun. Lost of symlinks. Can I use these to identify the drives to be >> used in RAID pairs or for LLVM? > > Yes Well, that worked. And /etc/fstab is happy with /dev/disk/by-

Re: How to protect an encrypted file system for off-line attack?

2009-02-28 Thread Emanoil Kotsev
hello, the discussion is really interesting and informative. there's just something I don't understand. Jeff Soules wrote: > good.) In any case, with EncFS we're talking about a technological > solution in which the encryption key is stored alongside the encrypted > media, so whatever the pass

Re: Installing testing from latest netinst iso

2009-02-28 Thread Frank McCormick
john wrote: > > -Original Message- > From: Frank McCormick > To: debian-user > Subject: Installing testing from latest netinst iso > Date: Sat, 28 Feb 2009 12:31:58 -0500 > Mailer: Thunderbird 2.0.0.19 (X11/20090105) > > I just spent a couple of hours trying to unsuccessfully install Sq

Re: Numeric keypad doesn't work! - Solved

2009-02-28 Thread Dennis Wicks
Pal Trendweaver wrote the following on 02/27/2009 05:33 PM: Op woensdag 25-02-2009 om 23:27 uur [tijdzone -0600], schreef Dennis Wicks: Greetings; I just noticed today that my numeric keypad doesn't work under Gnome, but works fine in a console session. (Ctl-Alt-F1) I've tried changing the ke

Re: ifconfig data

2009-02-28 Thread Andrew McGlashan
Hi, Aneurin Price wrote: On Fri, Feb 27, 2009 at 12:36 PM, Andrew McGlashan wrote: Aneurin Price wrote: Maybe this would suit you: http://www.geekpage.jp/en/programming/linux-network/get-ipaddr.php (Changing eth0 to ppp0 obviously) Okay. NB. To get that example to work I had to change the i

Re: grub-probe: error: Cannot find a GRUB drive for /dev/sdb1. Check your device.map.

2009-02-28 Thread Emanoil Kotsev
Jimmy Johnson wrote: >> And at the grub stage I just went word for word on down.. >> >> So perhaps I create 2 partitions on the thumb, say a 512M for /boot >> flagged boot and the difference for / ? > > > If you want, but it's not needed, like I say it can all be on one > partition, just make s

Re: ifconfig data

2009-02-28 Thread Aneurin Price
On Fri, Feb 27, 2009 at 12:36 PM, Andrew McGlashan wrote: > Hi, > > Aneurin Price wrote: >> >> Maybe this would suit you: >> http://www.geekpage.jp/en/programming/linux-network/get-ipaddr.php >> (Changing eth0 to ppp0 obviously) > > Okay. > >> NB. To get that example to work I had to change the in

Re: what does easycam2 really do? and gspca vs uvcvideo

2009-02-28 Thread H. S.
On Sat, Feb 28, 2009 at 8:32 PM, thveillon.debian < thveillon.deb...@googlemail.com> wrote: > H.S. a écrit : > > Hello, > > > > I came across some websites related to webcam detection and working on > > Linux systems which describe a tool called "easycam2". Here are the main > > ones: > > https://

Re: what does easycam2 really do? and gspca vs uvcvideo

2009-02-28 Thread thveillon.debian
H.S. a écrit : > Hello, > > I came across some websites related to webcam detection and working on > Linux systems which describe a tool called "easycam2". Here are the main > ones: > https://help.ubuntu.com/community/EasyCam > http://wiki.ubuntuusers.de/Easycam2 > http://blognux.free.fr/ > > I d

Re: good webcam for Linux (low light, mic, 'just works')

2009-02-28 Thread Emanoil Kotsev
Dotan Cohen wrote: >> Philips SPC1000NC >> > > I have this camera and I am unhappy with it. The colurs are near- > black&white, there is much noise, and getting the drivers installed > (Phillips does not provide drivers, but links to underdeveloped > third-party drivers) was a pain. > my colors

reg:problems wth kde installation

2009-02-28 Thread raman narasimhan
apt-get and aptitude keep looking for *4:4.2.0-2 *packages whereas only* **4:4.2.0-1 *packages are available for* i386 *is the new version* 4:4.2.0-2 being built??? *

what does easycam2 really do? and gspca vs uvcvideo

2009-02-28 Thread H.S.
Hello, I came across some websites related to webcam detection and working on Linux systems which describe a tool called "easycam2". Here are the main ones: https://help.ubuntu.com/community/EasyCam http://wiki.ubuntuusers.de/Easycam2 http://blognux.free.fr/ I do not understand the French and Ger

Robert Guenther LVN added you as a connection on Plaxo

2009-02-28 Thread Robert Guenther LVN
Hi Debian-User, Robert Guenther LVN wants to add you as a connection on Plaxo. To accept this connection request, go to: http://www.plaxo.com/invite?i=62117817&k=1008795671&l=en&src=email&et=1&est=nolevels&etv=nnic1b2&el=en Thanks! The Plaxo team More than 20 million people use Plaxo to keep i

Re: I'm rather embarrassed to even be asking this...

2009-02-28 Thread Justin The Cynical
Douglas A. Tutty wrote: On Fri, Feb 27, 2009 at 07:03:39PM -0800, Justin The Cynical wrote: I recently picked up a SuperMicro X7SBE board and populated it with ECC RAM. Among my random wanderings, I realized that I didn't recall seeing anything in the BIOS or manual on if the ECC functionality

Re: I'm rather embarrassed to even be asking this...

2009-02-28 Thread Douglas A. Tutty
On Fri, Feb 27, 2009 at 07:03:39PM -0800, Justin The Cynical wrote: > I recently picked up a SuperMicro X7SBE board and populated it with ECC RAM. > > Among my random wanderings, I realized that I didn't recall seeing > anything in the BIOS or manual on if the ECC functionality is even > turned

Re: spam control

2009-02-28 Thread mouss
Andrew McGlashan a écrit : > Hi, > > Tzafrir Cohen wrote: >> You probably have an existing spam collection (your spam folder at >> gmail). As for ham: your other folders. > > Only if he let's it collect or he captures and keeps it over time. and he (or a trusted person) _verified_ it. training u

Re: Dup apt keys into chroot

2009-02-28 Thread T o n g
On Wed, 25 Feb 2009 04:37:31 +, T o n g wrote: >> . . . you need to copy the >> following files: > > Thanks, will try then report back. Just for the archive, it seems to be working fine. thanks -- Tong (remove underscore(s) to reply) http://xpt.sourceforge.net/techdocs/ http://xpt.so

Re: Installing testing from latest netinst iso

2009-02-28 Thread john
-Original Message- From: Frank McCormick To: debian-user Subject: Installing testing from latest netinst iso Date: Sat, 28 Feb 2009 12:31:58 -0500 Mailer: Thunderbird 2.0.0.19 (X11/20090105) I just spent a couple of hours trying to unsuccessfully install Squeeze from the netinstall iso

Installing testing from latest netinst iso

2009-02-28 Thread Frank McCormick
I just spent a couple of hours trying to unsuccessfully install Squeeze from the netinstall iso. The installer can't recognize my IDE drive which is nothing special. Even telling it to load the various IDE modules/drivers does nothing. I'll report the bug, but has anyone run across this one? Are

Re: kde4 installation problems

2009-02-28 Thread Eduardo M KALINOWSKI
thveillon.debian wrote: > maybe try with aptitude, it's often more efficient in this kind of > situation. Especially if you use the curses interface. You mark the package you want, if it is broken because it depends on other packages in experimental, you can see it immediately and also ask those

Re: logging writes to disk (keeping disk from spinning down)

2009-02-28 Thread green
On Sat, 2009-02-28, 059, Bob Cox wrote: > On Sat, Feb 28, 2009 at 08:21:16 +, Bob Cox > (debian-u...@lists.bobcox.com) wrote: > > You may need noflushd (no flush daemon) to do > > what you want. > > > > aptitude show noflushd > > Which is for IDE drives and you are using SATA. Ignore tha

Re: How to protect an encrypted file system for off-line attack?

2009-02-28 Thread Eduardo M KALINOWSKI
Andrew McGlashan wrote: > And what if you encrypted the result multiple times with a number of > different keys? > Security does not improve so much, actually. http://en.wikipedia.org/wiki/Meet-in-the-middle_attack -- Unless you love someone, nothing else makes any sense. --

Comprehensive list of d-i (debian-installer) key/value pairs and description

2009-02-28 Thread Joe McDonagh
Hi All, I am wondering if anyone knows where I can find a comprehensive list of debian-installer key/value pairs for preseeding. I discovered /var/cache/debconf/templates.dat but that doesn't show *all* keys. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "

New installation: Volume Group not found

2009-02-28 Thread Memnon Anon
Hi! My disk died recently, so I bought a new one and installed stable on it (i.e Lenny :). Everything works fine, basically, but I get this message on boot: , | Volume group "BlackPearl" not found | Volume group "BlackPearl" not found | Enter passphrase to unlock the disk /dev/hda2 (hda2_c

Re: screen multidisplay with terminals resized

2009-02-28 Thread Kelly Clowers
On Sat, Feb 28, 2009 at 03:26, Tzafrir Cohen wrote: > On Fri, Feb 27, 2009 at 05:09:03PM -0700, green wrote: >> I have been using screen (the terminal multiplexor) for a long time.  It is >> one >> of those really useful utilities that just sticks. >> >> Also, I recently started using the awesome

Re: ECC RAM failure data - jre

2009-02-28 Thread Henrique de Moraes Holschuh
On Thu, 26 Feb 2009, ow...@netptc.net wrote: > Most of the errors ECC is designed to correct are single bit errors > that, upon refresh, are no longer there ("soft" errors). The usual Nowadays, server memory does a LOT better than single-bit error correction. As an example, see this: http://www.

Re: [OT I think] Which Distro?

2009-02-28 Thread Sam Leon
Dean Chester wrote: Hi I have been recently looking at other distros to use other than Debian. And i have also been given a new laptop for use in school which i am soon going to be running Linux on. However i don't know what to go for. The 3 options to choose from are Debian(of course), Ubuntu

Re: What package would I file this Install bug against ?

2009-02-28 Thread Michael M. Moore
mhep...@gmail wrote: So what package would I file the bug report against ? I mean it wasn't technically a failure of grub, since grub never got installed, but why didn't grub get installed during setup ? Would this get submitted to the d-i team ? That would be my guess. The install process

Re: [OT I think] Which Distro?

2009-02-28 Thread Thorny
On Thu, 26 Feb 2009 15:24:53 -0800, Jimmy Johnson wrote: [...] > Friendly, Sure, no problem! A piece of advice for you, don't let your ego get involved when posting, some call that wearing a flamesuit on the 'Net. What I did was give you my opinion of your actions, in the hope that the data might

Re: Leadtek Winfast TV2000 XP Global - No Sound

2009-02-28 Thread Marko Randjelovic
Marko Randjelovic wrote: > I hope someone can help me with this card because I really spent lots of time > and have no more ideas. It looks like no one managed to make this card work, so I switched to Expert version and it works OK, no firmware needed. Just I have problems with application softw

Az első fórum alapú közösség!

2009-02-28 Thread FreeForum
Szia! Szeretnénk neked bemutatni Magyarország első fórum alapú közösségét! Csinálj nálunk magadnak saját fórumot! Amit adunk: * A fórumodhoz jár egy általad választott aldomain * A fórumodon létrehozott témákért és hozzászólásokért illetve regisztrált felhasználókért nem kell aggódj hiszen k

Re: apt-get problem

2009-02-28 Thread Sjors Gielen
Angelin Lalev schreef: This is a partial output of apt-get update command, performed on my brand new Debian 5.0 installation: [snip] Is that an indication that the mirror is not ok, or I am doing something wrong. You are using the ftp.egr.msu.edu mirror in your /etc/apt/sources.list. It s

apt-get problem

2009-02-28 Thread Angelin Lalev
This is a partial output of apt-get update command, performed on my brand new Debian 5.0 installation: Ign http://ftp.egr.msu.edu lenny/main Packages Ign http://ftp.egr.msu.edu lenny/main Sources Err http://ftp.egr.msu.edu lenny/main Packages   Connection failed Err http://ftp

Re: Duvida

2009-02-28 Thread Sjors Gielen
Cristiano Lima schreef: Quando estou instalando o debian 5.0 e entro na parte em que tenho que particionar o HD faço todos os procedimentos para instalação dai mando Finalizar e gravar no HD ele começa a faze-lo e logo depois aparece uma mensagem que no # 1 falhou. Daí volta tudo de novo e dá o

Duvida

2009-02-28 Thread Cristiano Lima
Quando estou instalando o debian 5.0 e entro na parte em que tenho que particionar o HD faço todos os procedimentos para instalação dai mando Finalizar e gravar no HD ele começa a faze-lo e logo depois aparece uma mensagem que no # 1 falhou. Daí volta tudo de novo e dá o mesmo erro e já troquei

Re: Error: /usr/lib/libfontconfig.so.1: undefined symbol: FT_Select_Size

2009-02-28 Thread Florian Kulzer
On Fri, Feb 27, 2009 at 20:08:06 -0600, Dennis Wicks wrote: > Greetings; > > I have two programs that are failing at startup with this message; > >> /usr/lib/libfontconfig.so.1: undefined symbol: FT_Select_Size > > Does any one know what the problem is? FT_Select_Size should be defined in libfreet

Re: How to protect an encrypted file system for off-line attack?

2009-02-28 Thread Jochen Schulz
Chris Jones: > On Fri, Feb 27, 2009 at 08:34:25AM EST, Jochen Schulz wrote: > >> This is a valid question! Depending on the encryption system in use, >> it cannot be answered satisfactorily. > > I'm not sure it's related to the encryption/decryption process. > > What I had in mind when I wrote

Re: spam control

2009-02-28 Thread Andrew McGlashan
Hi, Tzafrir Cohen wrote: You probably have an existing spam collection (your spam folder at gmail). As for ham: your other folders. Only if he let's it collect or he captures and keeps it over time. Kind Regards AndrewM Andrew McGlashan Broadband Solutions now including VoIP -- To UNSUBSCR

Re: screen multidisplay with terminals resized

2009-02-28 Thread Tzafrir Cohen
On Fri, Feb 27, 2009 at 05:09:03PM -0700, green wrote: > I have been using screen (the terminal multiplexor) for a long time. It is > one > of those really useful utilities that just sticks. > > Also, I recently started using the awesome wm which is worth checking out if > you like to increase

Re: How to protect an encrypted file system for off-line attack?

2009-02-28 Thread Andrew McGlashan
Hi, Chris Jones wrote: While your brute force decryption is running, how do you determine you have found the "one key" and decide it's time to stop? Among trillions of trillions, when do you know you've hit the jackpot? And what if you encrypted the result multiple times with a number of dif

Re: spam control

2009-02-28 Thread Tzafrir Cohen
On Sat, Feb 28, 2009 at 09:29:10AM +0530, Girish Kulkarni wrote: > How is your experience with the spam control tools already available > (SpamAssassin, SpanBouncer, Bogofilter)? Which one is the most > favoured? Is Gmail indeed the best option for controlling spam? At work I'm forced to use gm

Re: spam control

2009-02-28 Thread mouss
Girish Kulkarni a écrit : > Hi, > > I've been managing my mail with Gmail for about three years now. The > primary reason for sticking to Gmail is their spam control. > > I now want to try moving back to the old mail spool on my Debian box > and start managing mail myself. I'm curious to know w

Re: spam control

2009-02-28 Thread Tzafrir Cohen
On Sat, Feb 28, 2009 at 09:35:40AM +0200, Teemu Likonen wrote: > Bogofilter is only a Bayesian-like filter so user have to teach it what > is spam and what is not spam ("ham"). You probably have an existing spam collection (your spam folder at gmail). As for ham: your other folders. -- Tzafrir

Re: I'm rather embarrassed to even be asking this...

2009-02-28 Thread Jimmy Johnson
Justin The Cynical wrote: This is why I asked and felt embarrassed asking, I figured that it would be a fairly easy thing to find, especially considering the chipset isn't all that new, but it's looking to be a bit more involved that I thought. On one hand, there apparently isn't kernel suppo

Re: I'm rather embarrassed to even be asking this...

2009-02-28 Thread Justin The Cynical
Jimmy Johnson wrote: I manual says it detects the "type" of memory installed and it says with ECC that it takes 25-40 seconds for video to start, I would say that is the time needed to check RAM, so I would say that it is auto, 2-4 in the manual. Actually, it reads that it /may/ take 25-40 s

Re: Exploit in Upgrade Chain?

2009-02-28 Thread Arthur Marsh
Stan Katz wrote, on 13/02/09 14:44: Mystery solved. Samba wants to protect smbpasswd with mode 600. User must point Samba to password path. Sample smb.conf that loaded during last lenny upgrade pointed to /etc., not /etc/samba/smbpasswd. Maybe I missed a prompt during the upgrade to fully qualify

Re: mount options to not reduce life of a USB memory stick

2009-02-28 Thread Osamu Aoki
On Fri, Feb 27, 2009 at 11:16:44PM -0500, H.S. wrote: > Ron Johnson wrote: > > On 02/27/2009 04:38 PM, H.S. wrote: > >> Any suggestion if this can be improved to prolong the life of the memory > >> stick? Or at least not reduce it on a Debian Testing system? > > > > 1. noatime has the most impact.

Re: [OT I think] Which Distro?

2009-02-28 Thread Dotan Cohen
>>> My C experience began and ended in a one-semester course. >> >> There is such a thing as "fundamentals" .. fluency in C is one major >> tool in your toolbox.. and one sure way to ensure that nobody messes >> with you on mailing lists. >> > >  That sounds like an insult. > I do not see tha

Re: I'm rather embarrassed to even be asking this...

2009-02-28 Thread Jimmy Johnson
Justin The Cynical wrote: Jimmy Johnson wrote: Justin The Cynical wrote: Long time lurker with a fresh install of Lenny x64 I recently picked up a SuperMicro X7SBE board and populated it with ECC RAM. Among my random wanderings, I realized that I didn't recall seeing anything in the BIOS o

Re: Protecting files in linux

2009-02-28 Thread Osamu Aoki
Hi, On Wed, Feb 25, 2009 at 02:20:11PM +0100, Jorge Delgado wrote: > Hi, i would like to protect files like passwords and websites of Firefox > (iceweasel), and this cannot be done encripting the files. I guess you mean those files containing such information to be encrypted if someone steal you

Re: grub-probe: error: Cannot find a GRUB drive for /dev/sdb1. Check your device.map.

2009-02-28 Thread Jimmy Johnson
Daryl Styrk wrote: Jimmy Johnson wrote: The basics, did you prepare the drive to be booted, did you make a partition active/bootable? Just install "gparted" to look at the drive and as long as you don't have it mounted you can make changes, "gparted" is in the Lenny repos. If I understand

Re: logging writes to disk (keeping disk from spinning down)

2009-02-28 Thread Bob Cox
On Sat, Feb 28, 2009 at 08:21:16 +, Bob Cox (debian-u...@lists.bobcox.com) wrote: > You may need noflushd (no flush daemon) to do > what you want. > > aptitude show noflushd Which is for IDE drives and you are using SATA. Ignore that suggestion then! -- Bob Cox. Stoke Gifford, near B

Re: logging writes to disk (keeping disk from spinning down)

2009-02-28 Thread Bob Cox
On Fri, Feb 27, 2009 at 19:23:49 -0700, green (greenfreedo...@gmail.com) wrote: > I have three SATA hard drives in a server; 2 of them are part of a RAID1 > mdadm > array (with 3 ext3 filesystems), the third is a backup drive (with 1 ext3 > filesystem). I would like for these drives to spin d

What package would I file this Install bug against ?

2009-02-28 Thread mhep...@gmail
I had difficulties installing Debian Lenny using the netinstall disk today. I was installing Debian Lenny 5.0 on an older Server with a Supermicro Motherboard and an Adaptec 2400A RAID Controller (2 PATA Drives in RAID 1 Configuration) . Install failed when it reached the point where it shoul