[Opensim-users] Robust and Hypergrid configuration?

John Sheridan john at pseudospace.net
Wed Jan 16 05:31:16 UTC 2013


Ok, so I got it all working it seems. I can long in, teleport out to 
other grids, and teleport back home.  However people teleporting to me 
from other grids can't get in.  Its tossing out "Teleport failed: 
refused".  I somehow get the feeling this is a permissions issue 
somewhere, but I'm not sure where to look?


On 01/15/2013 10:16 PM, John Sheridan wrote:
> OOH! OOH!  Ok, got it to work.  I was able to jump over to Hyperica! 
> Now to figure out why its not letting me access my inventory 
> remotely...  :P
>
> On 01/15/2013 09:30 PM, John Sheridan wrote:
>> Hi Justin.  I've tried the 0.7.4 and 0.7.5 binaries from the website, 
>> and now I'm a build of 0.7.5-postifxes I pulled via git.  All three 
>> are doing the same thing, which makes me think this is likely a case 
>> of stupid user syndrome on my part.  Everything seems to be working 
>> just fine, except each time I try to pull up a hypergrid link it 
>> gives me:
>>
>> [18:21] Orion Pseudo: 
>> secondlife://hg.hyperica.com:8022:Hyperica%20Lower/99/103/25
>> [18:21] Second Life: No regions found with that name.
>>
>> The output from config show is as follows for the robust server:
>>
>> [Startup]
>>   RegistryLocation = .
>>   ConfigDirectory = /home/opensim/etc/Configs
>> [ServiceList]
>>   AssetServiceConnector = 
>> 8003/OpenSim.Server.Handlers.dll:AssetServiceConnector
>>   InventoryInConnector = 
>> 8003/OpenSim.Server.Handlers.dll:XInventoryInConnector
>>   VoiceConnector = 
>> 8004/OpenSim.Server.Handlers.dll:FreeswitchServerConnector
>>   GridServiceConnector = 
>> 8003/OpenSim.Server.Handlers.dll:GridServiceConnector
>>   GridInfoServerInConnector = 
>> 8002/OpenSim.Server.Handlers.dll:GridInfoServerInConnector
>>   AuthenticationServiceConnector = 
>> 8003/OpenSim.Server.Handlers.dll:AuthenticationServiceConnector
>>   OpenIdServerConnector = 
>> 8002/OpenSim.Server.Handlers.dll:OpenIdServerConnector
>>   AvatarServiceConnector = 
>> 8003/OpenSim.Server.Handlers.dll:AvatarServiceConnector
>>   LLLoginServiceInConnector = 
>> 8002/OpenSim.Server.Handlers.dll:LLLoginServiceInConnector
>>   PresenceServiceConnector = 
>> 8003/OpenSim.Server.Handlers.dll:PresenceServiceConnector
>>   UserAccountServiceConnector = 
>> 8003/OpenSim.Server.Handlers.dll:UserAccountServiceConnector
>>   GridUserServiceConnector = 
>> 8003/OpenSim.Server.Handlers.dll:GridUserServiceConnector
>>   FriendsServiceConnector = 
>> 8003/OpenSim.Server.Handlers.dll:FriendsServiceConnector
>>   MapAddServiceConnector = 
>> 8003/OpenSim.Server.Handlers.dll:MapAddServiceConnector
>>   MapGetServiceConnector = 
>> 8002/OpenSim.Server.Handlers.dll:MapGetServiceConnector
>>   GatekeeperServiceInConnector = 
>> 8002/OpenSim.Server.Handlers.dll:GatekeeperServiceInConnector
>>   UserAgentServerConnector = 
>> 8002/OpenSim.Server.Handlers.dll:UserAgentServerConnector
>>   HeloServiceInConnector = 
>> 8002/OpenSim.Server.Handlers.dll:HeloServiceInConnector
>>   HGFriendsServerConnector = 
>> 8002/OpenSim.Server.Handlers.dll:HGFriendsServerConnector
>>   InstantMessageServerConnector = 
>> 8002/OpenSim.Server.Handlers.dll:InstantMessageServerConnector
>>   HGInventoryServiceConnector = 
>> HGInventoryService at 8002/OpenSim.Server.Handlers.dll:XInventoryInConnector
>>   HGAssetServiceConnector = 
>> HGAssetService at 8002/OpenSim.Server.Handlers.dll:AssetServiceConnector
>> [Network]
>>   port = 8003
>> [DatabaseService]
>>   StorageProvider = OpenSim.Data.MySQL.dll
>>   ConnectionString = Data Source=localhost;Database=grid;User 
>> ID=opensim;Password=CENSORED;Old Guids=true;
>> [AssetService]
>>   LocalServiceModule = OpenSim.Services.AssetService.dll:AssetService
>>   DefaultAssetLoader = OpenSim.Framework.AssetLoader.Filesystem.dll
>>   AssetLoaderArgs = ./assets/AssetSets.xml
>> [InventoryService]
>>   LocalServiceModule = 
>> OpenSim.Services.InventoryService.dll:XInventoryService
>> [GridService]
>>   LocalServiceModule = OpenSim.Services.GridService.dll:GridService
>>   HypergridLinker = true
>>   AssetService = OpenSim.Services.AssetService.dll:AssetService
>>   Gatekeeper = http://grid.pseudospace.net:8002
>> [FreeswitchService]
>>   LocalServiceModule = 
>> OpenSim.Services.FreeswitchService.dll:FreeswitchService
>> [AuthenticationService]
>>   LocalServiceModule = 
>> OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService
>> [OpenIdService]
>>   AuthenticationServiceModule = 
>> OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService
>>   UserAccountServiceModule = 
>> OpenSim.Services.UserAccountService.dll:UserAccountService
>> [UserAccountService]
>>   LocalServiceModule = 
>> OpenSim.Services.UserAccountService.dll:UserAccountService
>>   AuthenticationService = 
>> OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService
>>   PresenceService = OpenSim.Services.PresenceService.dll:PresenceService
>>   GridService = OpenSim.Services.GridService.dll:GridService
>>   InventoryService = 
>> OpenSim.Services.InventoryService.dll:XInventoryService
>>   AvatarService = OpenSim.Services.AvatarService.dll:AvatarService
>>   CreateDefaultAvatarEntries = true
>> [GridUserService]
>>   LocalServiceModule = 
>> OpenSim.Services.UserAccountService.dll:GridUserService
>> [PresenceService]
>>   LocalServiceModule = 
>> OpenSim.Services.PresenceService.dll:PresenceService
>> [AvatarService]
>>   LocalServiceModule = OpenSim.Services.AvatarService.dll:AvatarService
>> [FriendsService]
>>   LocalServiceModule = 
>> OpenSim.Services.FriendsService.dll:FriendsService
>> [LibraryService]
>>   LibraryName = OpenSim Library
>>   DefaultLibrary = ./inventory/Libraries.xml
>> [LoginService]
>>   LocalServiceModule = 
>> OpenSim.Services.LLLoginService.dll:LLLoginService
>>   UserAccountService = 
>> OpenSim.Services.UserAccountService.dll:UserAccountService
>>   GridUserService = 
>> OpenSim.Services.UserAccountService.dll:GridUserService
>>   AuthenticationService = 
>> OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService
>>   InventoryService = 
>> OpenSim.Services.InventoryService.dll:XInventoryService
>>   AvatarService = OpenSim.Services.AvatarService.dll:AvatarService
>>   PresenceService = OpenSim.Services.PresenceService.dll:PresenceService
>>   GridService = OpenSim.Services.GridService.dll:GridService
>>   SimulationService = 
>> OpenSim.Services.Connectors.dll:SimulationServiceConnector
>>   LibraryService = OpenSim.Services.InventoryService.dll:LibraryService
>>   UserAgentService = 
>> OpenSim.Services.HypergridService.dll:UserAgentService
>>   FriendsService = OpenSim.Services.FriendsService.dll:FriendsService
>>   WelcomeMessage = Welcome to Pseudospace!
>>   AllowRemoteSetLoginLevel = false
>>   MapTileURL = http://grid.pseudospace.net:8002
>>   GatekeeperURI = http://grid.pseudospace.net:8002
>>   SRV_HomeURI = http://grid.pseudospace.net:8002
>>   SRV_InventoryServerURI = http://grid.pseudospace.net:8002
>>   SRV_AssetServerURI = http://grid.pseudospace.net:8002
>>   SRV_ProfileServerURI = http://grid.pseudospace.net:8002
>>   SRV_FriendsServerURI = http://grid.pseudospace.net:8002
>>   SRV_IMServerURI = http://grid.pseudospace.net:8002
>>   DSTZone = America/Los_Angeles;Pacific Standard Time
>> [MapImageService]
>>   LocalServiceModule = 
>> OpenSim.Services.MapImageService.dll:MapImageService
>> [GridInfoService]
>>   login = http://grid.pseudospace.net:8002/
>>   gridname = Pseudospace
>>   gridnick = pseudospace
>>   welcome = http://www.pseudospace.net/welcome
>>   about = http://www.pseudospace.net/about/
>>   gatekeeper = http://grid.pseudospace.net:8002/
>>   uas = http://grid.pseudospace.net:8002/
>> [GatekeeperService]
>>   LocalServiceModule = 
>> OpenSim.Services.HypergridService.dll:GatekeeperService
>>   UserAccountService = 
>> OpenSim.Services.UserAccountService.dll:UserAccountService
>>   UserAgentService = 
>> OpenSim.Services.HypergridService.dll:UserAgentService
>>   PresenceService = OpenSim.Services.PresenceService.dll:PresenceService
>>   GridService = OpenSim.Services.GridService.dll:GridService
>>   AuthenticationService = 
>> OpenSim.Services.Connectors.dll:AuthenticationServicesConnector
>>   SimulationService = 
>> OpenSim.Services.Connectors.dll:SimulationServiceConnector
>>   ExternalName = http://grid.pseudospace.net:8002
>>   AllowTeleportsToAnyRegion = true
>>   ForeignAgentsAllowed = true
>> [UserAgentService]
>>   LocalServiceModule = 
>> OpenSim.Services.HypergridService.dll:UserAgentService
>>   GridUserService = 
>> OpenSim.Services.UserAccountService.dll:GridUserService
>>   GridService = OpenSim.Services.GridService.dll:GridService
>>   GatekeeperService = 
>> OpenSim.Services.HypergridService.dll:GatekeeperService
>>   PresenceService = OpenSim.Services.PresenceService.dll:PresenceService
>>   FriendsService = OpenSim.Services.FriendsService.dll:FriendsService
>>   UserAccountService = 
>> OpenSim.Services.UserAccountService.dll:UserAccountService
>> [HGInventoryService]
>>   LocalServiceModule = 
>> OpenSim.Services.HypergridService.dll:HGSuitcaseInventoryService
>>   UserAccountsService = 
>> OpenSim.Services.UserAccountService.dll:UserAccountService
>>   AvatarService = OpenSim.Services.AvatarService.dll:AvatarService
>>   HomeURI = http://grid.pseudospace.net:8002
>> [HGAssetService]
>>   LocalServiceModule = 
>> OpenSim.Services.HypergridService.dll:HGAssetService
>>   UserAccountsService = 
>> OpenSim.Services.UserAccountService.dll:UserAccountService
>>   HomeURI = http://grid.pseudospace.net:8002
>> [HGFriendsService]
>>   LocalServiceModule = 
>> OpenSim.Services.HypergridService.dll:HGFriendsService
>>   UserAgentService = 
>> OpenSim.Services.HypergridService.dll:UserAgentService
>>   FriendsService = OpenSim.Services.FriendsService.dll:FriendsService
>>   UserAccountService = 
>> OpenSim.Services.UserAccountService.dll:UserAccountService
>>   GridService = OpenSim.Services.GridService.dll:GridService
>>   PresenceService = OpenSim.Services.PresenceService.dll:PresenceService
>> [HGInstantMessageService]
>>   LocalServiceModule = 
>> OpenSim.Services.HypergridService.dll:HGInstantMessageService
>>   GridService = OpenSim.Services.GridService.dll:GridService
>>   PresenceService = OpenSim.Services.PresenceService.dll:PresenceService
>>   UserAgentService = 
>> OpenSim.Services.HypergridService.dll:UserAgentService
>>   InGatekeeper = True
>> [Messaging]
>>
>> And from the region server:
>>
>> [Startup]
>>   region_info_source = filesystem
>>   physics = OpenDynamicsEngine
>>   meshing = Meshmerizer
>>   physical_prim = true
>>   see_into_this_sim_from_neighbor = True
>>   serverside_object_permissions = true
>>   storage_plugin = OpenSim.Data.SQLite.dll
>>   storage_connection_string = URI=file:OpenSim.db,version=3
>>   storage_prim_inventories = True
>>   startup_console_commands_file = startup_commands.txt
>>   shutdown_console_commands_file = shutdown_commands.txt
>>   DefaultScriptEngine = XEngine
>>   clientstack_plugin = OpenSim.Region.ClientStack.LindenUDP.dll
>>   EventQueue = True
>>   ConsolePrompt = Region (\R)
>>   save_crashes = false
>>   crash_dir = crashes
>>   async_call_method = SmartThreadPool
>>   MaxPoolThreads = 15
>>   allow_regionless = false
>>   MaxPrimUndos = 20
>>   NonPhysicalPrimMax = 256
>>   PhysicalPrimMax = 10
>>   ClampPrimSize = false
>>   LinksetPrims = 0
>>   AllowScriptCrossing = true
>>   TrustBinaries = false
>>   CombineContiguousRegions = false
>>   DefaultDrawDistance = 255.0
>>   InworldRestartShutsDown = false
>>   MinFrameTime = 0.089
>>   UpdateObjectsEveryNFrames = 1
>>   UpdateAgentsEveryNFrames = 1
>>   UpdateEntityMovementEveryNFrames = 1
>>   UpdateCoarseLocationsEveryNFrames = 50
>>   UpdatePhysicsEveryNFrames = 1
>>   UpdateTempCleaningEveryNFrames = 1000
>>   UpdateEventsEveryNFrames = 1
>>   UpdateTerrainEveryNFrames = 50
>>   UpdateStorageEveryNFrames = 200
>>   MinimumTimeBeforePersistenceConsidered = 60
>>   MaximumTimeBeforePersistenceConsidered = 600
>>   collidable_prim = true
>>   allow_grid_gods = false
>>   DrawPrimOnMapTile = true
>>   TextureOnMapTile = true
>>   enableflyslow = false
>>   UseTrashOnDelete = True
>>   WorldMapModule = HGWorldMap
>> [Network]
>>   http_listener_port = 9000
>>   ConsoleUser = Test
>>   ConsolePass = secret
>>   console_port = 0
>>   http_listener_ssl = false
>>   http_listener_cn = localhost
>>   http_listener_sslport = 9001
>>   http_listener_ssl_cert =
>>   shard = OpenSim
>> [RegionReady]
>>   enabled = true
>>   channel_notify = -800
>>   login_disable = true
>> [EstateManagement]
>>   AllowRegionRestartFromClient = true
>> [SMTP]
>>   enabled = false
>> [ClientStack.LindenUDP]
>>   enable_adaptive_throttles = true
>> [ClientStack.LindenCaps]
>>   Cap_AttachmentResources =
>>   Cap_AvatarPickerSearch =
>>   Cap_ChatSessionRequest =
>>   Cap_CopyInventoryFromNotecard = localhost
>>   Cap_DispatchRegionInfo =
>>   Cap_EstateChangeInfo =
>>   Cap_EnvironmentSettings = localhost
>>   Cap_EventQueueGet = localhost
>>   Cap_FetchInventory =
>>   Cap_ObjectMedia = localhost
>>   Cap_ObjectMediaNavigate = localhost
>>   Cap_FetchLib =
>>   Cap_FetchLibDescendents =
>>   Cap_GetDisplayNames =
>>   Cap_GetTexture = localhost
>>   Cap_GetMesh = localhost
>>   Cap_GetObjectCost =
>>   Cap_GetObjectPhysicsData =
>>   Cap_GroupProposalBallot =
>>   Cap_HomeLocation =
>>   Cap_LandResources =
>>   Cap_MapLayer = localhost
>>   Cap_MapLayerGod = localhost
>>   Cap_NewFileAgentInventory = localhost
>>   Cap_NewFileAgentInventoryVariablePrice = localhost
>>   Cap_ObjectAdd = localhost
>>   Cap_ParcelPropertiesUpdate = localhost
>>   Cap_ParcelMediaURLFilterList =
>>   Cap_ParcelNavigateMedia =
>>   Cap_ParcelVoiceInfoRequest =
>>   Cap_ProductInfoRequest =
>>   Cap_ProvisionVoiceAccountRequest =
>>   Cap_RemoteParcelRequest = localhost
>>   Cap_RequestTextureDownload =
>>   Cap_SearchStatRequest =
>>   Cap_SearchStatTracking =
>>   Cap_SendPostcard =
>>   Cap_SendUserReport =
>>   Cap_SendUserReportWithScreenshot =
>>   Cap_ServerReleaseNotes =
>>   Cap_SimConsole =
>>   Cap_SimulatorFeatures =
>>   Cap_SetDisplayName =
>>   Cap_StartGroupProposal =
>>   Cap_TextureStats =
>>   Cap_UntrustedSimulatorMessage =
>>   Cap_UpdateAgentInformation =
>>   Cap_UpdateAgentLanguage =
>>   Cap_UpdateGestureAgentInventory =
>>   Cap_UpdateNotecardAgentInventory = localhost
>>   Cap_UpdateScriptAgent = localhost
>>   Cap_UpdateGestureTaskInventory =
>>   Cap_UpdateNotecardTaskInventory = localhost
>>   Cap_UpdateScriptTask = localhost
>>   Cap_UploadBakedTexture = localhost
>>   Cap_UploadObjectAsset = localhost
>>   Cap_ViewerStartAuction =
>>   Cap_ViewerStats =
>>   Cap_WebFetchInventoryDescendents =
>>   Cap_FetchInventoryDescendents2 = localhost
>>   Cap_FetchInventory2 = localhost
>> [Chat]
>>   enabled = true
>>   whisper_distance = 10
>>   say_distance = 20
>>   shout_distance = 100
>> [EntityTransfer]
>>   max_distance = 4095
>>   LevelHGTeleport = 0
>> [Messaging]
>>   InstantMessageModule = InstantMessageModule
>>   MessageTransferModule = HGMessageTransferModule
>>   LureModule = HGLureModule
>>   Gatekeeper = http://grid.pseudospace.net:8002
>> [Inventory]
>>   CoalesceMultipleObjectsToInventory = true
>> [Appearance]
>>   PersistBakedTextures = false
>>   DelayBeforeAppearanceSave = 5
>>   DelayBeforeAppearanceSend = 2
>>   ResendAppearanceUpdates = true
>> [Attachments]
>>   Enabled = true
>> [Mesh]
>>   AllowMeshUpload = true
>>   UseMeshiesPhysicsMesh = true
>> [Textures]
>>   ReuseDynamicTextures = false
>>   ReuseDynamicLowDataTextures = false
>> [ODEPhysicsSettings]
>>   collect_stats = false
>>   world_gravityx = 0
>>   world_gravityy = 0
>>   world_gravityz = -9.8
>>   avatar_terminal_velocity = 54
>>   world_stepsize = 0.0178
>>   world_internal_steps_without_collisions = 10
>>   world_hashspace_size_low = -4
>>   world_hashSpace_size_high = 128
>>   meters_in_small_space = 29.9
>>   small_hashspace_size_low = -4
>>   small_hashspace_size_high = 66
>>   world_contact_surface_layer = 0.001
>>   filter_collisions = false
>>   nm_terraincontact_friction = 255.0
>>   nm_terraincontact_bounce = 0.1
>>   nm_terraincontact_erp = 0.1025
>>   m_terraincontact_friction = 75.0
>>   m_terraincontact_bounce = 0.05
>>   m_terrainContact_erp = 0.05025
>>   m_avatarobjectcontact_friction = 75.0
>>   m_avatarobjectcontact_bounce = 0.1
>>   objectcontact_friction = 250.0
>>   objectcontact_bounce = 0.2
>>   av_pid_derivative_linux = 2200.0
>>   av_pid_proportional_linux = 900.0
>>   av_pid_derivative_win = 2200.0
>>   av_pid_proportional_win = 900.0
>>   av_capsule_radius = 0.37
>>   av_capsule_standup_tensor_win = 550000
>>   av_capsule_standup_tensor_linux = 550000
>>   av_capsule_tilted = false
>>   av_density = 80
>>   av_movement_divisor_walk = 1.3
>>   av_movement_divisor_run = 0.8
>>   minimum_ground_flight_offset = 3.0
>>   av_planted = false
>>   av_av_collisions_off = false
>>   geometry_default_density = 10.000006836
>>   body_frames_auto_disable = 20
>>   body_pid_derivative = 35
>>   body_pid_gain = 25
>>   contacts_per_collision = 80
>>   geom_crossing_failures_before_outofbounds = 5
>>   geom_contactpoints_start_throttling = 3
>>   geom_updates_before_throttled_update = 15
>>   body_motor_joint_maxforce_tensor_linux = 5
>>   body_motor_joint_maxforce_tensor_win = 5
>>   maximum_mass_object = 10000.01
>>   mesh_sculpted_prim = true
>>   mesh_lod = 32
>>   mesh_physical_lod = 16
>> [BulletSim]
>>   DefaultFriction = 0.20
>>   DefaultDensity = 10.000006836
>>   DefaultRestitution = 0.0
>>   Gravity = -9.80665
>>   TerrainFriction = 0.30
>>   TerrainHitFraction = 0.8
>>   TerrainRestitution = 0
>>   TerrainCollisionMargin = 0.04
>>   AvatarFriction = 0.2
>>   AvatarStandingFriction = 10.0
>>   AvatarRestitution = 0.0
>>   AvatarDensity = 3.5
>>   AvatarCapsuleWidth = 0.6
>>   AvatarCapsuleDepth = 0.45
>>   AvatarCapsuleHeight = 1.5
>>   AvatarContactProcessingThreshold = 0.1
>>   MaxObjectMass = 10000.01
>>   LinearDamping = 0.0
>>   AngularDamping = 0.0
>>   DeactivationTime = 0.2
>>   CollisionMargin = 0.04
>>   LinkImplementation = 1
>>   LinkConstraintUseFrameOffset = False
>>   LinkConstraintEnableTransMotor = True
>>   LinkConstraintTransMotorMaxVel = 5.0
>>   LinkConstraintTransMotorMaxForce = 0.1
>>   MeshSculptedPrim = true
>>   ForceSimplePrimMeshing = false
>>   MeshLevelOfDetail = 8
>>   MeshLevelOfDetailMegaPrimThreshold = 10
>>   MeshLevelOfDetailMegaPrim = 16
>>   SculptLevelOfDetail = 32
>>   MaxSubSteps = 10
>>   FixedTimeStep = .01667
>>   MaxCollisionsPerFrame = 2048
>>   MaxUpdatesPerFrame = 8192
>>   PhysicsLoggingEnabled = False
>>   PhysicsLoggingDir = .
>>   VehicleLoggingEnabled = False
>> [RemoteAdmin]
>>   enabled = false
>>   port = 0
>>   bind_ip_address = 0.0.0.0
>>   access_password = unknown
>>   create_region_enable_voice = false
>>   create_region_public = false
>>   region_file_template = {0}x{1}-{2}.ini
>>   enabled_methods = all
>> [IRC]
>>   enabled = false
>> [Sun]
>> [Wind]
>>   enabled = true
>>   wind_update_rate = 150
>>   wind_plugin = SimpleRandomWind
>>   strength = 1.0
>> [Cloud]
>>   enabled = false
>>   density = 0.5
>>   cloud_update_rate = 1000
>> [LightShare]
>>   enable_windlight = false
>> [Trees]
>>   active_trees = false
>>   tree_density = 1000.0
>> [VectorRender]
>> [LL-Functions]
>>   AllowGodFunctions = false
>>   max_listens_per_region = 1000
>>   max_listens_per_script = 64
>>   max_external_urls_per_simulator = 100
>> [DataSnapshot]
>>   index_sims = false
>>   data_exposure = minimum
>>   gridname = OSGrid
>>   default_snapshot_period = 1200
>>   snapshot_cache_directory = DataSnapshot
>> [Economy]
>>   SellEnabled = true
>>   PriceUpload = 0
>>   PriceGroupCreate = 0
>>   ObjectCount = 0
>>   PriceEnergyUnit = 100
>>   PriceObjectClaim = 10
>>   PricePublicObjectDecay = 4
>>   PricePublicObjectDelete = 4
>>   PriceParcelClaim = 1
>>   PriceParcelClaimFactor = 1
>>   PriceRentLight = 5
>>   TeleportMinPrice = 2
>>   TeleportPriceExponent = 2
>>   EnergyEfficiency = 1
>>   PriceObjectRent = 1
>>   PriceObjectScaleFactor = 10
>>   PriceParcelRent = 1
>> [XEngine]
>>   Enabled = true
>>   MinThreads = 2
>>   MaxThreads = 100
>>   IdleTimeout = 60
>>   Priority = BelowNormal
>>   MaxScriptEventQueue = 300
>>   ThreadStackSize = 262144
>>   AppDomainLoading = true
>>   WriteScriptSourceToDebugFile = false
>>   DefaultCompileLanguage = lsl
>>   AllowedCompilers = lsl
>>   CompileWithDebugInformation = true
>>   AllowMODFunctions = false
>>   AllowOSFunctions = false
>>   AllowLightShareFunctions = false
>>   OSFunctionThreatLevel = VeryLow
>>   SaveInterval = 120
>>   MaintenanceInterval = 10
>>   EventLimit = 30
>>   KillTimedOutScripts = false
>>   WaitForEventCompletionOnScriptStop = 1000
>>   ScriptDelayFactor = 1.0
>>   ScriptDistanceLimitFactor = 1.0
>>   SensorMaxRange = 96.0
>>   SensorMaxResults = 16
>> [Concierge]
>>   enabled = false
>>   whoami = jeeves
>>   password = SECRET
>>   regions = ^MeetingSpace-
>>   welcomes = /path/to/welcome/template/directory
>>   broker = http://broker.place.com/{1}
>> [MRM]
>>   Enabled = false
>>   Sandboxed = true
>>   SandboxLevel = Internet
>>   OwnerOnly = true
>> [Hypergrid]
>>   safemode = false
>> [VivoxVoice]
>>   enabled = false
>>   vivox_server = www.foobar.vivox.com
>>   vivox_sip_uri = foobar.vivox.com
>>   vivox_admin_user = DeepThroat
>>   vivox_admin_password = VoiceG4te
>> [Groups]
>>   Enabled = false
>>   Module = Default
>>   DebugEnabled = false
>>   GroupsCacheTimeout = 30
>>   MessagingModule = GroupsMessagingModule
>>   MessageOnlineUsersOnly = false
>> [PacketPool]
>>   RecycleBaseUDPPackets = true
>> [InterestManagement]
>>   UpdatePrioritizationScheme = BestAvatarResponsiveness
>>   ReprioritizationEnabled = true
>>   ReprioritizationInterval = 2000.0
>>   RootReprioritizationDistance = 10.0
>>   ChildReprioritizationDistance = 20.0
>> [Monitoring]
>>   Enabled = true
>> [WebStats]
>> [MediaOnAPrim]
>>   Enabled = true
>> [NPC]
>>   Enabled = false
>> [Terrain]
>>   InitialTerrain = pinhead-island
>> [SimianGridMaptiles]
>>   Enabled = False
>>   MaptileURL = http://www.mygrid.com/Grid/
>>   RefreshTime = 3600
>> [JsonStore]
>>   Enabled = False
>> [AssetService]
>>   DefaultAssetLoader = OpenSim.Framework.AssetLoader.Filesystem.dll
>>   AssetLoaderArgs = assets/AssetSets.xml
>>   AssetLoaderEnabled = true
>>   LocalGridAssetService = 
>> OpenSim.Services.Connectors.dll:AssetServicesConnector
>>   HypergridAssetService = 
>> OpenSim.Services.Connectors.dll:HGAssetServiceConnector
>>   AssetServerURI = http://grid.pseudospace.net:8003
>> [GridService]
>>   StorageProvider = OpenSim.Data.Null.dll:NullRegionData
>>   LocalServiceModule = OpenSim.Services.GridService.dll:GridService
>>   NetworkConnector = 
>> OpenSim.Services.Connectors.dll:GridServicesConnector
>>   AssetService = OpenSim.Services.Connectors.dll:AssetServicesConnector
>>   HypergridLinker = true
>>   AllowHypergridMapSearch = true
>>   GridServerURI = http://grid.pseudospace.net:8003
>>   MapTileDirectory = ./maptiles
>>   Gatekeeper = http://grid.pseudospace.net:8002
>> [AutoBackupModule]
>>   AutoBackupModuleEnabled = false
>> [Sounds]
>>   Module = OpenSim.Region.CoreModules.dll:SoundModule
>>   MaxDistance = 100.0
>> [Modules]
>>   Include-modules = addon-modules/*/config/*.ini
>>   AssetServices = HGAssetBroker
>>   InventoryServices = HGInventoryBroker
>>   GridServices = RemoteGridServicesConnector
>>   AvatarServices = RemoteAvatarServicesConnector
>>   NeighbourServices = RemoteNeighbourServicesConnector
>>   AuthenticationServices = RemoteAuthenticationServicesConnector
>>   AuthorizationServices = LocalAuthorizationServicesConnector
>>   PresenceServices = RemotePresenceServicesConnector
>>   UserAccountServices = RemoteUserAccountServicesConnector
>>   GridUserServices = RemoteGridUserServicesConnector
>>   SimulationServices = RemoteSimulationConnectorModule
>>   EntityTransferModule = HGEntityTransferModule
>>   InventoryAccessModule = HGInventoryAccessModule
>>   LandServices = RemoteLandServicesConnector
>>   FriendsModule = HGFriendsModule
>>   MapImageService = MapImageServiceModule
>>   UserManagementModule = HGUserManagementModule
>>   LandServiceInConnector = true
>>   NeighbourServiceInConnector = true
>>   SimulationServiceInConnector = true
>>   LibraryModule = true
>>   AssetCaching = FlotsamAssetCache
>>   Include-FlotsamCache = config-include/FlotsamCache.ini
>> [Estates]
>> [XMLRPC]
>> [SimulatorFeatures]
>> [FreeSwitchVoice]
>> [Architecture]
>>   Include-Architecture = config-include/GridHypergrid.ini
>> [Includes]
>>   Include-Common = config-include/GridCommon.ini
>> [Profile]
>>   Module = BasicProfileModule
>> [SimulationDataStore]
>>   LocalServiceModule = 
>> OpenSim.Services.Connectors.dll:SimulationDataService
>> [EstateDataStore]
>>   LocalServiceModule = OpenSim.Services.Connectors.dll:EstateDataService
>> [InventoryService]
>>   LocalGridInventoryService = 
>> OpenSim.Region.CoreModules.dll:RemoteXInventoryServicesConnector
>>   InventoryServerURI = http://grid.pseudospace.net:8003
>> [LibraryService]
>>   LocalServiceModule = 
>> OpenSim.Services.InventoryService.dll:LibraryService
>>   LibraryName = OpenSim Library
>>   DefaultLibrary = ./inventory/Libraries.xml
>> [Friends]
>>   Connector = OpenSim.Services.Connectors.dll:FriendsServicesConnector
>> [HGInstantMessageService]
>>   LocalServiceModule = 
>> OpenSim.Services.HypergridService.dll:HGInstantMessageService
>>   GridService = OpenSim.Services.Connectors.dll:GridServicesConnector
>>   PresenceService = 
>> OpenSim.Services.Connectors.dll:PresenceServicesConnector
>>   UserAgentService = 
>> OpenSim.Services.Connectors.dll:UserAgentServiceConnector
>> [MapImageService]
>>   LocalServiceModule = 
>> OpenSim.Services.Connectors.dll:MapImageServicesConnector
>>   RefreshTime = 60
>>   MapImageServerURI = http://grid.pseudospace.net:8003
>> [DatabaseService]
>>   StorageProvider = OpenSim.Data.MySQL.dll
>>   ConnectionString = Data Source=localhost;Database=sim;User 
>> ID=opensim;Password=CENSORED;Old Guids=true;
>> [GridInfo]
>>   GridInfoURI = http://grid.pseudospace.net:8002
>> [AvatarService]
>>   AvatarServerURI = http://grid.pseudospace.net:8003
>> [PresenceService]
>>   PresenceServerURI = http://grid.pseudospace.net:8003
>> [UserAccountService]
>>   UserAccountServerURI = http://grid.pseudospace.net:8003
>> [GridUserService]
>>   GridUserServerURI = http://grid.pseudospace.net:8003
>> [AuthenticationService]
>>   AuthenticationServerURI = http://grid.pseudospace.net:8003
>> [FriendsService]
>>   FriendsServerURI = http://grid.pseudospace.net:8003
>> [HGInventoryAccessModule]
>>   HomeURI = http://grid.pseudospace.net:8002
>>   Gatekeeper = http://grid.pseudospace.net:8002
>> [HGAssetService]
>>   HomeURI = http://grid.pseudospace.net:8002
>> [HGFriendsModule]
>> [UserAgentService]
>>   UserAgentServerURI = http://grid.pseudospace.net:8002
>> [AuthorizationService]
>> [AssetCache]
>>   CacheDirectory = ./assetcache
>>   LogLevel = 0
>>   HitRateDisplay = 100
>>   MemoryCacheEnabled = false
>>   FileCacheEnabled = true
>>   MemoryCacheTimeout = 2
>>   FileCacheTimeout = 48
>>   FileCleanupTimer = 1.0
>> [StandAlone]
>>
>> I hope this helps :)
>>
>> - John / Orion
>>
>>
>> On 01/15/2013 07:27 PM, Justin Clark-Casey wrote:
>>> Hi John.  Was that OpenSimulator 0.7.4 or 0.7.5-rc1?  Both should 
>>> work, but 0.7.5-rc1 also has a ROBUST console command - "config 
>>> show" that will print the config file actually being used.  If you 
>>> post that here (with anything sensitive redacted) we might be able 
>>> to help further.
>>>
>>> Fleep - it doesn't actually matter if the file is loaded as 
>>> Robust.HG.ini or Robust.ini, as long as it's Robust.HG.ini.example 
>>> that is being used.  Though naturally it's easier to use the inifile 
>>> option if one might be running both HG and non-HG at different times.
>>>
>>> On 15/01/13 23:53, John Sheridan wrote:
>>>> Hi Chris/Fleep,
>>>>
>>>>    I tried that but wound up with the same result.  I can only 
>>>> guess I'm either entering something wrong into the config
>>>> or I'm possibly using a bad release?  I just downloaded the 
>>>> precompiled binaries from the opensim website, so instead
>>>> I'll try grabbing the source from git and building it myself.
>>>>
>>>> Thanks, :)
>>>>
>>>>   - John / Orion
>>>> On 01/15/2013 02:15 PM, Fleep Tuque wrote:
>>>>> Hi John,
>>>>>
>>>>> To enable HG for the grid server, you actually use Robust.HG.ini 
>>>>> /instead/ of Robust.ini.  So you don't need to copy
>>>>> the example file over to Robust.ini, instead you need to make a 
>>>>> new Robust.HG.ini file using the example as a
>>>>> template, then when you start the ROBUST service, you call the 
>>>>> Robust.HG.ini file.  On my windows machine, from the
>>>>> command line the startup command is:
>>>>>
>>>>> Robust.exe -inifile=Robust.HG.ini
>>>>>
>>>>> Hope that helps!
>>>>>
>>>>> - Chris/Fleep
>>>>>
>>>>>
>>>>> Chris M. Collins (SL/OS: Fleep Tuque)
>>>>> Center for Simulations & Virtual Environments Research (UCSIM)
>>>>> UCIT Instructional & Research Computing
>>>>> University of Cincinnati
>>>>> 406A Zimmer Hall
>>>>> 315 College Drive
>>>>> PO BOX 210088
>>>>> Cincinnati, OH 45221-0088
>>>>> chris.collins at uc.edu <mailto:chris.collins at uc.edu>
>>>>> (513) 556-3018
>>>>>
>>>>> http://ucsim.uc.edu
>>>>>
>>>>> On Tue, Jan 15, 2013 at 12:04 PM, John Sheridan 
>>>>> <john at pseudospace.net <mailto:john at pseudospace.net>> wrote:
>>>>>
>>>>>     Ok, this one is driving me batty and I remember having a 
>>>>> similar issue years ago but I'll be damned if I can
>>>>>     remember what the solution was.  I'm starting off with a new 
>>>>> setup running the stock opensim in grid mode.  I
>>>>>     /think/ I have the Robust.ini setup as it should be to enable 
>>>>> Hypergrid, wherein I copied Robust.HG.ini.Example
>>>>>     over to Robust.ini and set all of the 127.0.0.1 addresses to 
>>>>> my external address (grid.pseudospace.net
>>>>>     <http://grid.pseudospace.net>). However, whenever I go to 
>>>>> create an account, its leaving the HomeURI,
>>>>>     GateKeeperURI, etc. fields blank.  So far I'm able to log in 
>>>>> and move about the grid internally, but its cut off
>>>>>     from the outside world in terms of Hypergrid in that I can't 
>>>>> get out and nobody can get in.
>>>>>
>>>>>
>>>>>     10:54:31 - [SERVER]: AssetServiceConnector loaded successfully
>>>>>     R.O.B.U.S.T.# create user Orion Pseudo
>>>>>     Password:
>>>>>     Email []: john at pseudospace.net <mailto:john at pseudospace.net>
>>>>>     User ID [3f6c4e7b-37bb-4ec0-8e28-ceec2a67eb15]:
>>>>>     10:54:44 - [AUTHENTICATION DB]: Set password for principalID 
>>>>> 3f6c4e7b-37bb-4ec0-8e28-ceec2a67eb15
>>>>>     10:54:44 - [GRID SERVICE]: GetDefaultRegions returning 0 regions
>>>>>     10:54:44 - [USER ACCOUNT SERVICE]: Unable to set home for 
>>>>> account Orion Pseudo.
>>>>>     10:54:44 - [USER ACCOUNT SERVICE]: Created user inventory for 
>>>>> Orion Pseudo
>>>>>     10:54:44 - [USER ACCOUNT SERVICE]: Creating default appearance 
>>>>> items for 3f6c4e7b-37bb-4ec0-8e28-ceec2a67eb15
>>>>>     10:54:44 - [USER ACCOUNT SERVICE]: Creating default avatar 
>>>>> entries for 3f6c4e7b-37bb-4ec0-8e28-ceec2a67eb15
>>>>>     10:54:44 - [USER ACCOUNT SERVICE]: Account Orion Pseudo 
>>>>> 3f6c4e7b-37bb-4ec0-8e28-ceec2a67eb15 created successfully
>>>>>     R.O.B.U.S.T.# show account Orion Pseudo
>>>>>     Name:    Orion Pseudo
>>>>>     ID:      3f6c4e7b-37bb-4ec0-8e28-ceec2a67eb15
>>>>>     Title:
>>>>>     E-mail: john at pseudospace.net <mailto:john at pseudospace.net>
>>>>>     Created: 1/15/2013 4:54:44 PM
>>>>>     Level:   0
>>>>>     Flags:   0
>>>>>     HomeURI:
>>>>>     GatekeeperURI:
>>>>>     InventoryServerURI:
>>>>>     AssetServerURI:
>>>>>
>>>>>     _______________________________________________
>>>>>     Opensim-users mailing list
>>>>>     Opensim-users at lists.berlios.de 
>>>>> <mailto:Opensim-users at lists.berlios.de>
>>>>> https://lists.berlios.de/mailman/listinfo/opensim-users
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Opensim-users mailing list
>>>>> Opensim-users at lists.berlios.de
>>>>> https://lists.berlios.de/mailman/listinfo/opensim-users
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Opensim-users mailing list
>>>> Opensim-users at lists.berlios.de
>>>> https://lists.berlios.de/mailman/listinfo/opensim-users
>>>>
>>>
>>>
>>
>> _______________________________________________
>> Opensim-users mailing list
>> Opensim-users at lists.berlios.de
>> https://lists.berlios.de/mailman/listinfo/opensim-users
>
> _______________________________________________
> Opensim-users mailing list
> Opensim-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-users




More information about the Opensim-users mailing list