Re: [Opensim-dev] SL settings folder has been deleted

2009-02-21 Thread Frisby, Adam
Yeah, this is something wrong with the SL viewer. OpenSim won't ever touch those settings, nor should it be possible to trigger the viewer to delete those settings, even by accident. My guess would be a viewer bug of some description. Adam From: opensim-dev-boun...@lists.berlios.de [mailto:ope

Re: [Opensim-dev] SL settings folder has been deleted

2009-02-21 Thread Gustavo Alberto Navarro Bilbao
Only a fast, and perhaps stupid proposal:If you are using Windows, it's to use a restauration point to start with an configuration before the changes than you are made. This is only for recever your losts logs. 2009/2/21 Frisby, Adam : > Yeah, this is something wrong with the SL viewer. OpenSim wo

[Opensim-dev] Mantis#3148

2009-02-21 Thread Charles Krinke
Mantis#3148 from Chillken is languishing a bit. Since it touches 18 important files, I am reticient to apply it without a second +1. I wonder if Justin, Mw, Lbsa, Adam or SDague might look at it, please. Charles ___ Opensim-dev mailing list Opensim-dev

Re: [Opensim-dev] OpenSim Hardware Requeriments

2009-02-21 Thread Mariusz Nowostawski
Melanie wrote: > No one has ever gotten there. It has always crashed. > > Melanie > Hi, This is true for vanilla opensim, but not if you allow custom tweaking. At the end of last year we've managed with the folks from 3Di to have successfully 68 clients on quad-core Intel box with 2GB of RA

Re: [Opensim-dev] OpenSim Hardware Requeriments

2009-02-21 Thread Nebadon Izumi
Was this in standalone or grid mode? On Sat, Feb 21, 2009 at 5:12 PM, Mariusz Nowostawski < mari...@nowostawski.org> wrote: > Melanie wrote: > > No one has ever gotten there. It has always crashed. > > > > Melanie > > > > Hi, > > > This is true for vanilla opensim, but not if you allow custom twe

Re: [Opensim-dev] OpenSim Hardware Requeriments

2009-02-21 Thread Frisby, Adam
We've come closeish to this too - although our biggest limit has been the number of people available to help test. Regards, Adam From: opensim-dev-boun...@lists.berlios.de [mailto:opensim-dev-boun...@lists.berlios.de] On Behalf Of Nebadon Izumi Sent: Saturday, 21 February 2009 8:57 PM To: open

[Opensim-dev] ProcessInPacket - Can this be moved out of IClientAPI?

2009-02-21 Thread Frisby, Adam
Quick question for folks, can we move ProcessInPacket out of ClientAPI, and onto LLClientView directly? It's only ever called from within LLClientStack so we already know it's a LLClientView class and should be able to just call it from there. Adam __

[Opensim-dev] Refactoring IClientAPI.Close and Friends

2009-02-21 Thread Frisby, Adam
Right now, we have four separate close methods for clients, enumerated they are (for LLClientView): - Close(bool circuit) o Either fires an event, or closes the connection depending on parameter[!?] - Kick(string msg) o Asks the client politely to quit. [!?] -