Quote:
thanks for all your hard work hayward! And thanks to all other developers with any tips they have about my build process. I took in your steps demonstar55 to ensure their implementation was included on mine. |
Yes, it is a serious goal to make getting a server setup easy and keep it easy. It is something I look to be addressing fairly soon here. So Shin's contribution to the Linux guide is amazing.
Thanks all |
So, now that internal things seem to be working properly. Here is a short list of the management issues I am having.
1. cannot access http to manage server. I have the 9080 port forwarded but it just doesn't seem to even acknowledge a listening application, so I never get to a login screen (I used to like this portal for a quick description of who is logged on and for the ability to lock and unlock the server remotely) 2. phpeditor is still messed up, but I just remembered that I never sourced in the new sql statement from the proper database. 3. everytime I zone I see a message in red about the chat channel being disconnected. This might be nothing, but I did see another thread that mentioned changing the address in the emu config from channel.eqemulator.net to the host address. I changed it to 127.0.0.1 and I haven't seen any change in that. Chat seems to be working fine though... |
1. I'm not familiar with the 9080 system, can you clarify this system? I wrote a preliminary instruction of setup on step 25 (Remote Web Management), it isn't binding the port properly however, maybe a dev can confirm it's setup? (Can't find it in windows setup instructions either).
2. Yeah, the phpeditor step in my instructions should get it working, I've been using it with the steps I noted. 3. ucs isn't started/configured with my setup, I can add that real quick. I added step 24, which sets up Universal Chat Service (ucs). I didn't fully configure the general channels etc, but it at least starts up it appears. When we get this all cleaned up and done, I'll rewrite that startup script you noted to include my config settings, and also how to auto start your server on server bootup, but waiting for all bugs to be found. I'll also likely remake my videos once all instructions are done and solidified. And I'm also planning to EXPLAIN each section soon, instead of just giving steps. And lastly, I'll probably have a step talking about how to use iptables to increase security of what ports you're forwarding. Let me know of any other issues, and if above helps you out. |
I think latest is giving no NPC's.
I debugged with this: $ tail -f ~/server/logs/zone-dynamic_05.log Error loading NPCs from database. Bad query: #1054: Unknown column 'npc_types.ammo_idfile' in 'field list' peqbeta_2014-07-23-02-01.tar.gz inside peqbeta*.sql file line 37124: Code:
CREATE TABLE `npc_types` ( then got Error loading NPCs from database. Bad query: #1054: Unknown column 'npc_types.ranged_type' in 'field list' so, ALTER TABLE `eq`.`npc_types` ADD COLUMN `ammo_idfile` INT NULL DEFAULT 0 AFTER `fixed`; Error loading NPCs from database. Bad query: #1054: Unknown column 'npc_types.Avoidance' in 'field list' ALTER TABLE `eq`.`npc_types` ADD COLUMN `Avoidance` INT NULL DEFAULT 0 AFTER `fixed`; And, now we are in business.. NPC's load. Obviously, this is because peqbeta's SQL tables doesn't have all the fields that the latest EQEMU is expecting |
Quote:
|
I'm not 100% certain, but I don't think anyone is able to play on my server. I have a bunch of empty accounts, and the few characters that are created are all at the same location in tutorialb. I am going to try and hit it from outside today and see what I get.
|
Quote:
|
This is weird... It seems that my router does not forward port ranges... It has a place for it, but any range I put in does not work. Adding the entire server to the DMZ for now and I am up and running. This is not related to the wiki. Looks like I need a better router :)
|
I use a Netgear WNR2000v4 and it allows ranges and I have no problem with port-forwarding, here's a link to a similar version.
|
I'd maybe check:
Do you have DMZ set? Some times DMZ screws with port range. Do you have a single port forwarded that the port range includes? Some times, port range can be lesser priority than a single port. And yeah, let us know the router details, there's wizards online. To debug your setup, seeing if ports are being listened to on your server: $ netstat -vatn Here's how mine looks: Code:
tcp 0 0 0.0.0.0:9000 0.0.0.0:* LISTEN Code:
Proto Recv-Q Send-Q Local Address Foreign Address State http://www.subnetonline.com/pages/ne...rt-scanner.php |
Ignore-Solved
|
Sorry for this necro post, but I'm just noting that I'm planning to make an easier, all-platform solution for getting eqemu up. The new setup will take as little as 5 steps.
|
That would be great.
|
All times are GMT -4. The time now is 06:50 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.