Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Linux Servers

Support::Linux Servers Support forum for Linux EQEMu users.

Reply
 
Thread Tools Display Modes
  #31  
Old 10-14-2015, 09:48 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

It may be downloading the update files..but, not saving them.


Does your revision change after the update?

Quote:
Binary Revision / Local: (9087 / 9087)
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #32  
Old 10-14-2015, 09:53 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

You need to make sure that you are running world in context of your server directory

Also, make sure the user you are using to run world can also make folders and files. Beyond that make sure the db_update folder can be written by anything if that doesn't fix it. The db_update.pl script that gets ran by world needs to be able to save files and use them to work with them.
Reply With Quote
  #33  
Old 10-14-2015, 09:58 PM
camryfu
Fire Beetle
 
Join Date: Oct 2015
Posts: 22
Default

Quote:
Originally Posted by Uleat View Post
It may be downloading the update files..but, not saving them.


Does your revision change after the update?
Yes, it changed, and no more update request after ./world start up.

Reply With Quote
  #34  
Old 10-14-2015, 10:05 PM
camryfu
Fire Beetle
 
Join Date: Oct 2015
Posts: 22
Default

Quote:
Originally Posted by Akkadius View Post
You need to make sure that you are running world in context of your server directory

Also, make sure the user you are using to run world can also make folders and files. Beyond that make sure the db_update folder can be written by anything if that doesn't fix it. The db_update.pl script that gets ran by world needs to be able to save files and use them to work with them.
Yes, I run loginserver, world, zone all in server directory:







and the folder own is same user (eqadmin):



it should be written in that folder.
Reply With Quote
  #35  
Old 10-14-2015, 10:07 PM
camryfu
Fire Beetle
 
Join Date: Oct 2015
Posts: 22
Default

Because of no more update need after world startup, I try to re-run client to seek for luck, but crash again.
Reply With Quote
  #36  
Old 10-14-2015, 10:12 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Are you sure that the updates ran? If they aren't able to pull down the manifest and the update files during the update, you may have not actually had anything updated at all.

When the manifest gets pulled down (First option 3 run) you should also see all of the updates you are missing in the same run.

Second run will then apply those updates.

I would set your db_version 'version' column to 0 and run it again manually. If you're missing database schema updates that can cause a client crash inevitably.

If you're completely updated for sure and your client is still crashing, you could have a corrupt character and I would try to make another after you are fully updated.
Reply With Quote
  #37  
Old 10-14-2015, 10:51 PM
camryfu
Fire Beetle
 
Join Date: Oct 2015
Posts: 22
Default

Quote:
Originally Posted by Akkadius View Post
Are you sure that the updates ran? If they aren't able to pull down the manifest and the update files during the update, you may have not actually had anything updated at all.

When the manifest gets pulled down (First option 3 run) you should also see all of the updates you are missing in the same run.

Second run will then apply those updates.

I would set your db_version 'version' column to 0 and run it again manually. If you're missing database schema updates that can cause a client crash inevitably.

If you're completely updated for sure and your client is still crashing, you could have a corrupt character and I would try to make another after you are fully updated.
I set version to '0' and re-update:





then re-run client, it still crashed.
Reply With Quote
  #38  
Old 10-14-2015, 10:56 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Make sure to re-run shared_memory.exe too.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #39  
Old 10-14-2015, 10:58 PM
camryfu
Fire Beetle
 
Join Date: Oct 2015
Posts: 22
Default

re-run world, it seems up to date:

Reply With Quote
  #40  
Old 10-14-2015, 11:03 PM
camryfu
Fire Beetle
 
Join Date: Oct 2015
Posts: 22
Default

Quote:
Originally Posted by Uleat View Post
Make sure to re-run shared_memory.exe too.
Yes, I do re-run share_momery, same result.
Reply With Quote
  #41  
Old 10-15-2015, 12:14 AM
camryfu
Fire Beetle
 
Join Date: Oct 2015
Posts: 22
Default

First, I am happy to tell all of you I have solved this problem, many thanks to you.

It's DB problem.

According to so many missing errors, I decide to download one by one from url, and save it to db_update.

after download them, I re-run "3" to excute these db update sql files, then WOW so happy to see the world.

Hi, Lizardman there!!

Reply With Quote
  #42  
Old 10-15-2015, 12:22 AM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

When I did not see World running, or possibly crashing I figured it was your database.
Reply With Quote
  #43  
Old 10-15-2015, 12:30 AM
camryfu
Fire Beetle
 
Join Date: Oct 2015
Posts: 22
Default

Quote:
Originally Posted by provocating View Post
When I did not see World running, or possibly crashing I figured it was your database.
For two weeks, I almost try every installation guides, linux(ubuntu,debian,fedora), windows.. and five clients(one Titanium, three different source RoF2, and one p1999), finally, it works.
Reply With Quote
  #44  
Old 10-15-2015, 02:47 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Camryfu, I'm glad that you had success with your server!


For reference:

You may still have problems when you update your server.

If downloading updates by hand worked for you, then you may need to do that in the future also.
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote
  #45  
Old 10-15-2015, 08:20 PM
camryfu
Fire Beetle
 
Join Date: Oct 2015
Posts: 22
Default

Quote:
Originally Posted by Uleat View Post
Camryfu, I'm glad that you had success with your server!


For reference:

You may still have problems when you update your server.

If downloading updates by hand worked for you, then you may need to do that in the future also.
Thanks for your advice, I decide to migrate whole system to one deticated ubuntu linux server , not vm, and also seek for the answer why it can't update automatically.
Reply With Quote
Reply


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 On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 05:52 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3