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 -- Regards, Mark Quitoriano, CCNA
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 -eWrong approach. Use 'rpm -Uvh --replacepkgs --replacefiles' against kbd-1.12-2. -- Ignacio Vazquez-Abrams <ivazquez at ivazquez.net> http://centos.ivazquez.net/ gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.centos.org/pipermail/centos/attachments/20050421/9dc95d35/attachment-0001.sig>
Tru Huynh
2005-Apr-21 07:46 UTC
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 imNow 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 -- Tru Huynh (CentOS-3 i386/x86_64 Package Maintenance) http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20050421/5d7613f6/attachment-0001.sig>
Ho Chaw Ming
2005-Apr-21 08:05 UTC
upgrade from CentOS-3 to 4 with apt (Re: [CentOS] kbd remove error)
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 at centos.org [mailto:centos-bounces at 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 imNow 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 -- Tru Huynh (CentOS-3 i386/x86_64 Package Maintenance) http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xBEFA581B
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 at 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. >-- Regards, Mark Quitoriano, CCNA
Mark Quitoriano
2005-Apr-21 09:56 UTC
upgrade from CentOS-3 to 4 with apt (Re: [CentOS] kbd remove error)
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 at 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"-- Regards, Mark Quitoriano, CCNA