[Opensim-users] Debugging opensim set teleport, and not storing email

Justin Clark-Casey jjustincc at googlemail.com
Thu Apr 10 22:52:08 UTC 2014


I'm not sure there's an easy way to log home sets, but what you can do from the Robust service in current dev code, is 
run the command

"show account <first-name> <last-name>"

to get the user's ID, then

"show grid user <user-id>"

to get the home region ID, vector, etc. entries.  As you can see, home region ID is a UUID rather than a name.  Ideally 
you would then be able to do "show region id" to find the region details, but that command is currently missing so you 
would need to scan the "show regions" list instead.

However, I don't think all these commands are available on 0.7.6.1.  You would need to look at the GridUser table 
directly instead.

On 10/04/14 23:31, Rick Anderson wrote:
> Thanks for the information about email. That keeps more from worrying about that. Maybe, some day I can look into the
> mail option.
>
> Is there a way to get debug information from either robust or the opensim server to log the action? I didn't see
> anything clearly on the server side to know that it had got the request to set home.
>
> --Rick
>
>
> On Thu, Apr 10, 2014 at 5:52 PM, Melanie <melanie at t-data.com <mailto:melanie at t-data.com>> wrote:
>
>     Sending pictures as email is not supported. It may never be
>     supported as no one has researched how it's done.
>     Setting home has worked for ages but of course there may be a new
>     issue with it. If you can list steps to reproduce, then please open
>     a Mantis.
>
>     - Melanie
>
>     On 10/04/2014 23:44, Rick Anderson wrote:
>      > With one of my avatar the user sets their home. The message is shown
>      > successful to the user, but any attempt to return home fails. I don't see a
>      > message on the server about the failure. But the user sees "Your home
>      > region could not be found."
>      >
>      > The same user takes a snapshot. When sending the photo as email it asks for
>      > the users email address.  Again no message on the server.
>      >
>      > I'm using Fireifox for OpenSim, latest version.
>      >
>      > Any suggestions for debugging this? Trying to find out if it's a client or
>      > server issue.
>      >
>      > Thanks,
>      > --Rick
>      >
>      >
>      >
>      >
>      >
>      > _______________________________________________
>      > Opensim-users mailing list
>      > Opensim-users at lists.berlios.de <mailto:Opensim-users at lists.berlios.de>
>      > https://lists.berlios.de/mailman/listinfo/opensim-users
>     _______________________________________________
>     Opensim-users mailing list
>     Opensim-users at lists.berlios.de <mailto:Opensim-users at lists.berlios.de>
>     https://lists.berlios.de/mailman/listinfo/opensim-users
>
>
>
>
> --
> Rick Anderson
> Director of Virtual Worlds
> Division of Continuing Studies (DoCS)
> Rutgers University
> (732) 586-3265
>
>
> _______________________________________________
> 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



More information about the Opensim-users mailing list