- Posts: 865
- Karma: 24
- Thank you received: 117
Grid Status: | Online |
Total Regions: | 23 |
Visitors (30 Days): | 7 |
Total Residents: | 491 |
Online Now: | 0 |
Hypergriders online: | 0 |
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
\FoTo50\:gib2ftsl wrote: Hiya rjspence
Nice screenshot, thanks. At least that one works
Greetz
FoTo50
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
\FoTo50\:210j4c7k wrote: In my 0.7.0.2 standalone, if I (clean) shut down the server, the region table has 0 rows ... not with yours?
This and if the whole database is not reachable are the indicator for the \"Auto\"-Status function.
Please Log in or Create an account to join the conversation.
; Include-Storage = \"config-include/storage/SQLiteStandalone.ini\";
StorageProvider = \"OpenSim.Data.MySQL.dll\"
ConnectionString = \"Data Source=localhost;Database=dbname;User ID=dbuser;Password=dbpassword;\"
Please Log in or Create an account to join the conversation.
\FoTo50\:1f6ik0mo wrote: This topic seems now to have moved over to a mod_gridstatus issue. I\'ld prefer to discuss that over there since most guest wont look into here for gridstatus questions.
I double checked now my 0.7.0.2 standalone. I added 4 more demo regions in the Region.ini and after startup the table \"region\" had 5 rows.
As I mentioned before, it is nessecary for the component to work in standalone, that the value for \"ConnectionString\" in OpenSim.ini [GridService] and in StandaloneCommon.ini [DatabaseService] are identical. That also means, that you need to change in StandaloneCommon.ini in the section [DatabaseService] the storage from sqlite to mysql:
comment out the lineand uncomment the lines:; Include-Storage = \"config-include/storage/SQLiteStandalone.ini\";with of course the correct values for the database.StorageProvider = \"OpenSim.Data.MySQL.dll\" ConnectionString = \"Data Source=localhost;Database=dbname;User ID=dbuser;Password=dbpassword;\"
This should let the standalone fill up the \"region\" table and give you the possibility to display the grid map in the frontend with the new version of the component. Also the gridstatus module will in my dev plans continue using the \"region\" table.
Please Log in or Create an account to join the conversation.