00:02:18 anyone run qmail? 00:10:58 I tried to get acs webmail going 00:11:10 which for some reason needed qmail 00:11:20 got parts of it working 00:11:30 It is the MTA of choice at aD last time I checked. 00:11:50 because they made a package that requires you use it :) 00:12:14 it's not bad 00:12:27 it's got what some would consider anevil license 00:12:31 heh 00:12:48 yeah, but all of djb's stuff works really well 00:13:17 you can distribute source, but not modified source or modified bins... you can distribute a patch 00:13:29 ie: djbdns, daemontools, uscpi-tcp etc... 00:13:29 I guess that's the same as pine 00:13:41 yes, some people don't like the liscense. 00:14:07 I suspect I should learn an easier MTA one of these days. I have less then a half dozen email accounts and two domains. not a big deal. 00:14:29 Hotmail, Yahoo, that kind of place use qmail because its super fast. 00:14:47 I think the main reason for them using qmail is its ability to rewrite addresses 00:15:02 could be. I am not sure what that means :) 00:15:30 I just heard it was more secure than sendmail :) 00:15:49 it's used in qmail to get mail into acs webmail 00:16:01 aha 00:16:11 the rewriting stuff that is 00:16:26 That I think,, will eventually be totally rewritten. 00:16:37 I had it almost working... 00:16:37 probably more than once. 00:17:25 * jim pretty much finished the first ps of SICP as taught by aduni last term 00:17:54 got to the unix commands and said "come on :) I know unix :)" 00:18:02 i'd like to hear someone compare qmail and postfix on features.... 00:18:08 someday 00:18:19 they're both pretty small 00:19:15 I think for a normal person there is no difference, except postfix seems a million times easier to configure :) 00:20:15 they both claim to be (and as far i can tell are) fast and secure. and yes, postfix is much easier to configure :) 00:21:03 the aD instructions for the webmail thing are pretty straightforward to follosw 00:21:50 their docs were always their strength 00:22:10 or weakness, there was no in between 00:22:12 :) 00:22:52 * jim -hated- writing the design spec 00:23:26 for his room reservation systme 00:23:29 because the design was changed by the time you wrote it ? :) 00:23:33 oh :) 00:23:57 sorry, changed the subject without telling you:) 00:24:44 I think I will start converting my little site over to OpenACS 4 tonight. 00:24:46 brb 00:24:48 davb has quit ("ChatZilla 0.8.5 [Mozilla rv:0.9.7/20011221]") 00:25:10 how is openacs 4 coming? 00:25:36 the kernel and package system pretty stable? 00:25:41 yes 00:26:03 also, did someone get postgres to add "create or replace"? 00:27:18 til (~tils@62.116.25.202) has joined #openacs 00:27:44 not sure... 00:28:14 * hazmat starts compiling pg7.2b4 00:28:58 is it done yet? :) 00:29:01 davb (~dave@alb-24-58-160-135.nycap.rr.com) has joined #OpenACS 00:29:27 davb, did someone get postgres to add "create or replace"? 00:29:45 I think its in 7.2 , or rather will be. 00:30:07 that would make porting quite a bit easier, yes? 00:30:18 yes. 00:30:19 davb, does it keep the oid the same? 00:30:20 jim: you have to use drop and after: create 00:30:39 hazmat: AFAIK. That is what I think donb said before. 00:31:38 * hazmat starts a jig, while he waits for the compile 00:31:54 anlater: "create or replace" has implications for data model development and backup/restore 00:33:15 yes 00:33:39 why for backup/restore? 00:34:03 if the object ID stays the same when you replace something, be it a function, package or something else, you don't need to completely backup the data before you do it and completely restore after :) 00:35:15 * davb hopes he was right after causing all this excitment :) 00:39:42 hmm.. thats cool, aolserver tries to reconnect automatically between between db restarts. 00:41:44 anyone ever run cvspserver with tcpserver? 00:44:12 create or replace works, although i haven't checked the oids yet. 00:45:24 cool. 00:46:55 actually i'm not sure what the function oid is in pg_proc? any idea? 00:47:37 ok guys go to bed 00:47:38 bye 00:47:51 bye miguel 00:48:05 roberto and dave: thansk for your advices 00:48:50 np 00:48:53 miguel has quit (" IRcap 6.999 http://www.ircap.com !!") 00:49:51 hazmat: I don;t see that there is a column for that in pg_proc 00:51:16 hmm.. well to my untrained eyes, the function appears to be identical after a create or replace, although i still feel like i'm not seeing its oid. 00:51:37 davb, i wonder what attribute is being indexed under pg_proc_oid_index ? 00:51:57 I am not sure. the docs don't mention a oid for the function. 00:52:34 I think the oids are special and not in those tables. 00:54:23 well enough playtime with pg, back to the movies. 00:55:05 ok :) 01:04:25 there's another way to test that, of course :) 01:07:44 djg has left #openacs 01:07:56 how do I specify the location of a repository to CVS? 01:11:52 aha -d before the command. 01:11:56 do you mean this: cvs -d /path/to/location checkout bla ? 01:12:08 aargh, too late :-) 01:18:06 thanks! 01:34:50 davb has quit ("I'm too lame to make a quit message") 01:44:15 davb (~dave@alb-24-58-160-135.nycap.rr.com) has joined #OpenACS 01:46:47 search is not in the openacs-4 CVS package? 01:46:55 its breaking my bootstrapping. 01:58:18 argh 02:05:48 til has left #openacs 02:06:53 til (~tils@62.116.25.202) has joined #openacs 02:30:51 apparently it was me. 02:30:57 aha. I did an update without -d 02:41:03 I always do cvs update -PAd 02:41:23 I think I will from now on :) 02:41:28 Alien Ant Farm's version of Smooth Criminal is pretty cool 02:41:42 <-- Michael Jackson fan 02:42:55 also I was using the wrong database :) 02:43:10 that is cool, I am not so much a Michael Jackson fan. 02:43:55 I am going to start porting my personal site to OpenACS 4 02:44:00 me too 02:44:22 cool. 02:44:43 I am finally going to use CVS to maintain my site's code :) 02:44:50 heh. Nice shot. 02:45:10 I used to just fool around with the code on the live site :) 02:45:38 actually I really like the Alien Ant Farm one. I bear no grudge to your musical tastes :) 02:47:21 IT would be okay if you did :) 02:47:36 After all, music taste is something very personal. 02:47:50 Just like at the millions of Country music fans :) 02:47:53 weird, my mail is being misrouted to my other address. only sometimes though. between virtual hosted mailboxes. that is weird. 02:47:58 heh 02:48:01 some of that is good. 02:48:17 brb 05:00:53 til has quit (Ping timeout: 180 seconds) 07:29:58 anlater has quit ("Client Exiting") 07:41:57 hazmat has quit (Ping timeout: 180 seconds) 07:42:39 hazmat (~ender@adsl-66-123-57-58.dsl.lsan03.pacbell.net) has joined #openacs 14:07:40 davb_ (~dave@208.136.23.203) has joined #openacs 14:07:53 oops, forgot to log off at home :) 16:10:45 morning all 16:12:16 Hi rbm 16:14:55 * rbm reads his morning spam 17:29:33 Roll call? 17:36:01 * Psychephylax pokes dave 17:37:55 ! 17:39:09 § 17:39:17 It's my python about to bite you! 18:06:39 Hi all. Two channels, #!/bin/sh and #secrets, have recently become infested with Windows clonebots. We've had to jupe (temporarily shut down) those channels off and on, and automatically kline clients as they joined. Please don't try to join either channel, and if you see someone telling another user to join one of the channels, please let them know not to do it (and send us the /whois info for the person sending them there). Thanks! 19:06:35 * rbm compiles a new kernel in preparation to convert his file systems to ext3 19:07:43 sounds exciting. it is ready for prime time then? 19:08:06 heh 19:08:09 Moo! 19:08:54 ext3 has been ready for some time 19:09:14 cool. I should keep better track :) 19:09:31 I'm using it for convenience. I want to try XFS though. Everybody I talk to says it rocks. 19:09:45 I have decied to rebuild the design of my site. The old stuff is scattered through a bunch of tcl procs. 19:10:12 Plus then I can go XHTML CSS etc... 19:14:06 ? 19:14:09 syntax error in expression "$cmts_ip != vxr.eng.cv.net" 19:14:13 what the hell is wrong with that 19:14:42 where is the rest of it? 19:15:04 that's the error 19:15:22 if {$cmts_ip != vxr.eng.cv.net} { 19:15:28 blah 19:15:29 } 19:16:01 have you tried putting the latter string into ' ' ? 19:16:26 brb. rebooting. 19:16:29 (into new kernel) 19:16:33 "" you mean 19:16:39 "" or '' 19:16:51 well, one thing is that it's 167.206.9.33 19:16:53 "" will try to evaluate the string. '' will save the trouble. 19:16:56 aha 19:18:26 You sure equality is <> not != 19:18:32 I mean, the other way around 19:20:19 its != 19:21:19 if {$cmts_ip != '167.206.9.33'} { 19:21:22 still not worky 19:22:16 whats $cmts_ip equal? 19:22:22 should be that number 19:22:38 orf course, but what is it really? 19:22:51 :) 19:23:00 hold onn 19:27:30 apparently nothing yet 19:28:48 * rbm is fully ext3-enabled now 19:33:36 argh the openacs error log QD messages are killing emacs :) 19:36:16 dave 19:36:20 it doesn't like that comparison 19:36:33 and I can't print it because it's inside a catch 19:37:12 weird 19:38:27 definetly does not like that IP 19:38:31 i mean check 19:38:42 its weird. 19:40:07 Do I have to do if {[eval blah != booh]} 19:40:08 ? 19:40:47 you should not have to. 19:41:28 Aha 19:41:31 It wanted "" 19:45:08 ok. 19:45:35 I think it thought 167. etc was a proc name. that is a valid name in Tcl. 19:45:47 ah 20:20:00 davb: I'll take the '' "" thing back. That's PHP *puke* 20:24:46 http://www.csupomona.edu/~jelerma/springfield/map/index.html 20:24:46 A: http://www.csupomona.edu/~jelerma/springfield/map/index.html from davb_ 20:25:01 A:|Incredibly detailed map of Springfield (of the Simpson's) 20:25:01 titled item A 20:32:07 anlater (~antonio@212.34.222.62) has joined #OpenACS 20:46:36 talli (~talli@ip64-75-147-181.dial.maui.net) has joined #openacs 20:47:35 hi talli 20:47:56 hey davb 20:55:21 talli has left #openacs 21:32:57 dave? 21:33:43 yes? 21:33:49 never mind 21:33:52 I figured it out :) 21:33:56 I think... 21:35:32 ok 21:35:38 I shall now find out 21:36:16 Opera is sexy 21:36:56 heh 21:37:05 Its quirky. I prefer Mozilla. 21:39:37 Define quirky 21:40:46 its interface does not conform to my version of reality :) 21:41:08 If a small window pops up it minimizes all the windows. ick :( 21:41:39 Do you know if tivo uses open source inside it? 21:42:28 No I did not 21:42:44 I don't either I am trying to find out :) 21:43:46 yes it does. Someone said the Tivo was a really important thing in 2001, but open source was a flop. There would be no tivo without Linux :) 21:44:04 Also OS X :) 21:45:24 heh 21:45:32 How silly you are Dave 21:45:41 there would be no OS X if there was no BSD 21:45:47 BSD != Linux 21:46:57 right you are :) I was referring to the open sourcedness of it 21:47:20 heh 21:47:22 suuuure 21:47:29 You were just trying to say Linux is better than BSD 21:47:42 I am totally not qualified for that :) 21:48:03 Now I have to email this guy to tell him why he's wrong. 21:48:35 What do you mean 21:48:37 Also I noticed the internet is still functioning, mostly using open source software is it not? 21:48:45 He said open source was a big flop in 2001 21:48:54 but Tivo was really cool. 21:49:16 .com's were a big flop in 2001 21:49:30 yes, but not beacuse they used apache for their web servers :) 21:50:22 definitely, the ones who used open source software had more money for perks like parties and fooz ball tables ;) 21:50:30 heh 21:51:55 I certainly got a good education in networking, email, web servers, DNS etc... all for free because of open source. 21:52:09 oh that was good, I'll have to remember it for the email :) 21:52:32 bbl - time for me to head home 21:52:34 heh 21:52:37 davb_ has quit () 21:52:55 That's what probably killed all the .com startups 21:53:00 too much open source 21:53:06 too much extra money 21:53:09 lol 21:53:10 too many foos tables 21:53:18 foosball tables 21:53:26 They played too much 21:53:41 I bet ya the foosball manufacturers are laughing their butts off 21:53:52 i think it had more to do with too many pipe dreams. 21:55:01 bah 21:55:06 Bah I say! BAAAH! 21:55:15 um... ok. 21:56:58 :p 21:57:30 this sucks 21:57:35 I still don't know if I graduated or not 22:11:40 beattiek2 (beattiek@a0hj120oy38yk.bc.hsia.telus.net) has joined #openacs 22:12:21 hey guys, have you read the new name thread? 22:18:31 interesting 22:18:48 openacs should start hosting the panda book. 22:19:00 before it disappears. 22:22:15 indeed 22:29:50 my 2 cents on the name, keep it, it is brand recogonition and synonymous (sp:) with a community centric approach that defines the toolkit. 22:49:46 anlater has quit (Ping timeout: 180 seconds) 22:52:06 hazmat: OACS should host it, but i'm not sure we have the right. 22:54:10 why not, its copyrighted by philp not aD, and i dare speculate he be favorable to us doing it. 23:12:20 he might be favorable to it... otoh, he might be more favorable to hosting stuff wrt newer, post-acs stuff he's doing 23:13:16 new name? of what? 23:13:24 i thought he was just doing some education work now... if its related to the acs classic (3-4) why not. 23:13:31 new name of openacs. 23:14:17 does it need a new name? 23:14:26 has ad said somethnig? 23:16:20 no, there is some dicussion that changing the name will help clear up confusion since the openacs and aD are going in different directions on different platforms. 23:16:30 basically people want to cut references to aD. 23:19:08 http://openacs.org/bboard/q-and-a-fetch-msg.tcl?msg_id=0003Ye&topic_id=11&topic=OpenACS 23:19:09 B: http://openacs.org/bboard/q-and-a-fetch-msg.tcl?msg_id=0003Ye&topic_id=11&topic=OpenACS from hazmat 23:19:17 beattiek: the great name game 23:19:29 ahh! 23:19:33 There's also a legal concern here 23:21:57 you mean the name infringement? i doubt that it would hold much water in court. esp. since it wasn't protested before. 23:22:15 as for the code, my understanding is that aD still holds the copyright. 23:22:50 its all fun and games till somebody talks to a lawyer. 23:24:15 We have permitted the OpenACS project to use our product name, and will continue to do so, unless the OpenACS project bases future versions of its software on the ACS 4.6+ architecture. 23:24:20 from the adpl faq 23:24:52 considering the amount of love java gets around the openacs community that chances of that are about equal to hell freezing over. 23:27:43 If anyone needs to do something with Java, they can use nsjavablend to instantiate Java objects (or Tcl stuff from Java). 23:31:14 would it make sense to use stored java procs? 23:34:43 dunno 23:40:55 no, cause its not portable. 23:46:54 how would it not be portable? or, better question: can it be done in pg? 23:50:38 no, and hence the lack of portability. even if they were they would most likely be rely on rdbms support which is sure to be varying without a standard.