hi guys
i just partially upgrade centos 3.4 to centos 4(using apt-get) and im having a problem removing kdb 1.08-10.2, kbd 1.12-2 is already installed and im trying to remove kdb 1.08 through apt-get and rpm -e
here's what happened when i use apt-get:
# apt-get remove kbd#1.08-10.2
Reading Package Lists... Done Building Dependency Tree... Done The following packages will be REMOVED: kbd#1.08-10.2 0 upgraded, 0 newly installed, 1 removed and 20 not upgraded. Need to get 0B of archives. After unpacking 2018kB disk space will be freed. Do you want to continue? [Y/n] y Committing changes... Preparing... ########################################### [100%] error reading information on service keytable: No such file or directory error: %trigger(kbd-1.08-10.2) scriptlet failed, exit status 1 W: Some errors occurred while running transaction
here's what happened when i use rpm:
# rpm -e kbd-1.08-10.2 error reading information on service keytable: No such file or directory error: %trigger(kbd-1.08-10.2) scriptlet failed, exit status 1
On Thu, 2005-04-21 at 15:15 +0800, Mark Quitoriano wrote:
i just partially upgrade centos 3.4 to centos 4(using apt-get) and im having a problem removing kdb 1.08-10.2, kbd 1.12-2 is already installed and im trying to remove kdb 1.08 through apt-get and rpm -e
Wrong approach. Use 'rpm -Uvh --replacepkgs --replacefiles' against kbd-1.12-2.
Hi i tried your suggestion, but still same problem
# rpm -Uvh --replacepkgs --replacefiles kbd-1.12-2.i386.rpm warning: kbd-1.12-2.i386.rpm: V3 DSA signature: NOKEY, key ID 443e1821 Preparing... ########################################### [100%] 1:kbd ########################################### [100%] error reading information on service keytable: No such file or directory error: %trigger(kbd-1.08-10.2) scriptlet failed, exit status 1
i tried to uninstall kbd-1.12-2 but it gives same error
error reading information on service keytable: No such file or directory error: %trigger(kbd-1.12-2) scriptlet failed, exit status 1
On 4/21/05, Ignacio Vazquez-Abrams ivazquez@ivazquez.net wrote:
On Thu, 2005-04-21 at 15:15 +0800, Mark Quitoriano wrote:
i just partially upgrade centos 3.4 to centos 4(using apt-get) and im having a problem removing kdb 1.08-10.2, kbd 1.12-2 is already installed and im trying to remove kdb 1.08 through apt-get and rpm -e
Wrong approach. Use 'rpm -Uvh --replacepkgs --replacefiles' against kbd-1.12-2.
On Thu, Apr 21, 2005 at 03:15:39PM +0800, Mark Quitoriano wrote:
hi guys
i just partially upgrade centos 3.4 to centos 4(using apt-get) and im
Now that you are midway, keep posting, maybe someone can help you out :P
<but you choose the wrong way and unsupported path> see the thread: [Centos] Upgrading from 3.4 to 4.0 beta X and the answer from Johnny Hughes on Sat, 22 Jan 2005 04:13:42 -0600 and http://www.centos.org/modules/news/article.php?storyid=71 http://www.centos.org/modules/smartfaq/faq.php?faqid=27
bottom line: don't use yum/apt to upgrade boot on the centos-4 cd and "linux upgradeany"
Cheers,
Tru
I had done over 40+ servers using yum. It works perfectly. But not too sure about apt-get. Using yum, it will work fine as long as you do it step by step. Haven't had any issues so far.
Realworld reality sometimes means that the box is remote.
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Tru Huynh Sent: 21 April 2005 15:46 To: CentOS mailing list Subject: upgrade from CentOS-3 to 4 with apt (Re: [CentOS] kbd remove error)
On Thu, Apr 21, 2005 at 03:15:39PM +0800, Mark Quitoriano wrote:
hi guys
i just partially upgrade centos 3.4 to centos 4(using apt-get) and im
Now that you are midway, keep posting, maybe someone can help you out :P
<but you choose the wrong way and unsupported path> see the thread: [Centos] Upgrading from 3.4 to 4.0 beta X and the answer from Johnny Hughes on Sat, 22 Jan 2005 04:13:42 -0600 and http://www.centos.org/modules/news/article.php?storyid=71 http://www.centos.org/modules/smartfaq/faq.php?faqid=27
bottom line: don't use yum/apt to upgrade boot on the centos-4 cd and "linux upgradeany"
Cheers,
Tru
Hi!
the problem is i don't have physical access to the server so i can only upgrade it by apt-get.
tnx for the link i'll look at it.
On 4/21/05, Tru Huynh tru@centos.org wrote:
Now that you are midway, keep posting, maybe someone can help you out :P
<but you choose the wrong way and unsupported path> see the thread: [Centos] Upgrading from 3.4 to 4.0 beta X and the answer from Johnny Hughes on Sat, 22 Jan 2005 04:13:42 -0600 and http://www.centos.org/modules/news/article.php?storyid=71 http://www.centos.org/modules/smartfaq/faq.php?faqid=27
bottom line: don't use yum/apt to upgrade boot on the centos-4 cd and "linux upgradeany"
On Thu, 21 Apr 2005 at 5:56pm, Mark Quitoriano wrote
the problem is i don't have physical access to the server so i can only upgrade it by apt-get.
That's not true. Grab the vmlinuz and initrd.img from images/pxeboot, put them in /boot, and put an entry in /boot/grub/grub.conf that looks something like this:
title reinstall root (hd0,0) kernel /boot/vmlinuz ks=hd:hda1:/ks.cfg ksdevice=eth0 ip=$IPADDRESS dns=$DNS_SERVER initrd /boot/initrd.img
Then, put a kickstart file in /, make that entry the default, and reboot the system. Wait a bit, and then ssh into the freshly installed system.
Without physical access, obviously, test your ks.cfg file well.
hmmm... i'll try that first with a testing pc. anyway this is so Out of TOPIC already i was asking about kbd error in my original post.
On 4/21/05, Joshua Baker-LePain jlb17@duke.edu wrote:
On Thu, 21 Apr 2005 at 5:56pm, Mark Quitoriano wrote
the problem is i don't have physical access to the server so i can only upgrade it by apt-get.
That's not true. Grab the vmlinuz and initrd.img from images/pxeboot, put them in /boot, and put an entry in /boot/grub/grub.conf that looks something like this:
title reinstall root (hd0,0) kernel /boot/vmlinuz ks=hd:hda1:/ks.cfg ksdevice=eth0 ip=$IPADDRESS dns=$DNS_SERVER initrd /boot/initrd.img
Then, put a kickstart file in /, make that entry the default, and reboot the system. Wait a bit, and then ssh into the freshly installed system.
Without physical access, obviously, test your ks.cfg file well.
-- Joshua Baker-LePain Department of Biomedical Engineering Duke University _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos