Re: [AOLSERVER] nsd crash

2009-01-26 Thread Juan José del Río - Simple Option
Hello Bernhard, I recommend you doing two things: 1) get the latest CVS version of AOLServer, do not use the one in ports, since it uses to be very outdated. 2) Compile AOLServer with debugging, since it indeed would help a lot. 3) If have some time, upgrade to FreeBSD 7.1, since I am sure that

Re: [AOLSERVER] aolserver.com

2008-12-26 Thread Juan José del Río - Simple Option
I guess it's some kind of configuration problem. www.aolserver.com redirects correctly, at least for me. - Juan José del Río| (+34) 616 512 340|juanj...@simpleoption.com Simple Option S.L. Tel: (+34) 951 930 122 Fax: (+34) 951 930 122 http://www.simpleoption.es http://www.

Re: [AOLSERVER] Error loading AOLserver 4.5.0 - invalid command name ns_admin_link

2008-12-13 Thread Juan José del Río - Simple Option
Hello Thorpe, I have not that file in my modules folder. What version of aolserver are you using? Can be possible that the about.tcl file comes from a piece of software that you're not using anymore? Regards, Juan José - Juan José del Río| (+34) 616 512 340|juanj...@simpleopti

Re: [AOLSERVER] Customized Error Pages

2008-12-10 Thread Juan José del Río - Simple Option
Hello Wolfgang, Yes, I have a configuration like that working like a charm. Those lines are ok, just make sure that the variable ${servername} matches the host you're actually configuring, and the the notfound.tcl file is stored in the root folder for that server. You can test it out, just askin

Re: [AOLSERVER] segfault in ns_driver query

2008-11-14 Thread Juan José del Río - Simple Option
On Fri, 2008-11-14 at 19:38 -0500, Dossy Shiobara wrote: > Juan José del Río - Simple Option wrote: > > On Fri, 2008-11-14 at 14:13 -0600, Ryan Melendez wrote: > >> On Fri, 2008-11-07 at 11:38 -0600, Andrew Steets wrote: > >>> Here is a patch that just puts an empty

Re: [AOLSERVER] segfault in ns_driver query

2008-11-14 Thread Juan José del Río - Simple Option
On Fri, 2008-11-14 at 14:13 -0600, Ryan Melendez wrote: > On Fri, 2008-11-07 at 11:38 -0600, Andrew Steets wrote: > > Here is a patch that just puts an empty list where the connection info > > would be in the case that the conn is null. Does it look ok? > No. Amateur at best. Try and suck less!

Re: [AOLSERVER] apology

2008-04-21 Thread Juan José del Río (Simple Option)
Hello Xavier, I think that leaving is the worst thing you can do at the moment. Stay with us. After all, nobody is upset with you. Yes, nobody is upset. And, well, after all those e-mails we can say that everyone knows you, and what you can and can't do. So I don't see any logical reason to leav

Re: [AOLSERVER] Active participation (was: RE: [AOLSERVER] Minor facelift to aolserver.com)

2008-04-11 Thread Juan José del Río (Simple Option)
Suggestions? Ok, here I go... I was going to suggest adding support for another language apart from TCL... be it Mono. That'd give support for languages such as C#, VB, Python, and faster performance. ... am I too crazy? :) Regards, Juan José - Juan José del Río| Comercio online / e-

Re: [AOLSERVER] can someone make this change

2008-04-09 Thread Juan José del Río (Simple Option)
Hello Tom, That's what i mean. The detection of the tclsh binary is what should be fixed. The rest is all ok, so far I know. In my case, in FreeBSD, the tclsh isn't detected, which is not normal, since I run ./configure --with-tcl= or am I wrong and it's broken for everyone? The error is prett

Re: [AOLSERVER] can someone make this change

2008-04-09 Thread Juan José del Río (Simple Option)
Hello John, In include/ns.mak you can find a line with: TCLSH = just put there the path to your tclsh exec, like /usr/local/bin/tclsh8.5-threads and you're done. It'd be great if ./configure detected the available tclsh in your system and write that line automa(g)ically. Regards, Juan Jos

Re: [AOLSERVER] Minor facelift to aolserver.com

2008-04-08 Thread Juan José del Río (Simple Option)
er.com > > I like the color. Not sure if Dossy was serious, but actually thinking about > more...some sort of swoosh over the "server" part..in that color would look > nice I think...but I'm biased...I like blue/orange color scheme... > > > - Original Messag

Re: [AOLSERVER] Minor facelift to aolserver.com

2008-04-08 Thread Juan José del Río (Simple Option)
; -Original Message- > >From: AOLserver Discussion [mailto:[EMAIL PROTECTED] On Behalf Of Juan José > >del Río (Simple Option) > Sent: Tuesday, April 08, 2008 12:44 PM > To: AOLSERVER@LISTSERV.AOL.COM > Subject: Re: [AOLSERVER] Minor facelift to aolserver.com &g

Re: [AOLSERVER] Minor facelift to aolserver.com

2008-04-08 Thread Juan José del Río (Simple Option)
What about this?! - Juan José del Río| Comercio online / e-commerce (+34) 616 512 340| [EMAIL PROTECTED] Simple Option S.L. Tel: (+34) 951 930 122 Fax: (+34) 951 930 122 http://www.simpleoption.com On Tue, 2008-04-08 at 14:29 -0400, Dossy Shiobara wrote: > On 2008.04.08, Bret

Re: [AOLSERVER] Minor facelift to aolserver.com

2008-04-05 Thread Juan José del Río (Simple Option)
Hello Dossy, I like it. The layout is very simple. The only thing that I don't like very much is the menu at the right. I think it'll be more clear if it's in the left. Also, putting an AOLServer logo in the header, at the top left, would improve the site quite a lot. Anyways, thanks for your ini

Re: [AOLSERVER] using openacs db api

2008-04-03 Thread Juan José del Río (Simple Option)
I think I do... It's called OpenACS :) On Wed, 2008-04-02 at 20:49 +0100, Xavier Bourguignon wrote: > Hi All, > > Does anybody know what is required to use "OpenAcs DB API" for > accessing Postgres DB within aolserver? > > Thank you > -- AOLserver - http://www.aolserver.com/ To Remove yours

Re: [AOLSERVER] ns_db problem

2008-04-01 Thread Juan José del Río (Simple Option)
That's a problem about variables scope, Xavier. the line: set row [ns_db select $db "select * from tadminoptype;"] requires the variable $db to be set. That's done by the line: set db [ns_db gethandle "gamespool"] So to make the query work, you only need to add the line "set db .." before

Re: [AOLSERVER] using database

2008-03-28 Thread Juan José del Río (Simple Option)
On Fri, 2008-03-28 at 16:31 +, Xavier Bourguignon wrote: > Hi all, > > Are there any sites or links someone could point to me so I can learn > how to use postgres with aolserver? > > I need to know what the commands are for connecting to the DB, issuing > a query, manipulating result sets and

Re: [AOLSERVER] Install problem

2008-03-03 Thread Juan José del Río [Simple Option]
have a ns.mak.in file, but there is no line with > cflags in it. Do I need to add cflags=-nostartfiles to ns.mak.in? > > Thank you > > On 03/03/2008, Juan José del Río [Simple Option] > <[EMAIL PROTECTED]> wrote: > > Hello Xavier, > > > > To fix this problem

Re: [AOLSERVER] Install problem

2008-03-03 Thread Juan José del Río [Simple Option]
Hello Xavier, To fix this problem, edit the file aolserver/include/mak.in and add -nostartfiles to cflags . Best Regards, Juan José - Juan José del Río| Comercio online / e-commerce (+34) 616 512 340| [EMAIL PROTECTED] Simple Option S.L. Tel: (+34) 951 930 122 Fax: (+34) 95

Re: [AOLSERVER] Google Summer of Code

2008-02-29 Thread Juan José del Río [Simple Option]
> On Fri, Feb 29, 2008 at 05:41:44PM +0100, Juan Jos? del R?o [Simple Option] > wrote: > > > In my case I run AOLServer with customized code on top of it. No > > OpenACS. No modules except nspostgres. In 32 bits it works like a charm. > > No memory leaks. It simply works (damn fast!). > > Hm, so

Re: [AOLSERVER] Google Summer of Code

2008-02-29 Thread Juan José del Río [Simple Option]
> On 2008.02.28, Matthew M. Burke <[EMAIL PROTECTED]> wrote: > > I am convinced we could attract some students, but I don't want to > > commit unless there's at least a little more positive response. Another > > possibility is that I know Clif Flynt, Jeff Hobbs and other Tcl folks > > are pu

Re: [AOLSERVER] Not sure if aolserver compile correclty

2008-02-28 Thread Juan José del Río [Simple Option]
On Thu, 2008-02-28 at 08:54 -0500, SUBSCRIBE AOLSERVER Nima Mazloumi wrote: > Memory is increasing constantly. This might be an oacs problem but flushing > the util_memoize cache increase the memory consumption between 1-2 percent. > After 14 hours memory usage is 41.7% (4897288 according to ps).

Re: [AOLSERVER] Google Summer of Code

2008-02-27 Thread Juan José del Río [Simple Option]
On Wed, 2008-02-27 at 12:56 -0500, Dossy Shiobara wrote: > On 2008.02.27, Matthew M. Burke <[EMAIL PROTECTED]> wrote: > > Google has just announced the summer of code program for this summer > > (http://code.google.com/soc/2008/). [...] > > [...] Obviously working on the Lua core is out, [...] >

Re: [AOLSERVER] Not sure if aolserver compile correclty

2008-02-24 Thread Juan José del Río [Simple Option]
As I supposed it was a locale issue, Nima. Well, if you want to get rid of those warnings, you can compile using C as locale. Anyways, it seems your AOLServer is all good. Receiving warnings when compiling AOLServer is normal. I get them when I compile it in FreeBSD too. They are nothing to worry

Re: [AOLSERVER] Not sure if aolserver compile correclty

2008-02-24 Thread Juan José del Río [Simple Option]
Hello Nima, > time.c:37: warning: âRCSIDâ defined but not used Those "â" symbols next to symbols look weird to me... I don't know why you get them. Maybe it's doubt to the locale you used when fetching the sources, or when compiling (the second thing is the more likely, in my opinion). But, well

Re: [AOLSERVER] Problem: Petitions are not served unless there is another queued

2008-02-05 Thread Juan José del Río [Simple Option]
+0100, Juan José del Río [Simple Option] wrote: > Hello, > > Since two days ago, I have been experiencing weird problems with > AOLServer. Maybe someone of you have a clue of what's going out exactly. > > I will detail my problem in the easiest way possible. > > 1. A use

[AOLSERVER] Problem: Petitions are not served unless there is another queued

2008-02-04 Thread Juan José del Río [Simple Option]
Hello, Since two days ago, I have been experiencing weird problems with AOLServer. Maybe someone of you have a clue of what's going out exactly. I will detail my problem in the easiest way possible. 1. A user requests a page 2. His browser sends the request 3. The browser waits for AOLServer's r

Re: [AOLSERVER] AOL server with 8.5

2008-01-09 Thread Juan José del Río [Simple Option]
Hello Jay, I tried on FreeBSD, but it didn't compile. It kept complaining about functions that have changed name / parameters or giving linking problems with Tcl memory management functions, i think, but I don't recall exactly... is it just a problem with aolserver on FreeBSD, or it happens with L

Re: [AOLSERVER] AOLserver Wiki is now mirrored at dev.aolserver.com

2007-12-13 Thread Juan José del Río [Simple Option]
Hello everyone, I think dev.aolserver.com is a better place to find it, and people will feel it more like the official wiki, based on the url :) If it works fine, then I think it's a good change. Regards, Juan José - Juan José del Río| Comercio online / e-commerce +34 616 512 340

Re: [AOLSERVER] "unknown" IP address in access log

2007-11-17 Thread Juan José del Río [Simple Option]
t; This looks like a reverse lookup, but very strange. > > Janine's case is also weird. The access log is a small chunk of code, so it > might be easy to figure it out. > > Which versions of AOLserver are being used here? > > tom jackson > > > On Wednesday 1

Re: [AOLSERVER] "unknown" IP address in access log

2007-11-14 Thread Juan José del Río [Simple Option]
That's very weird, Janine. Maybe some other knows what's going on. In my case, I have a weird behaviour too... 213.99.4.203, 212.170.235.17 - - [14/nov/2007:19:32:31 +0100] "GET / HTTP/1.0" 200 3295 "" "Mozilla/5.0 (Windows; U; Windows NT 5.0; es-ES; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.4" 0