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 08-05-2014, 03:48 PM
hayward6
Forum Guide
 
Join Date: Jul 2005
Posts: 468
Default

I believe I have come to a conclusion... There might be too many small issues going on for me to run a server these days :( I cannot fix the buffs dropping, I cannot speak in /ooc and it looks like chat is not connecting at all, and I even noticed that the default login server is wrong in the eqemu_config.xml file... There are probably a dozen little issues that seem to be all over the forum and I probably don't have the skill to figure out all of them.
__________________
Sayin Silverwolf
Server Op of The Sandbox (Non-Legit)
Reply With Quote
  #32  
Old 08-05-2014, 03:56 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Quote:
Originally Posted by hayward6 View Post
I believe I have come to a conclusion... There might be too many small issues going on for me to run a server these days :( I cannot fix the buffs dropping, I cannot speak in /ooc and it looks like chat is not connecting at all, and I even noticed that the default login server is wrong in the eqemu_config.xml file... There are probably a dozen little issues that seem to be all over the forum and I probably don't have the skill to figure out all of them.
It is probably better that we work through them because everyone else is going to run into them and if you just give up then we can't correct the issues.

The buffs issue is related to you missing proper columns in the database, so when you zone the data wasn't actually able to store properly so its not going to be there when the server tries to reassign them to the character.

Check your utils/sql/git/required/ for any missing updates, yours sounds like this:

https://github.com/EQEmu/Server/blob...uff_update.sql

The default config has login.eqemulator.net which is the right one.

The chatserver not being able to connect could be as simple as eqemu_config.xml settings. Hard to know unless we get some sort of error.

/ooc is a rule setting for minimum level required to chat in /ooc.

Quote:
1 Chat:GlobalChatLevelLimit 1
Reply With Quote
  #33  
Old 08-05-2014, 04:00 PM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,165
Default

You may also need to repair the table. (if I it got corrupted some how from a crash or something)
Reply With Quote
  #34  
Old 08-05-2014, 04:09 PM
hayward6
Forum Guide
 
Join Date: Jul 2005
Posts: 468
Default

Quote:
Originally Posted by demonstar55 View Post
You may also need to repair the table. (if I it got corrupted some how from a crash or something)
I don't know... I have now run through this wiki 3 times now from bare metal and I am getting very good at it The database has been dropped and re-downloaded 5 times now and when I look at all the updates they fail to apply because they are already part of it...
Error Code: 1054. Unknown column 'death_save_chance' in 'character_buffs'


in the source that I built this morning downloaded just as described in the wiki the login server information is this...

Code:
<loginserver>
                        <host>eqemulator.net</host>
                        <port>5998</port>
                        <account></account>
                        <password></password>
                </loginserver>
__________________
Sayin Silverwolf
Server Op of The Sandbox (Non-Legit)
Reply With Quote
  #35  
Old 08-05-2014, 04:17 PM
hayward6
Forum Guide
 
Join Date: Jul 2005
Posts: 468
Default

I was able to find the chat in ooc minimum and changed it. Testing that now. Wow there are a lot more rules and variables then I remember
__________________
Sayin Silverwolf
Server Op of The Sandbox (Non-Legit)
Reply With Quote
  #36  
Old 08-05-2014, 04:25 PM
hayward6
Forum Guide
 
Join Date: Jul 2005
Posts: 468
Default

Quote:
Originally Posted by Akkadius View Post

Check your utils/sql/git/required/ for any missing updates, yours sounds like this:
That might be the problem... I don't have a /source/utils/sql/git folder at all... I have an svn folder...
__________________
Sayin Silverwolf
Server Op of The Sandbox (Non-Legit)
Reply With Quote
  #37  
Old 08-05-2014, 05:38 PM
hayward6
Forum Guide
 
Join Date: Jul 2005
Posts: 468
Default

Here's one more symptom just so we have a complete list. Every time I create a new character my client crashes and I have to login again to choose the character. I am using SOF
__________________
Sayin Silverwolf
Server Op of The Sandbox (Non-Legit)
Reply With Quote
  #38  
Old 08-05-2014, 05:40 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Quote:
Originally Posted by hayward6 View Post
Here's one more symptom just so we have a complete list. Every time I create a new character my client crashes and I have to login again to choose the character. I am using SOF
Use Underfoot client, SoF has aids
Reply With Quote
  #39  
Old 08-05-2014, 06:25 PM
hayward6
Forum Guide
 
Join Date: Jul 2005
Posts: 468
Default

Quote:
Originally Posted by Akkadius View Post
Use Underfoot client, SoF has aids
haha, I actually have been very good about downloading all of the supported clients as they come along, so I have Titanium - Rain of Fear to test out. I will work on that next
__________________
Sayin Silverwolf
Server Op of The Sandbox (Non-Legit)
Reply With Quote
  #40  
Old 08-05-2014, 06:52 PM
hayward6
Forum Guide
 
Join Date: Jul 2005
Posts: 468
Default

Well, Rain of Fear seems to work ok, but the buffs are still dropping at zone.
__________________
Sayin Silverwolf
Server Op of The Sandbox (Non-Legit)
Reply With Quote
  #41  
Old 08-05-2014, 08:25 PM
Shin Noir's Avatar
Shin Noir
Legendary Member
 
Join Date: Apr 2002
Location: Seattle, WA
Posts: 502
Default

When I get home and get some time, I'll go through all your topics and see if I can help you. Don't spend too much time debugging your challenges, just tell me your issues and I'll help resolve them if I can replicate them.

E.g. I didn't test buffs if they dropped during zone. If I can repeat it, no reason for you to debug it. If I can't repeat it, it may be isolated on the steps.

Here's my list:
  • Every time I create a new character my client crashes and I have to login again to choose the character. I am using SOF. <-- I use UF, I have titanium and SOF, I'll test and see if I can repeat your challenge with my instance.
  • "Check your utils/sql/git/required/ for any missing updates, yours sounds like this:"
    That might be the problem... I don't have a /source/utils/sql/git folder at all... I have an svn folder... Yep, the instructions is using svn copy. (This was based on the original debian one). I'll look into this more, and see which is newer/preferred (#1 Issue I have is there's a lot of deprecated code available online that isn't kept up to date)
  • <host>eqemulator.net</host><port>5998</port> <-- should login.eqemulator.net for UF, I'll verify for SoF


I think I missed some topics, I'll review the comments when I get home.
__________________

~Shin Noir
DungeonEQ.com
Reply With Quote
  #42  
Old 08-05-2014, 08:51 PM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,165
Default

It sounds like you're using old source with new DB, which will cause issues
Reply With Quote
  #43  
Old 08-05-2014, 09:22 PM
Shin Noir's Avatar
Shin Noir
Legendary Member
 
Join Date: Apr 2002
Location: Seattle, WA
Posts: 502
Default

@demonstar:
I was following
http://wiki.eqemulator.org/p?EQEmu_on_Debian_6_VM

For my new wiki, here:
http://wiki.eqemulator.org/p?EQEmu_o...n_7_Virtualbox

specifically,
$ svn co http://projecteqemu.googlecode.com/svn/ eqemu
$ svn co http://eqemu-maps.googlecode.com/svn/trunk/ maps

Looks like : https://code.google.com/p/projecteqemu/source/list is feb 17th 2013

Hmm, I need to change it to this I think: https://github.com/EQEmu/Server/

Right?
__________________

~Shin Noir
DungeonEQ.com
Reply With Quote
  #44  
Old 08-05-2014, 10:04 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Yeah were on Git now, definitely not SVN.

That's a problem.
Reply With Quote
  #45  
Old 08-05-2014, 11:56 PM
Shin Noir's Avatar
Shin Noir
Legendary Member
 
Join Date: Apr 2002
Location: Seattle, WA
Posts: 502
Default

Yep, I'm writing revisions to the instructions. Give me a bit, hayward, i'm going to compile and do some testing.
To give an idea of what i'm adding:
<li>$ sudo apt-get install git </li>
<li>$ rm -rf ~/source/*</li>
<li>$ rm -rf ~/eqemu/</li>
<li>$ git clone git://github.com/EQEmu/Server.git eqemu</li>
<li>$ cd ~/eqemu/</li>
<li>sudo apt-get install libboost-dev</li>
<li>sudo apt-get install liblua5.1-dev</li>
<li>cmake .</li>
<li>make</li>


But I'm not 100% sure libboost-dev and liblua5.1-dev, they seem to make cmake happy.
libboost1.49-dev libicu48 <-- installed as default on deb7

If any dev wants to confirm that, it'd be neat. Trying to keep my process simple enough.
__________________

~Shin Noir
DungeonEQ.com
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 07:38 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