[Opensim-users] question regarding assetcache file
Emperor Starfinder
emperor at secondgalaxy.com
Tue Jan 1 19:06:20 UTC 2013
Okay after hours of fighting with the login screen on the old opensimwi I am
about to give up and opt for a route I really don't want to go. I tried
your suggestion Justin regarding the Presence Database table as well.
Unless I am missing something I attempted to point the piece that shows the
users online to the LastSeen row however this appears to not work as well.
I attempted to change the UNIX_TIMESTAMP to the CURRENT_TIMESTAMP as used in
the row however that also did not work either.
I tried looking at Diva's wifi code to see how her wifi pages point to show
that information but couldn't find what I was looking for. I am guessing I
am missing something somewhere which would not surprise me much with all the
hours I am putting in on this at the moment.
The reason I was attempting to use the opensimwi is because Diva's wifi
would not actually work for our grid as it does not provide key items that I
need such as land tools, purchasing currency, etc. Any suggestions?
Emperor
-----Original Message-----
From: opensim-users-bounces at lists.berlios.de
[mailto:opensim-users-bounces at lists.berlios.de] On Behalf Of
opensim-users-request at lists.berlios.de
Sent: Tuesday, January 01, 2013 6:00 AM
To: opensim-users at lists.berlios.de
Subject: Opensim-users Digest, Vol 65, Issue 1
Send Opensim-users mailing list submissions to
opensim-users at lists.berlios.de
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.berlios.de/mailman/listinfo/opensim-users
or, via email, send a message with subject or body 'help' to
opensim-users-request at lists.berlios.de
You can reach the person managing the list at
opensim-users-owner at lists.berlios.de
When replying, please edit your Subject line so it is more specific than
"Re: Contents of Opensim-users digest..."
Today's Topics:
1. Re: Tip: Solve slow-down's with assets on osgrid..
(Justin Clark-Casey)
2. Re: question regarding assetcache file directory
(Justin Clark-Casey)
3. Re: question regarding assetcache file directory
(Emperor Starfinder)
----------------------------------------------------------------------
Message: 1
Date: Mon, 31 Dec 2012 21:35:16 +0000
From: Justin Clark-Casey <jjustincc at googlemail.com>
To: opensim-users at lists.berlios.de
Subject: Re: [Opensim-users] Tip: Solve slow-down's with assets on
osgrid..
Message-ID: <50E20514.4000002 at googlemail.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
I'm not sure why that would help with anything. AFAIK, the
UploadObjectAsset is just used for uploading mesh.
On 23/12/12 15:17, OpenSimFan wrote:
> Tip: Solve slow-down's with assets on osgrid..
>
>
> Change/add this:
> [ClientStack.LindenCaps] - opensim.ini
> Cap_UploadObjectAsset = "localhost" to Cap_UploadObjectAsset = ""
>
> also cange within OpenSimDefaults.ini
>
>
>
> Andr?
>
>
>
> -----
> _________________________________________
> OpenSimFan
> My Opensim/Second Life Blog
> http://verwijs.wordpress.com
> (Dutch, basic hardware/software help windows, Mac, Linux)
> http://verwijs-pc.nl My Twitter Page:
> http://twitter.com/OpenSimFan
> My Facebook page (be my friend, please )
> http://www.facebook.com/andre.verwijs
>
> --
> View this message in context:
> http://opensim-users.2152040.n2.nabble.com/Tip-Solve-slow-down-s-with-
> assets-on-osgrid-tp7579210.html Sent from the opensim-users mailing
> list archive at Nabble.com.
> _______________________________________________
> Opensim-users mailing list
> Opensim-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-users
>
--
Justin Clark-Casey (justincc)
OSVW Consulting
http://justincc.org
http://twitter.com/justincc
------------------------------
Message: 2
Date: Mon, 31 Dec 2012 22:49:05 +0000
From: Justin Clark-Casey <jjustincc at googlemail.com>
To: opensim-users at lists.berlios.de
Subject: Re: [Opensim-users] question regarding assetcache file
directory
Message-ID: <50E21661.7010401 at googlemail.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
All those folders apart from maptiles/ are used only the simulator.
maptiles/ is used by a standalone or by ROBUST to
store jpegs uploaded by individual regions for later serving to LL viewer
version 3 and related third party viewers.
I just added some more information about the OpenSimulator directory
structure at [1].
I believe David is right about Presence. Unfortunately, the service
interfaces don't expose the required calls so
you'll have to interrogate the database directly to get the information.
[1] http://opensimulator.org/wiki/Directory_Structure
[2] http://opensimulator.org/wiki/Presence
On 30/12/12 03:40, David Saunders wrote:
> Hey
>
> The only directory I have found information on moving to common
directory is the floatsome asset cache.
>
> On the other part, The only way I can get a reliable on is online the grid
is using the "Presence" database. I know
> the GridUsers database can give false hits for users online. Due to people
crashing or a sim crashing on them. And this
> can stick in the database tell they logout properly.
>
> david
>
>
> On 12/26/2012 11:32 PM, Emperor Starfinder wrote:
>> Okay I am pretty sure I know my answer here but I want to be double sure
>> before I begin making the planned changes we are making.
>>
>> Do the assetcache, datasnapshot, j2kDecodeCache, maptiles, and
scriptengine
>> folder directories that are created by opensimulator need to stay in the
>> same instance as the instances running the regions or do they go in the
>> respective folders that contain their respective instances(i.e.
assetcache
>> goes in the folder that contains the instance running the grid's asset
>> server.)
>>
>> I am pretty sure the script engine folder and likely datasnapshot folder
>> directories stay in the folder containing the instance that runs each set
of
>> regions.
>>
>> The second question I do have and I will include it here for time's sake
is
>> this.
>>
>> When writing the code into a website to show the Users online stats which
>> database table and column or rwo should the users online be calling from.
>> i.e. currently the wiredredux 0.7 branch found on the forge points to
>> database table GridUsers and points to online. However in attempting to
>> point to this it does not work. Additionally when you go in to the
source
>> code of the opensim grid user service file
>> (../OpenSim/services/UserAccountService.cs) it shows that when someone
logs
>> onto the grid it places an entry of false for their online status. This
>> perhaps could be cleaned up to show a proper clean login and logout on
the
>> grid side. i.e. if online have it set to true and then when logging out
>> have it set to false.
>>
>> I hope everyone has had a wonderful holiday and is ready for 2013.
>>
>> Emperor
>>
>
> _______________________________________________
> Opensim-users mailing list
> Opensim-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-users
>
--
Justin Clark-Casey (justincc)
OSVW Consulting
http://justincc.org
http://twitter.com/justincc
------------------------------
Message: 3
Date: Mon, 31 Dec 2012 21:03:45 -0500
From: "Emperor Starfinder" <emperor at secondgalaxy.com>
To: <opensim-users at lists.berlios.de>
Subject: Re: [Opensim-users] question regarding assetcache file
directory
Message-ID: <01b001cde7c4$3bbd9960$b338cc20$@secondgalaxy.com>
Content-Type: text/plain; charset="us-ascii"
David
You actually might of just answered my question about the Last Login on the
groups service actually. I wonder if that actually would work for the old
opensimwi as well. As when you update the users online to point at the
Online row in the GridUsers database table this appears to not work. This
also seems to be the case when you point the opensimwi to Login and Logout
rows in that database table as well. That's what I am looking for to show
the number of users currently online on the grid. But I will take your
suggestion and see if that might fix the flotsam groups service to show the
last logins. I was able to get it to actually show the total number of
regions online, although that was not a hard task in itself.
I also did run our second instance for regions as well. (our beta server)
and it appears that the instance loves to throw the AssetsCache,
j2kDecodeCache, and ScriptEngines folders directory into the bin directory
for that instance. I am looking for a way to put those directories with the
appropriate grid server instance i.e. AssetCache would go with the instance
that the Asset Server runs on, etc.
Thanks
Emperor
-----Original Message-----
From: opensim-users-bounces at lists.berlios.de
[mailto:opensim-users-bounces at lists.berlios.de] On Behalf Of
opensim-users-request at lists.berlios.de
Sent: Sunday, December 30, 2012 6:00 AM
To: opensim-users at lists.berlios.de
Subject: Opensim-users Digest, Vol 64, Issue 38
Send Opensim-users mailing list submissions to
opensim-users at lists.berlios.de
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.berlios.de/mailman/listinfo/opensim-users
or, via email, send a message with subject or body 'help' to
opensim-users-request at lists.berlios.de
You can reach the person managing the list at
opensim-users-owner at lists.berlios.de
When replying, please edit your Subject line so it is more specific than
"Re: Contents of Opensim-users digest..."
Today's Topics:
1. Re: question regarding assetcache file directory (David Saunders)
2. Re: OpenSim and VirWox (David Saunders)
3. Re: OpenSim and VirWox (OpenSimFan)
----------------------------------------------------------------------
Message: 1
Date: Sat, 29 Dec 2012 22:40:11 -0500
From: David Saunders <dave at chasedata.com>
To: opensim-users at lists.berlios.de
Subject: Re: [Opensim-users] question regarding assetcache file
directory
Message-ID: <50DFB79B.4090807 at chasedata.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hey
The only directory I have found information on moving to common directory
is the floatsome asset cache.
On the other part, The only way I can get a reliable on is online the
grid is using the "Presence" database. I know the GridUsers database
can give false hits for users online. Due to people crashing or a sim
crashing on them. And this can stick in the database tell they logout
properly.
david
On 12/26/2012 11:32 PM, Emperor Starfinder wrote:
> Okay I am pretty sure I know my answer here but I want to be double
> sure before I begin making the planned changes we are making.
>
> Do the assetcache, datasnapshot, j2kDecodeCache, maptiles, and
> scriptengine folder directories that are created by opensimulator need
> to stay in the same instance as the instances running the regions or
> do they go in the respective folders that contain their respective
> instances(i.e. assetcache goes in the folder that contains the
> instance running the grid's asset
> server.)
>
> I am pretty sure the script engine folder and likely datasnapshot
> folder directories stay in the folder containing the instance that
> runs each set of regions.
>
> The second question I do have and I will include it here for time's
> sake is this.
>
> When writing the code into a website to show the Users online stats
> which database table and column or rwo should the users online be calling
from.
> i.e. currently the wiredredux 0.7 branch found on the forge points to
> database table GridUsers and points to online. However in attempting
> to point to this it does not work. Additionally when you go in to the
> source code of the opensim grid user service file
> (../OpenSim/services/UserAccountService.cs) it shows that when
> someone logs onto the grid it places an entry of false for their
> online status. This perhaps could be cleaned up to show a proper
> clean login and logout on the grid side. i.e. if online have it set
> to true and then when logging out have it set to false.
>
> I hope everyone has had a wonderful holiday and is ready for 2013.
>
> Emperor
>
------------------------------
Message: 2
Date: Sat, 29 Dec 2012 22:23:17 -0500
From: David Saunders <dave at chasedata.com>
To: opensim-users at lists.berlios.de
Subject: Re: [Opensim-users] OpenSim and VirWox
Message-ID: <50DFB3A5.50009 at chasedata.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Ok Following these instructions the only way I can can VirWox to work is
with 0.7.5 Dev, is it available for the 7.4 stable version?
trying to follow the Dev version is not possible in the environment I have
to keep it running in.
If not I have to find it again on virwox site an earlier release that i can
get working.
david
On 10/7/2012 2:11 PM, David Saunders wrote:
> Hey thanks,
>
> This version of the module allow money with virwox to work.
>
> Strange things is first time i restart the sim with the new
> configuration it did not connect to virwox Came up with an error that
> it had failed. So I switched to debug mode with mono it worked, and i
> switch back to non debug mode it still worked for now.
>
> Hopefuly this module will work better at keeping contact with virwox
> up to date, I find if you leave the sim connected for long period of
> time it looses the ability to handle money. :( and restarting the sim
> most of the time fixes it. If not reboot again....
>
>
> On 10/7/2012 5:35 AM, OpenSimFan wrote:
>> download latest dll from here: PixelTomsen - OM Economy-Module
>> (Virwox) <https://github.com/PixelTomsen/omeconomy-module>
>>
>> and download latest opensim from here: opensimulator.org viewgit
>> <http://opensimulator.org/viewgit/?a=shortlog&p=opensim> choose fist
>> one.
>>
>> or download and install git.
>>
>> on linux you have to do this BEFORE starting up opensim..
>> install ome currency certificates
>> <https://www.dropbox.com/s/81vq54ez2h05dhe/omc-certificates.txt>
>>
>> if nothing works, i can make a working package for you..
>>
>>
>>
>>
>>
>> -----
>> _________________________________________
>> OpenSimFan
>> My Opensim/Second Life Blog
>> http://verwijs.wordpress.com
>> (Dutch, basic hardware/software help windows, Mac, Linux)
>> http://verwijs-pc.nl My Twitter Page:
>> http://twitter.com/OpenSimFan
>> My Facebook page (be my friend, please )
>> http://www.facebook.com/andre.verwijs
>>
>> --
>> View this message in context:
>> http://opensim-users.2152040.n2.nabble.com/OpenSim-and-VirWox-tp75787
>> 26p7578750.html Sent from the opensim-users mailing list archive at
>> Nabble.com.
>> _______________________________________________
>> Opensim-users mailing list
>> Opensim-users at lists.berlios.de
>> https://lists.berlios.de/mailman/listinfo/opensim-users
>>
>
> _______________________________________________
> Opensim-users mailing list
> Opensim-users at lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/opensim-users
>
------------------------------
Message: 3
Date: Sun, 30 Dec 2012 01:59:46 -0800 (PST)
From: OpenSimFan <info at verwijs-pc.nl>
To: opensim-users at lists.berlios.de
Subject: Re: [Opensim-users] OpenSim and VirWox
Message-ID: <1356861586792-7579234.post at n2.nabble.com>
Content-Type: text/plain; charset=us-ascii
Pixel tomson version here:
https://github.com/OpenMetaverseEconomy/OMEconomy-Modules/tree/master/bin
-----
_________________________________________
OpenSimFan
My Opensim/Second Life Blog
http://verwijs.wordpress.com
(Dutch, basic hardware/software help windows, Mac, Linux)
http://verwijs-pc.nl My Twitter Page:
http://twitter.com/OpenSimFan
My Facebook page (be my friend, please )
http://www.facebook.com/andre.verwijs
--
View this message in context:
http://opensim-users.2152040.n2.nabble.com/OpenSim-and-VirWox-tp7578726p7579
234.html
Sent from the opensim-users mailing list archive at Nabble.com.
------------------------------
_______________________________________________
Opensim-users mailing list
Opensim-users at lists.berlios.de
https://lists.berlios.de/mailman/listinfo/opensim-users
End of Opensim-users Digest, Vol 64, Issue 38
*********************************************
------------------------------
_______________________________________________
Opensim-users mailing list
Opensim-users at lists.berlios.de
https://lists.berlios.de/mailman/listinfo/opensim-users
End of Opensim-users Digest, Vol 65, Issue 1
********************************************
More information about the Opensim-users
mailing list