opensim Git
- このフォーラムに新しいトピックを立てることはできません
- このフォーラムではゲスト投稿が禁止されています
opensim Git
msg# 1
cloneu
投稿数: 9
The latest versions of the OpenSim git will not let the money server code run. Apparently they have changed the addins structure and placing the moneyserver code as instructed and compiled it will not be found or run when starting opensim. Has anyone figured out the new structure enabling the money system yet..
Tia
John
Tia
John
投票数:65
平均点:5.85
Re: opensim Git
msg# 1.1
iseki
投稿数: 1581
Hi,
I was just now to fix it.
Please try to use "revision 619" of subversion ripository.
I was just now to fix it.
Please try to use "revision 619" of subversion ripository.
投票数:70
平均点:3.43
Re: opensim Git
msg# 1.2
cloneu
投稿数: 9
Thank you..
using this as my command it just sits there and sends nothing
svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.currency/trunk opensim.currency
using this as my command it just sits there and sends nothing
svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.currency/trunk opensim.currency
投票数:77
平均点:6.75
Re: opensim Git
msg# 1.3
iseki
投稿数: 1581
Please indicate error message.
投票数:69
平均点:3.91
Re: opensim Git
msg# 1.3.1
cloneu
投稿数: 9
there is no error message the terminal just sits there waiting after several minutes I just hit Ctrl-c to abort..
投票数:73
平均点:4.25
Re: Re: opensim Git
msg# 1.3.1.1
cloneu
投稿数: 9
[root@incognito OpenSim_Source]# svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.currency/trunk opensim.currency
^Csvn: E200015: Unable to connect to a repository at URL 'http://www.nsl.tuis.ac.jp/svn/opensim/opensim.currency/trunk'
svn: E200015: Caught signal
[root@incognito OpenSim_Source]#
^Csvn: E200015: Unable to connect to a repository at URL 'http://www.nsl.tuis.ac.jp/svn/opensim/opensim.currency/trunk'
svn: E200015: Caught signal
[root@incognito OpenSim_Source]#
投票数:86
平均点:4.30
Re: Re: opensim Git
msg# 1.3.1.1.1
iseki
投稿数: 1581
Is your Server in firewall?
If so, set up subversion proxy.
$ vi ~/.subversion/servers
If so, set up subversion proxy.
$ vi ~/.subversion/servers
[global]
# http-proxy-exceptions = *.exception.com, www.internal-site.org
http-proxy-host = 202.26.159.212 <-- set your proxy server's IP address
http-proxy-port = 8080 <-- set your proxy server's port number
投票数:81
平均点:4.07
Re: Re: opensim Git
msg# 1.3.1.1.1.1
cloneu
投稿数: 9
no i use no proxy and those ports are not forwarded to any other machine or blocked by the firewall. :(
投票数:51
平均点:5.49
Re: opensim Git
msg# 1.4
iseki
投稿数: 1581
Then please use the following command.
wget http://www.nsl.tuis.ac.jp/DownLoad/SoftWare/OpenSim/opensim.currency-r619.tar.gz
投票数:68
平均点:6.76
Re: opensim Git
msg# 1.4.1
cloneu
投稿数: 9
Thanks so much for your great work... It now runs perfectly on git r/25741...
投票数:64
平均点:6.56
Re: opensim Git
msg# 1.5
iseki
投稿数: 1581
Thank you for your donation and cooperation!!
投票数:69
平均点:3.77