flagflag  If you want to see English page, please click "English" Button at Left.

New sl_proxy for viewer3?

  • このフォーラムに新しいトピックを立てることはできません
  • このフォーラムではゲスト投稿が禁止されています
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 .2 .3 .4 .5 .6 .7 .8 | 投稿日時 2011-9-18 0:16
kittin  Not too shy to talk 居住地: Oregon, USA  投稿数: 31
Hello!

Will there be a new sl_proxy for viewer3? Using the latest SL viewer with mesh support, I'm receiving errors.


[82894] SL_MAIN: start SL Relay Main Loop for TCP connection. Port = 8100
[82898] SL_RELAY: [192.168.1.2] session start.
[82898] SL_RELAY: control port: udp = 4007, tcp = 4055
[82898] RELAY_SAVE_LOGIN_RES: ERROR: recive error of viewer request. 136
[82898] LOGIN_RELAY: ERROR: login relay error.
[82898] SL_RELAY: login_relay ended with code -1
[82898] SL_RELAY: [192.168.1.2] session end.
[82898] SL_SIGTERM_PROCESS: going down!!
[82894] DEL_PROCESS_LIST: called with 82898

And the SL client says:

Could not add 192.168.1.11:8100/cgi-bin/login.cgi to the grid list.
Server didn't provide grid info: 499 STATUS_ERROR
Please check if the loginuri is correct and contact support of
192.168.1.11:8100/cgi-bin/login.cgi.

Help! Best wishes,
=^.^=
投票数:166 平均点:6.27
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011-9-20 0:32 | 最終変更
iseki  Home away from home   投稿数: 1581
Hi kittin,

Thank you for your attention.

I am sorry that I did not reply sooner to you.
I was traveling the Home country.

I don't install version 3 yet.
I will try to test version 3, soon.

Thanks.
投票数:197 平均点:3.15
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011-9-20 12:13
iseki  Home away from home   投稿数: 1581
Hi kittin,

I tried Viewer 3.0.0.238864 and 3.0.3.240667 beta.
But I succeeded to login SL....


Please execute sl_relay with -xt option.
So, you get HTTP file at /var/sl_proxy (or specified directory by Temp_File_Dir in sl_relay.conf)
It's file name is *****.v2s.login (v2s means "viewer to server")

And please show it's HTTP file at here or send me by e-mail.
Please attention, HTTP file includes your SL Name and Password, you should delete those.

My sample data is here: http://www.nsl.tuis.ac.jp/etc/SL/data/Login_Req_3.0.html

Thanks
投票数:116 平均点:3.71
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011-9-21 1:19
kittin  Not too shy to talk 居住地: Oregon, USA  投稿数: 31
Thank you, I'll try that and post it in the next day or so.
投票数:114 平均点:4.21
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011-9-21 13:49
kittin  Not too shy to talk 居住地: Oregon, USA  投稿数: 31
Ok, I've done a lot of testing this evening and it turns out the problem is in Firestorm-Beta-Mesh, not SL Viewer 3.0. When I turn on the -xt option, Firestorm gets an error from sl_proxy and then bypasses it, causing sl_proxy to fail to create any *.v2s or *.s2v files and shows me the error that I pasted.

Both SL Viewer 3 and Firestorm Beta 1 work fine with SL Proxy.

In my opinion, I would change anything in sl_proxy to support Firestorm until Firestorm is out of beta. It's the most popular Third Party Viewer, after Phoenix, but until it gets to RC1, I'd not worry about it. When the Phoenix team next syncs their code with LL, the problem may go away, just like HTTP Inventory was not listed as an option in Beta 1 but is now available in the Mesh viewer.
投票数:218 平均点:5.78
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011-9-21 14:22
iseki  Home away from home   投稿数: 1581
Hi.

I have recognized the problem of FireStorm-Beta-Mesh.
I will check this problem.
投票数:128 平均点:3.52
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011-9-22 2:11
iseki  Home away from home   投稿数: 1581
When Firestorm is executed, if --loginuri option is specified, Firestorm attempts to get grid information (GET /cgi-bin/login.cgi/get_grid_info)
I modified sl_relay to throw this request and response.
But Second Life Server (https://login.agni.lindenlab.com/cgi-bin/login.cgi/get_grid_info) returned "405 Method Not Allowd" :(
Therefore, sl_relay URL is not added to Grid List of Firestorm.
If sl_relay URL is added to Grid List of Firestorm once, sl_relay works well....

I will think further.
投票数:97 平均点:4.74
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011-9-22 14:17 | 最終変更
iseki  Home away from home   投稿数: 1581
Hi kittin,

I modified JunkBox_lib and sl_relay for Firestorm 3.0.1 beta.
Please download thoes by using subversion.

  svn co http://www.nsl.tuis.ac.jp/svn/linux/JunkBox_Lib/trunk JunkBox_Lib
  svn co http://www.nsl.tuis.ac.jp/svn/linux/sl_proxy/trunk sl_proxy
  cd JunkBox_Lib
  ./config.sh
  ./configure
  make
  cd ../sl_proxy
  ./config.sh
  ./configure
  make
  make install 
As Firestorm is beta version yet, when release version is issued, sl_proxy will be release version.
If release version of Firestorm is issued, please teach me.


For Firestorm, "--loginuri option" is not Login URI but Grid Info URL....
投票数:122 平均点:4.67
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011-9-23 11:52
kittin  Not too shy to talk 居住地: Oregon, USA  投稿数: 31
Thank you, I'll download the svn source and build this weekend. Also, the Firestorm team is aware of similar issues with Open Sim. Please see http://jira.phoenixviewer.com/browse/FIRE-581
投票数:95 平均点:5.37
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011-9-24 1:53
iseki  Home away from home   投稿数: 1581
It seems that there are a few bugs in sl_proxy at Viewer 3, yet. :(

Im correcting those now......
投票数:139 平均点:3.17
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011-9-26 3:50
kittin  Not too shy to talk 居住地: Oregon, USA  投稿数: 31
The current svn snapshot seems to now work ok with Firestorm Beta Mesh, thank you!

To compile on OSX 10.5, I needed to make one change:

JunkBox_Lib/gLib/glheader.h

#ifndef __APPLE__
#include <malloc.h>
#endif

malloc() is in stdlib.h on Macs and there isn't a malloc.h
投票数:99 平均点:5.05
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011-9-26 13:36 | 最終変更
iseki  Home away from home   投稿数: 1581
Hi kittin,

Thank you for your suggestion.
I also looked at your blog.
And some were corrected for cygwin.

Thank you very much for your cooperation.
投票数:88 平均点:5.34
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011-9-27 1:07
kittin  Not too shy to talk 居住地: Oregon, USA  投稿数: 31
You're welcome. I haven't yet tried to make your latest sl_proxy under cygwin. Would you like me to do that and let you know what issues I run into?

I've been trying to determine how I can tell if sl_cache is still effective for HTTP Textures. As I mentioned, speed is not my concern. I'm looking to reduce bandwidth and I know UDP textures works. I don't know if LL plans to deprecate UDP, but I wouldn't be surprised if they do.
投票数:134 平均点:2.76
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011-9-27 10:15
iseki  Home away from home   投稿数: 1581
引用:

kittin wrotes:
I haven't yet tried to make your latest sl_proxy under cygwin. Would you like me to do that and let you know what issues I run into?

Yes Please
投票数:128 平均点:2.97
前の投稿 - 次の投稿 | 親投稿 - 子投稿.1 | 投稿日時 2011-9-28 2:11
kittin  Not too shy to talk 居住地: Oregon, USA  投稿数: 31
Ok, a couple of notes about Cygwin.

Compiles without changes!

But...

a) must switch to g++ 3.4.4 with the "/usr/sbin/alternatives --config g++" command. (needs to be done with both gcc and g++)
b) Install doesn't work because user 'nobody' doesn't exist in cygwin.
c) Install also won't work because cygwin doesn't have /etc/init.d

However, adding those items in by hand doesn't do any harm. I created 'nobody' in /etc/passwd and mkdir -p /etc/init.d and re-ran install.

sl_proxy will not auto-start on boot, of course, since it's not a real UNIX system, but runs fine otherwise. I did not test sip_forwarder or sl_voice_relay because I don't voice in SL. I just don't have the bandwidth for it.

All in all, looks great! =^.^=
投票数:140 平均点:4.50
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2011-9-28 10:43
iseki  Home away from home   投稿数: 1581
Thank you for your report.

I'll release sl_proxy 1.10.0 soon.

Best Regard.
投票数:136 平均点:3.01

  条件検索へ


サイト内 検索

ログイン

ユーザー名:

パスワード:


パスワード紛失
新規登録

サブ メニュー

ミニカレンダー

前月2024年 4月翌月
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
<今日>

オンライン状況

40 人のユーザが現在オンラインです。 (1 人のユーザが Forum を参照しています。)

登録ユーザ: 0
ゲスト: 40

もっと...

アクセスカウンタ

今日 : 1198119811981198
昨日 : 8008800880088008
総計 : 2327683423276834232768342327683423276834232768342327683423276834
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com