- 1. KDB-ized RH 2.4.18-X kernel? (score: 1)
- Author: Dan Yocum <yocum@xxxxxxxx>
- Date: Fri, 21 Mar 2003 10:28:14 -0600
- Hi all, I've got a couple machines that like to freeze up for no apparent reason. Does anyone have a kdb-ized RH 2.4.18-X kernel they'd be willing to share? I spent all day yesterday trying to apply
- /archives/xfs/2003-03/msg00301.html (8,226 bytes)
- 2. Re: KDB-ized RH 2.4.18-X kernel? (score: 1)
- Author: Joshua Baker-LePain <jlb17@xxxxxxxx>
- Date: Fri, 21 Mar 2003 11:37:26 -0500 (EST)
- It looks to me like the RH based kernel from the 1.2 release has kdb in the source but not compiled. Grab the SRPM, install it, tweak the appropriate config files, and rpmbuild it. -- Joshua Baker-Le
- /archives/xfs/2003-03/msg00302.html (8,641 bytes)
- 3. Re: KDB-ized RH 2.4.18-X kernel? (score: 1)
- Author: Dan Yocum <yocum@xxxxxxxx>
- Date: Fri, 21 Mar 2003 16:00:44 -0600
- Sorry, I jumped ahead in my error reporting - I tried re-compiling the RH kernel source with kdb enabled. No go. Horrible death. Die, die, die. Joshua Baker-LePain wrote: On Fri, 21 Mar 2003 at 10:28
- /archives/xfs/2003-03/msg00306.html (9,671 bytes)
- 4. Re: KDB-ized RH 2.4.18-X kernel? (score: 1)
- Author: Joshua Baker-LePain <jlb17@xxxxxxxx>
- Date: Fri, 21 Mar 2003 17:11:20 -0500 (EST)
- Did you compile the source in /usr/src/linux-2.4 as installed by the kernel-source*rpm, or did you compile from the SRPM? ISTR that the first method can be broken sometimes, but I've had had good luc
- /archives/xfs/2003-03/msg00307.html (8,588 bytes)
- 5. Re: KDB-ized RH 2.4.18-X kernel? (score: 1)
- Author: Dan Yocum <yocum@xxxxxxxx>
- Date: Mon, 24 Mar 2003 13:47:12 -0600
- I compiled the kernel-source...i386.rpm. Maybe Keith might have some insight into this? It looks like it's a linker problem... Keith? Thanks, Dan Joshua Baker-LePain wrote: On Fri, 21 Mar 2003 at 4:0
- /archives/xfs/2003-03/msg00321.html (9,385 bytes)
- 6. Re: KDB-ized RH 2.4.18-X kernel? (score: 1)
- Author: Keith Owens <kaos@xxxxxxx>
- Date: Tue, 25 Mar 2003 11:49:08 +1100
- Sorry, my telepathy is not working today. Perhaps if I had some details of the patches used, the compile steps and the errors then I might be able to comment.
- /archives/xfs/2003-03/msg00323.html (8,442 bytes)
- 7. Re: KDB-ized RH 2.4.18-X kernel? (score: 1)
- Author: Seth Mos <knuffie@xxxxxxxxx>
- Date: Tue, 25 Mar 2003 09:14:03 +0100
- Sorry, my telepathy is not working today. Perhaps if I had some details of the patches used, the compile steps and the errors then I might be able to comment. I reported this problem earlier as well
- /archives/xfs/2003-03/msg00327.html (12,282 bytes)
- 8. Re: KDB-ized RH 2.4.18-X kernel? (score: 1)
- Author: Keith Owens <kaos@xxxxxxx>
- Date: Tue, 25 Mar 2003 19:50:21 +1100
- You only applied the kdb-i386 patch and did not apply the kdb-common patch. If the kdb-common patch was applied the the build did not descend into the kdb directory, probably a missing patch to the t
- /archives/xfs/2003-03/msg00328.html (9,425 bytes)
- 9. Re: KDB-ized RH 2.4.18-X kernel? (score: 1)
- Author: Seth Mos <knuffie@xxxxxxxxx>
- Date: Tue, 25 Mar 2003 16:07:08 +0100
- You only applied the kdb-i386 patch and did not apply the kdb-common patch. If the kdb-common patch was applied the the build did not descend into the kdb directory, probably a missing patch to the t
- /archives/xfs/2003-03/msg00332.html (9,164 bytes)
- 10. Re: KDB-ized RH 2.4.18-X kernel? (score: 1)
- Author: Dan Yocum <yocum@xxxxxxxx>
- Date: Tue, 25 Mar 2003 12:51:18 -0600
- I simply used the kernel-source-2.4.18-18.i386.rpm, copied the configs/kernel-2.4.18-i686-smp.config to .config, 'make menuconfig,' enable kdb, save, exit, 'make dep && make clean && make bzImage'.
- /archives/xfs/2003-03/msg00338.html (9,857 bytes)
- 11. Re: KDB-ized RH 2.4.18-X kernel? (score: 1)
- Author: Keith Owens <kaos@xxxxxxx>
- Date: Wed, 26 Mar 2003 11:25:06 +1100
- linux-2.4.19-kdb.patch in kernel-2.4.18-18SGI_XFS_1.2.0.src.rpm is incomplete. At the very least, it is missing the patch to the top level Makefile. So the kdb directory is never built and all the gl
- /archives/xfs/2003-03/msg00351.html (9,066 bytes)
- 12. Re: KDB-ized RH 2.4.18-X kernel? (score: 1)
- Author: Rusell Cattelan <cattelan@xxxxxxx>
- Date: 25 Mar 2003 18:53:06 -0600
- If a working kdb patch is available for the current release I'll rebuild the rpms and toss them on oss. After all I can build the whole lot 4 or 5 hours now (down from 12) :-) -Russell
- /archives/xfs/2003-03/msg00354.html (9,819 bytes)
- 13. Re: KDB-ized RH 2.4.18-X kernel? (score: 1)
- Author: Keith Owens <kaos@xxxxxxx>
- Date: Wed, 26 Mar 2003 12:44:18 +1100
- The missing patch to Makefile is below, apply after linux-2.4.19-kdb.patch. However after applying that and compiling with CONFIG_KALLSYMS=y, CONFIG_KDB=y, CONFIG_KDB_MODULES=y there are build errors
- /archives/xfs/2003-03/msg00360.html (9,811 bytes)
- 14. KDB-ized RH 2.4.18-X kernel? (score: 1)
- Author: Dan Yocum <yocum@xxxxxxxx>
- Date: Fri, 21 Mar 2003 10:28:14 -0600
- Hi all, I've got a couple machines that like to freeze up for no apparent reason. Does anyone have a kdb-ized RH 2.4.18-X kernel they'd be willing to share? I spent all day yesterday trying to apply
- /archives/xfs/2003-03/msg00770.html (8,226 bytes)
- 15. Re: KDB-ized RH 2.4.18-X kernel? (score: 1)
- Author: Joshua Baker-LePain <jlb17@xxxxxxxx>
- Date: Fri, 21 Mar 2003 11:37:26 -0500 (EST)
- It looks to me like the RH based kernel from the 1.2 release has kdb in the source but not compiled. Grab the SRPM, install it, tweak the appropriate config files, and rpmbuild it. -- Joshua Baker-Le
- /archives/xfs/2003-03/msg00771.html (8,641 bytes)
- 16. Re: KDB-ized RH 2.4.18-X kernel? (score: 1)
- Author: Dan Yocum <yocum@xxxxxxxx>
- Date: Fri, 21 Mar 2003 16:00:44 -0600
- Sorry, I jumped ahead in my error reporting - I tried re-compiling the RH kernel source with kdb enabled. No go. Horrible death. Die, die, die. Joshua Baker-LePain wrote: On Fri, 21 Mar 2003 at 10:28
- /archives/xfs/2003-03/msg00775.html (9,671 bytes)
- 17. Re: KDB-ized RH 2.4.18-X kernel? (score: 1)
- Author: Joshua Baker-LePain <jlb17@xxxxxxxx>
- Date: Fri, 21 Mar 2003 17:11:20 -0500 (EST)
- Did you compile the source in /usr/src/linux-2.4 as installed by the kernel-source*rpm, or did you compile from the SRPM? ISTR that the first method can be broken sometimes, but I've had had good luc
- /archives/xfs/2003-03/msg00776.html (8,588 bytes)
- 18. Re: KDB-ized RH 2.4.18-X kernel? (score: 1)
- Author: Dan Yocum <yocum@xxxxxxxx>
- Date: Mon, 24 Mar 2003 13:47:12 -0600
- I compiled the kernel-source...i386.rpm. Maybe Keith might have some insight into this? It looks like it's a linker problem... Keith? Thanks, Dan Joshua Baker-LePain wrote: On Fri, 21 Mar 2003 at 4:0
- /archives/xfs/2003-03/msg00790.html (9,385 bytes)
- 19. Re: KDB-ized RH 2.4.18-X kernel? (score: 1)
- Author: Keith Owens <kaos@xxxxxxx>
- Date: Tue, 25 Mar 2003 11:49:08 +1100
- Sorry, my telepathy is not working today. Perhaps if I had some details of the patches used, the compile steps and the errors then I might be able to comment.
- /archives/xfs/2003-03/msg00792.html (8,442 bytes)
- 20. Re: KDB-ized RH 2.4.18-X kernel? (score: 1)
- Author: Seth Mos <knuffie@xxxxxxxxx>
- Date: Tue, 25 Mar 2003 09:14:03 +0100
- Sorry, my telepathy is not working today. Perhaps if I had some details of the patches used, the compile steps and the errors then I might be able to comment. I reported this problem earlier as well
- /archives/xfs/2003-03/msg00796.html (12,282 bytes)
This search system is powered by
Namazu