Can anyone point me towards a pre-built kernel 2.6.20 for CentOS 5?
I need the later version to run Yosemite backup. I thought I was being clever and installed a Fedora kernel and it worked 99%, sadly the bit that didn't was the tape device which rather spoiled things.
thanks, Kevin Thorpe
Kevin Thorpe wrote:
Can anyone point me towards a pre-built kernel 2.6.20 for CentOS 5?
I need the later version to run Yosemite backup. I thought I was being clever and installed a Fedora kernel and it worked 99%, sadly the bit that didn't was the tape device which rather spoiled things.
what part of the .20 kernel is required ? could you just backport the driver once and for all and not need to worry about it then ?
Just download the source code for whatever version you need and compile it yourself. This isn't as painful as it sounds.
If you are not the intended recipient of this message (including attachments), or if you have received this message in error, immediately notify us and delete it and any attachments. If you no longer wish to receive e-mail from Edward Jones, please send this request to messages@edwardjones.com. You must include the e-mail address that you wish not to receive e-mail communications. For important additional information related to this e-mail, visit www.edwardjones.com/US_email_disclosure
-----Original Message-----
From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Karanbir Singh Sent: Wednesday, November 14, 2007 8:50 AM To: CentOS mailing list Subject: Re: [CentOS] Pre-built kernel 2.6.20 for CentOS 5?
Kevin Thorpe wrote:
Can anyone point me towards a pre-built kernel 2.6.20 for CentOS 5?
I need the later version to run Yosemite backup. I thought I was being
clever and installed a Fedora kernel and it worked 99%, sadly the bit that didn't was the tape device which rather spoiled things.
what part of the .20 kernel is required ? could you just backport the driver once and for all and not need to worry about it then ?
-- Karanbir Singh : http://www.karan.org/ : 2522219@icq _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Nov 14, 2007 9:52 AM, Holtz,Robert Robert.Holtz@edwardjones.com wrote:
Just download the source code for whatever version you need and compile it yourself. This isn't as painful as it sounds.
Yes, it really can be that painful and much moreso. Depending on how it's built, all sorts of random issues will creep up. Anything from not enough random data for ssh connections to function, to wtmp failure for login records to application malfunction. We're not even talking about future upgrades breaking because they rely on a particular kernel rpm being installed (think iptables) or the complete lack of upgrade path for security updates in the future. Rebuilding is a BAD idea.
It's much more sane to simply try to backport the module.
You're welcome to rebuild your own kernel all you want. However it's not 'recommended' advice. If it breaks, you get to keep all the pieces.
Compiling a new kernel isn't a one way trip.
Since you can boot multiple kernel images it's pretty easy to just revert back to what was working.
If you are not the intended recipient of this message (including attachments), or if you have received this message in error, immediately notify us and delete it and any attachments. If you no longer wish to receive e-mail from Edward Jones, please send this request to messages@edwardjones.com. You must include the e-mail address that you wish not to receive e-mail communications. For important additional information related to this e-mail, visit www.edwardjones.com/US_email_disclosure
-----Original Message-----
From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Jim Perrin Sent: Wednesday, November 14, 2007 9:04 AM To: CentOS mailing list Subject: Re: [CentOS] Pre-built kernel 2.6.20 for CentOS 5?
On Nov 14, 2007 9:52 AM, Holtz,Robert Robert.Holtz@edwardjones.com wrote:
Just download the source code for whatever version you need and compile it yourself. This isn't as painful as it sounds.
Yes, it really can be that painful and much moreso. Depending on how it's built, all sorts of random issues will creep up. Anything from not enough random data for ssh connections to function, to wtmp failure for login records to application malfunction. We're not even talking about future upgrades breaking because they rely on a particular kernel rpm being installed (think iptables) or the complete lack of upgrade path for security updates in the future. Rebuilding is a BAD idea.
It's much more sane to simply try to backport the module.
You're welcome to rebuild your own kernel all you want. However it's not 'recommended' advice. If it breaks, you get to keep all the pieces.
-- During times of universal deceit, telling the truth becomes a revolutionary act. George Orwell _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Wednesday 14 November 2007, Holtz,Robert wrote:
Compiling a new kernel isn't a one way trip.
Exactly, it's a repeat many times trip. Each time there is a new bugfix/sec.fix you'll have to redo (and re-test) your kernel. These things quickly cost more than you'd expect...
/Peter
Holtz,Robert wrote:
Just download the source code for whatever version you need and compile it yourself. This isn't as painful as it sounds.
Yeah, but it isn't as CentOS as it sounds, either. The distributed kernels have up to 700 patches (2.6.9 last time I counted) against them, stuff tends to get backported into the released kernels, there are performance patches and other patches for whatnot in that kernel.
So yes, it might be that it is easy to just compile the kernel. But the outcome might not be what you expect it to be.
Cheers,
Ralph
Agreed.
It's not a one way trip ... you can always revert back.
If you are not the intended recipient of this message (including attachments), or if you have received this message in error, immediately notify us and delete it and any attachments. If you no longer wish to receive e-mail from Edward Jones, please send this request to messages@edwardjones.com. You must include the e-mail address that you wish not to receive e-mail communications. For important additional information related to this e-mail, visit www.edwardjones.com/US_email_disclosure
-----Original Message-----
From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Ralph Angenendt Sent: Wednesday, November 14, 2007 9:11 AM To: centos@centos.org Subject: Re: [CentOS] Pre-built kernel 2.6.20 for CentOS 5?
Holtz,Robert wrote:
Just download the source code for whatever version you need and compile it yourself. This isn't as painful as it sounds.
Yeah, but it isn't as CentOS as it sounds, either. The distributed kernels have up to 700 patches (2.6.9 last time I counted) against them, stuff tends to get backported into the released kernels, there are performance patches and other patches for whatnot in that kernel.
So yes, it might be that it is easy to just compile the kernel. But the outcome might not be what you expect it to be.
Cheers,
Ralph -- If you have read this mail and your name is *not* Arnold Postlethwaite, you hereby confirm that you owe me US-$ 12,35. Please contact me offlist for account information.
Kevin Thorpe schrieb:
Can anyone point me towards a pre-built kernel 2.6.20 for CentOS 5?
I need the later version to run Yosemite backup. I thought I was being clever and installed a Fedora kernel and it worked 99%, sadly the bit that didn't was the tape device which rather spoiled things.
I run Yosemite backup on EL4, which has a much older kernel than Centos5.
What does not work and what error message do you get?
Rainer
Rainer Traut wrote:
Kevin Thorpe schrieb:
Can anyone point me towards a pre-built kernel 2.6.20 for CentOS 5?
I need the later version to run Yosemite backup. I thought I was being clever and installed a Fedora kernel and it worked 99%, sadly the bit that didn't was the tape device which rather spoiled things.
I run Yosemite backup on EL4, which has a much older kernel than Centos5.
What does not work and what error message do you get?
When I start ytadmin after a reboot I get a message in the alerts: Error 4463 - Kernel version not supported due to a bug in the scsi generic kernel driver. Device access restricted to file based devices only. It also mentions something about not supporting 2.6.18 and needing 2.6.20. I've seen comments about tape blocksizes on some versions of the kernel. I suspect that's what the problem is.
When I loaded the Fedora 2.6.20 kernel the system ran perfectly ok but the tape just kept giving me Input/Output errors, even in mt and tar. I'm not particularly surprised at that though, it is a different distribution even if it is related.
On Wednesday 14 November 2007, Kevin Thorpe wrote:
Rainer Traut wrote:
Kevin Thorpe schrieb:
Can anyone point me towards a pre-built kernel 2.6.20 for CentOS 5?
I need the later version to run Yosemite backup. I thought I was being clever and installed a Fedora kernel and it worked 99%, sadly the bit that didn't was the tape device which rather spoiled things.
I run Yosemite backup on EL4, which has a much older kernel than Centos5.
What does not work and what error message do you get?
When I start ytadmin after a reboot I get a message in the alerts: Error 4463 - Kernel version not supported due to a bug in the scsi generic kernel driver.
What kind of backup software does not support EL5/Centos-5? Contact the software vendor. It's also quite likely that any bugs in the 2.6.18 scsi layer is fixed in the centos 2.6.18.
/Peter