Results 1 to 3 of 3

Thread: EasyApache Build Error

  1. #1
    Registered User
    Join Date
    Aug 2011
    Posts
    3

    Default EasyApache Build Error

    Hey everyone,

    I've spent two days looking for an answer through the forums, but no matter what solution I've tried that is provided by cPanel staff, I still have this issue. So hopefully there's something small I'm missing.

    Everytime I go to rebuild via EasyApache, whether it's through WHM or SSH using /scripts/easyapache, It always halts towards the very end with this error:

    Code:
    -- Begin test 'Basic HTTP Request for static content' --
    localhost did not have any working mirrors.  Please check your internet connection or dns server. at /usr/local/cpanel/Cpanel/HttpRequest.pm line 596.
    This is currently how my hosts file is configured:

    Code:
    127.0.0.1               62153.server.local 62153 localhost
    204.45.133.242          s1.playeraffinity.net s1 localhost.localdomain localhost
    And here is my resolv.conf file:

    Code:
    search box.local
    # Generated by NetworkManager
    domain box.local
    nameserver 8.8.8.8
    nameserver 8.8.4.4
    I've tried removing "search box.local" and "domain box.local", but it's always overwritten after running EasyApache.

    Now because this is merely a final test that it's having the hiccup on and the websites load perfectly when testing them after the build, would it be safe to assume this is a more trivial problem that could be disregarded, such as removing the file 'AN_EASYAPACHE_BUILD_IS_CURRENTLY_RUNNING' in /usr/local/apache, or should this be considered as something far more serious and rectified immediately?

    I've tried getting help from the server provider who installed the OS (CENTOS 6.3 x86_64 standard) to take a look at it, but the most they'll offer is an OS reinstall which is impossible for me as I have my site already on the server which I must avoid interrupting.

    Also, I am running cPanel on EDGE v11.32.4.11.

    Any help is greatly appreciated!

  2. #2
    cPanel Staff Eric's Avatar
    Join Date
    Nov 2007
    Location
    Texas
    Posts
    623
    cPanel/WHM Access Level

    Root Administrator

    Default Re: EasyApache Build Error

    Howdy,

    I would recommend opening up a ticket with our support team. We would be happy to help.

    Thanks!

  3. #3
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    7,611
    cPanel/WHM Access Level

    Root Administrator

    Default Re: EasyApache Build Error

    Hello,

    Your /etc/hosts file is incorrect. This is what you have:

    Code:
    127.0.0.1               62153.server.local 62153 localhost
    204.45.133.242          s1.playeraffinity.net s1 localhost.localdomain localhost
    You cannot have your hostname set with localhost. It should look like this:

    Code:
    127.0.0.1               localhost localhost.localdomain
    204.45.133.242          s1.playeraffinity.net s1
    Thanks!
    cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
    -- Tristan, Technical Analyst III, Forums Specialist, cPanel Tech Support

    Submit a ticket | Check an existing ticket

Similar Threads

  1. Curl / CurlSSL issue. Error after executing EasyApache build
    By postcd in forum cPanel & WHM Discussions
    Replies: 11
    Last Post: 02-16-2012, 03:31 PM
  2. EasyApache Build Error - Help Needed
    By mydomain in forum cPanel & WHM Discussions
    Replies: 0
    Last Post: 10-04-2008, 06:24 AM
  3. easyapache memory build error
    By manuxer in forum cPanel & WHM Discussions
    Replies: 15
    Last Post: 12-23-2007, 07:51 AM
  4. Easyapache ? Before Build
    By Fernis in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 11-21-2007, 10:45 PM
  5. easyapache build error
    By amdkevin in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 09-24-2007, 02:53 PM