Timothy Kesten
2007-Oct-17 07:03 UTC
[CentOS] fcpci from atrpm-repop and CentOS5-Plus-kernel
Hi Folks, I have to setup a new server with a fritz-pci-ISDN-card inside. For it the fcpci-Packages from atrpm-repo is needed. Trying to install this package on a machine with the newest CentOS5-Plus Kernel I get an error message Missing Dependency: /boot/vmlinuz-2.6.18-8.1.14.el5 is needed by package fcpci-kmdl-2.6.18-8.1.14.el5 Okay -I have a vmlinuz-2.6.18-8.1.14.el5.centos.plus. Any hints to solve this problem???? Thx Timothy
Timothy Kesten wrote:> Hi Folks, > > I have to setup a new server with a fritz-pci-ISDN-card inside. > For it the fcpci-Packages from atrpm-repo is needed. > Trying to install this package on a machine with the newest CentOS5-Plus > Kernel I get an error message > > Missing Dependency: /boot/vmlinuz-2.6.18-8.1.14.el5 is needed by package > fcpci-kmdl-2.6.18-8.1.14.el5 > > Okay -I have a vmlinuz-2.6.18-8.1.14.el5.centos.plus. > >One option would be to get the source RPM and modify the spec file so that the dependancy was for /boot/vmlinuz-2.6.18-8.1.14.el5.centos.plus and then rebuild the RPM and install it. This is the option I would recommend Another thing that might work (not having tested this) is creating a symlink from /boot/vmlinuz-2.6.18-8.1.14.el5.centos.plus to /boot/vmlinuz-2.6.18-8.1.14.el5 Good Luck> Any hints to solve this problem???? > > Thx > Timothy > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos > >
Johnny Hughes
2007-Oct-17 08:03 UTC
[CentOS] fcpci from atrpm-repop and CentOS5-Plus-kernel
Timothy Kesten wrote:> Hi Folks, > > I have to setup a new server with a fritz-pci-ISDN-card inside. > For it the fcpci-Packages from atrpm-repo is needed. > Trying to install this package on a machine with the newest CentOS5-Plus > Kernel I get an error message > > Missing Dependency: /boot/vmlinuz-2.6.18-8.1.14.el5 is needed by package > fcpci-kmdl-2.6.18-8.1.14.el5 > > Okay -I have a vmlinuz-2.6.18-8.1.14.el5.centos.plus. > > Any hints to solve this problem???? > > Thx > TimothyDo you really need the centosplus kernel? The problem seems to be that the package was rebuilt on the standard kernel. I have no idea how kmdl would work with the centosplus kernel as I don't personally use kmdl packages, but very few people really need the centosplus kernel unless they are doing something out of the ordinary. Thanks, Johnny Hughes -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 252 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20071017/a5cf52ff/attachment-0004.sig>
Timothy Kesten
2007-Oct-17 08:13 UTC
[CentOS] Re: fcpci from atrpm-repop and CentOS5-Plus-kernel
Am Mittwoch, 17. Oktober 2007 10:03 schrieb Johnny Hughes:> Do you really need the centosplus kernel?Not really, I think> > The problem seems to be that the package was rebuilt on the standard > kernel. > > I have no idea how kmdl would work with the centosplus kernel as I don't > personally use kmdl packages, but very few people really need the > centosplus kernel unless they are doing something out of the ordinary.Okay - then I have to try it with the default Kernel. Thx Timothy