OpenSim Server auf Ubuntu 14.04.x LTS mit ISPConfig installieren
Aus znilwiki
Voraussetzungen installieren
apt-get install mono-complete
Datenbank in ISPConfig anlegen
- legt eine neue Webseite in ISPConfig an, z.B. opensim.znil.net - also eine Subdomain
- Legt einen Datenbankbenutzer an, z.B. dbuopensim
- Legt die Datenbank an, Webseite und Benutzer die gerade erstellten, Schema UTF-8
OpenSim-Benutzer anlegen
Wir legen einen neuen Benutzer an unter dem Opensim später laufen soll:
adduser --disabled-login --gecos "Opensim" opensim --home /home/opensim/
und wechseln auf diesen
su - opensim
OpenSim herunterladen und entpacken
Ich benutze - wie viele andere - die Diva-Variante des OpenSim Simulators. Diese ist schon vorkonfiguriert und hat Wifi bereits intigriert - das ist eine Management Webseite auf der man Accounts etc. erstellen und verwalten kann.
Ihr findet die jeweils aktuellest Version auf:
http://metaverseink.com/Downloads.html
Download direkt in der Bash:
wget http://metaverseink.com/download/diva-r25084.zip
Entpacken:
unzip diva-r25084.zip
und umbenennen
mv diva-r25084 diva
Grundkonfiguration
Wir gehen in den Ordner diva
cd /home/opensim/diva/bin
(Wir sind immer noch als Benutzer opensim unterwegs!)
und starten die Grundkonfiguration:
mono Configure.exe
Was uns ein paar Fragen auf den Tisch wirft:
Name of your world: OpenSimZNIL MySql database host: [localhost] localhost MySql database schema name: [opensim] dbopensim MySql database user account: [opensim] dbuopensim MySql database password for that account: ****** Your external domain name (preferred) or IP address: opensim.znil.net This installation is going to run on [1] .NET/Windows [2] *ix/Mono Choose 1 or 2 [1]: 2 The next questions are for configuring Wifi, the web application where your users can register. Wifi Admin first name [Wifi]: Max Wifi Admin last name [Admin]: Mustermann Wifi Admin password [secret]: ********** Wifi Admin email [admin@localhost]: bernhard@znil.de User account creation [o]pen or [c]ontrolled [c]: c Wifi sends email notifications via gmail, by default. Gmail user name [none]: Max.Mustermann Gmail password [none]: ******** Error configuring RegionConfig Could not find a part of the path "/home/opensim/diva/Regions/RegionConfig.ini.example". Error configuring MyWorld Could not find a part of the path "/home/opensim/diva/config-include/MyWorld.ini.example". *************************************************** Your world is OpenSimZNIL Your loginuri is http://opensim.znil.net:9000 Your Wifi app is http://opensim.znil.net:9000/wifi You admin account for Wifi is: username: Bernhard Linz passwd: *********** Your users get email notifications from Max.Mustermann@gmail.com Your world's configuration is config-include/MyWorld.ini. Please revise it. *************************************************** <Press enter to exit>
So, damit hat euere Installation einen Namen und kennt den Weg zur Datenbank. Es gibt aber noch keine Regionen und die Datenbank ist auch noch leer.
Das ändert sich alles beim ersten Start - den wir nun machen:
mono OpenSim.exe
Dann warten wir bis er die Grundeinrichtung vorgenommen hat ...
13:45:08 - [OPENSIM MAIN]: configured log4net using default OpenSim.exe.config 13:45:08 - [OPENSIM MAIN]: System Locale is de-DE 13:45:08 - [OPENSIM MAIN]: Environment variable MONO_THREADS_PER_CPU is unset 13:45:08 - [OPENSIM MAIN]: Runtime gave us 4 min worker threads and 8 min IOCP threads 13:45:08 - [OPENSIM MAIN]: Runtime gave us 400 max worker threads and 16 max IOCP threads 13:45:08 - [OPENSIM MAIN]: Bumping up to max worker threads to 500 13:45:08 - [OPENSIM MAIN]: Bumping up max IOCP threads to 1000 13:45:08 - [OPENSIM MAIN]: Threadpool set to 500 max worker threads and 1000 max IOCP threads 13:45:08 - [OPENSIM MAIN]: Environment is supported by OpenSimulator. 13:45:09 - [CONFIG]: Reading configuration settings 13:45:09 - [CONFIG]: Reading configuration file /home/opensim/diva/bin/OpenSimDefaults.ini 13:45:09 - [CONFIG]: Reading configuration file /home/opensim/diva/bin/OpenSim.ini 13:45:09 - [CONFIG]: Reading configuration file /home/opensim/diva/bin/config-include/DivaPreferences.ini 13:45:09 - [CONFIG]: Reading configuration file /home/opensim/diva/bin/config-include/MyWorld.ini 13:45:09 - [CONFIG]: Loading environment variables for Config 13:45:09 - [OPENSIM MAIN]: Using async_call_method SmartThreadPool 13:45:09 - ==================================================================== 13:45:09 - ========================= STARTING OPENSIM ========================= 13:45:09 - ==================================================================== 13:45:09 - [SERVER BASE]: Starting in /home/opensim/diva/bin 13:45:09 - [SERVER BASE]: OpenSimulator version: OpenSim 0.8 Post_Fixes 13:45:09 - [SERVER BASE]: Operating system version: Unix 3.10.23.6, .NET platform Unix, 64-bit Console log level is ALL 13:45:09 - [SERVER BASE]: Logging started to file /home/opensim/diva/bin/OpenSim.log 13:45:09 - [MIGRATIONS]: Creating migrations at version 1 13:45:09 - [MIGRATIONS]: Upgrading RegionStore to latest revision 49. 13:45:09 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process! 13:45:10 - [MIGRATIONS]: Creating RegionStore at version 1 13:45:11 - [MIGRATIONS]: Updating RegionStore to version 2 13:45:11 - [MIGRATIONS]: Updating RegionStore to version 3 13:45:11 - [MIGRATIONS]: Updating RegionStore to version 4 13:45:11 - [MIGRATIONS]: Updating RegionStore to version 5 13:45:14 - [MIGRATIONS]: Updating RegionStore to version 6 13:45:25 - [MIGRATIONS]: Updating RegionStore to version 7 13:45:27 - [MIGRATIONS]: Updating RegionStore to version 8 13:45:42 - [MIGRATIONS]: Updating RegionStore to version 9 13:45:43 - [MIGRATIONS]: Updating RegionStore to version 10 13:45:45 - [MIGRATIONS]: Updating RegionStore to version 11 13:45:45 - [MIGRATIONS]: Updating RegionStore to version 12 13:45:45 - [MIGRATIONS]: Updating RegionStore to version 13 13:46:01 - [MIGRATIONS]: Updating RegionStore to version 16 13:46:06 - [MIGRATIONS]: Updating RegionStore to version 17 13:46:06 - [MIGRATIONS]: Updating RegionStore to version 18 13:46:07 - [MIGRATIONS]: Updating RegionStore to version 19 13:46:08 - [MIGRATIONS]: Updating RegionStore to version 20 13:46:10 - [MIGRATIONS]: Updating RegionStore to version 21 13:46:12 - [MIGRATIONS]: Updating RegionStore to version 22 13:46:12 - [MIGRATIONS]: Updating RegionStore to version 23 13:46:21 - [MIGRATIONS]: Updating RegionStore to version 24 13:46:51 - [MIGRATIONS]: Updating RegionStore to version 25 13:46:55 - [MIGRATIONS]: Updating RegionStore to version 26 13:46:55 - [MIGRATIONS]: Updating RegionStore to version 27 13:46:55 - [MIGRATIONS]: Updating RegionStore to version 28 13:46:56 - [MIGRATIONS]: Updating RegionStore to version 29 13:46:58 - [MIGRATIONS]: Updating RegionStore to version 30 13:46:59 - [MIGRATIONS]: Updating RegionStore to version 31 13:47:00 - [MIGRATIONS]: Updating RegionStore to version 32 13:47:00 - [MIGRATIONS]: Updating RegionStore to version 33 13:47:01 - [MIGRATIONS]: Updating RegionStore to version 34 13:47:03 - [MIGRATIONS]: Updating RegionStore to version 35 13:47:06 - [MIGRATIONS]: Updating RegionStore to version 36 13:47:07 - [MIGRATIONS]: Updating RegionStore to version 37 13:47:09 - [MIGRATIONS]: Updating RegionStore to version 38 13:47:10 - [MIGRATIONS]: Updating RegionStore to version 39 13:47:10 - [MIGRATIONS]: Updating RegionStore to version 40 13:47:10 - [MIGRATIONS]: Updating RegionStore to version 41 13:47:10 - [MIGRATIONS]: Updating RegionStore to version 42 13:47:10 - [MIGRATIONS]: Updating RegionStore to version 43 13:47:10 - [MIGRATIONS]: Updating RegionStore to version 44 13:47:11 - [MIGRATIONS]: Updating RegionStore to version 45 13:47:11 - [MIGRATIONS]: Updating RegionStore to version 46 13:47:11 - [MIGRATIONS]: Updating RegionStore to version 47 13:47:11 - [MIGRATIONS]: Updating RegionStore to version 48 13:47:12 - [MIGRATIONS]: Updating RegionStore to version 49 13:47:12 - [REGION DB]: MySql - connecting: Data Source=localhost;Database=dbopensim;User ID=dbopensim;Password=***;Old Guids=true;Allow Zero Datetime=true; 13:47:12 - [MIGRATIONS]: Upgrading EstateStore to latest revision 33. 13:47:12 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process! 13:47:14 - [MIGRATIONS]: Creating EstateStore at version 13 13:47:15 - [MIGRATIONS]: Updating EstateStore to version 32 13:47:16 - [MIGRATIONS]: Updating EstateStore to version 33 13:47:16 - [CLIENTSTACK]: Attempting to load OpenSim.Region.ClientStack.LindenUDP.dll 13:47:16 - [CLIENTSTACK]: Added IClientNetworkServer Interface 13:47:16 - [REGION SERVER]: Starting HTTP server on port 9000 13:47:16 - [BASE HTTP SERVER]: Starting HTTP server on port 9000 Got a bad hardware address length for an AF_PACKET 16 8 13:47:16 - [PLUGINS]: Initializing addin manager 13:47:17 - [PLUGINS]: Loading extension point /OpenSim/Startup 13:47:17 - [PLUGINS]: Trying plugin /OpenSim/Startup/LoadRegions 13:47:17 - [PLUGINS]: Plugin Loaded: OpenSim.ApplicationPlugins.LoadRegions 13:47:17 - [PLUGINS]: Trying plugin /OpenSim/Startup/RemoteController 13:47:17 - [PLUGINS]: Plugin Loaded: OpenSim.ApplicationPlugins.RemoteController 13:47:17 - [PLUGINS]: Trying plugin /OpenSim/Startup/RegionModulesController 13:47:17 - [PLUGINS]: Plugin Loaded: OpenSim.ApplicationPlugins.RegionModulesController 13:47:17 - [PLUGINS]: Plugin Loaded: OpenSim.Region.CoreModules 13:47:17 - [PLUGINS]: Plugin Loaded: Diva.Modules 13:47:17 - [PLUGINS]: Plugin Loaded: Diva.TOS 13:47:17 - [PLUGINS]: Plugin Loaded: OpenSim.OfflineIM 13:47:17 - [PLUGINS]: Plugin Loaded: ObjectImporterModule 13:47:17 - [PLUGINS]: Plugin Loaded: OpenSim.RegionModules.RegionCombinerModule 13:47:17 - [PLUGINS]: Plugin Loaded: OpenSim.Region.OptionalModules 13:47:17 - [PLUGINS]: Plugin Loaded: SimianGrid 13:47:17 - [PLUGINS]: Plugin Loaded: OpenSim.Groups 13:47:17 - [PLUGINS]: Plugin Loaded: LindenCaps 13:47:17 - [PLUGINS]: Plugin Loaded: OpenSim.Region.ScriptEngine.XEngine 13:47:17 - [PLUGINS]: Plugin Loaded: Diva.ModuleShim 13:47:17 - [PLUGINS]: Plugin Loaded: WebStats 13:47:17 - [PLUGINS]: Plugin Loaded: Diva.MISearchModules 13:47:17 - [PLUGINS]: Plugin Loaded: DataSnapshot 13:47:17 - [REGIONMODULES]: From plugin OpenSim.Region.CoreModules, (version 0.1), loaded 96 modules, 56 shared, 40 non-shared 0 unknown 13:47:17 - [REGIONMODULES]: From plugin Diva.Modules, (version 0.1), loaded 2 modules, 1 shared, 1 non-shared 0 unknown 13:47:17 - [REGIONMODULES]: From plugin Diva.TOS, (version 0.1), loaded 1 modules, 1 shared, 0 non-shared 0 unknown 13:47:17 - [REGIONMODULES]: From plugin OpenSim.OfflineIM, (version 0.1), loaded 1 modules, 1 shared, 0 non-shared 0 unknown 13:47:17 - [REGIONMODULES]: From plugin ObjectImporterModule, (version 0.1), loaded 1 modules, 1 shared, 0 non-shared 0 unknown 13:47:17 - [REGIONMODULES]: From plugin OpenSim.RegionModules.RegionCombinerModule, (version 0.3), loaded 1 modules, 1 shared, 0 non-shared 0 unknown 13:47:17 - [REGIONMODULES]: From plugin OpenSim.Region.OptionalModules, (version 0.1), loaded 29 modules, 16 shared, 13 non-shared 0 unknown 13:47:17 - [REGIONMODULES]: From plugin SimianGrid, (version 1.0), loaded 2 modules, 1 shared, 1 non-shared 0 unknown 13:47:17 - [REGIONMODULES]: From plugin OpenSim.Groups, (version 0.1), loaded 5 modules, 5 shared, 0 non-shared 0 unknown 13:47:17 - [REGIONMODULES]: From plugin LindenCaps, (version 0.1), loaded 14 modules, 1 shared, 13 non-shared 0 unknown 13:47:17 - [REGIONMODULES]: From plugin OpenSim.Region.ScriptEngine.XEngine, (version 0.2), loaded 1 modules, 0 shared, 1 non-shared 0 unknown 13:47:17 - [REGIONMODULES]: From plugin Diva.ModuleShim, (version 0.1), loaded 1 modules, 1 shared, 0 non-shared 0 unknown 13:47:17 - [REGIONMODULES]: From plugin WebStats, (version 1.0), loaded 1 modules, 1 shared, 0 non-shared 0 unknown 13:47:17 - [REGIONMODULES]: From plugin Diva.MISearchModules, (version 0.1), loaded 1 modules, 1 shared, 0 non-shared 0 unknown 13:47:17 - [REGIONMODULES]: From plugin DataSnapshot, (version 0.1), loaded 1 modules, 1 shared, 0 non-shared 0 unknown 13:47:17 - [MIGRATIONS]: Upgrading UserAccount to latest revision 4. 13:47:17 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process! 13:47:17 - [MIGRATIONS]: Creating UserAccount at version 1 13:47:17 - [MIGRATIONS]: Updating UserAccount to version 2 13:47:18 - [MIGRATIONS]: Updating UserAccount to version 3 13:47:20 - [MIGRATIONS]: Updating UserAccount to version 4 13:47:20 - [MIGRATIONS]: Upgrading GridStore to latest revision 9. 13:47:20 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process! 13:47:21 - [MIGRATIONS]: Creating GridStore at version 1 13:47:22 - [MIGRATIONS]: Updating GridStore to version 2 13:47:23 - [MIGRATIONS]: Updating GridStore to version 3 13:47:25 - [MIGRATIONS]: Updating GridStore to version 4 13:47:26 - [MIGRATIONS]: Updating GridStore to version 5 13:47:27 - [MIGRATIONS]: Updating GridStore to version 6 13:47:29 - [MIGRATIONS]: Updating GridStore to version 7 13:47:30 - [MIGRATIONS]: Updating GridStore to version 8 13:47:31 - [MIGRATIONS]: Updating GridStore to version 9 Name ID Position Size Port Ready? Estate 13:47:31 - [MIGRATIONS]: Upgrading AssetStore to latest revision 8. 13:47:31 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process! 13:47:31 - [MIGRATIONS]: Creating AssetStore at version 1 13:47:33 - [MIGRATIONS]: Updating AssetStore to version 2 13:47:35 - [MIGRATIONS]: Updating AssetStore to version 3 13:47:36 - [MIGRATIONS]: Updating AssetStore to version 4 13:47:37 - [MIGRATIONS]: Updating AssetStore to version 5 13:47:37 - [MIGRATIONS]: Updating AssetStore to version 6 13:47:38 - [MIGRATIONS]: Updating AssetStore to version 7 13:47:38 - [MIGRATIONS]: Updating AssetStore to version 8 13:47:42 - [MIGRATIONS]: Upgrading AuthStore to latest revision 3. 13:47:42 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process! 13:47:43 - [MIGRATIONS]: Creating AuthStore at version 1 13:47:43 - [MIGRATIONS]: Updating AuthStore to version 2 13:47:44 - [MIGRATIONS]: Updating AuthStore to version 3 13:47:44 - [MIGRATIONS]: Upgrading GridUserStore to latest revision 2. 13:47:44 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process! 13:47:44 - [MIGRATIONS]: Creating GridUserStore at version 1 13:47:45 - [MIGRATIONS]: Updating GridUserStore to version 2 13:47:45 - [MIGRATIONS]: Upgrading InventoryStore to latest revision 6. 13:47:45 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process! 13:47:45 - [MIGRATIONS]: Creating InventoryStore at version 1 13:48:00 - [MIGRATIONS]: Updating InventoryStore to version 2 13:48:00 - [MIGRATIONS]: Updating InventoryStore to version 3 13:48:01 - [MIGRATIONS]: Updating InventoryStore to version 4 13:48:02 - [MIGRATIONS]: Updating InventoryStore to version 5 13:48:03 - [MIGRATIONS]: Updating InventoryStore to version 6 13:48:03 - [MIGRATIONS]: Upgrading Avatar to latest revision 2. 13:48:03 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process! 13:48:03 - [MIGRATIONS]: Creating Avatar at version 1 13:48:03 - [MIGRATIONS]: Updating Avatar to version 2 13:48:03 - [LOCAL USER ACCOUNT SERVICE CONNECTOR]: Local user connector enabled 13:48:03 - [LIBRARY INVENTORY]: Loading library control file ./inventory/Libraries.xml 13:48:04 - [LOCAL SIMULATION CONNECTOR]: Initialized with connector protocol version SIMULATION/0.3 13:48:04 - [REMOTE SIMULATION CONNECTOR]: Remote simulation enabled. 13:48:04 - [LLLOGIN IN CONNECTOR]: LLLoginerviceInConnector enabled 13:48:04 - [LOCAL GRID USER SERVICE CONNECTOR]: Local grid user connector enabled 13:48:04 - [AVATAR CONNECTOR]: Local avatar connector enabled 13:48:04 - [AUTH CONNECTOR]: Local Authentication connector enabled 13:48:04 - [MAP SERVICE IN CONNECTOR]: MapImage Service In Connector enabled 13:48:04 - [HG ASSET SERVICE]: HG asset service enabled 13:48:04 - [HG ASSET CONNECTOR]: HG asset broker enabled 13:48:04 - [NEIGHBOUR CONNECTOR]: Remote Neighbour connector enabled 13:48:04 - [NEIGHBOUR IN CONNECTOR]: NeighbourServiceInConnector enabled 13:48:04 - [HG INVENTORY CONNECTOR]: HG inventory broker enabled with inner connector of type OpenSim.Services.InventoryService.XInventoryService 13:48:04 - [MIGRATIONS]: Upgrading Presence to latest revision 3. 13:48:04 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process! 13:48:04 - [MIGRATIONS]: Creating Presence at version 1 13:48:05 - [MIGRATIONS]: Updating Presence to version 2 13:48:05 - [MIGRATIONS]: Updating Presence to version 3 13:48:05 - [LOCAL PRESENCE CONNECTOR]: Local presence connector enabled 13:48:05 - [MAP IMAGE SERVICE MODULE]: enabled with refresh time 60 min and service object OpenSim.Services.MapImageService.dll:MapImageService 13:48:05 - [MIGRATIONS]: Upgrading UserProfiles to latest revision 3. 13:48:05 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process! 13:48:06 - [MIGRATIONS]: Creating UserProfiles at version 1 13:48:06 - [MIGRATIONS]: Updating UserProfiles to version 2 13:48:06 - [MIGRATIONS]: Updating UserProfiles to version 3 13:48:06 - [LOCAL USERPROFILES SERVICE CONNECTOR]: Local user profiles connector enabled 13:48:06 - [SIM SERVICE]: SimulationService IN connector enabled 13:48:06 - [INVENTORY IN CONNECTOR]: Inventory Service In Connector enabled 13:48:06 - [GRIDINFO IN CONNECTOR]: GridInfo Service In Connector enabled 13:48:06 - [ASSET IN CONNECTOR]: AssetServiceInConnector enabled 13:48:06 - [MIGRATIONS]: Upgrading HGTravelStore to latest revision 1. 13:48:06 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process! 13:48:06 - [MIGRATIONS]: Creating HGTravelStore at version 1 13:48:06 - [MIGRATIONS]: Upgrading FriendsStore to latest revision 3. 13:48:06 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process! 13:48:07 - [MIGRATIONS]: Creating FriendsStore at version 1 13:48:07 - [MIGRATIONS]: Updating FriendsStore to version 2 13:48:08 - [MIGRATIONS]: Updating FriendsStore to version 3 13:48:08 - [Serialiser]: Enabled, using save dir "exports" 13:48:08 - [LOCAL GRID SERVICE CONNECTOR]: Local grid connector enabled 13:48:08 - [HGGRID IN CONNECTOR]: Hypergrid Service In Connector enabled 13:48:08 - [AUTHENTICATION IN CONNECTOR]: Authentication Service In Connector enabled 13:48:08 - [FLOTSAM ASSET CACHE]: FlotsamAssetCache enabled 13:48:08 - [FLOTSAM ASSET CACHE]: Cache Directory ./assetcache 13:48:08 - [LAND CONNECTOR]: Local land connector enabled 13:48:08 - [Wifi Module]: Initializing... 13:48:08 - [MIGRATIONS]: Upgrading os_groups_Store to latest revision 2. 13:48:08 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process! 13:48:09 - [MIGRATIONS]: Creating os_groups_Store at version 1 13:48:09 - [MIGRATIONS]: Updating os_groups_Store to version 2 13:48:09 - [AUTHENTICATION DB]: Set password for principalID 49a4e25f-53fa-4c93-9f79-599dffa82d86 13:48:09 - [USER ACCOUNT SERVICE]: Unable to set home for account Bernhard Linz. 13:48:10 - [USER ACCOUNT SERVICE]: Account Bernhard Linz 49a4e25f-53fa-4c93-9f79-599dffa82d86 created successfully 13:48:10 - [MIGRATIONS]: Upgrading IM_Store to latest revision 4. 13:48:10 - [MIGRATIONS]: NOTE - this may take a while, don't interrupt this process! 13:48:10 - [MIGRATIONS]: Creating IM_Store at version 1 13:48:10 - [MIGRATIONS]: Updating IM_Store to version 2 13:48:10 - [MIGRATIONS]: Updating IM_Store to version 3 13:48:10 - [MIGRATIONS]: Updating IM_Store to version 4 13:48:10 - [Groups]: Initializing Groups Module V2 13:48:10 - [Groups.Messaging]: GroupsMessagingModule enabled with MessageOnlineOnly = True, DebugEnabled = False 13:48:10 - [MI IMAGESERVICE]: Initializing... 13:48:10 - [LOAD REGIONS PLUGIN]: Loading region configurations from filesystem 13:48:10 - [REGION LOADER FILE SYSTEM]: Loading config files from ./Regions 13:48:10 - [REGION LOADER FILE SYSTEM]: Loading config file ./Regions/RegionConfig.ini 13:48:10 - [REGION INFO]: Region OpenSimZNIL size set to <512,512> 13:48:10 - [REGION LOADER FILE SYSTEM]: Loaded config for region OpenSimZNIL 13:48:10 - [LOAD REGIONS PLUGIN]: Loading specific shared modules... 13:48:10 - [LOAD REGIONS PLUGIN]: Done. 13:48:10 - [ESTATE]: Region OpenSimZNIL is not part of an estate.
Dauert auch auf meinem i5 Vierkerner mit 16GB einen Moment (macht aber kaum CPU Last)
Und nun noch mehr Fragen:
14:10:26 - [ESTATE]: No existing estates found. You must create a new one. New estate name [My Estate]: ZNIL Estate
Estate ZNIL Estate has no owner set. Estate owner first name [Test]: Bernhard Estate owner last name [User]: Linz