Installing a server on Debian Linux (trying)
Hi,
Sorry if some of this has been addressed elsewhere, I have search around the forums and didn't see what I was looking for. I am (trying) building a EQEmulator server on debian linux. I am only using this as a server no client running on it. I am installing EQEmu on Debian (I understand that is the preferred OS for support around here) :-). I am following the Wiki for Debian install. The switch to SVN seems to have happened after the guide was written so I sort of fell into the wind during my install. I installed the source from the SVN and complied it. I created the symbolic links to the needed files in my server directory. I have MySQL installed. I downloaded the peq database using SVN and the peq quests using SVN. I loaded the database into MySQL. I copied the quests into my eqemu server directory. I am lost with maps is there an SVN for those? I have found a number of links and I am not sure which one is the current versions. Once I get them do I simply copy them into the maps directory under EqEmu? I know i need to modify my eqemu_config.xml file. If I wanted to create a private server (for the moment) do i simply change the short and long names and the ip addresses? (I would like the server accessible from both inside and outside my network (I have set the port forwarding on my router to this server). Finally, how do I start the server so clients can connect, create accounts, and play. Are the three scripts in the Debian Wiki the correct way to run things these days? I have read about Minilogin, I assume I will need to install and run this to connect clients as well but the Wiki didn't mention it so i was not certain. Any help is appreciated, and again sorry if I am duplicating questions. Jim |
Update - Got my world server running. It launched 5 dynamic zones . It is using the eqemulator.net login server or so it appears. I am fine with running a public server (was a long term goal anyways). :-)
I am still lost about what maps files I need to put in my server/Maps directory. Do I need to register my server with the eqemulator.net site for people to access it? Once my server is on eqemulator all I need to do is point my eqhosts.txt in my EQ Titanium directory at eqemulator.net:5998? I assume I need to create an account for me there as well right? :-) Code:
29259 [05.18. - 11:16:49] [NET__IDENTIFY] Registered patch 6.2 |
ok,
I loaded the Maps from the Debian Wiki into the Maps directory on my server. I can bring my client up and see the Server listed on the eqemulator.net login server. (New Firiona Vie) I have connected to it and created a character on my server. I checked the DB and everything created correctly. I tried to logon to the server and I am getting a Zone not available error. When I looked in my logs I have an Error #1054 listed below. I think I am pretty close to operational. I am now pretty stuck though. This error is a bit beyond my ability to debug and work around. Any help is appreciated. Code:
Error in instZOrgID query in database.cpp GetZoneName'SELECT instZOrgID FROM character_ WHERE instZflagNum=77' #1054: Unknown column 'instZOrgID' in 'field list' |
Make sure to use the updates in the update folder... I think the latest PEQ also is using the branch of the SVN
|
http://eqemulator.net/forums/showthr...ght=instzorgid
You could try to add the removed columns back to your DB Code:
ALTER table character_ ADD column `instZflagNum` int(10) unsigned NOT NULL default '0'; |
I think it is getting close now. I ran the queries above and added those fields back into the character_ table.
My friend just tried to logon while I watched the logs, this is the log entries from the eqemu_debug_world.log Code:
29921 [05.18. - 16:54:12] [WORLD__CLIENT] Connection 67.82.63.141 PASSED banned IPs check. Processing connection. |
Looking back through the SQL changes, this looks like it may also be needed for the old instancing system:
Code:
ALTER TABLE `zone` ADD column `insttype` tinyint (1) zerofill unsigned NOT NULL default '0'; Code:
INSERT INTO variables VALUES ('curInstFlagNum', 2000, 'Determines what instance flag will be handed out next', '2008-09-05 04:46:47'); |
That was already in the DB in the zone table. So I couldn't add it. It seems to be having trouble finding any zone. The zone tables are populated though, I can see the data.
|
The problem seems to be in the zones somehow.
30055 [05.18. - 17:12:35] [WORLD__CLIENT_ERR] Koloth: Zone not found in database zone_id=189, moveing char to arena character:Yunashen 30055 [05.18. - 17:12:35] [WORLD__CLIENT] Koloth: Attempting autobootup of (null) (189) |
I edited my post to reflect a couple of variable table entries. If that doesn't work, I give up :(
|
if Derisions last edit does not work for you, the stock PEQ DB works just fine if you compile the branch instead of the trunk... Quick solution instead of tracking done all of the missed updates.
|
I have it working now. I added in Derisions SQL and then I loaded a different set of maps. I had used the maps listed in the wiki initially and just changed it out with the SVN http://code.google.com/p/eqemumaps/
Once I loaded the new maps everything started working, I assume either there was a missing map, or a corrupt map in the tarball listed in the wiki. New Firiona Vie is now active on a dedicated Debian server and available through the eqemluator public login server. I am running an unmodified peq db (although I may make some minor changes as time progresses). Thank you for all the help. I really appreciate the effort and I hope I will be able to provide some assistance back to others as I become more familiar with the system. :-) |
This post should help out since we have just switched to Debian on a brand new dedicated.. Glad you got it figured out for the most part..
If I find any tips or help I will let you know.. King www.raidaddicts.org |
Thanks, any tips are appreciatted. :-)
It has been running steady since my last post, no reboots or shutdowns. Things seem pretty stable. |
Quote:
Cheers. Now that I know how to cure that one, will update binaries from SVN and hope it still works, if not at least can revert! :D |
All times are GMT -4. The time now is 07:29 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.