AOLserver Chat Logs

2007/08/14

IRC [05:32] <cacrus> Hi , can anyone tell me , if aolserver 4.0.10 branch is still being updated for bug fixes and patches ? if it is than how can i download the last updated aolserver 4.0.10 ?
IRC [07:34] <Dossy> get the aolserver_v40_bp branch
IRC [07:34] <Dossy> I really need to release 4.0.11, ugh!
IRC [07:34] <Dossy> :-)
IRC [08:20] <cacrus> Thanks Dossy , how do i do that ? i mean thru CVS ?
IRC [08:21] <cacrus> what shall i change in this cvs command
IRC [08:21] <cacrus> cvs -z3 -d:pserver:anonymous@aolserver.cvs.sourceforge.net:/cvsroot/aolserver co -P aolserver
IRC [08:29] <cacrus> i am doing cvs login but it gives me "rejected access to /cvsroot/aolserver for user anonymous "
IRC [09:44] <Dossy> co -p
IRC [09:44] <Dossy> oops, co -P -raolserver_v40_bp aolserver
IRC [09:44] <Dossy> did you cvs login first? Hmm.
IRC [09:44] <cacrus> cvs login fails
IRC [09:44] <Dossy> Oh. Maybe a SourceForge problem. Sigh.
IRC [09:44] <cacrus> :(
IRC [09:44] <cacrus> it says anonymous not allowed
IRC [09:46] <Dossy> cvs -d:pserver:anonymous@aolserver.cvs.sourceforge.net:/cvsroot/aolserver rlog -t aolserver/ChangeLog
IRC [09:46] <Dossy> That seems to work for me.
IRC [09:46] <cacrus> can u give me the command here for login and check ut please
IRC [09:46] <Dossy> $ cvs -d:pserver:anonymous@aolserver.cvs.sourceforge.net:/cvsroot/aolserver login
IRC [09:46] <Dossy> Logging in to :pserver:anonymous@aolserver.cvs.sourceforge.net:2401/cvsroot/aolserver
IRC [09:46] <Dossy> CVS password:
IRC [09:47] <Dossy> I just hit enter, blank password.
IRC [09:47] <cacrus> cvs [login aborted]: connect to aolserver.cvs.sourceforge.net(66.35.250.91):2401 failed: Connection refused
IRC [09:47] <Dossy> Oh, well there's your problem. :)
IRC [09:47] <Dossy> You behind a firewall?
IRC [09:48] <cacrus> yes i am but i dont block anyting
IRC [09:48] <cacrus> it was not giving me this error an hour back when i was trying
IRC [09:48] <Dossy> Hmm.
IRC [09:49] <cacrus> it was giving me anonymous user error
IRC [09:49] <Dossy> Well, if you can't connect to aolserver.cvs.sourceforge.net on 2401/tcp, you won't be able to do pserver CVS.
IRC [09:49] <cacrus> Oh wait
IRC [09:49] <cacrus> sorry wrong machnie
IRC [09:50] <cacrus> Ok i got conencted logged in
IRC [09:50] <cacrus> waht do i tyope to checkout the aolserver branch u mentioned
IRC [09:51] <Dossy> cvs -d... co -P -raolserver_v40_bp aolserver
IRC [09:52] <cacrus> it has three ... ?
IRC [09:52] <cacrus> [nsadmin@rhes64a 32bitaolserver]$ cvs -d... co -P -raolserver_v40_bp aolserver
IRC [09:52] <cacrus> cvs checkout: CVSROOT must be an absolute pathname (not `...')
IRC [09:52] <cacrus> cvs checkout: when using local access method.
IRC [09:52] <cacrus> cvs [checkout aborted]: Bad CVSROOT: `...'.
IRC [09:53] <Dossy> oh, replace "..." with :pserver:anonymous...etc :) I was being lazy, didn't want to type it all.
IRC [09:53] <Dossy> Or, cut and paste. :_)
IRC [09:53] <cacrus> oh ok
IRC [09:56] <cacrus> [nsadmin@rhes64a 32bitaolserver]$ cvs -d:pserver:anonymous@aolserver.cvs.sourceforge.net:/cvsroot/aolserver co -P -raolserver_v40_bp aolserver
IRC [09:56] <cacrus> Unknown host aolserver.cvs.sourceforge.net.
IRC [09:56] <cacrus> Oh yes its working now
IRC [09:57] <cacrus> ithink there was some issue
IRC [09:57] <cacrus> i can see files being retrieved
IRC [10:39] *** _justQ joined the chat.
IRC [10:41] <_justQ> Hi guys, I'm facing an 500 Internal error and trying to debug it to see what is going on, it doesn't happen all the times which is hard to debug it, any advice, suggestion or comment ? =)
IRC [11:35] *** holycow joined the chat.
IRC [12:05] <Dossy> What's in the server error log?
IRC [12:05] <Dossy> Any uncaught Tcl errors?
IRC [12:11] <_justQ> noup :(
IRC [12:12] <_justQ> it's weird , the only feedback i've got from the hits log is
IRC [12:43] <_justQ> Thanks for you answer Dossy, it is fixed now, the error was a bunch a missing files that were not copied from one box to another one, since I moved my whole applicatation from one server to another server last week, this was in /tmp/ dir and forgot it, thanks for your attention anyway ;-)
IRC [12:48] <Dossy> Glad I could help. :-)
IRC [15:30] *** jhavard parted the chat.
IRC [15:47] *** jhavard joined the chat.
IRC [16:19] *** partymola joined the chat.
IRC [20:36] *** ryan-g2 joined the chat.
IRC [20:36] <ryan-g2> How do I get the referrer of the current page, with query string?
IRC [20:37] <partymola> let me take a look
IRC [20:37] <partymola> what about ns_conn ?
IRC [20:38] <partymola> ns_set iget [ns_conn headers] "Referer"
IRC [20:38] <partymola> that should do, ryan-g2
IRC [20:38] <ryan-g2> ok thanks
IRC [20:49] <partymola> you're welcome
IRC [20:49] <partymola> does it work?
IRC [20:54] <ryan-g2> yeah for GET - can it work for POST too?
IRC [20:59] <partymola> print the headers, and see what's the content of them for a POST
IRC [21:00] <partymola> idk, but i think POST should have Referer too
IRC [21:45] <ryan-g2> I did it a better way :) but good to know, thanks
IRC [22:39] *** holycow parted the chat.
IRC [22:41] *** ryan-g2 parted the chat.