Erro in Centos

Results 1 to 9 of 9
  1. #1
    Apprentice Davidsonhr1 is offline
    MemberRank
    Jun 2012 Join Date
    Taboão da SerrLocation
    14Posts

    sad Erro in Centos

    Hi , i need a small help , i am brazilian , my english is bad sorry
    my services no start's

    this error :

    [root@localhost ~]# service cabal restart
    Shutting down AuthDBAgent: [FAILED]
    Shutting down RockAndRollITS: [FAILED]
    Shutting down DBAgent_01: [FAILED]
    Shutting down GlobalDBAgent: [FAILED]
    Shutting down GlobalMgrSvr: [FAILED]
    Shutting down CashDBAgent: [FAILED]
    Shutting down EventDBAgent: [FAILED]
    Shutting down PCBangDBAgent: [FAILED]
    Shutting down ChatNode_01: [FAILED]
    Shutting down EventMgrSvr: [FAILED]
    Shutting down AgentShop_01: [FAILED]
    Shutting down LoginSvr_01: [FAILED]
    Shutting down PartySvr_01: [FAILED]
    Shutting down WorldSvr_01_01: [FAILED]
    Starting AuthDBAgent: [Fri Feb 12 2016 07:48:34.770415 4159608528]: [##ERROR##] Initialize(): InitializeGlobals()
    [FAILED]
    Starting RockAndRollITS: [Fri Feb 12 2016 07:48:39.782502 4160023024]: [##ERROR##] Initialize(): InitializeGlobals()
    [FAILED]
    Starting DBAgent_01: [Fri Feb 12 2016 07:48:44.791049 4159755984]: [##ERROR##] Initialize(): InitializeGlobals()
    [FAILED]
    Starting GlobalDBAgent: [Fri Feb 12 2016 07:48:49.803134 4160165584]: [##ERROR##] Initialize(): InitializeGlobals()
    [FAILED]
    Starting GlobalMgrSvr: GlobalMgrSvr: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
    [FAILED]
    Starting CashDBAgent: [Fri Feb 12 2016 07:48:59.821466 4159551184]: [##ERROR##] Initialize(): InitializeGlobals()
    [FAILED]
    Starting EventDBAgent: [Fri Feb 12 2016 07:49:04.831358 4159502032]: [##ERROR##] Initialize(): InitializeGlobals()
    [FAILED]
    Starting PCBangDBAgent: [Fri Feb 12 2016 07:49:09.843746 4159432400]: [##ERROR##] Initialize(): InitializeGlobals()
    [FAILED]
    Starting ChatNode_01: [Fri Feb 12 2016 07:49:14.855754 4160653952]: [##ERROR##] Initialize(): InitializeGlobals()
    [FAILED]
    Starting EventMgrSvr: [Fri Feb 12 2016 07:49:19.865740 4159621760]: [##ERROR##] Initialize(): InitializeGlobals()
    [FAILED]
    Starting AgentShop_01: [Fri Feb 12 2016 07:49:24.874627 4160260736]: [##ERROR##] Initialize(): InitializeGlobals()
    [FAILED]
    Starting LoginSvr_01: [Fri Feb 12 2016 07:49:29.883491 4160272880]: [##ERROR##] Initialize(): InitializeGlobals()
    [FAILED]
    Starting PartySvr_01: [Fri Feb 12 2016 07:49:34.898615 4159867520]: [##ERROR##] Initialize(): InitializeGlobals()
    [FAILED]
    Starting WorldSvr_01_01: [Fri Feb 12 2016 07:49:39.910878 4160002928]: [##ERROR##] Initialize(): InitializeGlobals()
    [FAILED]
    heeelpp me


  2. #2
    Trying to be developer ^^ Dens666 is offline
    MemberRank
    Jul 2010 Join Date
    PolandLocation
    1,080Posts

    Re: Erro in Centos

    First of all you have posted your thread in wrong section. @cypher please move it to right section

    About your problem, simply you can avoid it by install virtualbox instead of VMWare.

  3. #3
    Proficient Member aeyemo is offline
    MemberRank
    Feb 2009 Join Date
    154Posts

    Re: Erro in Centos

    Quote Originally Posted by Davidsonhr1 View Post
    Hi , i need a small help , i am brazilian , my english is bad sorry
    my services no start's

    this error :



    heeelpp me
    you use vmware yes or no?
    (yes
    use command in centos
    as
    service network stop
    ifconfig eth0 down hw ether 80:00:27:xx:xx:xx <<< random your mac
    ifconfig eth0 up
    service network start
    )
    or you use vps for rent
    create scirpt in centos
    as
    vi /root/check_mac.sh
    insert i
    edit script
    service network stop
    ifconfig eth0 down hw ether 80:00:27:xx:xx:xx <<< random your mac
    ifconfig eth0 up
    service network start
    plush esc
    insert :wq
    and use scripts
    ./check_mac.sh
    sorry eng bad ^^

  4. #4
    Valued Member Speranza is offline
    MemberRank
    Jun 2011 Join Date
    /var/www/html/Location
    143Posts

    Re: Erro in Centos

    hello,

    Op. System ? X64 or X86 check this and install your server . Have yum updates ?

  5. #5
    Apprentice Davidsonhr1 is offline
    MemberRank
    Jun 2012 Join Date
    Taboão da SerrLocation
    14Posts

    Re: Erro in Centos

    Yes , yum updates is OK , CentOS release 6.7 (Final) x86_64 , i am use Cloud service ,I can not change my MAC because moving lose the connection to cloud , Yes the system is emulated with VmWare . I pay for this cloud , i need

  6. #6
    Valued Member Speranza is offline
    MemberRank
    Jun 2011 Join Date
    /var/www/html/Location
    143Posts

    Re: Erro in Centos

    And 64 bit centos installed on this server?
    Original serverfiles use you? Or Extornia repack, you can install that server files in x64 system?
    Also already have 2 installer option? Install32 and Install64.sh?

  7. #7
    Account Upgraded | Title Enabled! luis R is offline
    MemberRank
    Nov 2015 Join Date
    467Posts

    Re: Erro in Centos

    don't use yum update if you use higher than 6.5 or else you'll get error on libs and I recommend to use Toast Repack :)

  8. #8
    Trying to be developer ^^ Dens666 is offline
    MemberRank
    Jul 2010 Join Date
    PolandLocation
    1,080Posts

    Re: Erro in Centos

    Quote Originally Posted by luis R View Post
    don't use yum update if you use higher than 6.5 or else you'll get error on libs and I recommend to use Toast Repack :)
    I think you miss understand two similar command yum update and yum upgrade.
    Yum update you can use :)
    I might its even on install file.

  9. #9
    Apprentice Davidsonhr1 is offline
    MemberRank
    Jun 2012 Join Date
    Taboão da SerrLocation
    14Posts

    Re: Erro in Centos

    Thanks , The error disappeared here , however now has another error

    GlobalMgrSvr : error while loading shared libraries: libcrypto.so.6: wrong ELF class: ELFCLASS64



Advertisement