LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 02-04-2012, 09:13 AM   #1
AITNT
LQ Newbie
 
Registered: Feb 2012
Posts: 6

Rep: Reputation: Disabled
installing rutorrent and port openeing


Hi freinds,

Iam looking for your help on the following 2 problems with my DS.
I tried installing rutorrent through this command :

Code:
sh autodl-setup
but iam getting this problem:
Code:
Transaction Check Error:
  package apr-1.3.12-1.el5_5.1.x86_64 (which is newer than apr-1.2.7-11.el5_6.5.i386) is already installed
  package apr-util-1.3.9-1.el5.x86_64 (which is newer than apr-util-1.2.7-11.el5_5.2.i386) is already installed

Error Summary
-------------


***ERROR***
Can't continue. The following programs are not installed:  subversion
***ERROR***
Then obviously I tried installing subversion through

Code:
yum install subversion
But Iam getting this error

PHP Code:
Transaction Summary
================================================================================
Install       7 Package(s)
Upgrade       0 Package(s)

Total size7.0 M
Is this ok 
[y/N]: y
Downloading Packages
:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test


Transaction Check Error
:
  
package apr-1.3.12-1.el5_5.1.x86_64 (which is newer than apr-1.2.7-11.el5_6.5.i386is already installed
  package apr
-util-1.3.9-1.el5.x86_64 (which is newer than apr-util-1.2.7-11.el5_5.2.i386is already installed

Error Summary
------------- 
I don't whats wrong is it my server or Iam not following the right steps.

the second problem iam trying to open a port for my tracker but no way with iptables, I tried many times and i saved it but the port wont open.

Please help me

DC OS : Centos 5.7 Final

Last edited by AITNT; 02-04-2012 at 09:15 AM.
 
Old 02-04-2012, 09:36 AM   #2
AITNT
LQ Newbie
 
Registered: Feb 2012
Posts: 6

Original Poster
Rep: Reputation: Disabled
The port i want to open is either 2710 or 2772

My Iptables looks really missed up , How can I remove every thing from it (except the one used for the system) and then add what i need only

Take a look : ( Not all copied due to the size of the putty window)

Code:
        state NEW tcp dpt:443
    0     0 ACCEPT     tcp  --  !lo    *       0.0.0.0/0            0.0.0.0/0                                    state NEW tcp dpt:465
    0     0 ACCEPT     tcp  --  !lo    *       0.0.0.0/0            0.0.0.0/0                                    state NEW tcp dpt:587
    0     0 ACCEPT     tcp  --  !lo    *       0.0.0.0/0            0.0.0.0/0                                    state NEW tcp dpt:993
    0     0 ACCEPT     tcp  --  !lo    *       0.0.0.0/0            0.0.0.0/0                                    state NEW tcp dpt:995
    0     0 ACCEPT     tcp  --  !lo    *       0.0.0.0/0            0.0.0.0/0                                    state NEW tcp dpt:7778
    9   456 ACCEPT     tcp  --  !lo    *       0.0.0.0/0            0.0.0.0/0                                    state NEW tcp dpt:2710
    0     0 ACCEPT     udp  --  !lo    *       0.0.0.0/0            0.0.0.0/0                                    state NEW udp dpt:20
    0     0 ACCEPT     udp  --  !lo    *       0.0.0.0/0            0.0.0.0/0                                    state NEW udp dpt:21
   22  1475 ACCEPT     udp  --  !lo    *       0.0.0.0/0            0.0.0.0/0                                    state NEW udp dpt:53
    0     0 ACCEPT     udp  --  !lo    *       0.0.0.0/0            0.0.0.0/0                                    state NEW udp dpt:2710
   78  6552 ACCEPT     icmp --  !lo    *       0.0.0.0/0            0.0.0.0/0                                    icmp type 8 limit: avg 1/sec burst 5
    0     0 ACCEPT     icmp --  !lo    *       0.0.0.0/0            0.0.0.0/0                                    icmp type 0 limit: avg 1/sec burst 5
    0     0 ACCEPT     icmp --  !lo    *       0.0.0.0/0            0.0.0.0/0                                    icmp type 11
    0     0 ACCEPT     icmp --  !lo    *       0.0.0.0/0            0.0.0.0/0                                    icmp type 3
   12   964 LOGDROPIN  all  --  !lo    *       0.0.0.0/0            0.0.0.0/0                            
    0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    tcp dpt:2772
    0     0 ACCEPT     udp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    udp spt:2772
    0     0 ACCEPT     tcp  --  eth0   *       0.0.0.0/0            0.0.0.0/0                                    tcp spt:2772 state ESTABLISHED
    0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    tcp dpt:6881
    0     0 ACCEPT     tcp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    tcp dpts:6881:6890

Chain FORWARD (policy DROP 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination                          

Chain OUTPUT (policy DROP 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination                          
    0     0 ACCEPT     tcp  --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    tcp spt:8889 limit: avg 30/min burst 5
   43  1720 ACCEPT     tcp  --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    tcp spt:8888 limit: avg 30/min burst 5
 2576 1023K LOCALOUTPUT  all  --  *      !lo     0.0.0.0/0            0.0.0.0/0                          
  747 58179 ACCEPT     all  --  *      lo      0.0.0.0/0            0.0.0.0/0                            
    0     0 ACCEPT     tcp  --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    tcp dpt:53
   93  6615 ACCEPT     udp  --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    udp dpt:53
    0     0 ACCEPT     tcp  --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    tcp spt:53
   22  3105 ACCEPT     udp  --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    udp spt:53
  345  310K INVALID    tcp  --  *      !lo     0.0.0.0/0            0.0.0.0/0                            
  417  316K ACCEPT     all  --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    state RELATED,ESTABLISHED
    0     0 ACCEPT     tcp  --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    state NEW tcp dpt:20
    0     0 ACCEPT     tcp  --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    state NEW tcp dpt:21
    0     0 ACCEPT     tcp  --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    state NEW tcp dpt:22
    0     0 ACCEPT     tcp  --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    state NEW tcp dpt:25
    0     0 ACCEPT     tcp  --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    state NEW tcp dpt:53
    6   360 ACCEPT     tcp  --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    state NEW tcp dpt:80
    0     0 ACCEPT     tcp  --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    state NEW tcp dpt:110
    0     0 ACCEPT     tcp  --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    state NEW tcp dpt:113
    0     0 ACCEPT     tcp  --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    state NEW tcp dpt:443
    0     0 ACCEPT     tcp  --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    state NEW tcp dpt:7778
    0     0 ACCEPT     tcp  --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    state NEW tcp dpt:2710
    0     0 ACCEPT     udp  --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    state NEW udp dpt:20
    0     0 ACCEPT     udp  --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    state NEW udp dpt:21
    0     0 ACCEPT     udp  --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    state NEW udp dpt:53
    0     0 ACCEPT     udp  --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    state NEW udp dpt:113
    0     0 ACCEPT     udp  --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    state NEW udp dpt:123
    0     0 ACCEPT     udp  --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    state NEW udp dpt:2710
    0     0 ACCEPT     icmp --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    icmp type 0
    0     0 ACCEPT     icmp --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    icmp type 8
    0     0 ACCEPT     icmp --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    icmp type 11
    0     0 ACCEPT     icmp --  *      !lo     0.0.0.0/0            0.0.0.0/0                                    icmp type 3
  699  138K LOGDROPOUT  all  --  *      !lo     0.0.0.0/0            0.0.0.0/0                           

Chain INVALID (2 references)
 pkts bytes target     prot opt in     out     source               destination                          
    0     0 INVDROP    all  --  *      *       0.0.0.0/0            0.0.0.0/0                                    state INVALID
    0     0 INVDROP    tcp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    tcp flags:0x3F/0x00
    0     0 INVDROP    tcp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    tcp flags:0x3F/0x3F
    0     0 INVDROP    tcp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    tcp flags:0x03/0x03
    0     0 INVDROP    tcp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    tcp flags:0x06/0x06
    0     0 INVDROP    tcp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    tcp flags:0x05/0x05
    0     0 INVDROP    tcp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    tcp flags:0x11/0x01
    0     0 INVDROP    tcp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    tcp flags:0x18/0x08
    0     0 INVDROP    tcp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    tcp flags:0x30/0x20
    0     0 INVDROP    tcp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    tcp flags:!0x17/0x02 state NEW

Chain INVDROP (10 references)
 pkts bytes target     prot opt in     out     source               destination                          
    0     0 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0                            

Chain LOCALINPUT (1 references)
 pkts bytes target     prot opt in     out     source               destination                          
 1560  133K ACCEPT     all  --  !lo    *       82.178.76.164        0.0.0.0/0                            
  435 26100 DROP       all  --  !lo    *       95.211.153.90        0.0.0.0/0                            

Chain LOCALOUTPUT (1 references)
 pkts bytes target     prot opt in     out     source               destination                          
 1339  558K ACCEPT     all  --  *      !lo     0.0.0.0/0            82.178.76.16                         4

Chain LOGDROPIN (1 references)
 pkts bytes target     prot opt in     out     source               destination                          
    0     0 DROP       tcp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    tcp dpt:67
    0     0 DROP       udp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    udp dpt:67
    0     0 DROP       tcp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    tcp dpt:68
    0     0 DROP       udp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    udp dpt:68
    0     0 DROP       tcp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    tcp dpt:111
    0     0 DROP       udp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    udp dpt:111
    0     0 DROP       tcp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    tcp dpt:113
    0     0 DROP       udp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    udp dpt:113
    2   128 DROP       tcp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    tcp dpts:135:139
    0     0 DROP       udp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    udp dpts:135:139
    0     0 DROP       tcp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    tcp dpt:445
    0     0 DROP       udp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    udp dpt:445
    0     0 DROP       tcp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    tcp dpt:500
    0     0 DROP       udp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    udp dpt:500
    0     0 DROP       tcp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    tcp dpt:513
    0     0 DROP       udp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    udp dpt:513
    0     0 DROP       tcp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    tcp dpt:520
    0     0 DROP       udp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    udp dpt:520
    3   168 LOG        tcp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    limit: avg 30/min burst 5 LOG flags 0 level 4 prefix `Firewall: *TCP_IN                          Blocked* '
    6   624 LOG        udp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    limit: avg 30/min burst 5 LOG flags 0 level 4 prefix `Firewall: *UDP_IN                          Blocked* '
    0     0 LOG        icmp --  *      *       0.0.0.0/0            0.0.0.0/0                                    limit: avg 30/min burst 5 LOG flags 0 level 4 prefix `Firewall: *ICMP_IN                          Blocked* '
   10   836 DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0                            

Chain LOGDROPOUT (1 references)
 pkts bytes target     prot opt in     out     source               destination                          
    0     0 LOG        tcp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    limit: avg 30/min burst 5 LOG flags 0 level 4 prefix `Firewall: *TCP_OUT                          Blocked* '
  348 72084 LOG        udp  --  *      *       0.0.0.0/0            0.0.0.0/0                                    limit: avg 30/min burst 5 LOG flags 0 level 4 prefix `Firewall: *UDP_OUT                          Blocked* '
    0     0 LOG        icmp --  *      *       0.0.0.0/0            0.0.0.0/0                                    limit: avg 30/min burst 5 LOG flags 0 level 4 prefix `Firewall: *ICMP_OU                         T Blocked* '
  699  138K DROP       all  --  *      *       0.0.0.0/0            0.0.0.0/0
 
Old 02-04-2012, 11:36 AM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,636

Rep: Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652
torrents normally use 6881 tcp
then a udp for a distributed database

some isp's still slowdown the default port and it has been recommended to use something in the 40,000 to 65,538 range

this is CentOS 5 so use the Gnome gui if you are not to familiar with iptables from the terminal

as to
Quote:
package apr-1.3.12-1.el5_5.1.x86_64 (which is newer than apr-1.2.7-11.el5_6.5.i386) is already installed
what repos did you install and turn on ?
Code:
su -
yum repolist all
also that is a 64 bit rpm and it wants to replace a 32 bit rpm
so is this a 32 bit install or a 64 bit install?
and what rpms did you install NOT using yum ( did you manually install odd third party rpms)

or
do you have rpmforge AND ATrpm on and using at the same time ( if so the two are incompatible)
 
Old 02-04-2012, 11:54 AM   #4
AITNT
LQ Newbie
 
Registered: Feb 2012
Posts: 6

Original Poster
Rep: Reputation: Disabled
Thanks John VV for your reply

Here is my repo list :

PHP Code:

[root@ks205270 ~]# yum repolist all
Loaded pluginsfastestmirrorprotectbase
Loading mirror speeds from cached hostfile
 
basemirror.ovh.net
 
epelmirrors.ircam.fr
 
extrasmirror.ovh.net
 
rpmforgefr2.rpmfind.net
 
rpmfusion-free-updatesmirror01.th.ifl.net
 
rpmfusion-free-updates-testingmirror01.th.ifl.net
 
rpmfusion-nonfree-updatesmirror01.th.ifl.net
 
rpmfusion-nonfree-updates-testingmirror01.th.ifl.net
 
updatesmirror.ovh.net
addons                                                   
|  951 B     00:00
base                                                     
1.1 kB     00:00
epel                                                     
3.7 kB     00:00
extras                                                   
2.1 kB     00:00
lxcenter
-extra                                           |  951 B     00:00
lxcenter
-updates                                         |  951 B     00:00
rpmforge                                                 
1.1 kB     00:00
rpmfusion
-free-updates                                   2.8 kB     00:00
rpmfusion
-free-updates-testing                           2.8 kB     00:00
rpmfusion
-nonfree-updates                                2.8 kB     00:00
rpmfusion
-nonfree-updates-testing                        2.8 kB     00:00
updates                                                  
1.9 kB     00:00
Excluding Packages in 
global exclude list
Finished
0 packages excluded due to repository protections
repo id                                     repo name          status
C5.0
-base                                   CentOS-5.0 Base  disabled
C5.0
-centosplus                             CentOS-5.0 Plus  disabled
C5.0
-extras                                 CentOS-5.0 Extra disabled
C5.0
-updates                                CentOS-5.0 Updat disabled
C5.1
-base                                   CentOS-5.1 Base  disabled
C5.1
-centosplus                             CentOS-5.1 Plus  disabled
C5.1
-extras                                 CentOS-5.1 Extra disabled
C5.1
-updates                                CentOS-5.1 Updat disabled
C5.2
-base                                   CentOS-5.2 Base  disabled
C5.2
-centosplus                             CentOS-5.2 Plus  disabled
C5.2
-extras                                 CentOS-5.2 Extra disabled
C5.2
-updates                                CentOS-5.2 Updat disabled
C5.3
-base                                   CentOS-5.3 Base  disabled
C5.3
-centosplus                             CentOS-5.3 Plus  disabled
C5.3
-extras                                 CentOS-5.3 Extra disabled
C5.3
-updates                                CentOS-5.3 Updat disabled
C5.4
-base                                   CentOS-5.4 Base  disabled
C5.4
-centosplus                             CentOS-5.4 Plus  disabled
C5.4
-extras                                 CentOS-5.4 Extra disabled
C5.4
-updates                                CentOS-5.4 Updat disabled
C5.5
-base                                   CentOS-5.5 Base  disabled
C5.5
-centosplus                             CentOS-5.5 Plus  disabled
C5.5
-extras                                 CentOS-5.5 Extra disabled
C5.5
-updates                                CentOS-5.5 Updat disabled
C5.6
-base                                   CentOS-5.6 Base  disabled
C5.6
-centosplus                             CentOS-5.6 Plus  disabled
C5.6
-extras                                 CentOS-5.6 Extra disabled
C5.6
-updates                                CentOS-5.6 Updat disabled
addons                                      CentOS
-Addons  enabled:        0
base                                        CentOS
-Base    enabled:  3,558+8
c5
-media                                    CentOS-Media   disabled
centosplus                                  CentOS
-Plus    disabled
debug                                       CentOS
-Debugin disabled
epel                                        Extra Packages 
for enabled:    6,891
epel
-debuginfo                              Extra Packages for disabled
epel
-source                                 Extra Packages for disabled
epel
-testing                                Extra Packages for disabled
epel
-testing-debuginfo                      Extra Packages for disabled
epel
-testing-source                         Extra Packages for disabled
extras                                      CentOS
-Extras  enabled:      272
lxcenter
-extra                              centos-5-LxCen enabled:        0
lxcenter
-test                               centos-5-LxCen disabled
lxcenter
-updates                            centos-5-LxCen enabled:      239
rpmforge                                    RHEL 5 
RPMforgeenabled11,003+1
rpmforge
-extras                             RHEL 5 RPMforgedisabled
rpmforge
-testing                            RHEL 5 RPMforgedisabled
rpmfusion
-free-updates                      RPM Fusion for EL  enabled:        1
rpmfusion
-free-updates-debuginfo            RPM Fusion for EL  disabled
rpmfusion
-free-updates-source               RPM Fusion for EL  disabled
rpmfusion
-free-updates-testing              RPM Fusion for EL  enabled:      150
rpmfusion
-free-updates-testing-debuginfo    RPM Fusion for EL  disabled
rpmfusion
-free-updates-testing-source       RPM Fusion for EL  disabled
rpmfusion
-nonfree-updates                   RPM Fusion for EL  enabled:        0
rpmfusion
-nonfree-updates-debuginfo         RPM Fusion for EL  disabled
rpmfusion
-nonfree-updates-source            RPM Fusion for EL  disabled
rpmfusion
-nonfree-updates-testing           RPM Fusion for EL  enabled:       32
rpmfusion
-nonfree-updates-testing-debuginfo RPM Fusion for EL  disabled
rpmfusion
-nonfree-updates-testing-source    RPM Fusion for EL  disabled
updates                                     CentOS
-Updates enabled:   641+32
repolist
22,787 
i am new in linux world and i was hopping to start using rutoorent so i was goggling many web sites and I know during the previous 2 days i ran a lot of commands and tried many ways.
I might manually added some sources and tried to install forge. I really need to clean all that. How can i (lets say) git rid of all thing i don't need.
 
Old 02-04-2012, 04:56 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,636

Rep: Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652
rutoorent
is not a common client ( is is not even a client but ONLY a gui to the text only rtorrent)
BitTorrent and Ktorrent should be in the centos repos
Code:
su -
yum search torrent
-------- then from the list -------
yum install bittorrent
now the text only rtorrent ( back end and REQUIRED for "rutorrent" )should be in the repos and should be in the above list


also is there an ALL IMPORTANT reason to use the older 5 and NOT the current centOS 6.2

CentOS 5.7 is the ONLY supported version of the 5 series
so if this is NOT 5.7 you need to upgrade .

CentOS is a free rebuild of "Red Hat Enterprise Linux " and as such is like RHEL in that it is not a good choice for a average HOME system

It is good for running the office and for a server or in a Laboratory, but not so much as a everyday home system .


so is there an overriding NEED to use the older cent 5 on a home system ?

red hat requires a support contract and CentOS and ScientificLinux assume that YOU ( the user) can be your OWN system administrator
and can do things like set up a network or keep the system up and running with NO HELP ( there is the internet )

so the documentation is well not there .
there is the cent wiki
http://wiki.centos.org/
and the CentOS forum
( for the older 5 )
http://centos.org/modules/newbb/index.php?cat=8
then the Red Hat documentation
https://access.redhat.com/knowledge/...erprise_Linux/
and last Google
https://www.google.com/


now you can edit and Change the extensive fedora guides to Cent- but you have to be able to do that
http://docs.fedoraproject.org/en-US/index.html
-- it is not easy to use fedora 16 "help" pages for Cent --
http://www.mjmwired.net/resources/mjm-fedora-f16.html
they are similar to each other but NOT the same


Back to Cent5 and the repos
did you read the cent wiki page ? and HEED all the warnings and install( and set up) yum-priorities
http://wiki.centos.org/AdditionalResources/Repositories

In CentOS-5 there ARE A LOT of repos that are INCOMPATIBLE with each other .( mostly fixed in 6 )

i see "protectbase" installed that might be causing the 32 bit VS 64 bit program issue in the first post
http://wiki.centos.org/PackageManage...um/ProtectBase

i would use "yum-plugin-priorities" instead
http://wiki.centos.org/PackageManagement/Yum/Priorities
UNLESS you MUST remain 100% compatible with the up-stream RHEL 5 to use a program built FOR RHEL5 ( one you paid a lot of cash for)


so fixing this

remove "protectbase"
install and configure "yum-plugin-priorities"

turn on these repos
( they are installed but off)
centosplus ( set priorities to use this OVER rpmforge)
rpmforge-extras ( set priorities o use all rpmforge LAST )

then try a update
Code:
su -
yum update

Last edited by John VV; 02-04-2012 at 04:57 PM.
 
Old 02-05-2012, 10:51 AM   #6
AITNT
LQ Newbie
 
Registered: Feb 2012
Posts: 6

Original Poster
Rep: Reputation: Disabled
Thanks for the explanation.

Iam unable to perform the commands you suggested because I have lost connection with the server since yesterday.
I was working with nx to remotely connect my server and then accidently I terminate the session.
I lost the connection since that time. I can ping the server with 0% loss but i can't login using putty http ftp nx nothing is working.
So I asked the service provider to reboot the server manually ( Iam not sure if this is the only solution).
Till that time I do have some questions.

I am basically a windows user however now I start to learn linux.
First what do you suggest for me to install on my home system, any specific distribution good enough to star learning with and at the same time good enough to handle my daily tasks (not so complicated). And what about my server. Do you think I should change to something else other than centos ?
 
Old 02-05-2012, 02:14 PM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,636

Rep: Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652Reputation: 2652
for a new to Linux user
"Ubuntu" and "Linux Mint" are billed as "friendly to new users"

from posts and some reviews it is looking like Mint is the preferred
http://linuxmint.com/

I my self use rpm based distros
( There is the red hat based - rpm, and the Debian based - deb operating systems .Two basic families . )

OpenSUSE and ScientificLinux

Suse is nice BUT it requires a better than average computer hardware
suse NEEDS a 64 bit CPU and 4 gig+ ( 8 gig is a good average ) ram .
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] ruTorrent won't display properly Frohike Linux - Software 1 05-24-2011 12:57 AM
rTorrent + ruTorrent doesn't work after yum -y update ScorchPipe Linux - Software 2 03-29-2011 06:14 PM
LXer: Compiling Coloured rTorrent From SVN In Ubuntu 10.10/Debian Squeeze With ruTorrent LXer Syndicated Linux News 0 02-25-2011 05:30 PM
[SOLVED] using ruTorrent on slackware 13.1 lpallard Slackware 29 01-02-2011 08:00 PM
how do i install rutorrent on ubuntu server 9.04? steve51184 Linux - Server 6 11-23-2009 09:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration