Re: [Flightgear-devel] I need a tiny bit of help if possible.

2013-04-30 Thread Arnt Karlsen
On Tue, 30 Apr 2013 07:02:52 +0100, Alex wrote in message 
dub122-ds225618437bfa38b6caf244de...@phx.gbl:

 Hello there,
 
  
 
 In the http://wiki.flightgear.org/Howto:Set_up_a_multiplayer_server
 article/page.
 
  
 
 I found on this line in the CompilingFGMS section:
 
  
 
 Once the program has been installed, you need to copy the
 fgms_example.conf file from the /fgms/fgms-0-x/src/server directory,
 into the build-fgms directory. To do this from inside
 the /fgms/fgms-0-x/src/server directory, you can use this command:
 cp ./fgms_example.conf ~/build-fgms/


 I do exactly what the tutorial says, but I get stuck when it gets to
 fgms_example.conf, which I can't find in the directory that it says
 its in.
 
  
 
 Could you please help me? Also, Do servers have to be on a specific
 port?
 
..if you have ssh on your server-box, try:
scp fgms_example.conf user@server-box:/path/ 

..other ideas: netcat, ftp or just type it in from ssh,
many ways to skin this cat.

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.

--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] I need a tiny bit of help if possible.

2013-04-30 Thread Geoff McLane
Hi Alex,

Sorry, we recently moved the 'sample' config file 
to the directory contrib/etc, and changed its name
to fgms_production.ske.conf, and 'forgot' ;=(( to 
update the source docs, and the wiki...

I, or someone, will get around to fixing this 
documentation soonest...

Since fgms has a command line option where you 
can give the config file name - run 
$ ./fgms --help 
to see the options - then your config file can 
be anywhere, and called anything...

But the 'usual' unix location is 
/usr/etc/fgms.conf

 Do servers have to be on a specific port?

Public fgms usually use port 5000 to receive 
data packets from each instance of fgfs running 
in multiplay mode, and 5001 as the telnet port.

Others could be used, but it could be confusing 
to users...

If you want to run and join our 'public' list 
of fgms you need to apply here to Curt to get 
a mpserver number, and he will then add you 
to the flightgear.org dns records...

See here -
 http://mpmap01.flightgear.org/mpstatus/
or here -
 http://mpserver15.flightgear.org/mpserverstatus/
or other status pages for the current list of 
'public' fgms servers...

But as a private, or test server you can use any 
ports you like. And we have a config sample for 
that - see contrib/etc/fgms_local.skel.conf

Advise if you need more help... it sounds like 
you were able to get it compiled ok...

Regards,
Geoff.

On Tue, 2013-04-30 at 07:02 +0100, Alex Turner wrote:
 Hello there,
  
 In the http://wiki.flightgear.org/Howto:Set_up_a_multiplayer_server
 article/page.
  
 I found on this line in the CompilingFGMS section:
  
 Once the program has been installed, you need to copy the
 fgms_example.conf file from the /fgms/fgms-0-x/src/server directory,
 into the build-fgms directory. To do this from inside
 the /fgms/fgms-0-x/src/server directory, you can use this command:
 cp ./fgms_example.conf ~/build-fgms/
  
 I do exactly what the tutorial says, but I get stuck when it gets to
 fgms_example.conf, which I can’t find in the directory that it says
 its in.
  
 Could you please help me? Also, Do servers have to be on a specific
 port?
 




--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with 2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel