[Opensim-users] The use of "Robust.ini" (not Robust.HG.ini)

Marck marck00 at nexgo.de
Sun Jul 18 08:18:06 UTC 2010


DutchGlory wrote:
>
> whell opensim DOES work with ROBUST.  When you log in to your region, ROBUST
> is checking authentication and user account (to see if user has
> authorisation to tp to that region), checks if region exists and sends
> result back to opensim.
>
> ....
> OpenSim.Services.HypergridService.GatekeeperService [GATEKEEPER SERVICE]:
> Request to login foreign agent Melnik OpenSim @ http://127.0.0.1:9000
> (92b58fcb-d33b-4957-a46d-a6414cf93bb3) at destination Tarja Turunen Island
> OpenSim.Services.HypergridService.GatekeeperService [GATEKEEPER SERVICE]:
> Verifying http://127.0.0.1:9002 against http://127.0.0.1:9002
> OpenSim.Services.HypergridService.GatekeeperService [GATEKEEPER SERVICE]:
> Identity verified for Melnik OpenSim @ http://127.0.0.1:9000
> OpenSim.Services.HypergridService.GatekeeperService [GATEKEEPER SERVICE]:
> User is ok
> OpenSim.Services.PresenceService.PresenceService [PRESENCE SERVICE]:
> LoginAgent 92b58fcb-d33b-4957-a46d-a6414cf93bb3 with session
> 89c6aeac-1551-4af0-91c1-416a738195b9 and ssession
> 3c5baa64-1fcb-4071-bc62-b385fdc9a2cb
> OpenSim.Services.HypergridService.GatekeeperService [GATEKEEPER SERVICE]:
> Login presence ok
> OpenSim.Services.HypergridService.GatekeeperService [GATEKEEPER SERVICE]:
> destination ok: Tarja Turunen Island
> OpenSim.Services.Connectors.Simulation.SimulationServiceConnector [REMOTE
> SIMULATION CONNECTOR]: Posted CreateAgent request to remote sim
> http://127.0.0.1:9000/agent/92b58fcb-d33b-4957-a46d-a6414cf93bb3/, region
> Tarja Turunen Island, x=77056 y=77056
> OpenSim.Services.Connectors.Simulation.SimulationServiceConnector [REMOTE
> SIMULATION CONNECTOR]: DoCreateChildAgentCall reply was {"success":true}
> ....
>
> i think this was the idea for opensim to work with ROBUST. If opensim
> doesn't work with ROBUST, its useless. the same should apply for
> no-hypergrid setup, check authentication, check region (if exits) and start
> teleport. You can even add assets and inventory authentication to ROBUST.
> (not implemented yet)
>
> in my setup i only changed all "800x" ports to "900x".  "800x" is used for
> grid mode (or should be)  and "900x" for stand-alone.  keeping grid mode and
> stand-alone separate.
> I will test with standard (.example) configuration, to see how this goes.
>
>
> thanks

I am sorry, but I still do not understand what your actual question/problem is.

I think there might be a profund misunderstanding on your side about the difference between an OpenSim standalone setup and an OpenSim grid setup.

A standalone setup does not use ROBUST, only a grid setup does.

A standalone setup neither refers to Robust.ini nor to Robust.HG.ini in any way. A standalone setup only runs OpenSim.exe which reads OpenSim.ini and the included files in directory "config-include".

A grid setup runs both OpenSim.exe and Robust.exe. OpenSim.exe only runs the actual region(s) and reads its configuration from OpenSim.ini. In addition, Robust.exe provides the basic simulator services that every region uses, like managing assets, inventory, users, messaging etc. Robust.exe reads its configuration either from Robust.ini or from Robust.HG.ini (in OpenSimulator release 0.7).

HyperGrid is an option for both standalone setups and grid setups. It must be configured in the appropriate configuration files that the different setups use.

Maybe you can rephrase your question and make clear what you actually mean when you say "ROBUST" (the executable Robust.exe, one or several ROBUST services, or one of the configuration files Robust.ini and Robust.HG.ini?) and "opensim" (the exectutable OpenSim.exe, or the configuration file OpenSim.ini?).



More information about the Opensim-users mailing list