On 7/18/2011 12:10 AM, Justin Clark-Casey wrote:
That can't be the config file that "config save" produced since the
saved file will have no comments and it would be much longer.
On 16/07/11 18:05, Loralai Aya wrote:
On 7/15/2011 4:31 PM, Justin Clark-Casey wrote:
From those log messages it certainly looks like you are using sqlite
but your editing of GridCommon.ini is correct.
Somehow, sqlite is still being used in your config files.
"config show" is a command that you can type on a region console to
show all the config parameters that OpenSim is
actually using, as aggregated from all the various config files
(later parameter settings override earlier ones).
"config save <path>" will save the output to a file.
On 15/07/11 03:14, Loralai Aya wrote:
On 7/14/2011 6:22 PM, Justin Clark-Casey wrote:
My first guess would be that you're actually still using sqlite
for the region data. I suggest checking your config
files.
If that's not the case, then please post the output of "config
show" here.
On 14/07/11 14:01, Loralai Aya wrote:
Hi all,
I have been recently having an issue with the new update of
OpenSim. Let me start here:
I use my server to host regions only, and the region databases
are stored on my server, we connect to a different grid
server where all the user assets and data is stored.
The problem I am having is this. The region server side will
appear to be up and running, however it is not populating
my region database (mysql). I have edited the GridCommon.ini file
with the database and connection information to both
my database and the grid servers. Any Idea what I might be doing
wrong? I have inclosed my server info below:
CPU GenuineIntel, Intel(R) Xeon(R)CPU E5520 @ 2.27GHz
OS Linux 2.6.18-028stab070.3
Version Parallels Plesk Panel v10.1.1_build1010110120.18 os_SuSE
10.3
php5.2.11-0.1
mysql5.0.45-22.5
mono 2.4.3
Thanks,
Loralai
_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users
I actually found the log file this is what is displayed when it
starts loading the DB
2011-07-15 01:56:06,041 INFO-
OpenSim.Data.SQLite.SQLiteSimulationData [SQLITE REGION DB]: Sqlite
- connecting:
URI=file:OpenSim.db,version=3,UseUTF16Encoding=True
2011-07-15 01:56:06,100 DEBUG - OpenSim.Data.Migration
[MIGRATIONS]: RegionStore data tables already up to date at
revision 21
2011-07-15 01:56:06,348 INFO- OpenSim.Data.SQLite.SQLiteEstateStore
[ESTATE DB]: Sqlite - connecting:
URI=file:OpenSim.db,version=3,UseUTF16Encoding=True
2011-07-15 01:56:06,351 DEBUG - OpenSim.Data.Migration
[MIGRATIONS]: EstateStore data tables already up to date at
revision 8
2011-07-15 01:56:06,353 INFO-
OpenSim.Region.ClientStack.ClientStackManager [CLIENTSTACK]:
Attempting to load
OpenSim.Region.ClientStack.LindenUDP.dll
2011-07-15 01:56:06,434 INFO-
OpenSim.Region.ClientStack.ClientStackManager [CLIENTSTACK]: Added
IClientNetworkServer
Interface
But this is what I have set up in the GirdCommon.ini (forgive me
but I have replaced some data with ***** for security
reasons)
[DatabaseService]
;
; ### Choose the DB
;
; SQLite
;Include-Storage = "config-include/storage/SQLiteStandalone.ini";
; MySql
; Uncomment these lines if you want to use mysql storage
; Change the connection string to your db details
StorageProvider = "OpenSim.Data.MySQL.dll"
storage_connection_string="Data
Source=localhost;Database=*****;User ID=******;Password=*******;"
; Uncomment this line if you are using MySQL and want to use a
different database for estates
;EstateConnectionString = "Data
Source=localhost;Database=opensim;User ID=opensim;Password=***;"
[AssetService]
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
AssetLoaderArgs = "assets/AssetSets.xml"
;
; change this to your grid-wide asset server
;
AssetServerURI = "*******"
[InventoryService]
;
; change this to your grid-wide inventory server
;
InventoryServerURI = "**********"
[GridService]
;
; change this to your grid-wide grid server
;
GridServerURI = "*******"
;AllowHypergridMapSearch = true
;; Directory for map tile images of linked regions
; MapTileDirectory = "./maptiles"
; === HG ONLY ===
;; change this to the address of your Gatekeeper service
;; (usually bundled with the rest of the services in one
;; Robust server in port 8002, but not always)
Gatekeeper="********"
[AvatarService]
;
; change this to your grid-wide grid server
;
AvatarServerURI = "********"
[PresenceService]
;
; change this to your grid-wide presence server
;
PresenceServerURI = "*******"
[UserAccountService]
;
; change this to your grid-wide user accounts server
;
UserAccountServerURI = "*******"
[GridUserService]
;
; change this to your grid-wide user accounts server
;
GridUserServerURI = "*******"
[AuthenticationService]
;
; change this to your grid-wide authentication server
;
AuthenticationServerURI = "********"
[FriendsService]
;
; change this to your grid-wide friends server
;
FriendsServerURI = "********"
[HGInventoryAccessModule]
;
; === HG ONLY ===
; Change this to your profile server
; accessible from other grids
;
ProfileServerURI = "http://mygridserver.com:8002/user"
;; If you want to protect your assets from being copied by foreign
visitors
;; uncomment the next line. You may want to do this on sims that
have licensed content.
; OutboundPermission = False
[Modules]
;; Choose 0 or 1 cache modules, and the corresponding config file,
if it exists.
;; Copy the config .example file into your own .ini file and change
configs there
AssetCaching = "FlotsamAssetCache"
Include-FlotsamCache = "config-include/FlotsamCache.ini"
;AssetCaching = "CenomeMemoryAssetCache"
;Include-CenomeCache = "config-include/CenomeCache.ini"
;AssetCaching = "GlynnTuckerAssetCache"
;; Optionally, the port for the LLProxyLoginModule module can be
changed
;Setup_LLProxyLoginModule = "9090/"
;; Authorization is not on by default, as it depends on external php
;AuthorizationServices = "RemoteAuthorizationServicesConnector"
--
Loralai Aya
President
Pawz Group
http://Pawzgroup.com
_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users
This is the config file config save produced. Looks like the program
isnt even reading the config settings at all
Nothing has changed in what the server is reading than a base file
_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users
This is what the config save gave me I think its correct I must have
copied the wrong file before. But this is what config save produced. I
just named it newfile.ini to see if it would auto create the file for me ^^;
--
Loralai Aya
President
Pawz Group
http://Pawzgroup.com
[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
save_crashes = false
crash_dir = crashes
async_call_method = SmartThreadPool
MaxPoolThreads = 15
DrawPrimOnMapTile = true
TextureOnMapTile = false
NonPhysicalPrimMax = 256
PhysicalPrimMax = 10
ClampPrimSize = false
AllowScriptCrossing = true
TrustBinaries = false
CombineContiguousRegions = false
MinimumTimeBeforePersistenceConsidered = 60
MaximumTimeBeforePersistenceConsidered = 600
allow_grid_gods = false
enableflyslow = false
PersistBakedTextures = false
DelayBeforeAppearanceSave = 5
DelayBeforeAppearanceSend = 2
permissionmodules = DefaultPermissionsModule
region_owner_is_god = true
GenerateMaptiles = true
MaptileRefresh = 259200
[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
[SMTP]
enabled = false
[XMLRPC]
[ClientStack.LindenUDP]
[Chat]
enabled = true
whisper_distance = 10
say_distance = 30
shout_distance = 100
[Messaging]
InstantMessageModule = InstantMessageModule
[Inventory]
CoalesceMultipleObjectsToInventory = true
[Mesh]
AllowMeshUpload = true
[ODEPhysicsSettings]
world_gravityx = 0
world_gravityy = 0
world_gravityz = -9.8
world_stepsize = 0.020
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_height_fudge_factor = 0.52
av_movement_divisor_walk = 1.3
av_movement_divisor_run = 0.8
minimum_ground_flight_offset = 3.0
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
use_NINJA_physics_joints = 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
[RestPlugins]
enabled = false
god_key = SECRET
prefix = /admin
[RestRegionPlugin]
enabled = false
[RestHandler]
enabled = false
authenticate = true
secured = true
extended-escape = true
realm = OpenSim REST
dump-asset = false
path-fill = true
dump-line-size = 32
flush-on-error = true
[IRC]
enabled = false
[CMS]
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_script = 64
[DataSnapshot]
index_sims = false
data_exposure = minimum
gridname = OSGrid
default_snapshot_period = 1200
snapshot_cache_directory = DataSnapshot
[Economy]
SellEnabled = false
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
ScriptDelayFactor = 1.0
ScriptDistanceLimitFactor = 1.0
SensorMaxRange = 96.0
SensorMaxResults = 16
[OpenGridProtocol]
ogp_enabled = false
ogp_firstname_prefix =
ogp_lastname_suffix = _EXTERNAL
[Concierge]
enabled = false
whoami = jeeves
password = SECRET
regions = ^MeetingSpace-
welcomes = /path/to/welcome/template/directory
broker = http://broker.place.com/{1}
[RegionReady]
enabled = false
channel_notify = -800
[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 = true
Module = Default
DebugEnabled = false
GroupsCacheTimeout = 30
MessagingEnabled = true
MessagingModule = GroupsMessagingModule
GroupsServerURI = http://atmeeting.net/gridgroups/xmlrpc.php
NoticesEnabled = true
XmlRpcServiceReadKey = 542538393838
XmlRpcServiceWriteKey = 542538393838
[PacketPool]
[InterestManagement]
UpdatePrioritizationScheme = BestAvatarResponsiveness
ReprioritizationEnabled = true
ReprioritizationInterval = 2000.0
RootReprioritizationDistance = 10.0
ChildReprioritizationDistance = 20.0
[WebStats]
[MediaOnAPrim]
Enabled = true
[SimianGridMaptiles]
Enabled = False
MaptileURL = http://www.mygrid.com/Grid/
RefreshTime = 3600
[AssetService]
DefaultAssetLoader = OpenSim.Framework.AssetLoader.Filesystem.dll
AssetLoaderArgs = assets/AssetSets.xml
AssetLoaderEnabled = true
LocalServiceModule = OpenSim.Services.AssetService.dll:AssetService
ConnectionString = URI=file:Asset.db,version=3
[GridService]
StorageProvider = OpenSim.Data.Null.dll:NullRegionData
LocalServiceModule = OpenSim.Services.GridService.dll:GridService
Realm = regions
Region_Welcome_Area = DefaultRegion, FallbackRegion
Gatekeeper = http://127.0.0.1:9000
[Modules]
Include-modules = addon-modules/*/config/*.ini
AssetServices = LocalAssetServicesConnector
InventoryServices = LocalInventoryServicesConnector
NeighbourServices = LocalNeighbourServicesConnector
AuthenticationServices = LocalAuthenticationServicesConnector
GridServices = LocalGridServicesConnector
PresenceServices = LocalPresenceServicesConnector
UserAccountServices = LocalUserAccountServicesConnector
GridUserServices = LocalGridUserServicesConnector
SimulationServices = LocalSimulationConnectorModule
AvatarServices = LocalAvatarServicesConnector
EntityTransferModule = BasicEntityTransferModule
InventoryAccessModule = BasicInventoryAccessModule
LibraryModule = true
LLLoginServiceInConnector = true
GridInfoServiceInConnector = true
AssetCaching = CenomeMemoryAssetCache
Include-CenomeCache = config-include/CenomeCache.ini
[FreeSwitchVoice]
[FreeswitchService]
[Architecture]
Include-Architecture = config-include/Standalone.ini
[SimulationDataStore]
LocalServiceModule = OpenSim.Services.Connectors.dll:SimulationDataService
[EstateDataStore]
LocalServiceModule = OpenSim.Services.Connectors.dll:EstateDataService
[InventoryService]
LocalServiceModule = OpenSim.Services.InventoryService.dll:XInventoryService
ConnectionString = URI=file:inventory.db,version=3,UseUTF16Encoding=True
[LibraryService]
LocalServiceModule = OpenSim.Services.InventoryService.dll:LibraryService
LibraryName = OpenSim Library
DefaultLibrary = ./inventory/Libraries.xml
[AvatarService]
LocalServiceModule = OpenSim.Services.AvatarService.dll:AvatarService
ConnectionString = URI=file:avatars.db,version=3
[AuthorizationService]
LocalServiceModule =
OpenSim.Services.AuthorizationService.dll:AuthorizationService
[AuthenticationService]
LocalServiceModule =
OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService
ConnectionString = URI=file:auth.db,version=3
[PresenceService]
LocalServiceModule = OpenSim.Services.PresenceService.dll:PresenceService
StorageProvider = OpenSim.Data.Null.dll
[UserAccountService]
LocalServiceModule = OpenSim.Services.UserAccountService.dll:UserAccountService
AuthenticationService =
OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService
GridUserService = OpenSim.Services.UserAccountService.dll:GridUserService
GridService = OpenSim.Services.GridService.dll:GridService
InventoryService = OpenSim.Services.InventoryService.dll:XInventoryService
ConnectionString = URI=file:userprofiles.db,version=3
[GridUserService]
LocalServiceModule = OpenSim.Services.UserAccountService.dll:GridUserService
ConnectionString = URI=file:griduser.db,version=3
[FriendsService]
LocalServiceModule = OpenSim.Services.FriendsService.dll
ConnectionString = URI=file:friends.db,version=3
[Friends]
Connector = OpenSim.Services.FriendsService.dll
[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
PresenceService = OpenSim.Services.PresenceService.dll:PresenceService
GridService = OpenSim.Services.GridService.dll:GridService
AvatarService = OpenSim.Services.AvatarService.dll:AvatarService
FriendsService = OpenSim.Services.FriendsService.dll:FriendsService
WelcomeMessage = Welcome, Avatar!
GatekeeperURI = http://127.0.0.1:9000
SRV_HomeURI = http://127.0.0.1:9000
SRV_InventoryServerURI = http://127.0.0.1:9000
SRV_AssetServerURI = http://127.0.0.1:9000
SRV_ProfileServerURI = http://127.0.0.1:9000
[Includes]
Include-Common = config-include/StandaloneCommon.ini
[DatabaseService]
Include-Storage = config-include/storage/SQLiteStandalone.ini
StorageProvider = OpenSim.Data.SQLite.dll
ConnectionString = URI=file:OpenSim.db,version=3,UseUTF16Encoding=True
[HGInventoryService]
ProfileServerURI = http://127.0.0.1:9000/profiles
[HGAssetService]
ProfileServerURI = http://127.0.0.1:9000/profiles
[HGInventoryAccessModule]
ProfileServerURI = http://127.0.0.1:9000/profiles
[LibraryModule]
[GatekeeperService]
ExternalName = http://127.0.0.1:9000
AllowTeleportsToAnyRegion = true
[GridInfoService]
login = http://127.0.0.1:9000/
gridname = the lost continent of hippo
gridnick = hippogrid
[StandAlone]
_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users