Thread: [mpls-linux-general] Problem with the rpm files
Status: Beta
Brought to you by:
jleu
From: J. N. <oc...@gm...> - 2008-07-09 09:29:28
|
Hi James, I've changed my distribution to Fedora 9 due to work directly with your rpm file and avoid some problems about compilation of kernel. I'm totally newbie in Fedora and I cannot install rpm files you posted before here http://mpls-linux.sf.net/fedora/8/i386/mpls/ Fedora launch an error when I try to install kernel-2.6.25.4-10.fc8.mpls.1.961.i686. It says something that I have a newer kernel installed on machine than I try to install ( snapshot of the error: http://img237.imageshack.us/my.php?image=screenshotwm9.png) . I thought -that like Debian- is possible to install more than one kernel and launch what you need selecting in grub. May I have to install Fedora 8 instead of 9? Thank you very much for your advices |
From: James R. L. <jl...@mi...> - 2008-07-09 17:42:26
|
Try: rpm -ivh http://mpls-linux.sourceforge.net/fedora/8/i386/mpls/kernel-2.6.25.4-10.fc8.mpls.1.961.i686.rpm --oldpackage On Wed, Jul 09, 2008 at 11:29:24AM +0200, =?ISO-8859-1?Q?Jes=FAs_Nubiola_ wrote: > Hi James, > > I've changed my distribution to Fedora 9 due to work directly with your rpm > file and avoid some problems about compilation of kernel. I'm totally newbie > in Fedora and I cannot install rpm files you posted before here > http://mpls-linux.sf.net/fedora/8/i386/mpls/ > > Fedora launch an error when I try to install > kernel-2.6.25.4-10.fc8.mpls.1.961.i686. It says something that I have a > newer kernel installed on machine than I try to install ( snapshot of the > error: http://img237.imageshack.us/my.php?image=screenshotwm9.png) . > I thought -that like Debian- is possible to install more than one kernel and > launch what you need selecting in grub. > May I have to install Fedora 8 instead of 9? > > Thank you very much for your advices > ------------------------------------------------------------------------- > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > Studies have shown that voting for your favorite open source project, > along with a healthy diet, reduces your potential for chronic lameness > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general -- James R. Leu jl...@mi... |
From: J. N. <oc...@gm...> - 2008-07-10 09:27:43
|
Thank you James. It works fine with the kernel package: [root@localhost Download]# rpm -ivh kernel-2.6.25.4-10.fc8.mpls.1.961.i686.rpm --oldpackage but when I restart and boot from new kernel and I try to install rpm files: iptables, kernel-headers, iproute... It launches an error of conflicting packages. Do you know what can I do? Tryin to force installation or sth like that? eg: [root@localhost Download]# rpm -ivh iptables-1.3.8-7.fc8.mpls.1.961.i386.rpm --oldpackage Preparing... ########################################### [100%] file /etc/rc.d/init.d/iptables from install of iptables-1.3.8-7.fc8.mpls.1.961.i386 conflicts with file from package iptables-1.4.1.1-1.fc9.i386 file /sbin/iptables from install of iptables-1.3.8-7.fc8.mpls.1.961.i386 conflicts with file from package iptables-1.4.1.1-1.fc9.i386 file /sbin/iptables-restore from install of iptables-1.3.8-7.fc8.mpls.1.961.i386 conflicts with file from package iptables-1.4.1.1-1.fc9.i386 file /sbin/iptables-save from install of iptables-1.3.8-7.fc8.mpls.1.961.i386 conflicts with file from package iptables-1.4.1.1-1.fc9.i386 file /usr/share/man/man8/iptables.8.gz from install of iptables-1.3.8-7.fc8.mpls.1.961.i386 conflicts with file from package iptables-1.4.1.1-1.fc9.i386 [root@localhost Download]# Thanks in advance On Wed, Jul 9, 2008 at 7:42 PM, James R. Leu <jl...@mi...> wrote: > Try: > > rpm -ivh > http://mpls-linux.sourceforge.net/fedora/8/i386/mpls/kernel-2.6.25.4-10.fc8.mpls.1.961.i686.rpm--oldpackage > > On Wed, Jul 09, 2008 at 11:29:24AM +0200, =?ISO-8859-1?Q?Jes=FAs_Nubiola_ > wrote: > > Hi James, > > > > I've changed my distribution to Fedora 9 due to work directly with your > rpm > > file and avoid some problems about compilation of kernel. I'm totally > newbie > > in Fedora and I cannot install rpm files you posted before here > > http://mpls-linux.sf.net/fedora/8/i386/mpls/ > > > > Fedora launch an error when I try to install > > kernel-2.6.25.4-10.fc8.mpls.1.961.i686. It says something that I have a > > newer kernel installed on machine than I try to install ( snapshot of the > > error: http://img237.imageshack.us/my.php?image=screenshotwm9.png) . > > I thought -that like Debian- is possible to install more than one kernel > and > > launch what you need selecting in grub. > > May I have to install Fedora 8 instead of 9? > > > > Thank you very much for your advices > > > ------------------------------------------------------------------------- > > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > > Studies have shown that voting for your favorite open source project, > > along with a healthy diet, reduces your potential for chronic lameness > > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > > _______________________________________________ > > mpls-linux-general mailing list > > mpl...@li... > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > -- > James R. Leu > jl...@mi... > |
From: James R. L. <jl...@mi...> - 2008-07-11 01:08:34
|
You are allowed to have more then one kernel installed so using the 'i' option to 'rpm' is OK. With iproute, iptables, kernel-header you can only have one version installed, so you have to use teh 'U' option instead of the 'i' option to 'rpm': rpm -Uvh iptables-1.3.8-7.fc8.mpls.1.961.i386.rpm --oldpackage On Thu, Jul 10, 2008 at 11:27:39AM +0200, =?ISO-8859-1?Q?Jes=FAs_Nubiola_ wrote: > Thank you James. > > It works fine with the kernel package: [root@localhost Download]# rpm -ivh > kernel-2.6.25.4-10.fc8.mpls.1.961.i686.rpm --oldpackage > > but when I restart and boot from new kernel and I try to install rpm files: > iptables, kernel-headers, iproute... It launches an error of conflicting > packages. Do you know what can I do? Tryin to force installation or sth like > that? > > eg: [root@localhost Download]# rpm -ivh > iptables-1.3.8-7.fc8.mpls.1.961.i386.rpm --oldpackage > Preparing... ########################################### > [100%] > file /etc/rc.d/init.d/iptables from install of > iptables-1.3.8-7.fc8.mpls.1.961.i386 conflicts with file from package > iptables-1.4.1.1-1.fc9.i386 > file /sbin/iptables from install of iptables-1.3.8-7.fc8.mpls.1.961.i386 > conflicts with file from package iptables-1.4.1.1-1.fc9.i386 > file /sbin/iptables-restore from install of > iptables-1.3.8-7.fc8.mpls.1.961.i386 conflicts with file from package > iptables-1.4.1.1-1.fc9.i386 > file /sbin/iptables-save from install of > iptables-1.3.8-7.fc8.mpls.1.961.i386 conflicts with file from package > iptables-1.4.1.1-1.fc9.i386 > file /usr/share/man/man8/iptables.8.gz from install of > iptables-1.3.8-7.fc8.mpls.1.961.i386 conflicts with file from package > iptables-1.4.1.1-1.fc9.i386 > [root@localhost Download]# > > > > Thanks in advance > > > On Wed, Jul 9, 2008 at 7:42 PM, James R. Leu <jl...@mi...> wrote: > > > Try: > > > > rpm -ivh > > http://mpls-linux.sourceforge.net/fedora/8/i386/mpls/kernel-2.6.25.4-10.fc8.mpls.1.961.i686.rpm--oldpackage > > > > On Wed, Jul 09, 2008 at 11:29:24AM +0200, =?ISO-8859-1?Q?Jes=FAs_Nubiola_ > > wrote: > > > Hi James, > > > > > > I've changed my distribution to Fedora 9 due to work directly with your > > rpm > > > file and avoid some problems about compilation of kernel. I'm totally > > newbie > > > in Fedora and I cannot install rpm files you posted before here > > > http://mpls-linux.sf.net/fedora/8/i386/mpls/ > > > > > > Fedora launch an error when I try to install > > > kernel-2.6.25.4-10.fc8.mpls.1.961.i686. It says something that I have a > > > newer kernel installed on machine than I try to install ( snapshot of the > > > error: http://img237.imageshack.us/my.php?image=screenshotwm9.png) . > > > I thought -that like Debian- is possible to install more than one kernel > > and > > > launch what you need selecting in grub. > > > May I have to install Fedora 8 instead of 9? > > > > > > Thank you very much for your advices > > > > > ------------------------------------------------------------------------- > > > Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! > > > Studies have shown that voting for your favorite open source project, > > > along with a healthy diet, reduces your potential for chronic lameness > > > and boredom. Vote Now at http://www.sourceforge.net/community/cca08 > > > _______________________________________________ > > > mpls-linux-general mailing list > > > mpl...@li... > > > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > > > > -- > > James R. Leu > > jl...@mi... > > -- James R. Leu jl...@mi... |