SLUNIVERSE |
| |
#1 (permalink)
|
| Ruins everything. ![]() ![]() ![]() ![]()
Has a gay lisp when drunk.
Join Date: Sep 2007 Location: Perth, Orstraya.
Posts: 2,516
SL Join Date: 9-Jan-04
Business: Azure Islands
My Mood: | [HOWTO] Get OpenSim running on OSgrid.org for cheep cheep. Inspired by that other thread which shall remain nameless - this guide is a guide, no guarantees, etc etc. Total cost can be done for $15.00/month, less if you can share with someone else. Step 1. Get a server account which allows you to run applications - for this guide, I'm going to assume Debian or Ubuntu Linux. A list of recommended providers for this, and expected performance is below: Virtual Private Server (VPS) Hosting from TekTonic - Their Level-1 Unmanaged VPS is a steal. $15.00/month and that should give you a single rock solid sim (you could probabaly run a couple, but that's pushing it), this is a VPS, so random performance problems could be an issue, but the people who have used this service haven't reported any. Dedicated Server | Windows Dedicated Servers | Server Cluster | Linux Dedicated Servers - For dedicated options, Cari are pretty decent, they have a good reputation and a lot of the other OSgrid regions are on here, so teleports and border crossings are faster. (All the "Plaza" regions are at Cari.net). This is the better option for something which is likely to not just be a random building factory or place for a tiny number of friends to congregate. The Kentsfield (Xeon Quad-Core) configuration is probably the best bang-for-buck ratio - especially for personal use. Order something, and wait until you have the login. This can take 1-2 days. Remember this guide is for Debian or Ubuntu Linux - if you pick another distro, you will need to know what you are doing. **IF YOU WANT TO MAKE LIFE EASIER, PICK A 32-Bit INSTALL** Step 1.5. Register an account on osgrid.org. Step 2. Grab PuTTY from PuTTY: a free telnet/ssh client Connect to the IP address you were given, enter the username "root" (no quotes), hit enter and the password given. type as follows Code: cd /var apt-get install subversion nant mono-gmcs libmono-microsoft8.0-cil libmono-system-runtime2.0-cil libgdiplus libmono-i18n2.0-cil svn co http://opensimulator.org/svn/opensim/trunk opensim cd opensim ./runprebuild.sh nant Now you need to do a little configuration of your sim before you can begin. Code: mono OpenSim.32BitLaunch.exe Code: apt-get install jed jed opensim.ini Code: physics = basicphysics Code: physics = OpenDynamicsEngine Code: gridmode = False Code: gridmode = True Code: grid_server_url = "http://osgrid.org:8001" grid_send_key = "1234" grid_recv_key = "1234" user_server_url = "http://osgrid.org:8002" user_send_key = "1234" user_recv_key = "1234" asset_server_url = "http://osgrid.org:8003" inventory_server_url = "http://osgrid.org:8004" Step 3. Code: mono OpenSim.32BitLaunch.exe Load this webpage - Welcome to OSGrid Find some coordinates (click the "i" to see the coordinates of one of the sim) a little guesswork is required, but you should be able to find a pair that is empty. You will be asked some questions, these are the answers you should give: X Coordinate of Region: The X coordinate you picked above Y Coordinate of Region: The Y coordinate you picked above Internal IP address: Press enter (0.0.0.0) External Hostname/IP: Enter the IP address of the server you are connecting to. Port: Leave as 9000 (press enter) Master avatar firstname: the firstname of your OSgrid.org account Master avatar lastname: the lastname of your OSgrid.org account Master avatar password: either leave blank or fill with gibberish (It's not used) After the last question, a bunch more text should scroll by, and with any luck you will see "Region #:" - this means your region is online. Type "shutdown", the sim should shutdown, now enter the following: Code: screen <press enter to skip the screen if it shows one> mono OpenSim.32BitLaunch.exe <press CTRL A then CTRL D> See here on how to Login to OSGrid -http://osgrid.org/index.php?&page=smodul&id=7&btn=7 Login to the OSGrid.org website, and change your home region to the region you just made. Login. Enjoy. ![]() |
| | |
| 11 Users Said Thanks : |
| | #2 (permalink) |
| Meh(Tee Em) ![]() ![]() ![]()
Outside the Median
| Question: The problem I saw when I was thinking to add one to an existing hosting service is that they don't allow me to control the server in that I can't get to it to start and stop the service. Is there now some type of gui to do this with? |
| | |
| | #4 (permalink) |
| Member ![]()
missing in inaction
Join Date: Oct 2007
Posts: 76
My Mood: | Brilliant! thank you so much.. i was trying in vain to attach to OSGrid several months ago but now this guide has done the trick! my region is connected! - GridRock1 -whyroc
__________________ Sculpties Galore 100's of full perm sculpt maps http://slurl.com/secondlife/Learning%20Pond/183/14/251 |
| | |
| | #6 (permalink) |
| Ghostariffic! ![]() ![]() ![]() ![]()
all statused out
Join Date: May 2008 Location: OpenLife Grid
Posts: 2,325
SL Join Date: 10-21-2004
My Mood: | Hi frend. ![]() I don't have the answer, but you may try the OS Grid forums. They are pretty active there and seem to respond to questions like this pretty quick. Welcome to OSGrid Good luck. ![]() |
| | |
| | #9 (permalink) | |
| stored in the cloud ![]() ![]() ![]() ![]() Join Date: Jun 2007
Posts: 4,497
SL Join Date: 2/26/2005
My Mood: | this is where i'm dying now Quote:
| |
| | |
| | #10 (permalink) | |
| Ghostariffic! ![]() ![]() ![]() ![]()
all statused out
Join Date: May 2008 Location: OpenLife Grid
Posts: 2,325
SL Join Date: 10-21-2004
My Mood: | Quote:
I don't have a farggin clue what you are doing there. I assume you already have OpenSim set up and are trying to connect to OSGrid. If I am wrong and you haven't set it up yet then go to Maxx's tutorial which taught me how: Maxx's Kick Ass Tutorial And there are some good ones here: Metaverse Builders Otherwise, I would go to the OS Grids forums. I think you will get the answer much faster. Good luck, buddy. | |
| | |
| | #11 (permalink) |
| stored in the cloud ![]() ![]() ![]() ![]() Join Date: Jun 2007
Posts: 4,497
SL Join Date: 2/26/2005
My Mood: | Ok, found out what I needed to do from the os-grid forums: Upgrade to Debian Lenny and add the etch-backports to my /etc/apt/sources.list after this the compilation went perfectly. |
| | |
| | #13 (permalink) |
| Junior Member ![]()
Hola!!
Join Date: Sep 2008
Posts: 1
| Hello guys! I have this problem....when I run nant...the last building is wrong.... Hope you can help me. Thanks ![]() This is the code error...... [nant] /var/opensim/OpenSim/Region/Environment/OpenSim.Region.Environment.dll.build build Buildfile: file:///var/opensim/OpenSim/Region/Environment/OpenSim.Region.Environment.dll.build Target framework: Mono 2.0 Profile Target(s) specified: build build: [echo] Build Directory is /var/opensim/OpenSim/Region/Environment/bin/Debug [mkdir] Creating directory '/var/opensim/OpenSim/Region/Environment/bin/Debug'. [csc] Compiling 165 files to '/var/opensim/OpenSim/Region/Environment/bin/Debug/OpenSim.Region.Environment.dll'. [csc] /var/opensim/OpenSim/Region/Environment/Modules/InterGrid/OpenGridProtocolModule.cs(126,53): error CS0117: `System.Net.ServicePointManager' does not contain a definition for `ServerCertificateValidationCallback' [csc] Unhandled Exception: System.InvalidOperationException: Operation is not valid due to the current state of the object [csc] at Mono.CSharp.FlowBranchingException.AddSibling (Mono.CSharp.UsageVector sibling) [0x00000] [csc] at Mono.CSharp.FlowBranching.CreateSibling (Mono.CSharp.Block block, SiblingType type) [0x00000] [csc] at Mono.CSharp.FlowBranching.CreateSibling () [0x00000] [csc] at Mono.CSharp.If.Resolve (Mono.CSharp.EmitContext ec) [0x00000] [csc] at Mono.CSharp.Block.Resolve (Mono.CSharp.EmitContext ec) [0x00000] [csc] at Mono.CSharp.Lock.Resolve (Mono.CSharp.EmitContext ec) [0x00000] [csc] at Mono.CSharp.Block.Resolve (Mono.CSharp.EmitContext ec) [0x00000] [csc] at Mono.CSharp.If.Resolve (Mono.CSharp.EmitContext ec) [0x00000] [csc] at Mono.CSharp.Block.Resolve (Mono.CSharp.EmitContext ec) [0x00000] [csc] at Mono.CSharp.If.Resolve (Mono.CSharp.EmitContext ec) [0x00000] [csc] at Mono.CSharp.Block.Resolve (Mono.CSharp.EmitContext ec) [0x00000] [csc] at Mono.CSharp.Block.Resolve (Mono.CSharp.EmitContext ec) [0x00000] [csc] at Mono.CSharp.EmitContext.ResolveTopBlock (Mono.CSharp.EmitContext anonymous_method_host, Mono.CSharp.ToplevelBlock block, Mono.CSharp.Parameters ip, IMethodData md, System.Boolean& unreachable) [0x00000] [csc] at Mono.CSharp.EmitContext.EmitTopBlock (IMethodData md, Mono.CSharp.ToplevelBlock block) [0x00000] [csc] at Mono.CSharp.MethodData.Emit (Mono.CSharp.DeclSpace parent) [0x00000] [csc] at Mono.CSharp.Method.Emit () [0x00000] [csc] at Mono.CSharp.TypeContainer.EmitType () [0x00000] [csc] at Mono.CSharp.RootContext.EmitCode () [0x00000] [csc] at Mono.CSharp.Driver.MainDriver (System.String[] args) [0x00000] [csc] at Mono.CSharp.Driver.Main (System.String[] args) [0x00000] BUILD FAILED - 0 non-fatal error(s), 22 warning(s) /var/opensim/OpenSim/Region/Environment/OpenSim.Region.Environment.dll.build(14,10): External Program Failed: /usr/lib/mono/2.0/gmcs.exe (return code was 1) Total time: 60.4 seconds. BUILD FAILED Nested build failed. Refer to build log for exact reason. Total time: 600.9 seconds. |
| | |
| | #14 (permalink) | ||
| Ghostariffic! ![]() ![]() ![]() ![]()
all statused out
Join Date: May 2008 Location: OpenLife Grid
Posts: 2,325
SL Join Date: 10-21-2004
My Mood: | Quote:
Quote:
See Kris's post above. And if not this try the OSGrids forums for help. They got him going. Good luck and welcome to SLUniverse. | ||
| | |
![]() |
| Thread Tools | |
| Display Modes | |
| |
LinkBacks (?)
LinkBack to this Thread: http://www.sluniverse.com/php/vb/other-grids-virtual-worlds/13507-howto-get-opensim-running-osgrid.html | ||||
| Posted By | For | Type | Date | |
| osgrid.org • View topic - [HOWTO] Get OpenSim running on OSgrid.org for cheep cheep | This thread | Refback | 08-19-2008 04:37 PM | |
| osgrid.org • View topic - [HOWTO] Get OpenSim running on OSgrid.org for cheep cheep | This thread | Refback | 08-17-2008 08:10 PM | |
| prion design group | This thread | Refback | 08-15-2008 06:05 PM | |
| Virtual White · Tutorial: A Public OpenSim Linux Server for $15 a month | This thread | Refback | 08-14-2008 05:18 PM | |
| Adam Frisby » Blog Archive » Resources for running your own OpenSim. | This thread | Refback | 08-14-2008 05:49 AM | |