[quote:79680ab387][i:79680ab387]Originally posted by ozzi4648[/i:79680ab387]
[quote:79680ab387][i:79680ab387]Originally posted by itf[/i:79680ab387]
[quote:79680ab387][i:79680ab387]Originally posted by ozzi4648[/i:79680ab387]
In the past 48hrs iv had to request three new passwords in order to be able to read any messages in these forums because it says i cannot log in or i am already logged in. If you click on these links
I wrote step by step instructions about Kernel upgrade before, in these two threads
http://forums.cpanel.net/read.php?TID=4494
http://forums.cpanel.net/read.php?TID=3802
You will get a error msg as well. At least i do, it says Im already logged in. What the hell![/quote:79680ab387]
I think this is a quotation from my post:
I wrote step by step instructions about Kernel upgrade before, in these two threads
http://forums.cpanel.net/read.php?TID=4494
http://forums.cpanel.net/read.php?TID=3802
you can use these instead
http://216.118.116.105/read.php?TID=4494
http://216.118.116.105/read.php?TID=3802
both pairs of links (with IP address and without ) are the same the first does not work for you because you have logged in by using IP address also if you see &ALREADY LOG IN!& page, after clicking on a link click on the home button in cpanel forum navigation bar and then refer to your desire post and click on the link again or replace forums.cpanel.net with 216.118.116.105 or vise versa if it is necessary[/quote:79680ab387]
Itf i wanted to ask you something about my kernel. Have you ever seen this?
root@srv08 [/home/auzzi/www/linux]# rpm -q kernel
kernel-2.4.18-17.7.x
kernel-2.4.9-34
kernel-2.4.9-34
Im ready to upgrade to kernel-2.4.18-18.7x and want to remove kernel-2.4.9-34 dups. If i try to remove them i get this.
root@srv08 [/home/auzzi/www/linux]# rpm -e kernel-2.4.9-34
error: &kernel-2.4.9-34& specifies multiple packages
Whats up with these dups anyway?
-Thanks[/quote:79680ab387]
yes I saw such of these duplications before, usually if you don't follow kernel upgrade as I wrote in those threads you will see such problems
try to solve it by using this command:
rpm -e --force kernel-2.4.9-34
I forgot that limitation of force , (you cannot use --force with -e)
but you can use this:
rpm -Uvh --replacepkgs --nodeps kernel-2.4.9-34.i686.rpm
then
rpm -e kernel-2.4.9-34