<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">thanks for the kind words fleep :)<br>
<br>
however, the contributors list contains the only people worthy of
any praise in this project. all i'm doing is tweaking and
repackaging their goodies into a (fairly) no-brainer bundle for
easier consumption and fewer sleepless nights. i don't know of
anyone that wouldn't benefit from a little bit of that. "less is
more, simpler is better" - that's my story and i'm sticking to
it! be well.<br>
<br>
- core<br>
<br>
On 8/21/2012 9:50 AM, Fleep Tuque wrote:<br>
</div>
<blockquote
cite="mid:CAG6z+U4h96wAw+HH0VXRyP5G6tvWrpLQqs5BS9Sjjdm=gh+UTQ@mail.gmail.com"
type="cite">Thanks so much, Core, this helps a ton! It's probably
something of a pain to maintain but I for one am SO grateful that
you do it, I can't say thanks enough. (Do you have a donate page
somewhere? I'd totally love to buy you a pizza or something.)
<div>
<br>
</div>
<div>And thanks to Gwyn for the troubleshooting, too, that helped
me better understand how some of these pieces link up, which
I've found pretty confusing in the past. Hooray for working
profiles!
<div><br>
</div>
<div>- Fleep</div>
<div><br>
</div>
<div><br>
</div>
<div>Chris M. Collins (SL/OS: Fleep Tuque)</div>
<div>Center for Simulations & Virtual Environments Research
(UCSIM)</div>
<div>UCIT Instructional & Research Computing</div>
<div>University of Cincinnati</div>
<div>406A Zimmer Hall</div>
<div>315 College Drive</div>
<div>PO BOX 210088</div>
<div>Cincinnati, OH 45221-0088</div>
<div><a moz-do-not-send="true"
href="mailto:chris.collins@uc.edu">chris.collins@uc.edu</a></div>
<div>(513) 556-3018</div>
<div><br>
</div>
<div><a moz-do-not-send="true" href="http://ucsim.uc.edu">http://ucsim.uc.edu</a></div>
<div>
<div><br>
<div class="gmail_quote">On Fri, Aug 10, 2012 at 6:39 PM,
core <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:core@odosys.net" target="_blank">core@odosys.net</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<div>my sincere apologies for any confusion or
inconvenience. life has pulled me away from my
ongoing OpenSim projects and i simply lost track of
the bundle's status. i hadn't heard a peep in some
time so i was unaware of the errors that were
occuring (due to me uploading a less-than-final
version to the repository). so...<br>
<br>
i have uploaded a new version which is fully
compatible with OS 0.7.4 containing the latest
changes made to any code and DLLs freshly compiles
against the 074 server source.<br>
<br>
i also re-uploaded a corrected version of the 0.7.3
compatible bundle for those still rolling with older
OpenSim installations.<br>
<br>
i updated my git-hub repository
(os_services_bundle-dev) containing the raw and
unaltered forked/ported source distributions for
each of the 4 modules. i'm sure i failed to mention
this was around for those seeking an all-in-one
place to grab the otherwise scattered code.<br>
<br>
here are the URLs-<br>
<br>
standard downloads: <a moz-do-not-send="true"
href="http://opensim.odosys.net/files/"
target="_blank">http://opensim.odosys.net/files/</a><br>
git-hub repositories: <a moz-do-not-send="true"
href="https://github.com/anticore" target="_blank">https://github.com/anticore</a><br>
<br>
hope this helps and again, my apologies for letting
things slide. please let me know if there any
problems. take care.<span class="HOEnZb"><font
color="#888888"><br>
<br>
-core</font></span>
<div>
<div class="h5"><br>
<br>
On 8/10/2012 1:51 PM, Gwyneth Llewelyn wrote:<br>
</div>
</div>
</div>
<div>
<div class="h5">
<blockquote type="cite">
<div>SUCCESS.</div>
<div><br>
</div>
<div>So here is what needs to be done...</div>
<div><br>
</div>
<div>Start downloading <a moz-do-not-send="true"
href="http://opensim.odosys.net/files/"
target="_blank">http://opensim.odosys.net/files/</a>
— the 0.7.3 version works well under 0.7.4RC1</div>
<div><br>
</div>
<div>Change register.php and search.php to get
Search to work. All that needs to be done is:</div>
<div><br>
</div>
<div>At the top, comment out:</div>
<div><br>
</div>
<div>
<div>//mysql_connect ($DB_HOST, $DB_USER,
$DB_PASSWORD);</div>
<div>//mysql_select_db ($DB_NAME);</div>
</div>
<div><br>
</div>
<div>and use:</div>
<div><br>
</div>
<div>
<div>mysql_connect ($dbHost, $dbUser,
$dbPassword);</div>
<div>mysql_select_db ($dbName);</div>
</div>
<div><br>
</div>
<div>That's it.</div>
<div><br>
</div>
<div>Now for the modules. These have been
shuffled around from repository to repository,
but, until the developers change their mind
again, they're now on GitHub. For some reason,
they're spread across 3 different projects.</div>
<div><br>
</div>
<div>First, get the OpenSimProfile and
OpenSimSearch modules from <a
moz-do-not-send="true"
href="https://github.com/PixelTomsen/opensim-dev-external"
target="_blank">https://github.com/PixelTomsen/opensim-dev-external</a>
Both work quite well! Even with the "strange"
and not-entirely-compliant profile.php, this
seems not to bother the viewer and/or the
simulator — they like what they get.</div>
<div><br>
</div>
<div>Extra bonus: now profiles work flawlessly
across HyperGrid teleports. Woo-hoo! And yes,
IMs across HyperGrid also work, and so does
teleports, and so do friendship requests...
Whew... a lot of things started working again!
Hooray!</div>
<div><br>
</div>
<div>The OMEconomy module is here: <a
moz-do-not-send="true"
href="https://github.com/PixelTomsen/omeconomy-module"
target="_blank">https://github.com/PixelTomsen/omeconomy-module</a> </div>
<div>This works well with the VirWox Test
server, although I thought I'd be seeing my
OMC$ shown on the viewer, which doesn't really
happen. But — it might be a limitation of the
"test" server.</div>
<div><br>
</div>
<div>The interesting-looking UserLog module is
here: <a moz-do-not-send="true"
href="https://github.com/PixelTomsen/opensim-userlogmodule"
target="_blank">https://github.com/PixelTomsen/opensim-userlogmodule</a></div>
I couldn't get it to work (the database is in
place, but somehow OpenSim is not really caring
much about it).
<div> <br>
</div>
<div>Groups, of course, you get from the Flotsam
Cache module, all you need is to configure it,
and making sure that the os_services bundle is
properly configured. As said, even though the
code is weirdly programmed, it actually works
quite well.<br>
<br>
So that's it. I'm a happy girl. Now I don't
have merely a working environment as before,
but one that even has additional
functionality! Not bad, only one week to get
an upgrade.</div>
<div><br>
</div>
<div>And now I can go back to the CPU/memory
performance issues — <a moz-do-not-send="true"
href="http://opensimulator.org/mantis/view.php?id=6031" target="_blank">http://opensimulator.org/mantis/view.php?id=6031</a>
— which has been keeping me busy for months.
Well, weeks.</div>
<div><br>
</div>
<div>Thanks all for the many tips!</div>
<div><br>
</div>
<div> - Gwyn<br>
<br>
<div class="gmail_quote">On 9 August 2012
20:33, R.Gunther <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:rigun@rigutech.nl"
target="_blank">rigun@rigutech.nl</a>></span>
wrote:<br>
<blockquote class="gmail_quote"
style="margin:0 0 0 .8ex;border-left:1px
#ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<div>Do you use the latest dll's ?
otherwise copy the ones out of the
osgrid opensim version. <br>
search works fine on osgrid and
profiles. dll where updated a while
ago.<br>
<br>
On 2012-08-09 21:25, Fleep Tuque
wrote:<br>
</div>
<blockquote type="cite"> Hi Gwyn,
<div><br>
</div>
<div>I just upgraded some of the staff
regions on our university grid to
0.7.4 RC1, and it appears that from
the OS Services Bundle (just copying
over from previous version) the
offline IM and group services are
working, but profiles and search is
not. Well, actually I don;'t think
I ever got search to work, but
profiles definitely did work before
but don't seem to now post upgrade.
Seeing no problems with sending
offline IMs and creating groups,
adding members to groups, using the
new group land settings etc.</div>
<div><br>
</div>
<div>Not sure if that helps, and the
only thing I can think of that I
consistently goof up when upgrading
is forgetting to move the .dll files
from /bin to /bin when I upgrade. I
finally remembered to add that to my
documentation today, what little
notes I made are at: </div>
<div><a moz-do-not-send="true"
href="http://ucopensim.wikispaces.com/Opensim+0.7.4+RC1"
target="_blank">http://ucopensim.wikispaces.com/Opensim+0.7.4+RC1</a> </div>
<div><br>
</div>
<div>Would love to hear if anyone else
gets profiles or search working with
0.7.4 RC1, I'm never sure what's
user error and what isn't with those
two services.</div>
<div><br>
</div>
<div>Sincerely,</div>
<div><br>
</div>
<div>- Fleep</div>
<div><br>
</div>
<div><br>
</div>
<div>Chris M. Collins (SL/OS: Fleep
Tuque)</div>
<div>Center for Simulations &
Virtual Environments Research
(UCSIM)</div>
<div>UCIT Instructional & Research
Computing</div>
<div>University of Cincinnati</div>
<div>406A Zimmer Hall</div>
<div>315 College Drive</div>
<div>PO BOX 210088</div>
<div>Cincinnati, OH 45221-0088</div>
<div><a moz-do-not-send="true"
href="mailto:chris.collins@uc.edu"
target="_blank">chris.collins@uc.edu</a></div>
<div><a moz-do-not-send="true"
href="tel:%28513%29%20556-3018"
value="+15135563018"
target="_blank">(513) 556-3018</a></div>
<div><br>
</div>
<div><a moz-do-not-send="true"
href="http://ucsim.uc.edu"
target="_blank">http://ucsim.uc.edu</a><br>
<br>
<div class="gmail_quote">On Wed, Aug
8, 2012 at 9:05 AM, Gwyneth
Llewelyn <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:gwyneth.llewelyn@gwynethllewelyn.net"
target="_blank">gwyneth.llewelyn@gwynethllewelyn.net</a>></span>
wrote:<br>
<blockquote class="gmail_quote">Sorry
to bump this thread. I wonder if
the OS Services Bundle for
OpenSim works with 0.7.4 RC1.
I've definitely managed to
compile it in, and OpenSim
definitely lists the modules as
having been loaded, but...
<div> <br>
</div>
<div>... somehow, OpenSim 0.7.4
RC1 is ignoring any requests
made through these modules. I
don't get any errors, either.
It's simply as if OpenSim
thinks, "ok, nice, I have now
a few new modules and some
nice URLs to connect to, but
I'm simply ignoring everything
and use whatever I already had
(which won't work anyway, but
who cares)" :-(</div>
<div><br>
</div>
<div> - Gwyn
<div>
<div><br>
<br>
<div class="gmail_quote">On
4 May 2012 23:00, core <span
dir="ltr"><<a
moz-do-not-send="true"
href="mailto:core@odosys.net" target="_blank">core@odosys.net</a>></span>
wrote:<br>
<blockquote
class="gmail_quote">
For those still
interested, the
updated OS Services
Bundle for OpenSim<br>
0.7.3. is in the new
(and sparsely
populated) file
repository. Sorry,<br>
it's a bit late :/<br>
<br>
<a
moz-do-not-send="true"
href="http://public.odosys.net/opensim/files/" target="_blank">http://public.odosys.net/opensim/files/</a><br>
<span><br>
- core<br>
_______________________________________________<br>
Opensim-users
mailing list<br>
<a
moz-do-not-send="true"
href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a><br>
<a
moz-do-not-send="true"
href="https://lists.berlios.de/mailman/listinfo/opensim-users"
target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
</span></blockquote>
</div>
<br>
<br>
<div><br>
</div>
</div>
</div>
<span>-- <br>
"I'm not building a game.
I'm building a new country."<br>
-- Philip "Linden"
Rosedale, interview to
Wired, 2004-05-08<br>
</span></div>
<br>
_______________________________________________<br>
Opensim-users mailing list<br>
<a moz-do-not-send="true"
href="mailto:Opensim-users@lists.berlios.de"
target="_blank">Opensim-users@lists.berlios.de</a><br>
<a moz-do-not-send="true"
href="https://lists.berlios.de/mailman/listinfo/opensim-users"
target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset></fieldset>
<br>
<pre>_______________________________________________
Opensim-users mailing list
<a moz-do-not-send="true" href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a>
<a moz-do-not-send="true" href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a></pre>
</blockquote>
<br>
</div>
<br>
_______________________________________________<br>
Opensim-users mailing list<br>
<a moz-do-not-send="true"
href="mailto:Opensim-users@lists.berlios.de"
target="_blank">Opensim-users@lists.berlios.de</a><br>
<a moz-do-not-send="true"
href="https://lists.berlios.de/mailman/listinfo/opensim-users"
target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
</blockquote>
</div>
<br>
<br clear="all">
<div><br>
</div>
-- <br>
"I'm not building a game. I'm building a new
country."<br>
-- Philip "Linden" Rosedale, interview to
Wired, 2004-05-08<br>
</div>
<br>
<fieldset></fieldset>
<br>
<pre>_______________________________________________
Opensim-users mailing list
<a moz-do-not-send="true" href="mailto:Opensim-users@lists.berlios.de" target="_blank">Opensim-users@lists.berlios.de</a>
<a moz-do-not-send="true" href="https://lists.berlios.de/mailman/listinfo/opensim-users" target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a></pre>
</blockquote>
<br>
</div>
</div>
</div>
<br>
_______________________________________________<br>
Opensim-users mailing list<br>
<a moz-do-not-send="true"
href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a><br>
<a moz-do-not-send="true"
href="https://lists.berlios.de/mailman/listinfo/opensim-users"
target="_blank">https://lists.berlios.de/mailman/listinfo/opensim-users</a><br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Opensim-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Opensim-users@lists.berlios.de">Opensim-users@lists.berlios.de</a>
<a class="moz-txt-link-freetext" href="https://lists.berlios.de/mailman/listinfo/opensim-users">https://lists.berlios.de/mailman/listinfo/opensim-users</a></pre>
</blockquote>
<br>
</body>
</html>