LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   V3 DSA Signature: BAD, Key ID 4ebfc273 (https://www.linuxquestions.org/questions/linux-newbie-8/v3-dsa-signature-bad-key-id-4ebfc273-717017/)

MUsmanM 04-05-2009 01:21 PM

V3 DSA Signature: BAD, Key ID 4ebfc273
 
I want to update kernel from rpm. when I write the command in terminal

rpm -ivh kernel-2.6......i686.rpm

it gives the error "V3 DSA Signature: BAD, Key ID 4ebfc273"

please guide me how can I update the kernel using rpm.

Usman

Junior Hacker 04-05-2009 09:18 PM

If you were to run the command: man rpm in a terminal, you would get the manual page for RPM. If you were to read on how to upgrade with rpm, you will find the command is similar to:
Code:

rpm -Uvh package.version.rpm
Now...
If you currently have (example), kernel-2.6.25-13mdv.rpm, and you want to upgrade to kernel-2.6.26-1mdv.rpm, the full name of the kernel you want to upgrade to is what you use in the rpm upgrade command as such:
Code:

rpm -Uvh kernel-2.6.26-1mdv.rpm

MUsmanM 04-07-2009 01:18 PM

Quote:

Originally Posted by Junior Hacker (Post 3499541)
If you were to run the command: man rpm in a terminal, you would get the manual page for RPM. If you were to read on how to upgrade with rpm, you will find the command is similar to:
Code:

rpm -Uvh package.version.rpm
Now...
If you currently have (example), kernel-2.6.25-13mdv.rpm, and you want to upgrade to kernel-2.6.26-1mdv.rpm, the full name of the kernel you want to upgrade to is what you use in the rpm upgrade command as such:
Code:

rpm -Uvh kernel-2.6.26-1mdv.rpm

Thank you Junior Hacker.

Actually I want to update kernel of linux redhat 9.0. the installed kernel version is 2.4.20-8. I have downloaded kernel-2.6.27.19-170.2.35.fc10.i686

when I run the command as you guide me:-

rpm -Uvh kernel-2.6.27.19-170.2.35.fc10.i686.rpm

but the error is same. "V3 DSA Signature: Bad key id"

also tell me could the version downloaded kernel-2.6.27.19-170.2.35.fc10be upgraded on the old one 2.4.20-8?

Thank You

Junior Hacker 04-08-2009 12:16 AM

Not unless you are running Fedora. And that error has happened for many people, but it has supposedly been taken care of long ago according to Google.


All times are GMT -5. The time now is 10:31 AM.