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.

Einfaches Setup von OpenSim (Server) auf einer zweiten Maschine im LAN auf Ubuntu Ser
#1
Einfaches Setup von OpenSim (Server) auf einer zweiten Maschine im LAN auf Ubuntu Server 20.4 als Standalone

Hinweis:

Neueinsteiger oder Besucher von OpenSim benötigen nur ein Benutzerkonto (im Grid nach Wahl) und einen kompatiblen Viewer für OpenSim!

Dieser Beitrag richtet sich also nur an Owner.

Voraussetzungen:


  1. Aktuelleres Mono ist bereits installiert
    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
  2. Einen zweiten Rechner im LAN mit Ubuntu 20.4 Server

Einloggen über ssh auf den Ubuntu Server - zweiter Rechner:

Da 'root' natürlich gesperrt ist, als Benutzer einloggen:

ssh Benutzer@IP-Adresse -pPortangabe

Neuen Benutzer für das Setup von OpenSim (nicht sudo-fähig) anlegen:

Vom 'Benutzer' zu 'root' mit su wechseln:

root@Rechner:~# adduser namanama

Adding user `namanama' ...

Adding new group `namanama' (1006) ...

Adding new user `namanama' (1006) with group `namanama' ...

Creating home directory `/home/namanama' ...

Copying files from `/etc/skel' ...

New password: zHJs#+[[[+.+RFS4a1d$s+!d3GTAFn57s4[[..99](.).+.+.+RFS8

Retype new password: zHJs#+[[[+.+RFS4a1d$s+!d3GTAFn57s4[[..99](.).+.+.+RFS8

passwd: password updated successfully

Changing the user information for namanama

Enter the new value, or press ENTER for the default

Full Name []:
Room Number []:
Work Phone []:
Home Phone []:
Other []:

Is the information correct? Y

Anmelden als neuer Benutzer (nicht sudo-fähig):

ssh namanama@IP-Adresse -pPort

ECDSA key fingerprint mit yes bestätigen

Ordner erstellen:

namanama@rechner:~$ mkdir opensim

namanama@rechner:~$ ls

opensim

namanama@rechner:~$ cd opensim

namanama@rechner:~/opensim$

Download von OpenSim in diesen Ordner opensim:

wget http://opensimulator.org/dist/opensim-0.9.1.1.tar.gz

tar xzvf opensim-0.9.1.1.tar.gz

namanama@rechner:~/opensim$ ls

opensim-0.9.1.1

namanama@rechner:~/opensim$ cd opensim-0.9.1.1

namanama@rechner:~/opensim/opensim-0.9.1.1$ ls

Inhalt anzeigen lassen:

CONTRIBUTORS.txt  README.md          addon-modules  doc

LICENSE.txt      ThirdPartyLicenses  bin            share

namanama@rechner:~/opensim/opensim-0.9.1.1$ cd bin

namanama@rechner:~/opensim/opensim-0.9.1.1/bin$

Angekommen im bin/Verzeichnis

OpenSim starten mit:

mono OpenSim.exe

Anweisung:

namanama@rechner:~/opensim$ mono OpenSim.exe

Hinweis:

Der erste Start von OpenSim wird ohne jegliche Konfiguration an den .ini Dateien vorgenommen.
All done!
Zitieren


Gehe zu:


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