This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Eigene Eintwicklungsumgebung mit Ubuntu Server 20.04 LTS 64 Bit Version - Teil 4
#1
Einbinden der Mono repository auf Ubuntu und kopieren der OpenSim Installationsordner über SFTP auf den Server.

sudo apt install gnupg ca-certificate

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831

echo "deb https://download.mono-project.com/repo/ubuntu stable-focal main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list

sudo apt update

mono installieren

sudo apt install mono-devel

Version herausfinden:

mono --version

lordsniefnase@sliplady:~$ mono --version

Mono JIT compiler version 6.12.0.122 (tarball Mon Feb 22 17:33:28 UTC 2021

Copyright © 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com

TLS:          __thread

SIGSEGV:      altstack

Notifications: epoll

Architecture:  amd64

Disabled:      none

Misc:          softdebug

Interpreter:  yes

LLVM:          yes(610)

Suspend:      hybrid

GC:            sgen (concurrent by default)

Auf der Konsole in den bin Ordner gehen

OpenSim.exe starten

   

opensim@sliplady:~/ftp/install/bin$ mono OpenSim.exe

12:42:38 - [OPENSIM MAIN]: configured log4net using default OpenSim.exe.config
12:42:38 - [OPENSIM MAIN]: System Locale is en-US
12:42:38 - [OPENSIM MAIN]: Environment variable MONO_THREADS_PER_CPU is unset
12:42:38 - [OPENSIM MAIN]: Runtime gave us 4 min worker threads and 4 min IOCP threads
12:42:38 - [OPENSIM MAIN]: Runtime gave us 400 max worker threads and 200 max IOCP threads
12:42:38 - [OPENSIM MAIN]: Bumping up max worker threads to 500
12:42:38 - [OPENSIM MAIN]: Bumping up max IOCP threads to 1000
12:42:38 - [OPENSIM MAIN]: Threadpool set to 500 max worker threads and 1000 max IOCP threads
12:42:38 - [OPENSIM MAIN]: Environment is supported by OpenSimulator.
12:42:38 - Default culture changed to English (United States)
12:42:38 - [CONFIG]: Reading configuration settings
12:42:38 - [CONFIG]: Reading configuration file /home/opensim/ftp/install/bin/OpenSimDefaults.ini
12:42:38 - [CONFIG]: Reading configuration file /home/opensim/ftp/install/bin/OpenSim.ini
12:42:38 - [CONFIG]: Reading configuration file /home/opensim/ftp/install/bin/config-include/osslEnable.ini
12:42:38 - [CONFIG]: Reading configuration file /home/opensim/ftp/install/bin/config-include/Standalone.ini
12:42:38 - [CONFIG]: Reading configuration file /home/opensim/ftp/install/bin/config-include/StandaloneCommon.ini
12:42:38 - [CONFIG]: Reading configuration file /home/opensim/ftp/install/bin/config-include/FlotsamCache.ini
12:42:38 - [CONFIG]: Reading configuration file /home/opensim/ftp/install/bin/config-include/storage/SQLiteStandalone.ini
12:42:38 - [CONFIG]: Loading environment variables for Config
12:42:38 - [OPENSIM MAIN]: Using async_call_method SmartThreadPool
12:42:38 - [OPENSIM MAIN] Running GC in workstation mode
12:42:38 - [STARTUP]: Beginning startup processing
12:42:38 - [STARTUP]: version: OpenSim 0.9.1.1 Snail Release     
12:42:38 - [STARTUP]: Operating system version: Unix 5.4.0.74, .NET platform Unix, 64-bit
12:42:38 - ====================================================================
12:42:38 - ========================= STARTING OPENSIM =========================
12:42:38 - ====================================================================
12:42:38 - [LOCAL CONSOLE]: Persistent command line history is Enabled, up to 100 lines from file /home/opensim/ftp/install/bin/OpenSimConsoleHistory.txt without timestamps
12:42:38 - [LOCAL CONSOLE]: Creating new empty command line history file /home/opensim/ftp/install/bin/OpenSimConsoleHistory.txt
12:42:38 - [SERVER BASE]: Starting in /home/opensim/ftp/install/bin
12:42:38 - [SERVER BASE]: OpenSimulator version: OpenSim 0.9.1.1 Snail Release     
12:42:38 - [SERVER BASE]: Operating system version: Unix 5.4.0.74, .NET platform Unix, 64-bit
Console log level is ALL
12:42:38 - [SERVER BASE]: Logging started to file /home/opensim/ftp/install/bin/OpenSim.log
12:42:38 - [SERVER BASE]: Stats Logging started to file /home/opensim/ftp/install/bin/OpenSimStats.log
12:42:38 - [SQLITE REGION DB]: Sqlite - connecting: URI=file:OpenSim.db,version=3,UseUTF16Encoding=True
12:42:38 - [MIGRATIONS]: Creating migrations at version 1
12:42:38 - [MIGRATIONS]: Upgrading RegionStore to latest revision 36.
12:42:38 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process!
12:42:38 - [MIGRATIONS]: Creating RegionStore at version 31
12:42:38 - [MIGRATIONS]: Updating RegionStore to version 32
12:42:38 - [MIGRATIONS]: Updating RegionStore to version 33
12:42:39 - [MIGRATIONS]: Updating RegionStore to version 34
12:42:39 - [MIGRATIONS]: Updating RegionStore to version 35
12:42:39 - [MIGRATIONS]: Updating RegionStore to version 36
12:42:39 - [ESTATE DB]: Sqlite - connecting: URI=file:OpenSim.db,version=3,UseUTF16Encoding=True
12:42:39 - [MIGRATIONS]: Upgrading EstateStore to latest revision 11.
12:42:39 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process!
12:42:39 - [MIGRATIONS]: Creating EstateStore at version 10
12:42:39 - [MIGRATIONS]: Updating EstateStore to version 11
12:42:39 - [BASE HTTP SERVER]: Starting HTTP server on port 9000
12:42:39 - [WATCHDOG]: Started tracking thread PollServiceWorkerThread 0, ID 12
12:42:39 - [WATCHDOG]: Started tracking thread PollServiceWorkerThread 1, ID 13
12:42:39 - [WATCHDOG]: Started tracking thread PollServiceWatcherThread, ID 14
12:42:39 - [PLUGINS]: Initializing addin manager
12:42:40 - [PLUGINS]: Plugin Loaded: OpenSim
12:42:40 - [PLUGINS]: Plugin Loaded: OpenSim.Data
12:42:40 - [PLUGINS]: Plugin Loaded: OpenSim.Region.Framework
12:42:40 - [PLUGINS]: Plugin Loaded: Robust
12:42:40 - [PLUGINS]: Loading extension point /OpenSim/Startup
12:42:40 - [PLUGINS]: Trying plugin /OpenSim/Startup/LoadRegions
12:42:40 - [PLUGINS]: Plugin Loaded: OpenSim.ApplicationPlugins.LoadRegions
12:42:40 - [PLUGINS]: Trying plugin /OpenSim/Startup/LoadRegions
12:42:40 - [PLUGINS]: Plugin Loaded: OpenSim.ApplicationPlugins.RegionModulesController
12:42:40 - [PLUGINS]: Trying plugin /OpenSim/Startup/LoadRegions
12:42:40 - [PLUGINS]: Plugin Loaded: OpenSim.ApplicationPlugins.RemoteController
12:42:40 - [PLUGINS]: Plugin Loaded: OpenSim.Region.CoreModules
12:42:40 - [PLUGINS]: Plugin Loaded: OpenSim.Region.PhysicsModule.POS
12:42:40 - [PLUGINS]: Plugin Loaded: OpenSim.Region.OptionalModules
12:42:40 - [PLUGINS]: Plugin Loaded: OpenSim.Groups
12:42:40 - [PLUGINS]: Plugin Loaded: OpenSim.Region.PhysicsModule.ubOde
12:42:40 - [PLUGINS]: Plugin Loaded: OpenSim.Region.PhysicsModule.ODE
12:42:40 - [PLUGINS]: Plugin Loaded: LindenUDP
12:42:40 - [PLUGINS]: Plugin Loaded: YEngine
12:42:40 - [PLUGINS]: Plugin Loaded: OpenSim.Region.PhysicsModule.BasicPhysics
12:42:40 - [PLUGINS]: Plugin Loaded: OpenSim.Region.ScriptEngine.XEngine
12:42:40 - [PLUGINS]: Plugin Loaded: OpenSim.OfflineIM
12:42:40 - [PLUGINS]: Plugin Loaded: SimianGrid
12:42:40 - [PLUGINS]: Plugin Loaded: LindenCaps
12:42:40 - [PLUGINS]: Plugin Loaded: OpenSim.Region.PhysicsModule.Meshing
12:42:40 - [PLUGINS]: Plugin Loaded: OpenSim.Region.PhysicsModule.ubOdeMeshing
12:42:40 - [PLUGINS]: Plugin Loaded: OpenSim.Region.PhysicsModule.BulletS
12:42:40 - [REGIONMODULES]: From plugin OpenSim.Region.CoreModules, (version 0.9.1.1), loaded 123 modules, 79 shared, 44 non-shared 0 unknown
12:42:40 - [REGIONMODULES]: From plugin OpenSim.Region.PhysicsModule.POS, (version 0.9.1.1), loaded 1 modules, 0 shared, 1 non-shared 0 unknown
12:42:40 - [REGIONMODULES]: From plugin OpenSim.Region.OptionalModules, (version 0.9.1.1), loaded 40 modules, 21 shared, 19 non-shared 0 unknown
12:42:40 - [REGIONMODULES]: From plugin OpenSim.Groups, (version 0.9.1.1), loaded 5 modules, 5 shared, 0 non-shared 0 unknown
12:42:40 - [REGIONMODULES]: From plugin OpenSim.Region.PhysicsModule.ubOde, (version 0.9.1.1), loaded 1 modules, 0 shared, 1 non-shared 0 unknown
12:42:40 - [REGIONMODULES]: From plugin OpenSim.Region.PhysicsModule.ODE, (version 0.9.1.1), loaded 1 modules, 0 shared, 1 non-shared 0 unknown
12:42:40 - [REGIONMODULES]: From plugin LindenUDP, (version 0.9.1.1), loaded 1 modules, 0 shared, 1 non-shared 0 unknown
12:42:40 - [REGIONMODULES]: From plugin YEngine, (version 0.9.1.1), loaded 1 modules, 0 shared, 1 non-shared 0 unknown
12:42:40 - [REGIONMODULES]: From plugin OpenSim.Region.PhysicsModule.BasicPhysics, (version 0.9.1.1), loaded 1 modules, 0 shared, 1 non-shared 0 unknown
12:42:40 - [REGIONMODULES]: From plugin OpenSim.Region.ScriptEngine.XEngine, (version 0.9.1.1), loaded 1 modules, 0 shared, 1 non-shared 0 unknown
12:42:40 - [REGIONMODULES]: From plugin OpenSim.OfflineIM, (version 0.9.1.1), loaded 1 modules, 1 shared, 0 non-shared 0 unknown
12:42:40 - [REGIONMODULES]: From plugin SimianGrid, (version 0.9.1.1), loaded 10 modules, 8 shared, 2 non-shared 0 unknown
12:42:40 - [REGIONMODULES]: From plugin LindenCaps, (version 0.9.1.1), loaded 16 modules, 2 shared, 14 non-shared 0 unknown
12:42:40 - [REGIONMODULES]: From plugin OpenSim.Region.PhysicsModule.Meshing, (version 0.9.1.1), loaded 2 modules, 0 shared, 2 non-shared 0 unknown
12:42:40 - [REGIONMODULES]: From plugin OpenSim.Region.PhysicsModule.ubOdeMeshing, (version 0.9.1.1), loaded 1 modules, 0 shared, 1 non-shared 0 unknown
12:42:40 - [REGIONMODULES]: From plugin OpenSim.Region.PhysicsModule.BulletS, (version 0.9.1.1), loaded 2 modules, 0 shared, 2 non-shared 0 unknown
12:42:40 - [Serialiser]: Enabled, using save dir "exports"
12:42:40 - [MIGRATIONS]: Creating migrations at version 1
12:42:40 - [MIGRATIONS]: Upgrading UserAccount to latest revision 3.
12:42:40 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process!
12:42:40 - [MIGRATIONS]: Creating UserAccount at version 1
no such table: users in SQL: BEGIN TRANSACTION; INSERT INTO UserAccounts (PrincipalID, ScopeID, FirstName, LastName, Email, ServiceURLs, Created) SELECT `UUID` AS PrincipalID, '00000000-0000-0000-0000-000000000000' AS ScopeID, username AS FirstName, surname AS LastName, '' as Email, '' AS ServiceURLs, created as Created FROM users; COMMIT;
12:42:40 - [MIGRATIONS]: An error has occurred in the migration.  If you're running OpenSim for the first time then you can probably safely ignore this, since certain migration commands attempt to fetch data out of old tables.  However, if you're using an existing database and you see database related errors while running OpenSim then you will need to fix these problems manually. Continuing.
12:42:40 - [MIGRATIONS]: Updating UserAccount to version 2
12:42:40 - [MIGRATIONS]: Updating UserAccount to version 3
12:42:40 - [GRID SERVICE]: Starting...
12:42:40 - [MIGRATIONS]: Creating migrations at version 1
12:42:40 - [MIGRATIONS]: Upgrading AuthStore to latest revision 2.
12:42:40 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process!
12:42:40 - [MIGRATIONS]: Creating AuthStore at version 1
no such table: users in SQL: BEGIN TRANSACTION; INSERT INTO auth (UUID, passwordHash, passwordSalt, webLoginKey) SELECT `UUID` AS UUID, `passwordHash` AS passwordHash, `passwordSalt` AS passwordSalt, `webLoginKey` AS webLoginKey FROM users; COMMIT;
12:42:41 - [MIGRATIONS]: An error has occurred in the migration.  If you're running OpenSim for the first time then you can probably safely ignore this, since certain migration commands attempt to fetch data out of old tables.  However, if you're using an existing database and you see database related errors while running OpenSim then you will need to fix these problems manually. Continuing.
12:42:41 - [MIGRATIONS]: Updating AuthStore to version 2
12:42:41 - [MIGRATIONS]: Creating migrations at version 1
12:42:41 - [MIGRATIONS]: Upgrading GridUserStore to latest revision 1.
12:42:41 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process!
12:42:41 - [MIGRATIONS]: Creating GridUserStore at version 1
12:42:41 - [GRID USER SERVICE]: Starting user grid service
12:42:41 - [MIGRATIONS]: Creating migrations at version 1
12:42:41 - [MIGRATIONS]: Upgrading XInventoryStore to latest revision 2.
12:42:41 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process!
12:42:41 - [MIGRATIONS]: Creating XInventoryStore at version 1
no such table: old.inventoryfolders in SQL: BEGIN TRANSACTION; INSERT INTO inventoryfolders (folderName, type, version, folderID, agentID, parentFolderID) SELECT `name` AS folderName, `type` AS type, `version` AS version, `UUID` AS folderID, `agentID` AS agentID, `parentID` AS parentFolderID from old.inventoryfolders; INSERT INTO inventoryitems (assetID, assetType, inventoryName, inventoryDescription, inventoryNextPermissions, inventoryCurrentPermissions, invType, creatorID, inventoryBasePermissions, inventoryEveryOnePermissions, salePrice, saleType, creationDate, groupID, groupOwned, flags, inventoryID, parentFolderID, avatarID, inventoryGroupPermissions) SELECT `assetID`, `assetType` AS assetType, `inventoryName` AS inventoryName, `inventoryDescription` AS inventoryDescription, `inventoryNextPermissions` AS inventoryNextPermissions, `inventoryCurrentPermissions` AS inventoryCurrentPermissions, `invType` AS invType, `creatorsID` AS creatorID, `inventoryBasePermissions` AS inventoryBasePermissions, `inventoryEveryOnePermissions` AS inventoryEveryOnePermissions, `salePrice` AS salePrice, `saleType` AS saleType, `creationDate` AS creationDate, `groupID` AS groupID, `groupOwned` AS groupOwned, `flags` AS flags, `UUID` AS inventoryID, `parentFolderID` AS parentFolderID, `avatarID` AS avatarID, `inventoryGroupPermissions` AS inventoryGroupPermissions FROM old.inventoryitems; COMMIT;
12:42:41 - [MIGRATIONS]: An error has occurred in the migration.  If you're running OpenSim for the first time then you can probably safely ignore this, since certain migration commands attempt to fetch data out of old tables.  However, if you're using an existing database and you see database related errors while running OpenSim then you will need to fix these problems manually. Continuing.
12:42:41 - [MIGRATIONS]: Updating XInventoryStore to version 2
12:42:41 - [MIGRATIONS]: Creating migrations at version 1
12:42:41 - [MIGRATIONS]: Upgrading Avatar to latest revision 1.
12:42:41 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process!
12:42:41 - [MIGRATIONS]: Creating Avatar at version 1
12:42:41 - [AVATAR SERVICE]: Starting avatar service
12:42:41 - [LOCAL USER ACCOUNT SERVICE CONNECTOR]: Local user connector enabled
12:42:41 - [LOCAL SIMULATION CONNECTOR]: Local simulation enabled.
12:42:41 - [LOCAL PRESENCE CONNECTOR]: Service dll = OpenSim.Services.PresenceService.dllTongueresenceService
12:42:41 - [PRESENCE SERVICE]: Starting presence service
12:42:41 - [LOCAL PRESENCE CONNECTOR]: Local presence connector enabled
12:42:41 - [NEIGHBOUR CONNECTOR]: Neighbour out connector enabled
12:42:41 - [MAP IMAGE SERVICE]: Starting MapImage service
12:42:42 - [MAP IMAGE SERVICE MODULE]: enabled with no refresh and service object OpenSim.Services.MapImageService.dll:MapImageService
12:42:42 - [LAND CONNECTOR]: Local land connector enabled
12:42:42 - [LOCAL INVENTORY SERVICES CONNECTOR]: Service dll = OpenSim.Services.InventoryService.dll:XInventoryService
12:42:42 - [LOCAL INVENTORY SERVICES CONNECTOR]: Local inventory connector enabled
12:42:42 - [GRID USER SERVICE]: Starting user grid service
12:42:42 - [ACTIVITY DETECTOR]: starting
12:42:42 - [LOCAL GRID USER SERVICE CONNECTOR]: Local grid user connector enabled
12:42:42 - [LOCAL GRID SERVICE CONNECTOR]: LocalGridServicesConnector no parms.
12:42:42 - [GRID SERVICE]: Starting...
12:42:42 - [LOCAL GRID SERVICE CONNECTOR]: Local grid connector enabled
12:42:42 - [AVATAR SERVICE]: Starting avatar service
12:42:42 - [AVATAR CONNECTOR]: Local avatar connector enabled
12:42:42 - [AUTH CONNECTOR]: Local Authentication connector enabled
12:42:42 - [LOCAL ASSET SERVICES CONNECTOR]: Loading asset service at OpenSim.Services.AssetService.dll:AssetService
12:42:42 - [MIGRATIONS]: Creating migrations at version 1
12:42:42 - [MIGRATIONS]: Upgrading AssetStore to latest revision 6.
12:42:42 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process!
12:42:42 - [MIGRATIONS]: Creating AssetStore at version 6
12:42:42 - [ASSET SERVICE]: Loading default asset set from assets/AssetSets.xml
12:43:05 - [ASSET SERVICE]: Local asset service enabled
12:43:05 - [LOCAL ASSET SERVICES CONNECTOR]: Local asset connector enabled
12:43:05 - [MIGRATIONS]: Upgrading AgentPrefs to latest revision 2.
12:43:05 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process!
12:43:05 - [MIGRATIONS]: Creating AgentPrefs at version 1
table AgentPrefs already exists in SQL: BEGIN; CREATE TABLE AgentPrefs(    PrincipalID CHAR(36) NOT NULL,    AccessPrefs CHAR(2) NOT NULL DEFAULT 'M',    HoverHeight DOUBLE(30, 27) NOT NULL DEFAULT 0,    Language CHAR(5) NOT NULL DEFAULT 'en-us',    LanguageIsPublic BOOLEAN NOT NULL DEFAULT 1,    PermEveryone INT(6) NOT NULL DEFAULT 0,    PermGroup INT(6) NOT NULL DEFAULT 0,    PermNextOwner INT(6) NOT NULL DEFAULT 532480,    UNIQUE(PrincipalID),    PRIMARY KEY(PrincipalID) ); COMMIT;
12:43:05 - [MIGRATIONS]: An error has occurred in the migration.  If you're running OpenSim for the first time then you can probably safely ignore this, since certain migration commands attempt to fetch data out of old tables.  However, if you're using an existing database and you see database related errors while running OpenSim then you will need to fix these problems manually. Continuing.
12:43:05 - [MIGRATIONS]: Updating AgentPrefs to version 2
12:43:05 - [AGENT PREFERENCES SERVICE]: Starting agent preferences service
12:43:05 - [AGENT PREFERENCES CONNECTOR]: Local agent preferences connector enabled
12:43:05 - [LOCAL USERPROFILES SERVICE CONNECTOR]: Local user profiles connector enabled
12:43:05 - [MAP SERVICE IN CONNECTOR]: MapImage Service In Connector enabled
12:43:05 - [LLLOGIN IN CONNECTOR]: LLLoginerviceInConnector enabled
12:43:05 - [GRIDINFO IN CONNECTOR]: GridInfo Service In Connector enabled
12:43:05 - [VECTORRENDERMODULE]: using font "Arial" for text rendering.
12:43:05 - [OUTBOUND URL FILTER]: OutboundDisallowForUserScripts for Script dynamic texture image module is [0.0.0.0/8|10.0.0.0/8|100.64.0.0/10|127.0.0.0/8|169.254.0.0/16|172.16.0.0/12|192.0.0.0/24|192.0.2.0/24|
192.88.99.0/24|192.168.0.0/16|198.18.0.0/15|198.51.100.0/24|203.0.113.0/24|224.0.0.0/4|240.0.0.0/4|255.255.255.255/32]
12:43:05 - [OUTBOUND URL FILTER]: OutboundDisallowForUserScriptsExcept for Script dynamic texture image module is []
12:43:05 - [OUTBOUND URL FILTER]: OutboundDisallowForUserScripts for Script HTTP request module is [0.0.0.0/8|10.0.0.0/8|100.64.0.0/10|127.0.0.0/8|169.254.0.0/16|172.16.0.0/12|192.0.0.0/24|192.0.2.0/24
|192.88.99.0/24|192.168.0.0/16|198.18.0.0/15|198.51.100.0/24|203.0.113.0/24|224.0.0.0/4|240.0.0.0/4|255.255.255.255/32]
12:43:05 - [OUTBOUND URL FILTER]: OutboundDisallowForUserScriptsExcept for Script HTTP request module is []
12:43:05 - [USER MANAGEMENT MODULE]: BasicUserManagementModule is enabled
12:43:05 - [BASIC SEARCH MODULE]: BasicSearchModule is enabled
12:43:05 - [LIBRARY MODULE]: Library service dll is OpenSim.Services.InventoryService.dll:LibraryService
12:43:05 - [LIBRARY]: Starting library service...
12:43:05 - [LIBRARY INVENTORY]: Loading library control file ./inventory/Libraries.xml
12:43:05 - [LURE MODULE]: LureModule enabled
12:43:05 - [HG MESSAGE TRANSFER]: Disabled by configuration
12:43:05 - [MESSAGE TRANSFER]: Module enabled
12:43:05 - [GROUPS]: Groups disabled in configuration
12:43:05 - [MIGRATIONS]: Creating migrations at version 1
12:43:05 - [MIGRATIONS]: Upgrading FriendsStore to latest revision 2.
12:43:05 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process!
12:43:05 - [MIGRATIONS]: Creating FriendsStore at version 1
no such table: userfriends in SQL: BEGIN TRANSACTION; INSERT INTO `Friends` SELECT `ownerID`, `friendID`, `friendPerms`, 0 FROM `userfriends`; COMMIT;
12:43:05 - [MIGRATIONS]: An error has occurred in the migration.  If you're running OpenSim for the first time then you can probably safely ignore this, since certain migration commands attempt to fetch data out of old tables. 
However, if you're using an existing database and you see database related errors while running OpenSim then you will need to fix these problems manually. Continuing.
12:43:05 - [MIGRATIONS]: Updating FriendsStore to version 2
12:43:05 - [FRIENDS MODULE]: FriendsModule enabled.
12:43:05 - [FLOTSAM ASSET CACHE]: FlotsamAssetCache enabled
12:43:05 - [FLOTSAM ASSET CACHE]: Cache Directory ./assetcache
12:43:05 - [LOAD REGIONS PLUGIN]: Loading region configurations from filesystem
=====================================

We are now going to ask a couple of questions about your region.

You can press 'enter' without typing anything to use the default

the default is displayed between [ ] brackets.

=====================================

New region name []: GermanTest
RegionUUID [586efa92-6b9c-4468-93b4-18028c6cde92]:
Region Location [1000,1000]:
Internal IP address [0.0.0.0]:
Internal port [9000]:
Resolve hostname to IP on start (for running inside Docker) [False]:
External host name [SYSTEMIP]: 192.168.178.21
12:45:20 - [REGION LOADER FILE SYSTEM]: Loading config files from ./Regions
12:45:20 - [REGION LOADER FILE SYSTEM]: Loading config file ./Regions/Regions.ini
12:45:20 - [REGION LOADER FILE SYSTEM]: Loaded config for region GermanTest
12:45:20 - [LOAD REGIONS PLUGIN]: Loading specific shared modules...
12:45:20 - [LOAD REGIONS PLUGIN]: Done.
12:45:20 - [LOAD REGIONS PLUGIN]: Creating Region: GermanTest (ThreadID: 1)
12:45:20 - [ESTATE]: Region GermanTest is not part of an estate.
12:45:20 - [ESTATE]: No existing estates found.  You must create a new one.
New estate name [My Estate]: Testland
12:46:10 - [SCENE]: Default script engine XEngine
12:46:10 - [SCENE]: Region GermanTest, WORLD MAP refresh time set to 0 seconds
12:46:10 - [SCENE]: Using the BestAvatarResponsiveness prioritization scheme
12:46:10 - [SQLITE REGION DB]: No terrain found for region
12:46:10 - [TERRAIN]: No default terrain. Generating a new terrain pinhead-island.
12:46:10 - [TERRAIN DATA]: V2DGzip 62212 bytes
12:46:10 - [REGION DB SQLITE]: Storing terrain format 23
12:46:10 - [TERRAIN DATA]: V2DGzip 62212 bytes
12:46:10 - [REGION DB SQLITE]: Storing bakedterrain format 23
12:46:10 - [MODULES]: Loading Region's modules (old style)
12:46:10 - [REGIONMODULES]: Loading Region's modules (new style)
12:46:10 - [BASE PRESENCE SERVICE CONNECTOR]: Enabled for region GermanTest
12:46:10 - [MESSAGE TRANSFER]: Message transfer module active
12:46:10 - [CHAT]: Initialized for GermanTest w:10 s:20 S:100
12:46:10 - [SUN]: localtime offset is 0
12:46:10 - [SUN]: Initialization completed. Day is 14400 seconds, and year is 60 days
12:46:10 - [SUN]: Axis offset is 0.5
12:46:10 - [SUN]: Percentage of time for daylight 0.5
12:46:10 - [SUN]: Positional data updated every 100 frames
12:46:10 - [WIND]: Enabled with an update rate of 150 frames.
12:46:10 - [PERMISSIONS]: allowed_script_creators All
12:46:10 - [PERMISSIONS]: allowed_script_editors All
12:46:10 - [PERMISSIONS]: Enabling all region service permission checks
12:46:10 - [EnvironmentModule]: Module is enabled.
12:46:10 - [WINDLIGHT]: windlight module disabled
12:46:10 - [AUTHORIZATION CONNECTOR]: Initialise
12:46:10 - [AUTHORIZATION CONNECTOR]: Local authorization connector enabled
12:46:10 - [INVENTORY ACCESS MODULE]: BasicInventoryAccessModule enabled.
12:46:10 - [ENTITY TRANSFER MODULE]: BasicEntityTransferModule enabled.
12:46:11 - [TREES]: Initialised tree populator module
12:46:11 - [Materials]: Initialized
12:46:11 - [YEngine]: config enabled=False
12:46:11 - [XEngine]: Script stop strategy is co-op
12:46:11 - [EXTENDED PHYSICS]: module is not enabled
12:46:11 - [WIND]: Found Plugin: ConfigurableWind
12:46:11 - [WIND]: Found Plugin: SimpleRandomWind
12:46:11 - [WIND]: SimpleRandomWind plugin found, initializing.
12:46:11 - [WORLD MAP]: JPEG Map location: http://192.168.178.21:9000/index.php?met...028c6cde92
12:46:11 - [WATCHDOG]: Started tracking thread MapItemRequestThread (GermanTest), ID 22
12:46:11 - [WATCHDOG]: Started tracking thread MapBlockSendThread (GermanTest), ID 23
12:46:11 - L ... GenericSystemDrawing
12:46:11 - L ... JPEG
12:46:11 - L ... LLRAW
12:46:11 - L ... RAW32
12:46:11 - E ... ChannelDigger
12:46:11 - E ... DefaultTerrainGenerator
12:46:11 - [RegionReady]: Enabled for region GermanTest
Region GermanTest - LOGINS DISABLED DURING INITIALIZATION.
12:46:11 - [LLUDPSERVER]: Average Environment.TickCount resolution: 4ms
12:46:11 - [LLUDPSERVER]: Average Util.GetTimeStampMS resolution: 0.000114ms
12:46:11 - [XEngine]: Initializing scripts in region GermanTest
12:46:11 - [BULLETS SCENE]: Selected bullet engine bulletunmanaged -> BulletUnmanaged/
12:46:11 - [BULLETS SCENE]: Linksets implemented with Compound
12:46:11 - [LOCAL USER ACCOUNT SERVICE CONNECTOR]: Enabled local user accounts for region GermanTest
12:46:11 - [NEIGHBOUR CONNECTOR]: Enabled out neighbours for region GermanTest
12:46:11 - [LOCAL GRID USER SERVICE CONNECTOR]: Enabled local grid user for region GermanTest
12:46:11 - [LOCAL ASSET SERVICES CONNECTOR]: Enabled connector for region GermanTest
12:46:11 - [LOCAL ASSET SERVICES CONNECTOR]: Enabled asset caching for region GermanTest
12:46:11 - [LLLOGIN IN CONNECTOR]: Starting...
12:46:11 - [GRID SERVICE]: Starting...
12:46:11 - [GRID USER SERVICE]: Starting user grid service
12:46:11 - [AVATAR SERVICE]: Starting avatar service
12:46:11 - [GRID USER SERVICE]: Starting user grid service
12:46:11 - [AUTH SERVICE]: Started with User Account access
12:46:11 - [GRID SERVICE]: Starting...
12:46:11 - [PRESENCE SERVICE]: Starting presence service
12:46:11 - [AVATAR SERVICE]: Starting avatar service
12:46:11 - [LLOGIN SERVICE]: Using LibraryService given as argument
12:46:11 - [LLOGIN SERVICE]: Starting...
12:46:11 - [GridInfo]: Starting...
12:46:11 - [GRID INFO SERVICE]: Grid info service initialized with 4 keys
12:46:11 - [BASIC SEARCH MODULE]: Could not get IGroupsModule
12:46:11 - [AuthorizationService]: Region GermanTest access restrictions: None
12:46:11 - [AUTHORIZATION CONNECTOR]: Enabled local authorization for region GermanTest
12:46:11 - [MODULE COMMANDS]: Script engine found, module active
12:46:11 - [LLUDPSERVER]: Starting inbound packet processing for the LLUDP server
12:46:11 - [UDPBASE]: Starting inbound UDP loop
12:46:11 - [UDPBASE]: SIO_UDP_CONNRESET flag not supported on this platform, ignoring
12:46:11 - [WATCHDOG]: Started tracking thread Incoming Packets (GermanTest), ID 24
12:46:11 - [LLUDPSERVER]: Starting outbound packet processing for the LLUDP server
12:46:11 - [UDPBASE]: Starting outbound UDP loop
12:46:11 - [WATCHDOG]: Started tracking thread Outgoing Packets (GermanTest), ID 25
12:46:11 - [WATCHDOG]: Started tracking thread GetCapsAssetWorker0, ID 26
12:46:11 - [WATCHDOG]: Started tracking thread GetCapsAssetWorker1, ID 27
12:46:11 - [WATCHDOG]: Started tracking thread GetCapsAssetWorker2, ID 28
12:46:11 - [WATCHDOG]: Started tracking thread InventoryWorkerThread0, ID 29
12:46:11 - [WATCHDOG]: Started tracking thread InventoryWorkerThread1, ID 30
12:46:11 - [SCENE]: Secure permissions loading enabled, modules loaded: DefaultPermissionsModule
Estate Testland has no owner set.
Estate owner first name [Test]: Lukas
Estate owner last name [User]: Silberstein
Password:
Email:
User ID    [abc272]:
12:47:10 - [AUTHENTICATION DB]: Set password for principalID abc2721b-36a5-47ea-9053-a126f6a14ffc
12:47:10 - [GRID SERVICE]: GetDefaultRegions returning 0 regions
12:47:10 - [USER ACCOUNT SERVICE]: Unable to set home for account Lukas Silberstein.
12:47:12 - [USER ACCOUNT SERVICE]: Created user inventory for Lukas Silberstein
12:47:12 - [USER ACCOUNT SERVICE]: Creating default appearance items for abc2721b-36a5-47ea-9053-a126f6a14ffc
12:47:13 - [USER ACCOUNT SERVICE]: Creating default avatar entries for abc2721b-36a5-47ea-9053-a126f6a14ffc
12:47:14 - [USER ACCOUNT SERVICE]: Account Lukas Silberstein abc2721b-36a5-47ea-9053-a126f6a14ffc created successfully
12:47:14 - [SCENE]: Loading land objects from storage
12:47:14 - [LAND MANAGEMENT MODULE]: Creating default parcel for region GermanTest
12:47:14 - [SCENE]: Loading objects from datastore
12:47:14 - [SCENE]: Loaded 0 objects from the datastore
12:47:14 - [USER MANAGEMENT MODULE]: Caching creators' data from GermanTest (0 objects)...
12:47:14 - [WORLD MAP]: Generating map image for GermanTest
12:47:14 - [TEXTURED MAPTILE RENDERER]: Generating Maptile Step 1: Terrain
12:47:14 - [TEXTURED MAPTILE RENDERER]: Fetched texture b8d3965a-ad78-bf43-699b-bff8eca6c975, found: True
12:47:14 - [TEXTURED MAPTILE RENDERER]: Fetched texture abb783e6-3e93-26c0-248a-247666855da3, found: True
12:47:14 - [TEXTURED MAPTILE RENDERER]: Fetched texture 179cdabd-398a-9b6b-1391-4dc333ba321f, found: True
12:47:14 - [TEXTURED MAPTILE RENDERER]: Fetched texture beb169c7-11ea-fff2-efe5-0f24dc881df2, found: True
12:47:14 - [TEXTURED MAP TILE RENDERER]: Generating Maptile Step 1: Done in 72 ms
12:47:14 - [MAPTILE]: Generating Maptile Step 2: Object Volume Profile
12:47:14 - [MAPTILE]: Generating Maptile Step 2: Done in 0 ms
12:47:14 - [WORLD MAP]: Storing map image 071bb344-396e-43e8-b4cf-b71188f56180 for GermanTest
12:47:14 - [WORLD MAP]: Region GermanTest has no parcels for sale, not generating overlay
12:47:14 - [MAP IMAGE SERVICE MODULE]: Upload maptile for GermanTest
12:47:14 - [GRID SERVICE]: Region GermanTest (586efa92-6b9c-4468-93b4-18028c6cde92, 256x256) registered at 1000,1000 with flags RegionOnline
12:47:14 - [SCENE]: Initializing script instances in GermanTest
12:47:14 - [SCENE]: Initialized 0 script instances in GermanTest
12:47:14 - [LLLOGIN IN CONNECTOR]: Starting...
12:47:14 - [RADMIN]: Creating default avatar entries
12:47:14 - [BULLETSIM TERRAIN MANAGER]: Terrain for GermanTest/<0, 0, 0> created with Heightmap
12:47:14 - [RADMIN]: No default avatar information available
12:47:14 - [RADMIN]: Default avatars not loaded
Currently selected region is GermanTest
INITIALIZATION COMPLETE FOR GermanTest - LOGINS ENABLED
12:47:16 - [SCENE COMMUNICATION SERVICE]: Informing 0 neighbours that region GermanTest is up
12:47:19 - [TERRAIN DATA]: V2DGzip 62212 bytes
12:47:19 - [REGION DB SQLITE]: Storing terrain format 23
12:47:19 - [BULLETSIM TERRAIN MANAGER]: Terrain for GermanTest/<0, 0, 0> created with Heightmap
Region (GermanTest) #

GermanTest funktioniert beim ersten Start mit SQLITE.

Opensim starten: In das Hauptverzeichnis bin gehen und mit mono OpenSim.exe den Server starten.
Opensim runterfahren: shutdown

Der Beitrag wird fortgesetzt.
Zitieren


Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste