Bug#509723: (forw) Bug#510058: marked as done (Please enable CONFIG_TFTP in busybox-udeb (was: Bug#509723: Support TFTP preseed fetch method))

2009-09-07 Thread Ryan Niebur
wrote months ago to make this work for preseeding. Cheers, Ryan -- _ Ryan Niebur ryanrya...@gmail.com protocol_fetch() { local url file RETVAL i server remote_file url="$1" file="$2" server="$(echo $url | cut -d/ -f 3)" remote_fi

Re: Handling spam as it comes in the mailing list (was: ....a spam...)

2009-05-28 Thread Ryan Niebur
L "breport-lists...@lists.debian.org\ny\n" "report as spam to > > Debian lists" > > You can combine that into one line: > > macro index,pager \eL (...) > no, there's a difference between the two commands, the one on index also has "q"

Re: Complete draft of the March 16th and 30th meetings minutes

2009-04-05 Thread Ryan Niebur
s/Ryan Nebur/Ryan Niebur/ -- _ Ryan Niebur ryanrya...@gmail.com signature.asc Description: Digital signature

Bug#505111: Proposed (naive) patch for mdadm RAID auto-assembly in rescue mode

2008-11-29 Thread Ryan Niebur
adm --assemble --scan --run --config=/tmp/mdadm.conf --auto=yes || > true > +mdadm --assemble --scan --run --config=/tmp/mdadm.conf || true > > # LVM support > try_load_module dm-mod -- _ Ryan Niebur [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: Call for testing of RC1 images

2008-11-06 Thread Ryan Niebur
On Thu, Nov 06, 2008 at 03:24:45PM -0200, Otavio Salvador wrote: > Ryan Niebur <[EMAIL PROTECTED]> writes: > > > Hi, > > > > On Wed, Nov 05, 2008 at 10:09:32PM -0200, Otavio Salvador wrote: > > [snip] > >> > >> Release the Debian Instal

Re: Call for testing of RC1 images

2008-11-06 Thread Ryan Niebur
ACgkQLqiZQEml+FVfZgCfZQuhDUvZwBZ9kfaRrawYb/jB > YOEAoIt5FJVwLjBFSi2H7ibJhhpLnrgB > =sTu0 > -END PGP SIGNATURE- > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > -- _ Ryan Niebur [EMAIL PROTECTED] signature.asc Description: Digital signature

Re: Update of the installation-guide with RAID 6 and 10

2008-09-21 Thread Ryan Niebur
So, I completely forgot about this. (sorry) Can this patch still be applied? Is there any reason why it hasn't yet? --Ryan52 On Sat, Aug 23, 2008 at 03:08:57AM -0700, Ryan Niebur wrote: > On Sat, Aug 16, 2008 at 09:19:54PM +0200, Jérémy Bobbio wrote: > > Hi! > > > &g

Re: Update of the installation-guide with RAID 6 and 10

2008-08-23 Thread Ryan Niebur
ed is a patch that documents RAID 6 and 10. > Cheers, > -- > Jérémy Bobbio.''`. > [EMAIL PROTECTED]: :Ⓐ : # apt-get install anarchism > `. `'` > `-

Re: Update of the installation-guide with RAID 6 and 10

2008-08-18 Thread Ryan Niebur
ate… > > Cheers, > -- > Jérémy Bobbio.''`. > [EMAIL PROTECTED]: :Ⓐ : # apt-get install anarchism > `. `'` > `- ya, I can work on that.

Re: Update of the installation-guide with RAID 6 and 10

2008-08-18 Thread Ryan Niebur
ate… > > Cheers, > -- > Jérémy Bobbio.''`. > [EMAIL PROTECTED]: :Ⓐ : # apt-get install anarchism > `. `'` > `- ya, I can work on that.

Re: [PATCH] RAID10 and RAID6

2008-07-24 Thread Ryan Niebur
On Thu, Jul 24, 2008 at 09:39:15PM +0200, Frans Pop wrote: > On Sunday 20 July 2008, Ryan Niebur wrote: > > here are the patches > > Other than the comments below and final testing this looks ready for > committing to me. > yay! > Please also test creating (and deletin

Re: [PATCH] RAID10 and RAID6

2008-07-24 Thread Ryan Niebur
oops, I meant to send this to debian-boot. On Thu, Jul 24, 2008 at 02:59:17PM -0700, Ryan Niebur wrote: > On Thu, Jul 24, 2008 at 09:45:26PM +0200, Frans Pop wrote: > > One more... > > > > Patch 1: > > + let SELECTED++ > > > > I don&#

Re: [PATCH] RAID10 and RAID6

2008-07-20 Thread Ryan Niebur
here are the patches -- _ Ryan Niebur [EMAIL PROTECTED]From 02fdf30a500022136d089606a6cb0d18d885fbd9 Mon Sep 17 00:00:00 2001 From: Ryan Niebur <[EMAIL PROTECTED]> Date: Sun, 20 Jul 2008 00:14:17 -0700 Subject: [PATCH] reuse code --- packages/mdcfg/mdcfg.sh

Re: [PATCH] RAID10 and RAID6

2008-07-20 Thread Ryan Niebur
ike something to help you manage the patch series a bit, a > number of us are very happy with git-svn: > http://wiki.debian.org/DebianInstaller/git-svn > ya, I started using that with for my last patches. And I'm happy to finally get to use git for a project other than my own. :) --

Re: [PATCH] RAID10 and RAID6

2008-07-18 Thread Ryan Niebur
On Fri, Jul 18, 2008 at 01:28:07PM +0200, Frans Pop wrote: > On Thursday 17 July 2008, Ryan Niebur wrote: > > Here is a new patch that doesn't move those functions, and makes > > changes to the debconf templates based on Martin's comments. > > Much better :-) >

Re: [PATCH] RAID10 and RAID6

2008-07-18 Thread Ryan Niebur
On Fri, Jul 18, 2008 at 01:28:26PM +0200, Goswin von Brederlow wrote: > martin f krafft <[EMAIL PROTECTED]> writes: > > > also sprach Ryan Niebur <[EMAIL PROTECTED]> [2008.07.17.2137 +0200]: > >> Here is a patch that adds support for RAID6 and RAID10 to the &

Re: [PATCH] RAID10 and RAID6

2008-07-17 Thread Ryan Niebur
On Thu, Jul 17, 2008 at 10:45:04PM +0200, Frans Pop wrote: > On Thursday 17 July 2008, Ryan Niebur wrote: > > Here is a patch that adds support for RAID6 and RAID10 to the debian > > installer. > > Thanks a lot. > > You seem to have moved two functions in that patch

[PATCH] RAID10 and RAID6

2008-07-17 Thread Ryan Niebur
Here is a patch that adds support for RAID6 and RAID10 to the debian installer. -- _ Ryan Niebur [EMAIL PROTECTED]Index: kernel/kernel-wedge/modules/md-modules === --- kernel/kernel-wedge/modules/md-modules

Re: Grub loading please wait... Error 18

2008-04-17 Thread Ryan Niebur
t; * > While prose may carry all the facts, the voice of verse is sweeter > For poetry transports the soul on lilting rhyme and meter. > -- _ Ryan Niebur [EMAIL PROTECTE