Announcement

Collapse
No announcement yet.

CL 5 + Plex 10 not work

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • CL 5 + Plex 10 not work

    Hello,

    i try current CL for my Hosting Solutions.

    I have a ESXi VM with CL 5 (Install from ISO)

    After Activate and Update i try to install Plesk 10.

    I get this error when i install parallels_installer_v3.11.0_build111102.18_os_Clou dLinux_5_x86_64:

    Code:
    WARNING: Yum repository ase is absent or not enabled, installation may fail.
    
    WARNING: Yum repository updates is absent or not enabled, installation may fail.
    
    WARNING: Third-party Yum repository cloudlinux-x86_64-server-5 is enabled, installation may fail.
    
    Since you use one or more 3rd-party repos (say, atomic), be careful when installing different package versions from                                                                                                                           different repos as this may lead to installation failures. For example, you may encounter a problem if you first i                                                                                                                          nstall PHP from a 3rd-party repo and then upgrade it using the Parallels repo. To avoid such situations, install an                                                                                                                          d upgdare packages from the same repo.
    
    Loading mirror speeds from cached hostfile
    
    * cloudlinux-x86_64-server-5: de-proxy.cl-mirror.net
    
    69 packages excluded due to repository priority protections
    
    SysCallError: (104, Connection reset by peer)
    What is Wrong?

  • #2
    Please, edit this file:
    /etc/yum/pluginconf.d/rhnplugin.conf

    And add:
    [cloudlinux-x86_64-server-5]
    priority=1

    [cloudlinux-i386-server-5]
    priority=1

    [cloudlinux-i386-server-6]
    priority=1

    [cloudlinux-x86_64-server-6]
    priority=1

    Note, there still might be warnings, but you can safely ignored it.

    Comment


    • #3
      Hi,

      ok, i have change this settings, and i have the same Warnings.

      Plesk is installed, but i dont have andy apache or so on my system...

      Do you have any howto for CloudLinux + Plesk??

      Comment


      • #4
        It should work without any problems. Maybe some bug was introduced in the installer. What do you mean no apache? What is the output of rpm -qa|grep httpd?

        Comment


        • #5
          Hello,

          the Output:

          [root@s1 ~]# rpm -qa|grep httpd
          httpd-2.2.21-11092115

          OMG! ...

          Code:
          [root@s1 /]# nmap 1X6.XX.1X7.XX
          
          Starting Nmap 4.11 ( [URL]http://www.insecure.org/nmap/[/URL] ) at 2012-03-26 15:21 CEST
          
          Interesting ports on s1.root (1XX.XX.1X7.XX):
          
          Not shown: 1664 closed ports
          
          PORT     STATE SERVICE
          
          21/tcp   open  ftp
          
          22/tcp   open  ssh
          
          25/tcp   open  smtp
          
          53/tcp   open  domain
          
          80/tcp   open  http
          
          106/tcp  open  pop3pw
          
          110/tcp  open  pop3
          
          111/tcp  open  rpcbind
          
          143/tcp  open  imap
          
          443/tcp  open  https
          
          465/tcp  open  smtps
          
          824/tcp  open  unknown
          
          993/tcp  open  imaps
          
          995/tcp  open  pop3s
          
          3306/tcp open  mysql
          
          8443/tcp open  https-alt
          
          Nmap finished: 1 IP address (1 host up) scanned in 0.046 seconds
          i think i have a Firewall problem...

          When i make a NMAP from a other Server:

          Code:
          root@server:/home/sr# nmap 1XX.XX.1X7.XX
          
          Starting Nmap 5.00 ( [URL]http://nmap.org[/URL] ) at 2012-03-26 21:18 CEST
          
          Interesting ports on s1.root (1XX.XX.1X7.XX):
          
          Not shown: 998 filtered ports
          
          PORT    STATE  SERVICE
          
          22/tcp  open   ssh
          
          631/tcp closed ipp
          
          Nmap done: 1 IP address (1 host up) scanned in 5.13 seconds

          Comment

          Working...
          X