[CentOS] Setting up your Aura Kingdom Server

Page 60 of 76 FirstFirst ... 1050525354555657585960616263646566676870 ... LastLast
Results 886 to 900 of 1127
  1. #886
    Alpha Member Hycker is offline
    MemberRank
    Dec 2010 Join Date
    /root/gameguardLocation
    1,587Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    -Start the server
    -try to log in
    -DON'T SHUT DOWN THE SERVER AT THIS POINT
    -Press ctrl+r in winscp while u are in any folder
    -logs should appear
    -profit

    Sent from my SM-N910F using Tapatalk

  2. #887
    Apprentice Nozad is offline
    MemberRank
    Jun 2017 Join Date
    20Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Hycker View Post
    -Start the server
    -try to log in
    -DON'T SHUT DOWN THE SERVER AT THIS POINT
    -Press ctrl+r in winscp while u are in any folder
    -logs should appear
    -profit

    Sent from my SM-N910F using Tapatalk
    you want test.log right?

    - - - Updated - - -

    WorldServer
    test.log

    1,2017/06/06 22:28:33,Setup.ini Load MaxCharacterNumber [12] 2,2017/06/06 22:28:33,Open Database Failed:hostaddr=127.0.0.1 user=postgres password='Zxcv1234' dbname=ffdb11



    ZoneServer
    test.log

    286,2017/06/06 22:28:38,Open Database Failed:hostaddr=127.0.0.1 user=postgres password='Zxcv1234' dbname=ffdb11




    loginserver
    test.log

    https://pastebin.com/raw/90hM13hw

  3. #888
    Member ferasn is offline
    MemberRank
    Sep 2013 Join Date
    54Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    The logs tell the problem itself.
    Worldserver and zone server are not connecting to the db.
    Change ip in setup.ini to your centos vm ip and put the correct username and password.

    Don't forget to edit setup.ini for ticketserver also, it's an important step for the server to work.
    Last edited by ferasn; 06-06-17 at 10:52 PM.

  4. #889
    Apprentice Nozad is offline
    MemberRank
    Jun 2017 Join Date
    20Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by ferasn View Post
    The logs tell the problem itself.
    Worldserver and zone server are not connecting to the db.
    Change ip in setup.ini to your centos vm and put the correct username and password.
    change all the ips right?
    [Common]
    GameDBIP=127.0.0.1
    GameDB=ffdb11
    GameDBUser=postgres
    GameDBPassword=Zxcv1234
    Language=X
    Locate=US
    LogFile=Test.log
    AccountDBIP=127.0.0.1
    AccountDBName=ffaccount
    AccountDBUser=postgres
    AccountDBPW=Zxcv1234
    TicketServerIP=127.0.0.1
    TicketServerPort=18624
    BillingGatewayIP=127.0.0.1
    BillingGatewayPort=5560
    BillingGatewayPaymentIP=127.0.0.1
    BillingGatewayPaymentPort=5560
    BillingGatewayWorldIP=127.0.0.1
    BillingGatewayWorldPort=5560
    PlayerRoomWorldID=1010
    PingAlive=1
    CrossWorldID=1020
    TerritoryWorldID=1020
    ColosseumWorldID=1020
    FightZoneWroldID=1020
    MaintenanceDate=2
    RankAward=1
    NAT=0
    AchievementGroupCheck=0
    MaxCharacterNumber=12


    [MissionServer]
    ReserveDeletedCharDays=90
    DBAgentSavePeriod=20
    MissionServerLogLevel=1
    MissionServerAssert=0
    GoldRange=10000.50000.100000.200000.500000.1000000.2000000.3000000.10000000.100000000
    RecordGoldvalue=1000000


    [WorldServer]
    LoadServerStatus=1
    WorldServerLogLevel=1
    WorldServerAssert=0
    FarmWorldID=0


    [ZoneServer]
    HeartBeat=1

  5. #890
    Member ferasn is offline
    MemberRank
    Sep 2013 Join Date
    54Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Yes and also in setup.ini in the gateawayserver

  6. #891
    Alpha Member Hycker is offline
    MemberRank
    Dec 2010 Join Date
    /root/gameguardLocation
    1,587Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Change 127.0.0.1 to localhost or to the ipv4 IP from eth0. To get that just run
    ifconfig

    Sent from my SM-N910F using Tapatalk

  7. #892
    Apprentice Nozad is offline
    MemberRank
    Jun 2017 Join Date
    20Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by ferasn View Post
    Yes and also in setup.ini in the gateawayserver
    new thing happend with the same problem
    worldserver
    test.log

    https://pastebin.com/raw/4WjYic70

    - - - Updated - - -

    Quote Originally Posted by Hycker View Post
    Change 127.0.0.1 to localhost or to the ipv4 IP from eth0. To get that just run
    ifconfig

    Sent from my SM-N910F using Tapatalk




    yeah i did that bri but there is new logfile form WorldServer with error in it if you may take a look at it

  8. #893
    Alpha Member Hycker is offline
    MemberRank
    Dec 2010 Join Date
    /root/gameguardLocation
    1,587Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Your database is totally broken. Guess when u downloaded the files u didn't checked / care about sql errors. There is ownership regards to eperty in every file so u need u rewrite it then drop all ak database and recreate with the fixed one

    Sent from my SM-N910F using Tapatalk

  9. #894
    Apprentice Nozad is offline
    MemberRank
    Jun 2017 Join Date
    20Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Hycker View Post
    Your database is totally broken. Guess when u downloaded the files u didn't checked / care about sql errors. There is ownership regards to eperty in every file so u need u rewrite it then drop all ak database and recreate with the fixed one

    Sent from my SM-N910F using Tapatalk
    sorry guys for this long talking i'v made but in a simple word what should i do now just give me steps like you did with log files

  10. #895
    Alpha Member Hycker is offline
    MemberRank
    Dec 2010 Join Date
    /root/gameguardLocation
    1,587Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Open any sql file what u downloaded with npp
    Search for owner
    Must be epery"something"
    Search and replace
    Search for eperty"something"
    Replace with your psql username
    Save and exit
    Go to psql with ur favorite manager
    Drop all AK related database
    Recreate em
    Import sql files what u made in 2, 3, and 4 step
    If there is error drop databases again and do it via command line (tutorial given in first post)
    Start your server

    Sent from my SM-N910F using Tapatalk

  11. #896
    Apprentice Nozad is offline
    MemberRank
    Jun 2017 Join Date
    20Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Hycker View Post
    Open any sql file what u downloaded with npp
    Search for owner
    Must be epery"something"
    Search and replace
    Search for eperty"something"
    Replace with your psql username
    Save and exit
    Go to psql with ur favorite manager
    Drop all AK related database
    Recreate em
    Import sql files what u made in 2, 3, and 4 step
    If there is error drop databases again and do it via command line (tutorial given in first post)
    Start your server

    Sent from my SM-N910F using Tapatalk
    ddo you have any good database that will work without any problem ?

  12. #897
    Alpha Member Hycker is offline
    MemberRank
    Dec 2010 Join Date
    /root/gameguardLocation
    1,587Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    U have to make it for yourseld

    Sent from my SM-N910F using Tapatalk

  13. #898
    Apprentice Nozad is offline
    MemberRank
    Jun 2017 Join Date
    20Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Hycker View Post
    U have to make it for yourseld

    Sent from my SM-N910F using Tapatalk

    sorry lol i mean server files

  14. #899
    Alpha Member Hycker is offline
    MemberRank
    Dec 2010 Join Date
    /root/gameguardLocation
    1,587Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Lazy.... I'm out now. If u give up at the first time leave from ak section. That's not one click repack

    Sent from my SM-N910F using Tapatalk

  15. #900
    Apprentice Nozad is offline
    MemberRank
    Jun 2017 Join Date
    20Posts

    Re: [CentOS] Setting up your Aura Kingdom Server

    Quote Originally Posted by Hycker View Post
    Lazy.... I'm out now. If u give up at the first time leave from ak section. That's not one click repack

    Sent from my SM-N910F using Tapatalk
    no i will do it no matter what thank you i really really appreciate your help
    thank you so much



Advertisement