00:16:49 bean is now known as hazmat 00:36:41 denshi has quit () 01:20:00 hazmat has quit (Read error: 110 (Connection timed out)) 01:52:57 talli (~talli@pool-162-83-236-44.ny5030.east.verizon.net) has joined #openacs 02:08:43 til has quit (carter.openprojects.net irc.openprojects.net) 02:09:06 til (~tils@62.116.19.11) has joined #openacs 02:13:26 talli: i'm back now :) 02:15:54 hey davb_ 02:26:48 davb_: still there? 02:26:49 there is a package for emacs somewhere and its built into mozilla now. 02:31:54 paje: botsnack 02:31:55 thanks davb_ :) 04:13:28 talli has quit (Remote closed the connection) 04:15:44 rbm around? 04:15:59 probably not, he seems to have found a real life lately :) 04:23:36 oh well, I will ask him later... 05:25:17 vinod has quit ("changing universes") 06:32:24 denshi (~chatzilla@cs6625176-26.austin.rr.com) has joined #openacs 06:41:22 denshi has quit () 08:09:34 silentlucidity (~ender@adsl-66-123-57-58.dsl.lsan03.pacbell.net) has joined #openacs 10:43:35 til has quit (carter.openprojects.net irc.openprojects.net) 10:43:39 oacs-chump has quit (carter.openprojects.net irc.openprojects.net) 10:43:40 silentlucidity has quit (carter.openprojects.net irc.openprojects.net) 10:43:40 rbm has quit (carter.openprojects.net irc.openprojects.net) 10:43:40 jcassady has quit (carter.openprojects.net irc.openprojects.net) 10:43:41 talilee has quit (carter.openprojects.net irc.openprojects.net) 10:43:41 lethedrinker has quit (carter.openprojects.net irc.openprojects.net) 10:43:41 paje has quit (carter.openprojects.net irc.openprojects.net) 10:43:49 silentlucidity (~ender@adsl-66-123-57-58.dsl.lsan03.pacbell.net) has joined #openacs 10:43:49 til (~tils@62.116.19.11) has joined #openacs 10:43:49 oacs-chump (~oacs-chum@alb-24-58-160-28.nycap.rr.com) has joined #openacs 10:43:49 talilee (~talli@xd84b5c59.ip.ggn.net) has joined #openacs 10:43:49 lethedrinker (~kapil@216.154.243.230) has joined #openacs 10:43:49 jcassady (~jcassady@adsl-64-171-52-226.dsl.snfc21.pacbell.net) has joined #openacs 10:43:49 paje (~paje@slxwy.dorms.usu.edu) has joined #openacs 10:43:49 rbm (rmello@fslc.usu.edu) has joined #openacs 10:44:00 [#openacs] This channel is logged: http://www.blogspace.com/openacs/chatlogs/ and blogged: http://www.thedesignexperience.org/openacs/ircblog 13:21:57 davb_ has quit ("Client Exiting") 14:22:16 denshi (~chatzilla@cs6625176-26.austin.rr.com) has joined #openacs 15:40:58 the_docwolf (~wolf@adsl-34-2-19.mia.bellsouth.net) has joined #openacs 15:45:28 morning 15:45:34 paje, you're back!! 15:45:35 the_docwolf: huh? 15:46:31 i have a postgres question, if anyone besides paje is alive 15:46:42 I am the waking dead, if that'll suffice 15:46:47 :-) 15:46:55 when one installs PG on redhat 15:47:01 it gives the postgres user a password 15:47:06 (by default) 15:47:09 what is that password? 15:47:25 dumb question, i know 15:47:47 lemme find out 15:48:14 it's ultra-annoying... why they just can't use scott/tiger, i'll never know ;-) 15:49:07 the user for the database, or for the system (/etc/passwd)? 15:49:20 for the database, i guess 15:49:23 as for s/t, I guess they didn't hire scott 15:49:39 (in the pg_user table) 15:50:06 i can see that its got a password of some kind, i just can't change it as the non-pg user. 15:50:41 oh wait 15:50:45 scratch that 15:50:53 you can enter a "space" and it accepts it as the PW 15:51:02 that is retarded. 15:51:04 do you have a pg_ident.conf file? 15:51:19 let me check 15:51:30 (i'm actually performing a grand experiment, installing RH under VMware) 15:52:15 vmware actually works better than i thought it would. 15:52:23 i may have to actually buy a license. 15:53:35 I've never seen this problem before 15:53:59 i fixed the PW thing i think 15:54:01 try su'ing to postgres, and I think the password from there is null 15:54:12 yeah, it's supposed to be null 15:54:16 but for me, it was a 'space' 15:54:17 go figure 15:54:41 anyway, crisis averted, i guess. 15:54:47 thanks for looking 15:58:00 VMware is very impressive if you have a machine that really doesn't work well with linux. 15:59:38 i bet you need the space because someone's parser won't read a null as input 16:00:04 yeah.. it's probably something stupid like that. 16:00:05 ugh. 16:00:29 it's just one of those little time-wasters that are more annoying than fatal. 18:44:19 denshi has quit (Remote closed the connection) 19:01:45 the_docwolf: By default, AFAIK, you just have to "become" postgres to get in, then you create another super user 19:02:10 hi rbm! 19:02:12 good to see you again 19:02:50 how was the GRE? 19:03:05 intense 19:03:53 i'll bet! 19:03:58 i'm sure you're happy its over 19:05:35 I am. 19:06:02 The questions are not hard, but you have very very little time to answer them. 19:06:55 I thought I had done badly on the verbal section (English, reading comprehension) but after looking at the averages, I found out that I got way above the native americans' average :-) 19:08:13 nice!! 19:23:43 jcassady is now known as jim 19:50:38 hey roberto 19:50:47 how do i change the password on a superuser that i just created? 19:52:02 ALTER USER foo WITH PASSWORD 'blah' 19:52:04 I think 19:52:09 \h alter user on psql 19:53:57 i see 19:54:07 and are you sure that the postgres user doesn't have a password by default? 19:54:43 if I try to su postgres 19:54:47 it will not work 19:55:26 if you're root then su to postgres it shouldn't ask you for a password. If you're a regular user... 19:55:49 I don't know what the Red Hat packages do. 20:04:11 what is the name of the DB that holds all the user info? 20:04:16 it doesn't seem to be here. 20:13:21 template1 20:14:35 thanks 20:14:40 what directory is it usually stored in? 20:14:43 mandrake is the worst 20:18:45 /var/lib/postgresql/data/ 20:19:24 and there should be a file called template1 20:19:25 ? 20:20:55 this is very strange. 20:47:11 denshi (~chatzilla@cs6625176-26.austin.rr.com) has joined #openacs 20:47:42 the_docwolf: No, there shouldn't. 20:48:08 As of PG 7.1, with the introduction of WAL, the files are the OID of the databases they represent 20:49:11 it's very odd 20:49:14 mandrake is acting strange 20:50:15 that's the norm. 21:03:45 talli (~talli@pool-162-83-236-44.ny5030.east.verizon.net) has joined #openacs 21:05:03 hi tal 21:05:05 hi talli 21:05:30 anyone tried any of the pg replication strategies?? 21:45:26 silentlucidity is now known as eaterofthedead 21:45:37 eaterofthedead is now known as speakerforthedea 21:46:43 speakerforthedea is now known as speaker4thedead 22:35:34 [GlobalNotice] Hi all. Behavior of ChanServ SET TOPICLOCK on channels has changed. Description follows on WALLOPS.