posting server on public server list, could use some help

chrisjose1913
Member
 
Posts: 56
Joined: Wed Nov 12, 2014 23:04
IRC: Hawksquawks
In-game: chrisjose1913

posting server on public server list, could use some help

by chrisjose1913 » Wed Dec 03, 2014 19:37

I am having an issue getting my server on the public server list, all is well with the server config.
My server says it's announcing but my server still does not appear on the minetest server list. I get an error when ever i shut it down, it say something like error: http://minetest.net/servers/announce not found error 500
 

User avatar
Krock
Member
 
Posts: 3598
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker

Re: posting server on public server list, could use some hel

by Krock » Wed Dec 03, 2014 20:09

That error is not important.
If it doesn't appear on the server list can have several reasons:

1) the UDP port for the server is not forwarded = no access from outside
2) server_anounce is set to 0 or false in the configuration
3) curl library is missing in your build
4) a stange bug
Newest Win32 builds - Find a mod - All my mods
ALL YOUR DONATION ARE BELONG TO PARAMAT (Please support him and Minetest)
New DuckDuckGo !bang: !mtmod <keyword here>
 

chrisjose1913
Member
 
Posts: 56
Joined: Wed Nov 12, 2014 23:04
IRC: Hawksquawks
In-game: chrisjose1913

Re: posting server on public server list, could use some hel

by chrisjose1913 » Wed Dec 03, 2014 20:53

Krock wrote:That error is not important.
If it doesn't appear on the server list can have several reasons:

1) the UDP port for the server is not forwarded = no access from outside
2) server_anounce is set to 0 or false in the configuration
3) curl library is missing in your build
4) a stange bug



I can connect and so can others, the UDP port is set fine.

server announce is setup correct

curl library's could be missing although i have install them again and the stop error is not there anymore. i may still be missing some, can anyone give me the command string for the curl libs ? i run it on an ubuntu server.
 

Miner59
Member
 
Posts: 46
Joined: Mon Sep 22, 2014 19:14

Re: posting server on public server list, could use some hel

by Miner59 » Wed Dec 03, 2014 21:58

Hi,
you could try and remove the server address in minetest.cfg.
Just let it empty:

server_address =

I think this was cause of problems for me. Maybe post your other settings here if it then still not work.
Good luck.
 

chrisjose1913
Member
 
Posts: 56
Joined: Wed Nov 12, 2014 23:04
IRC: Hawksquawks
In-game: chrisjose1913

Re: posting server on public server list, could use some hel

by chrisjose1913 » Wed Dec 03, 2014 22:33

Miner59 wrote:Hi,
you could try and remove the server address in minetest.cfg.
Just let it empty:

server_address =

I think this was cause of problems for me. Maybe post your other settings here if it then still not work.
Good luck.

minetest.cfg ? or config ?
 

Miner59
Member
 
Posts: 46
Joined: Mon Sep 22, 2014 19:14

Re: posting server on public server list, could use some hel

by Miner59 » Wed Dec 03, 2014 22:41

Sorry, my mistake.
The correct name is minetest.conf.
 

chrisjose1913
Member
 
Posts: 56
Joined: Wed Nov 12, 2014 23:04
IRC: Hawksquawks
In-game: chrisjose1913

Re: posting server on public server list, could use some hel

by chrisjose1913 » Wed Dec 03, 2014 22:43

Miner59 wrote:Sorry, my mistake.
The correct name is minetest.conf.



# Network port to listen (UDP)
#port = 30000
# Bind address
bind_address = 167.114.71.42
# Name of server
server_name = City light role play
# Description of server
server_description = Mods Mods Mods
# Domain name of server
server_address =
# Homepage of server
server_url = http://minetest.net
# Automaticaly report to masterserver
server_announce = true
# Announce to this masterserver. if you want to announce your ipv6 address - use #serverlist_url = v6.servers.minetest.net
serverlist_url = servers.minetest.net
# Default game (default when creating a new world)
#default_game = minetest
# World directory (everything in the world is stored here)
#map-dir = /custom/world
# Message of the Day
motd = Welcome to City Role play, please read the rules at spawn!
# Maximum number of players connected simultaneously
max_users = 200


this is my config
 

Miner59
Member
 
Posts: 46
Joined: Mon Sep 22, 2014 19:14

Re: posting server on public server list, could use some hel

by Miner59 » Wed Dec 03, 2014 23:03

chrisjose1913 wrote:# Network port to listen (UDP)
#port = 30000
# Bind address
bind_address = 167.114.71.42
# Name of server
server_name = City light role play
# Description of server
server_description = Mods Mods Mods
# Domain name of server
server_address =
# Homepage of server
server_url = http://minetest.net
# Automaticaly report to masterserver
server_announce = true
# Announce to this masterserver. if you want to announce your ipv6 address - use #serverlist_url = v6.servers.minetest.net
serverlist_url = servers.minetest.net
# Default game (default when creating a new world)
#default_game = minetest
# World directory (everything in the world is stored here)
#map-dir = /custom/world
# Message of the Day
motd = Welcome to City Role play, please read the rules at spawn!
# Maximum number of players connected simultaneously
max_users = 200


Three things i would try to change:
1. uncomment the port setting
port = 30000
2. does it understand true? I have this in my config:
server_announce = 1
3.try without ip:
bind_address =
 

chrisjose1913
Member
 
Posts: 56
Joined: Wed Nov 12, 2014 23:04
IRC: Hawksquawks
In-game: chrisjose1913

Re: posting server on public server list, could use some hel

by chrisjose1913 » Thu Dec 04, 2014 01:31

still nothing :(
 

User avatar
Casimir
Member
 
Posts: 1101
Joined: Fri Aug 03, 2012 16:59

Re: posting server on public server list, could use some hel

by Casimir » Thu Dec 04, 2014 08:14

I had this problem too. Just now I reinstalled all the packages mentioned in README.txt
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
build-essential libirrlicht-dev cmake libbz2-dev libpng12-dev libjpeg8-dev libxxf86vm-dev libgl1-mesa-dev libsqlite3-dev libogg-dev libvorbis-dev libopenal-dev libcurl4-gnutls-dev libfreetype6-dev

Then run cmake and make again and it now works.

Not sure what the problem was.
 


Return to Minetest Problems

Who is online

Users browsing this forum: No registered users and 10 guests

cron