flagflag  If you want to see English page, please click "English" Button at Left.
8: 2010-09-30 (木) 13:57:11 iseki ソース 現: 2014-09-13 (土) 09:48:09 iseki ソース
Line 15: Line 15:
- 運がよければ,MS Windows でも動くかもしれない - 運がよければ,MS Windows でも動くかもしれない
-**** ImageMagick [#i1b3fcb5]+**** [[ImageMagick]] [#i1b3fcb5]
- 殆どの Linux ディストリビューションに存在すると思われるが,JPEG2000 の処理機能が含まれているとは限らない. - 殆どの Linux ディストリビューションに存在すると思われるが,JPEG2000 の処理機能が含まれているとは限らない.
- CentOS の ImageMagickには JPEG2000の処理機能はない. - CentOS の ImageMagickには JPEG2000の処理機能はない.
Line 25: Line 25:
- OpenSimの透過型の JPEG2000 を処理しようとすると,タイプ判別でエラーが出る. - OpenSimの透過型の JPEG2000 を処理しようとすると,タイプ判別でエラーが出る.
- [[JasPer のインストール方法はここ>JasPer]] - [[JasPer のインストール方法はここ>JasPer]]
 +
 +- もし透過型のイメージも扱いたい場合は,[[JasPer]] と [[OpenJpeg]] の [[j2k_to_image>OpenJpeg]] コマンドをインストールすれば良い.
#br #br
Line 112: Line 114:
   Module  = GroupsModule    Module  = GroupsModule
   NoticesEnabled  = true    NoticesEnabled  = true
 + 
   MessagingModule = GroupsMessagingModule    MessagingModule = GroupsMessagingModule
   MessagingEnabled = true    MessagingEnabled = true
 + 
   ServicesConnectorModule = XmlRpcGroupsServicesConnector    ServicesConnectorModule = XmlRpcGroupsServicesConnector
   GroupsServerURI      = XOOPS_URL/modules/xoopensim/helper/xmlgr​oups.php    GroupsServerURI      = XOOPS_URL/modules/xoopensim/helper/xmlgr​oups.php
Line 129: Line 131:
   Module  = GroupsModule    Module  = GroupsModule
   NoticesEnabled  = true    NoticesEnabled  = true
 + 
   MessagingModule = GroupsMessagingModule    MessagingModule = GroupsMessagingModule
   MessagingEnabled = true    MessagingEnabled = true
 + 
   XmlRpcServiceURL      = XOOPS_URL/modules/xoopensim/helper/xmlgr​oups.php    XmlRpcServiceURL      = XOOPS_URL/modules/xoopensim/helper/xmlgr​oups.php
   XmlRpcServiceReadKey  = "読み込みキー"    XmlRpcServiceReadKey  = "読み込みキー"
Line 203: Line 205:
   gridname = "Your Grid Name"    gridname = "Your Grid Name"
   data_services = "XOOPS_URL/modules/modlos/helper/register​.php"    data_services = "XOOPS_URL/modules/modlos/helper/register​.php"
 + 
 [Modules]  [Modules]
   LandServices = "RemoteLandServicesConnector"    LandServices = "RemoteLandServicesConnector"
 + 
 [Search]  [Search]
   SearchURL = "XOOPS_URL/modules/xoopensim/helper/query​.php"    SearchURL = "XOOPS_URL/modules/xoopensim/helper/query​.php"
Line 215: Line 217:
**** cron の設定 [#w056f963] **** cron の設定 [#w056f963]
- 検索情報を更新するために,定期的に ''CMS_MODULE_PATH/include/cron.php'' を cron などで動かす必要がある. - 検索情報を更新するために,定期的に ''CMS_MODULE_PATH/include/cron.php'' を cron などで動かす必要がある.
 +-- Linux/Unix での設定コマンド
 +  # crontab -u apache -e
 +-- 設定例
 + */30 * * * * /usr/local/bin/php /usr/local/apache/htdocs/xoops/modules/x​oopensim/include/cron.php 1>/dev/null 2>&1
- 外部のマシンから wget などで,cron.php を呼び出しても良い.この場合のURLは以下のようになる. - 外部のマシンから wget などで,cron.php を呼び出しても良い.この場合のURLは以下のようになる.
-- XoopenSim での例 -- XoopenSim での例
- wget XOOPS_URL/modules/xoopensim/include/cron​.php -O /dev/null+ */30 * * * * wget XOOPS_URL/modules/xoopensim/include/cron​.php -O /dev/null 1> /dev/null 2>&1
- Modlos の場合で,admin/cron.php を既に定期的に動かしている場合は,改めて設定する必要はない. - Modlos の場合で,admin/cron.php を既に定期的に動かしている場合は,改めて設定する必要はない.
Line 227: Line 233:
 09:26:23 - [APPLICATION]:  09:26:23 - [APPLICATION]:
 APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs  APPLICATION EXCEPTION DETECTED: System.UnhandledExceptionEventArgs
 + 
 Exception: System.Exception: No IGridService available. This could happen if the config_include folder doesn't exist or if the OpenSim.ini [Architecture] section isn't set.  Please also check that you have the correct version of your inventory service dll.  Sometimes old versions of this dll will still exist.  Do a clean checkout and re-create the opensim.ini from the opensim.ini.example.  Exception: System.Exception: No IGridService available. This could happen if the config_include folder doesn't exist or if the OpenSim.ini [Architecture] section isn't set.  Please also check that you have the correct version of your inventory service dll.  Sometimes old versions of this dll will still exist.  Do a clean checkout and re-create the opensim.ini from the opensim.ini.example.
  at OpenSim.Region.Framework.Scenes.Scene.ge​t_GridService () [0x00000] in <filename unknown>:0   at OpenSim.Region.Framework.Scenes.Scene.ge​t_GridService () [0x00000] in <filename unknown>:0
Line 349: Line 355:
   WorldMapModule = "WorldMap"    WorldMapModule = "WorldMap"
   MapImageModule = "MapImageModule"    MapImageModule = "MapImageModule"
 + 
 [Groups]  [Groups]
   Enabled = true    Enabled = true
   Module  = GroupsModule    Module  = GroupsModule
   NoticesEnabled  = true    NoticesEnabled  = true
 + 
   MessagingModule  = GroupsMessagingModule    MessagingModule  = GroupsMessagingModule
   MessagingEnabled = true    MessagingEnabled = true
 + 
   ServicesConnectorModule = XmlRpcGroupsServicesConnector    ServicesConnectorModule = XmlRpcGroupsServicesConnector
   GroupsServerURI      = MODLOS_URL/blocks/modlos/helper/xmlgroup​s.php    GroupsServerURI      = MODLOS_URL/blocks/modlos/helper/xmlgroup​s.php
   XmlRpcServiceReadKey  = "読み込みキー"    XmlRpcServiceReadKey  = "読み込みキー"
   XmlRpcServiceWriteKey = "書き込みキー"    XmlRpcServiceWriteKey = "書き込みキー"
 + 
 [Messaging]  [Messaging]
   InstantMessageModule = InstantMessageModule    InstantMessageModule = InstantMessageModule
Line 370: Line 376:
   MuteListModule = NSLMuteListModule    MuteListModule = NSLMuteListModule
   MuteListURL = MODLOS_URL/blocks/modlos/helper/mute.php​    MuteListURL = MODLOS_URL/blocks/modlos/helper/mute.php​
 + 
 [WebStats]  [WebStats]
   enabled=true    enabled=true
 + 
 [DataSnapshot]  [DataSnapshot]
   index_sims = true    index_sims = true
   gridname = "Your Grid Name"    gridname = "Your Grid Name"
   data_services = "MODLOS_URL/blocks/modlos/helper/register​.php"    data_services = "MODLOS_URL/blocks/modlos/helper/register​.php"
 + 
 [Modules]  [Modules]
   LandServices = "RemoteLandServicesConnector"    LandServices = "RemoteLandServicesConnector"
 + 
 [Profile]  [Profile]
   ProfileURL = "MODLOS_URL/blocks/modlos/helper/profile.​php"    ProfileURL = "MODLOS_URL/blocks/modlos/helper/profile.​php"
 + 
 [Search]  [Search]
   SearchURL  = "MODLOS_URL/blocks/modlos/helper/query.ph​p"    SearchURL  = "MODLOS_URL/blocks/modlos/helper/query.ph​p"


トップ   新規 ページ一覧 単語検索 最終更新   ヘルプ   最終更新のRSS 1.0 最終更新のRSS 2.0 最終更新のRSS Atom

サイト内 検索

ログイン

ユーザー名:

パスワード:


パスワード紛失
新規登録

サブ メニュー

ミニカレンダー

前月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
<今日>

オンライン状況

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

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

もっと...

アクセスカウンタ

今日 : 3717371737173717
昨日 : 2042920429204292042920429
総計 : 2338312323383123233831232338312323383123233831232338312323383123
Powered by XOOPS Cube 2.1© 2001-2006 XOOPS Cube Project
Design by XoopsDesign.com