Go Back   RunUO - Ultima Online Emulation > RunUO > Server Support on Mono

Server Support on Mono Forum dedicated to RunUO 2.0 on Mono.

Reply
 
Thread Tools Display Modes
Old 10-10-2007, 07:55 AM   #1 (permalink)
Forum Expert
 
RavonTUS's Avatar
 
Join Date: Aug 2004
Location: in a house.
Age: 39
Posts: 582
Send a message via ICQ to RavonTUS Send a message via AIM to RavonTUS
Default Requirements for RunUO on Linux

Greetings,

I am glad to see such a following of people trying to get RunUO to work on Linux. In response to so many questions, here is the "Ravon" version of requirements to get this to work.

Linux - I am a kubuntu 7.04 junky so that's the one I suggest (BSD is not Linux).
Mono v1.2.5 or better
SVN 259 or better (Do not use RC1)
Wine 0.9.46 or better
UO ML v6.0.2 or better (installed on the server)

If you do not have these minimum requirements, it will not work and you will get error messages.

Use two computers. One for the server and one for the UO client.

To run the UO client for testing, the only thing I have found to work is UORice and modifing the logon.cfg file.

-Ravon
__________________

Will RunUO work on Linux? Yes

Last edited by RavonTUS; 10-10-2007 at 10:35 AM. Reason: Updating Requirements
RavonTUS is offline   Reply With Quote
Old 10-10-2007, 08:55 AM   #2 (permalink)
Forum Novice
 
Join Date: Jul 2003
Posts: 158
Default

Wine? What would someone need Wine for?
panther is offline   Reply With Quote
Old 10-10-2007, 09:18 AM   #3 (permalink)
Forum Expert
 
Join Date: Mar 2004
Location: Germany
Age: 22
Posts: 298
Default

Probably to install UO. A client can always be useful to have (at least if you need the mul files).
On the other hand, a client shouldn't be on a server ... a server should not even have X running ;-)
__________________
RunUO RemoteAdmin - Control your shard remotely and keep an eye on the page queue
MulEditor - Modify gump, art, tiledata, multimap, localization files and map/statics.
CentrED - A Client/Server based multi-user map editor.
floppydisc is offline   Reply With Quote
Old 10-10-2007, 10:34 AM   #4 (permalink)
Forum Expert
 
RavonTUS's Avatar
 
Join Date: Aug 2004
Location: in a house.
Age: 39
Posts: 582
Send a message via ICQ to RavonTUS Send a message via AIM to RavonTUS
Default

Quote:
Originally Posted by panther View Post
Wine? What would someone need Wine for?
You need Wine to install UO. You need UO to patch and update the mul files.

-Ravon
__________________

Will RunUO work on Linux? Yes
RavonTUS is offline   Reply With Quote
Old 10-10-2007, 09:52 PM   #5 (permalink)
Forum Expert
 
Courageous's Avatar
 
Join Date: Nov 2005
Location: San Diego, CA
Posts: 1,824
Default

Quote:
Originally Posted by RavonTUS View Post
You need Wine to install UO. You need UO to patch and update the mul files.
Your alternative, if a LAN is present, is to cross mount the drives from a windows box. On the windows box, you would update the ordinary way, and the linux box would automatically "see" the updates. You could also do the same thing with VMWare and a "real" windows installation.

C//
Courageous is offline   Reply With Quote
Old 10-11-2007, 06:10 AM   #6 (permalink)
Forum Expert
 
Join Date: Mar 2004
Location: Germany
Age: 22
Posts: 298
Default

Quote:
Originally Posted by Courageous View Post
Your alternative, if a LAN is present, is to cross mount the drives from a windows box. On the windows box, you would update the ordinary way, and the linux box would automatically "see" the updates. You could also do the same thing with VMWare and a "real" windows installation.

C//
I wouldn't recommend this. RunUO went through hell to implement platform specific (unsafe) read and write operations to speed up file access. That would totally go to waste if it was a network filesystem which is limited by network speed and the overhead of the connection itself. Ofcourse one could still sync the files manually - update the windows box and then copy over the new mul files.
__________________
RunUO RemoteAdmin - Control your shard remotely and keep an eye on the page queue
MulEditor - Modify gump, art, tiledata, multimap, localization files and map/statics.
CentrED - A Client/Server based multi-user map editor.
floppydisc is offline   Reply With Quote
Old 10-11-2007, 07:04 AM   #7 (permalink)
Forum Expert
 
RavonTUS's Avatar
 
Join Date: Aug 2004
Location: in a house.
Age: 39
Posts: 582
Send a message via ICQ to RavonTUS Send a message via AIM to RavonTUS
Default

Quote:
Originally Posted by Courageous View Post
Your alternative, if a LAN is present, is to cross mount the drives from a windows box. On the windows box, you would update the ordinary way, and the linux box would automatically "see" the updates. You could also do the same thing with VMWare and a "real" windows installation.

C//
Agh, Windows.

-Ravon
__________________

Will RunUO work on Linux? Yes
RavonTUS is offline   Reply With Quote
Old 10-11-2007, 02:21 PM   #8 (permalink)
Account Terminated
 
Join Date: Sep 2007
Age: 38
Posts: 39
Default

Quote:
Originally Posted by floppydisc View Post
I wouldn't recommend this. RunUO went through hell to implement platform specific (unsafe) read and write operations to speed up file access. That would totally go to waste if it was a network filesystem which is limited by network speed and the overhead of the connection itself. Ofcourse one could still sync the files manually - update the windows box and then copy over the new mul files.

I do this on my test shard, but the runuo filesystem is local, I just mount it on my work computer to do edits. In VMware there is some overhead to save times, so I would not recommend this for a production environment. But its fine for a test one.
osi_layer8 is offline   Reply With Quote
Old 10-11-2007, 09:23 PM   #9 (permalink)
Forum Expert
 
Courageous's Avatar
 
Join Date: Nov 2005
Location: San Diego, CA
Posts: 1,824
Default

Quote:
Originally Posted by floppydisc View Post
I wouldn't recommend this. RunUO went through hell to implement platform specific (unsafe) read and write operations to speed up file access. That would totally go to waste if it was a network filesystem which is limited by network speed and the overhead of the connection itself. Ofcourse one could still sync the files manually - update the windows box and then copy over the new mul files.
Ah. A fair point. Rather, one should cross mount the linux drives to windows.
Courageous is offline   Reply With Quote
Old 10-11-2007, 09:26 PM   #10 (permalink)
Forum Expert
 
Courageous's Avatar
 
Join Date: Nov 2005
Location: San Diego, CA
Posts: 1,824
Default

Quote:
Originally Posted by osi_layer8 View Post
I do this on my test shard, but the runuo filesystem is local, I just mount it on my work computer to do edits. In VMware there is some overhead to save times, so I would not recommend this for a production environment. But its fine for a test one.
Well, sure. Running a runuo server in virtualization wasn't what I was saying though. Rather, the Windows system to do the patching of the UO client files could be virtualized.

In other news, ESX 3.5 is now supporting paravirtualization. This will take virtualization overhead to effectively nil. Not relevant here, of course, unless you have a few grand. But useful if you're into data centers...

C//
Courageous is offline   Reply With Quote
Old 10-12-2007, 07:49 AM   #11 (permalink)
Forum Expert
 
RavonTUS's Avatar
 
Join Date: Aug 2004
Location: in a house.
Age: 39
Posts: 582
Send a message via ICQ to RavonTUS Send a message via AIM to RavonTUS
Default

Greetings,

I am currently using VMware on a Kubuntu box, with both XP & Kubuntu. It allows me to switch back and forth for testing. I do have the client and server on both OS's.

Production Server runs on the XP side and the test server runs on the Linux side.

P4 HT 3.0GHz
2G Ram
60G HD (Kinda small)
Kubuntu 7.4 wtih VMware 1.3

-Ravon
__________________

Will RunUO work on Linux? Yes
RavonTUS is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5