Re: What are kernel patches for?

2009-06-23 Thread Andreas Juch
Am Tue, 23 Jun 2009 16:31:51 -0600 schrieb lee : > On Tue, Jun 23, 2009 at 10:09:22PM +0200, Sven Joachim wrote: > > No, it is as Kumar said. And you don't have to download the full > > source if you have 2.6.29 already. With your proposal, you would > > need 2.6.29, _every_ patch-2.6.29.y and ap

Re: What are kernel patches for?

2009-06-23 Thread Kumar Appaiah
On Tue, Jun 23, 2009 at 04:09:51PM -0600, lee wrote: > > Look at the "alternatives to patch" section here. Specifically, the > > interdiff part: > > > > http://www.mjmwired.net/kernel/Documentation/applying-patches.txt > > > > That should handle your problem. > > Thanks, I've seen that and it to

Re: What are kernel patches for?

2009-06-23 Thread lee
On Tue, Jun 23, 2009 at 10:09:22PM +0200, Sven Joachim wrote: > No, it is as Kumar said. And you don't have to download the full source > if you have 2.6.29 already. With your proposal, you would need 2.6.29, > _every_ patch-2.6.29.y and apply them consecutively -- this becomes > rather tedious if

Re: What are kernel patches for?

2009-06-23 Thread lee
On Tue, Jun 23, 2009 at 10:09:22PM +0200, Sven Joachim wrote: > On 2009-06-23 21:30 +0200, lee wrote: > > > On Tue, Jun 23, 2009 at 01:44:21PM -0500, Kumar Appaiah wrote: > >> > >> I believe that the patch-2.6.29.x applies against the tree of 2.6.29, > >> which is why some hunks would already be

Re: What are kernel patches for?

2009-06-23 Thread lee
On Tue, Jun 23, 2009 at 02:53:25PM -0500, Kumar Appaiah wrote: > On Tue, Jun 23, 2009 at 01:30:43PM -0600, lee wrote: > > > I believe that the patch-2.6.29.x applies against the tree of 2.6.29, > > > which is why some hunks would already be present if you try to apply > > > it against 2.6.29.4. > >

Re: What are kernel patches for?

2009-06-23 Thread Sven Joachim
On 2009-06-23 21:30 +0200, lee wrote: > On Tue, Jun 23, 2009 at 01:44:21PM -0500, Kumar Appaiah wrote: >> >> I believe that the patch-2.6.29.x applies against the tree of 2.6.29, >> which is why some hunks would already be present if you try to apply >> it against 2.6.29.4. >> >> The easiest sol

Re: What are kernel patches for?

2009-06-23 Thread Kumar Appaiah
On Tue, Jun 23, 2009 at 01:30:43PM -0600, lee wrote: > > I believe that the patch-2.6.29.x applies against the tree of 2.6.29, > > which is why some hunks would already be present if you try to apply > > it against 2.6.29.4. > > > > The easiest solution is to get the full 2.6.29.5 tree, or get the

Re: What are kernel patches for?

2009-06-23 Thread lee
On Tue, Jun 23, 2009 at 01:44:21PM -0500, Kumar Appaiah wrote: > On Tue, Jun 23, 2009 at 12:41:45PM -0600, lee wrote: > > Hi, > > > > what are kernel patches for when they cannot be applied? I'm getting: > > > > > > l...@cat:~/inst/KERNEL/linux-2.6.29

Re: What are kernel patches for?

2009-06-23 Thread Kumar Appaiah
On Tue, Jun 23, 2009 at 12:41:45PM -0600, lee wrote: > Hi, > > what are kernel patches for when they cannot be applied? I'm getting: > > > l...@cat:~/inst/KERNEL/linux-2.6.29.4$ patch -p1 < patch-2.6.29.5 > patching file Documentation/filesystems/Locking >

What are kernel patches for?

2009-06-23 Thread lee
Hi, what are kernel patches for when they cannot be applied? I'm getting: l...@cat:~/inst/KERNEL/linux-2.6.29.4$ patch -p1 < patch-2.6.29.5 patching file Documentation/filesystems/Locking Reversed (or previously applied) patch detected! Assume -R? [n] I haven't applied a pat

Re: where are the debian kernel patches?

2007-04-28 Thread Hugo Vanwoerkom
Joey Hess wrote: Hugo Vanwoerkom wrote: Installing the source package for Sid linux-2.6 gets you linux-2.6_2.6.20-3.dsc linux-2.6_2.6.20.orig.tar.gz linux-2.6_2.6.20-3.diff.gz Does that mean that the original is 2.6.20.3? No, the -3 is the number of uploads of the debian package of 2.6.20. 2.

Re: where are the debian kernel patches?

2007-04-27 Thread Joey Hess
Hugo Vanwoerkom wrote: > Installing the source package for Sid linux-2.6 gets you > linux-2.6_2.6.20-3.dsc > linux-2.6_2.6.20.orig.tar.gz > linux-2.6_2.6.20-3.diff.gz > > Does that mean that the original is 2.6.20.3? No, the -3 is the number of uploads of the debian package of 2.6.20. 2.6.20-3 ac

where are the debian kernel patches?

2007-04-27 Thread Hugo Vanwoerkom
Hi, Installing the source package for Sid linux-2.6 gets you linux-2.6_2.6.20-3.dsc linux-2.6_2.6.20.orig.tar.gz linux-2.6_2.6.20-3.diff.gz Does that mean that the original is 2.6.20.3? And are the patches all in linux-2.6_2.6.20-3.diff.gz? Are those patches better described anywhere? So you w

Re: which kernel patches should I apply while compiling Debian kernels?

2004-11-20 Thread Hugo Vanwoerkom
H. S. wrote: This may sound like a dumb question but should one apply debian kernel patches to a Debian source kernel before compiling one? e.g. I am right now working on kernel source of 2.6.9. Are the patches included in this source or should I select and install the ones listed by

Re: which kernel patches should I apply while compiling Debian kernels?

2004-11-20 Thread Hugo Vanwoerkom
H. S. wrote: This may sound like a dumb question but should one apply debian kernel patches to a Debian source kernel before compiling one? e.g. I am right now working on kernel source of 2.6.9. Are the patches included in this source or should I select and install the ones listed by

Re: which kernel patches should I apply while compiling Debian kernels?

2004-11-20 Thread Ron Johnson
On Sat, 2004-11-20 at 11:47 -0500, H. S. wrote: > This may sound like a dumb question but should one apply debian kernel > patches to a Debian source kernel before compiling one? e.g. I am right > now working on kernel source of 2.6.9. Are the patches included in this > source

which kernel patches should I apply while compiling Debian kernels?

2004-11-20 Thread H. S.
This may sound like a dumb question but should one apply debian kernel patches to a Debian source kernel before compiling one? e.g. I am right now working on kernel source of 2.6.9. Are the patches included in this source or should I select and install the ones listed by: $> COLUMNS=160 dpkg

Re: Kernel patches??

2004-06-11 Thread Florian Ernst
Hello! Please don't just reply to a previous posting in order to start a new thread. Instead, compose a new mail inserting the list address. On Fri, Jun 11, 2004 at 01:56:01PM -0400, Ishwar Rattan wrote: > How do the patches work? If I want to apply patch-2.6.7-rc3.gz, does > it apply to kernel-2

Kernel patches??

2004-06-11 Thread Ishwar Rattan
How do the patches work? If I want to apply patch-2.6.7-rc3.gz, does it apply to kernel-2.6.6 sources directly or all the previous patches have to applied first? (Is the 2.6.7-rc3 patch cumulative??) -ishwar -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Troubl

Re: Applying Kernel patches

2004-03-07 Thread Pedro M.
Pigeon escribió: On Sun, Mar 07, 2004 at 11:57:57AM -0800, Bill Moseley wrote: I've patched my kernel.org kernel from one version to the next, but now I have one machine running 2.4.21 that I'd like to upgrade. Is there a way to get a patch generated (patch-o-matic kind of thing) to patch from

Re: Applying Kernel patches

2004-03-07 Thread Pigeon
On Sun, Mar 07, 2004 at 11:57:57AM -0800, Bill Moseley wrote: > I've patched my kernel.org kernel from one version to the next, but now > I have one machine running 2.4.21 that I'd like to upgrade. > > Is there a way to get a patch generated (patch-o-matic kind of thing) to > patch from 2.4.21 to

Applying Kernel patches

2004-03-07 Thread Bill Moseley
I've patched my kernel.org kernel from one version to the next, but now I have one machine running 2.4.21 that I'd like to upgrade. Is there a way to get a patch generated (patch-o-matic kind of thing) to patch from 2.4.21 to 2.4.25? I also have machines running 2.4.24. Or is it time to move to

Re: make-kpkg and kernel patches

2003-12-13 Thread Oliver Fuchs
On Fri, 12 Dec 2003, Ross Boylan wrote: > I am trying to apply kernel patches with make-kpkg, but am running into > difficulties, particularly on repeated runs. [...] > START applying patch "Debian Logo" [...] There was a discussion regarding the kernel-debian-logo-patch b

Re: make-kpkg and kernel patches

2003-12-12 Thread Ross Boylan
ri, 2003-12-12 at 12:45, Ross Boylan wrote: > I am trying to apply kernel patches with make-kpkg, but am running into > difficulties, particularly on repeated runs. > > First, I am not able to find the .rej files when patches fail to apply. > I thought this might have been from a subsequ

make-kpkg and kernel patches

2003-12-12 Thread Ross Boylan
I am trying to apply kernel patches with make-kpkg, but am running into difficulties, particularly on repeated runs. First, I am not able to find the .rej files when patches fail to apply. I thought this might have been from a subsequent make-kpkg clean, but even without that, they're not

Re: security updates. What about Kernel patches

2003-08-28 Thread Rob Weir
[Please don't top quote! It makes your message harder to read, especially in long threads.] On Thu, Aug 28, 2003 at 01:03:47PM +0100, Greg Bolshaw wrote: > Vincent Dupont wrote: > >Hi, > > > >I'm staring with Debian and find the security updates very usefull with > >apt-get > >It's very comfort

Re: security updates. What about Kernel patches

2003-08-28 Thread Greg Bolshaw
The kernel doesn't get upgraded with an `apt-get upgrade`, it must be done manually: `apt-cache search kernel-image-2.4.18` (or whichever version you want). Pick one, and `apt-get install` it. The lilo entry for the current kernel will be renamed "LinuxOLD", and a "Linux" entry created for the

security updates. What about Kernel patches

2003-08-28 Thread Vincent Dupont
Hi, I'm staring with Debian and find the security updates very usefull with apt-get It's very comfortable to keep one's packages up to date But what happens when a package update concerns the Kernel? Should the kernel be re-compiled or not?? is it automatically re-compiled? Vincent -- To UNSUB

Re: Applying kernel patches in make-kpkg

2003-02-09 Thread Manoj Srivastava
>>"sean" == sean finney <[EMAIL PROTECTED]> writes: > On Sun, Feb 09, 2003 at 06:39:11PM -0500, [EMAIL PROTECTED] wrote: >> I have edited /etc/kernel-pkg.conf and added the lines >> "patch_the_kernel=yes" and "config_target=menuconfig". > i could be way off, but this is what i have in my kern

Re: Applying kernel patches in make-kpkg

2003-02-09 Thread Alex Malinovich
On Sun, 2003-02-09 at 18:28, sean finney wrote: > On Sun, Feb 09, 2003 at 06:39:11PM -0500, [EMAIL PROTECTED] wrote: > > I have edited /etc/kernel-pkg.conf and added the lines > > "patch_the_kernel=yes" and "config_target=menuconfig". > > i could be way off, but this is what i have in my kernel-pk

Re: Applying kernel patches in make-kpkg

2003-02-09 Thread sean finney
On Sun, Feb 09, 2003 at 06:39:11PM -0500, [EMAIL PROTECTED] wrote: > I have edited /etc/kernel-pkg.conf and added the lines > "patch_the_kernel=yes" and "config_target=menuconfig". i could be way off, but this is what i have in my kernel-pkg.conf: patch_the_kernel := YES perhaps it's either case

Applying kernel patches in make-kpkg

2003-02-09 Thread ronin2
xfs deb, and it created the directory /usr/src/kernel-patches/all/xfs with three kernel-patchgz files. I have edited /etc/kernel-pkg.conf and added the lines "patch_the_kernel=yes" and "config_target=menuconfig". I did "make-kpkg --added-patches xfs kernel_image

kernel patches kill usb?

2003-02-03 Thread Matt Price
hi everyone, I'm trying to install demudi on my woody amd k7 box, but in order to do so I have to re-roll my kernel, and it's giving my trouble. here's the situation: the demudi kernel is patched with: Posix capability; low-latency; and acpi. I need: full support for nvidia graphics; and usb in

Re: IDE disk corruption - A7M266-D; which kernel patches? or other solution

2003-01-24 Thread David Dumortier
Hello WARNING : don't follow thread, perhaps out of subject. briefly, I've got same chipset, excepted a "spurious" message at boot, have no problems, 48Mo/s with DMA on ata5 'if remember fine) on HD and good rate on (RW-)CD's. Running 2.4.20 but 2.4.18 fine (customs kernel) Hop'it'elp David Du

Re: IDE disk corruption - A7M266-D; which kernel patches? or othersolution

2003-01-22 Thread Chris Lale
Pigeon wrote: On Sun, Jan 19, 2003 at 05:53:54PM -0700, Al Davis wrote: I have since installed Debian, with 2.4.20-bf2.4, and now I wonder if it is safe to re-enable DMA. I have a VIA 82C686 southbridge, and 2.4.20 enables its "VIA southbridge workaround" when it boots. So presumably the pr

Re: IDE disk corruption - A7M266-D; which kernel patches? or other solution

2003-01-21 Thread nate
Pigeon said: > I think there are a lot of VIA chipsets out there but most people > don't have problems; presumably some other factor is needed to make the > bug show up. Wonder what? not entirely related but thought to mention .. about a year and a half ago I was looking for a MB to get an Athlo

Re: IDE disk corruption - A7M266-D; which kernel patches? or other solution

2003-01-21 Thread Pigeon
On Sun, Jan 19, 2003 at 05:53:54PM -0700, Al Davis wrote: > I was getting disk corruption with an older kernel (2.4.8 or > 2.4.18, Mandrake). A colleague said it might have something > to do with a hardware bug (south bridge VIA VT82C686). He also > said there was a fix in recent kernels. I

Re: IDE disk corruption - A7M266-D; which kernel patches? or other solution

2003-01-20 Thread Hanasaki JiJi
A bit off topic here.. sorry Others ahve expressed problems with Asus based on memory issues. Anyone have any thoughts? The recent comment was on the A7V8X being very picky with RAM. My friend picked up a different KT400 based system and popped in the same PC2700 (not PC3200) that didnt work

Re: IDE disk corruption - A7M266-D; which kernel patches? or othersolution

2003-01-19 Thread Daniel Barclay
Ron Johnson wrote: > > On Sun, 2003-01-19 at 15:48, Bob Proulx wrote: > > ... > ... > But the A7M266-D doesn't use a Via chipset. > >From http://usa.asus.com/mb/socketa/a7m266-d/overview.htm : > "The A7M266-D leverages the technology of the AMD 760MPX chipset" > > A quick google, and the *first*

Re: IDE disk corruption - A7M266-D; which kernel patches? or other solution

2003-01-19 Thread Daniel Barclay
Pigeon wrote: > > On Sat, Jan 18, 2003 at 11:27:28AM -0500, Daniel Barclay wrote: > > I'm getting disk corruption if I try to enable DMA mode for my IDE > > disks. ... > If you have a VIA chipset try making sure that VIA chipset support is > included in the kernel. No, it's an Asus A7M266-D, whic

Re: IDE disk corruption - A7M266-D; which kernel patches? or othersolution

2003-01-19 Thread Ron Johnson
On Sun, 2003-01-19 at 15:48, Bob Proulx wrote: > Wayne Topa wrote: > > Al Davis([EMAIL PROTECTED]) is reported to have said: > > > How do I find out? > > > I am using the one on the woody bf2.4 cd. > > > > lspci will show if you have VIA and > > > > grep VIA /usr/src/linux/.config will show if yo

Re: IDE disk corruption - A7M266-D; which kernel patches? or othersolution

2003-01-19 Thread Ron Johnson
On Sun, 2003-01-19 at 15:43, Bob Proulx wrote: > Ron Johnson wrote: > > Well, 1st, do you know which chipset the A7V266-D runs? > > Btw, the ASUS web site only mentions the A7V266-C. > > http://usa.asus.com/mb/socketa/a7v266-c/overview.htm > > Try this url for the dual model. (D is for dual.) >

Re: IDE disk corruption - A7M266-D; which kernel patches? or other solution

2003-01-19 Thread Pigeon
On Sun, Jan 19, 2003 at 03:10:23PM -0600, Ron Johnson wrote: > On Sun, 2003-01-19 at 13:42, Al Davis wrote: > > > On Sat, Jan 18, 2003 at 11:27:28AM -0500, Daniel Barclay > > wrote: > > > > I'm getting disk corruption if I try to enable DMA mode for > > > > my IDE disks. > > > > On Saturday 18 Ja

Re: IDE disk corruption - A7M266-D; which kernel patches? or other solution

2003-01-19 Thread Al Davis
On Sunday 19 January 2003 02:48 pm, Bob Proulx wrote: > Wayne Topa wrote: > > Al Davis([EMAIL PROTECTED]) is reported to have said: > > > How do I find out? > If you are using the bf24 kernel then the config is installed in /boot. > grep VIA /boot/config-2.4.18-bf2.4 > CONFIG_BLK_DEV_VIA82CXXX

Re: IDE disk corruption - A7M266-D; which kernel patches? or other solution

2003-01-19 Thread Bob Proulx
Wayne Topa wrote: > Al Davis([EMAIL PROTECTED]) is reported to have said: > > How do I find out? > > I am using the one on the woody bf2.4 cd. > > lspci will show if you have VIA and > > grep VIA /usr/src/linux/.config will show if you have enabled it. If you are using the bf24 kernel then the c

Re: IDE disk corruption - A7M266-D; which kernel patches? or other solution

2003-01-19 Thread Bob Proulx
Ron Johnson wrote: > Well, 1st, do you know which chipset the A7V266-D runs? > Btw, the ASUS web site only mentions the A7V266-C. > http://usa.asus.com/mb/socketa/a7v266-c/overview.htm Try this url for the dual model. (D is for dual.) http://usa.asus.com/mb/socketa/a7m266-d/overview.htm Bob

Re: IDE disk corruption - A7M266-D; which kernel patches? or other solution

2003-01-19 Thread Wayne Topa
Al Davis([EMAIL PROTECTED]) is reported to have said: > > > On Sat, Jan 18, 2003 at 11:27:28AM -0500, Daniel Barclay > wrote: > > > I'm getting disk corruption if I try to enable DMA mode for > > > my IDE disks. > > On Saturday 18 January 2003 04:14 pm, Pigeon wrote: > > If you have a VIA chipse

Re: IDE disk corruption - A7M266-D; which kernel patches? or othersolution

2003-01-19 Thread Donald Spoon
Al Davis wrote: On Sat, Jan 18, 2003 at 11:27:28AM -0500, Daniel Barclay wrote: I'm getting disk corruption if I try to enable DMA mode for my IDE disks. On Saturday 18 January 2003 04:14 pm, Pigeon wrote: If you have a VIA chipset try making sure that VIA chipset support is included in t

Re: IDE disk corruption - A7M266-D; which kernel patches? or othersolution

2003-01-19 Thread Ron Johnson
On Sun, 2003-01-19 at 13:42, Al Davis wrote: > > On Sat, Jan 18, 2003 at 11:27:28AM -0500, Daniel Barclay > wrote: > > > I'm getting disk corruption if I try to enable DMA mode for > > > my IDE disks. > > On Saturday 18 January 2003 04:14 pm, Pigeon wrote: > > If you have a VIA chipset try making

Re: IDE disk corruption - A7M266-D; which kernel patches? or other solution

2003-01-19 Thread Al Davis
> On Sat, Jan 18, 2003 at 11:27:28AM -0500, Daniel Barclay wrote: > > I'm getting disk corruption if I try to enable DMA mode for > > my IDE disks. On Saturday 18 January 2003 04:14 pm, Pigeon wrote: > If you have a VIA chipset try making sure that VIA chipset > support is included in the kernel

Re: IDE disk corruption - A7M266-D; which kernel patches? or other solution

2003-01-19 Thread Pigeon
hdc: status error: status=0x58 { DriveReady, SeekComplete, DataRequest } > hdc: drive not ready for command > > > The linux-kernel mailing list archives seem to indicate that there > is a patch for a kernel bug that can cause disk corruption. > > Does anybody know whic

IDE disk corruption - A7M266-D; which kernel patches? or other solution

2003-01-18 Thread Daniel Barclay
y for command The linux-kernel mailing list archives seem to indicate that there is a patch for a kernel bug that can cause disk corruption. Does anybody know which 2.4.x kernel patches are supposed to fix that? Or is the problem something else? Thanks, Daniel -- Daniel Barclay [EMAIL PROT

kernel patches

2002-04-25 Thread Richard Kimber
I am reading up about Debian prior to installing 3.0 when it comes out. (I'm moving over from Mandrake). I'd be grateful if someone could point me to a document that explains the nature of the kernel that is installed in the first instance and which patches have been applied. I'd like to work out

Re: Where to find Debian kernel patches?

2001-11-13 Thread Osamu Aoki
On Mon, Nov 12, 2001 at 08:07:33PM -0800, Jeremy Zawodny wrote: > There's s README.Debian file in the kernel-source packages which lists > a variety of patches that have been applied to the source. > > Where can I find those patches? I always wondered but never track down. So I did. After adding

Where to find Debian kernel patches?

2001-11-12 Thread Jeremy Zawodny
There's s README.Debian file in the kernel-source packages which lists a variety of patches that have been applied to the source. Where can I find those patches? Jeremy -- Jeremy D. Zawodny | Perl, Web, MySQL, Linux Magazine, Yahoo! <[EMAIL PROTECTED]> | http://jeremy.zawodny.com/

Kernel-Package, Kernel-Patches, lots of questions

2001-06-09 Thread Marc Haber
Hi, kernel-package supports kernel patches, as I learned short time ago. But IMO, it lacks the documentation for this. If i understand correctly: - patches go into /usr/src/kernel-patches/$arch/$version/apply. - If "PATCH_THE_KERNEL" is set, patches are automatically applied on make-

Re: Applying kernel patches

2001-03-25 Thread Hall Stevenson
* Carlos Laviola ([EMAIL PROTECTED]) [010325 07:03]: > > On 24-Mar-2001 Nate Amsden wrote: > > Hall Stevenson wrote: > >> > >> I apologize that this isn't directly Debian-related, but I know there > >> are some people around who probably know the answer... > >> > >> I'm currently running kernel

Re: Applying kernel patches

2001-03-25 Thread Carlos Laviola
On 24-Mar-2001 Nate Amsden wrote: > Hall Stevenson wrote: >> >> I apologize that this isn't directly Debian-related, but I know there >> are some people around who probably know the answer... >> >> I'm currently running kernel 2.4.2-ac20. I just downloaded the patch for >> 2.4.2-ac24. My questio

Re: Applying kernel patches

2001-03-24 Thread Nate Amsden
Hall Stevenson wrote: > > I apologize that this isn't directly Debian-related, but I know there > are some people around who probably know the answer... > > I'm currently running kernel 2.4.2-ac20. I just downloaded the patch for > 2.4.2-ac24. My question is, can I apply this patch against my cur

Applying kernel patches

2001-03-24 Thread Hall Stevenson
I apologize that this isn't directly Debian-related, but I know there are some people around who probably know the answer... I'm currently running kernel 2.4.2-ac20. I just downloaded the patch for 2.4.2-ac24. My question is, can I apply this patch against my current source tree (2.4.2-ac20) ??

Re: Kernel patches (Was: make-kpkg question)

2000-12-15 Thread Alson van der Meulen
On Fri, Dec 15, 2000 at 01:50:34PM +0100, Peter Hugosson-Miller wrote: > > you definitely do not want use the patches for 2.2.18 with any > > other kernel, unless you really know what you are doing (you > > would have to make sure that the files that the patch changes > > are unchanged between 2.2.

Kernel patches (Was: make-kpkg question)

2000-12-15 Thread Peter Hugosson-Miller
> you definitely do not want use the patches for 2.2.18 with any > other kernel, unless you really know what you are doing (you > would have to make sure that the files that the patch changes > are unchanged between 2.2.18 and whatever you will use). This brings up another question: According to w

Re: kernel patches

2000-07-22 Thread Jos Lemmerling
On Sat, 22 Jul 2000, Art Edwards wrote: > I'm sure this is an old question, but I have found browsing the list > archives daunting. I'm attempting to build a new 2.2.15-ide kernel from > 2.2.15 sources. I have found the ide patch. I downloaded it into /root > and used dpkg to install it. Is it now

kernel patches

2000-07-22 Thread Art Edwards
I'm sure this is an old question, but I have found browsing the list archives daunting. I'm attempting to build a new 2.2.15-ide kernel from 2.2.15 sources. I have found the ide patch. I downloaded it into /root and used dpkg to install it. Is it now applied to the 2.2.15 source tree? If not, what

How to auto-apply kernel patches

1999-11-29 Thread ferret
I would have thought this were explained better.. I have kernel-package installed and have kernel source for 2.2.13 and the kerneli package installed. The documentation for kernel-package states that make-kpkg can apply the patches during build, then remove them during clean. What I can't figure o

Re: Kernel patches needed for running Informix Dynamic Server Linux Edition

1999-05-15 Thread Adam Di Carlo
"F. Fernandez" <[EMAIL PROTECTED]> writes: > I'd like to know where can I find the patches to recompile the kernel > 2.0.36 and/or 2.2.x so that the system supports more open files. > > [...]They also say that the 2.2.5 that comes with > RH6.0 already has been patched to work with Informix and Ora

Re: Kernel patches needed for running Informix Dynamic Server Linux Edition

1999-05-11 Thread J.H.M. Dassen
On Tue, May 11, 1999 at 12:02:56 +0100, F. Fernandez wrote: > I'm posting this message in debian-user and debian-testing since it > relates both to slink and to potato so excuse me if you get it twice. At the moment, debian-user is the appropriate list for both slink and potato. debian-testing is

Kernel patches needed for running Informix Dynamic Server Linux Edition

1999-05-11 Thread F. Fernandez
Hi all! I'm posting this message in debian-user and debian-testing since it relates both to slink and to potato so excuse me if you get it twice. I'd like to know where can I find the patches to recompile the kernel 2.0.36 and/or 2.2.x so that the system supports more open files. I'm trying to

Re: Kernel patches

1999-03-14 Thread John Galt
AFAIK there's no patch path through the 2.0.x -> 2.2.x barrier. You could try to install the kernel-source package of the kernel you wish to upgrade to, or you could get the raw source from ftp.kernel.org, the "official" site. On Sun, 14 Mar 1999, Doug Dine wrote: > Hi, > > Where can I downloa

Re: Kernel patches

1999-03-14 Thread Alec Smith
http://www.kernel.org and look at the mirror list for latest versions. On Sun, 14 Mar 1999, Doug Dine wrote: > Hi, > > Where can I download patches for the Linux kernel? I have 2.0.36 > currently and am seeing that everyone else has 2.2.x > > Thanks. > > Doug Dine > > [EMAIL PROTECTED] > ht

Kernel patches

1999-03-14 Thread Doug Dine
Hi, Where can I download patches for the Linux kernel? I have 2.0.36 currently and am seeing that everyone else has 2.2.x Thanks. Doug Dine [EMAIL PROTECTED] http://members.xoom.com/dougdine http://members.xoom.com/loveless NetZero - We

Re: Applying kernel patches

1999-01-22 Thread Ben Collins
On Fri, Jan 22, 1999 at 10:34:26AM -0700, Bob Nielsen wrote: > I have the source for 2.2.0-pre2 and all the patches up to pre9. When I > try to apply these patches with patch-kernel, I just get the result > > Current kernel version is 2.2.0 > > I assume this is because the patch-kernel script won

Applying kernel patches

1999-01-22 Thread Bob Nielsen
I have the source for 2.2.0-pre2 and all the patches up to pre9. When I try to apply these patches with patch-kernel, I just get the result Current kernel version is 2.2.0 I assume this is because the patch-kernel script won't handle the 'preX' suffix. It there a patch anywhere for the patch sc

Kernel patches

1998-01-26 Thread Mario Filipe
Hi Can someone please point the place where i can get the kernel patches for the via motherboard ? thanks --- Mario Filipe [EMAIL PROTECTED] http://neptuno.sc.uevora.pt/~mjnf -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL

Cyrix kernel patches

1997-09-30 Thread Will Lowe
I'm searching for the patches to the 2.0.30 kernel that enable the Cyrix 166+ chips to function as Pentiums instead of "unknown 486"s. Now that linuxhq.com is gone, I don't know where to look. Any suggestions? sunsite just has a bunch of patch#.tar.gz files; no clue what's for what.