irclog2html for #bzmods on 20061023

00:07.14CBG~SportChick++
00:07.43CBG~SportChick++
00:08.04CBG~SportChick++
00:08.41CBG~SportChick++
00:10.28CBG~SportChick++
00:10.35CBG~karma SportChick
00:10.35ibotsportchick has karma of 407
00:10.49CBG~karma SportChick
00:10.49ibotsportchick has karma of 407
00:10.51CBG~SportChick++
00:23.51CBG~hissyfit is <reply> A hissyfit is where a_meteorite gets so wound up that he swears (which is against his religion) and ends up getting banned from his favourite IRC channel, by friends who feel it is in his best interest.
00:23.53ibotCBG: okay
14:07.15*** join/#bzmods CBG (n=CBG@about/essy/fan/CBG)
14:07.15*** mode/#bzmods [+o CBG] by ChanServ
14:09.45*** join/#bzmods fatso (n=fatso@about/essy/fan/CBG)
14:09.45*** mode/#bzmods [+o fatso] by ChanServ
14:50.08CBG!msg ##essy I need more larts, please msg CBG with any you can think of (If possible, use $vic as the victim) Thanks!
14:50.27CBG!msg #kierra I need more larts, please msg CBG with any you can think of (If possible, use $vic as the victim) Thanks!
14:50.34CBG!msg #hug-bunny I need more larts, please msg CBG with any you can think of (If possible, use $vic as the victim) Thanks!
14:52.54CBG!msg ##essy Aaaiiiiiiiieeeeeeeeeee *thud*
14:53.17CBG!msg ##essy s/thud/splash/
15:33.00*** join/#bzmods CBG` (n=CBG@about/essy/fan/CBG)
15:33.02*** mode/#bzmods [+o CBG`] by ChanServ
16:13.49CBG!msg ##essy Come to Sand Blaster by Dutchrai, in Galt's World!
16:14.30*** join/#bzmods fatso (n=fatso@about/essy/fan/CBG)
16:14.30*** mode/#bzmods [+o fatso] by ChanServ
16:14.46CBG!msg ##essy Come to Sand Blaster by Dutchrai, in Galt's World!
16:14.51CBG!msg ##planetmofo Come to Sand Blaster by Dutchrai, in Galt's World!
19:21.35*** join/#bzmods oobeb (n=oobeb@cpc4-stme1-0-0-cust103.cdif.cable.ntl.com)
20:31.12CBG+ping
20:31.12oobebCBG: Yes, sir?
20:31.15CBG++hug me
20:31.22CBG+other
20:31.26CBGrofl
20:31.53blast007trying to do factoids? ;)
20:32.31*** join/#bzmods Argooon (i=1000@24-196-92-143.dhcp.mdsn.wi.charter.com)
20:32.54CBGWarning: mysql_connect(): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
20:33.05blast007make it work then  :)
20:33.45blast007have you ever used MySQL before?
20:34.26CBG...
20:34.58blast007that would be a no?
20:35.06CBGmysql_connect('server', 'user', 'pass') or die (mysql_error());
20:35.10CBGwhat's wrong with that?
20:35.23CBGI have used mySQL before, but I'm not an expert at it, by any means.
20:35.46blast007hmm, that should work
20:35.59blast007you using 'localhost' for the server, right?
20:36.00CBGI'm using the details specified by MAMP too.
20:36.04CBGyep..
20:36.15blast007next question
20:36.19blast007is mysql running?  :)
20:36.34CBGshould be, as Apache is.
20:36.39CBGI never run one without the other.
20:36.43CBGYes, it's on.
20:39.08blast007telnet localhost 3306
20:39.34CBG3306?
20:39.57CBGThat's not the port I'm using for mysql.
20:40.00blast007oh
20:40.12blast007did you tell mysql_connect that?  :)
20:40.17CBGYes.
20:40.25CBGmysql_connect('localhost:8889', ...
20:40.28blast007hrm
20:40.43CBGI'm telnet'ing that
20:40.51CBGlocalhost:8889: No address associated with nodename
20:40.57blast007use a space, not a :
20:41.04CBGah, k
20:41.18CBGTrying ::1...
20:41.18CBGtelnet: connect to address ::1: Connection refused
20:41.19CBGTrying 127.0.0.1...
20:41.19CBGConnected to localhost.
20:41.19CBGEscape character is '^]'.
20:41.19CBG4
20:41.21CBG5.0.19U,x:U|4),q~H,?:C##%/]Connection closed by foreign host.
20:41.29blast007hehe, okay, it's there then  :)
20:41.33CBG:)
20:41.44blast007the strange thing is that PHP isn't using the TCP socket, even though you're telling it to
20:41.51CBG:(
20:42.03blast007it's trying the socket
20:42.37blast007oh!
20:42.41blast007use 127.0.0.1
20:42.48CBGok
20:42.55blast007Note:  Whenever you specify "localhost" or "localhost:port" as server, the MySQL client library will override this and try to connect to a local socket (named pipe on Windows). If you want to use TCP/IP, use "127.0.0.1" instead of "localhost".
20:43.25blast007If the MySQL client library tries to connect to the wrong local socket, you should set the correct path as  mysql.default_host  string   in your PHP configuration and leave the server field blank.
20:43.41blast007but just use 127.0.0.1, as that's easier  ;)
20:43.43*** join/#bzmods oobeb (n=oobeb@cpc4-stme1-0-0-cust103.cdif.cable.ntl.com)
20:43.47blast007!other
20:43.54CBG!something
20:43.54blast007!ping
20:43.54fatsoPong, blast007.
20:43.57blast007!other
20:44.00blast007!cheese
20:44.04blast007!time
20:44.04fatsoblast007: It is October 23, 2006, 09:43:54 pm (BST) (If you requested the time in some other timezone please let CBG know the timezone code and difference to UTC.)
20:44.05blast007!date
20:44.06blast007!quit
20:44.08blast007!part
20:44.15CBG+other
20:44.21CBGits + for testing
20:44.28CBGwait, I have an unclosed if...
20:44.32CBGlet me fix up my php first
20:44.39blast007oh
20:44.41blast007a +
20:49.11CBGk
20:49.36*** join/#bzmods oobeb (n=oobeb@cpc4-stme1-0-0-cust103.cdif.cable.ntl.com)
20:49.45CBGeither +, ++ or oobeb: ...
20:49.47CBGoobeb: ping
20:49.47oobebPong, CBG.
20:49.50CBG++hug
20:49.54CBG++other
20:49.57CBG:/
20:50.01blast007what error?
20:50.18CBGuhoh..
20:50.30CBGI put all my db connect stuff in a separate file this time
20:50.35CBGand include'd it...
20:50.46CBGit got printed in my terminal after +other .. /
20:51.08blast007add the PHP open and close tags
20:51.11blast007in that file
20:51.16blast007they help
20:51.18blast007;)
20:51.33CBGahh, heh
20:52.17CBGk, lets try again... ;)
20:52.26blast007if you want to skip mysql for now, you could just get factoids working
20:52.35blast007make it start with a hard coded array in your PHP files
20:52.39*** join/#bzmods oobeb (n=oobeb@cpc4-stme1-0-0-cust103.cdif.cable.ntl.com)
20:52.42blast007then make that work
20:52.55CBG+hug
20:52.58CBG+other
20:52.59blast007+other
20:53.01blast007heh
20:53.20CBGWarning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client
20:53.25blast007heh
20:53.35blast007nice web package
20:53.46blast007do they test it at all?
20:53.48CBGI could see if I can upgrade MAMP...
20:55.01CBGyeah, I got 1.2.1, there's a 1.4
20:55.05blast007:)
20:55.41CBGDownload-Sponsor: Sourceforge
20:55.51CBGoh, seems sf fixed their problems. yay
21:01.54CBGreplacing old with new
21:05.12CBGoooh, nice new logo :D
21:07.56CBGbaaaaaahhhhh apache won't start
21:09.12CBG>:(
21:09.12ArgooonArrggghhhh!!!
21:10.13blast007heh
21:11.10CBGseems mamp froze
21:11.11CBGhad to force quit
21:11.11CBG... *sigh*
21:11.11CBGWHy is nothing ever SIMPLE!?
21:11.11blast007did you shut down the old one before you replaced it?
21:12.53CBGyeah
21:12.53blast007k
21:12.53CBGit wouldnt have let me replace it otherwise
21:12.58CBGsee, mac os x is clever like that :P
21:13.12blast007linux you can upgrade SSH while inside of SSH  :)
21:13.36blast007then you can restart it so that you don't lose your current connection, but any new connections get the new version
21:13.36CBGapache AND mysql won't start now
21:13.40blast007heh
21:13.44blast007read the error logs
21:14.11blast007worst case, start from scratch instead of replacing
21:14.22blast007then after it works, move your old files back in
21:14.26CBGbaaaahhhhh damnit
21:14.32CBGMySQL log says: InnoDB: Unable to lock ./ibdata1, error: 35
21:14.32CBGInnoDB: Check that you do not already have another mysqld process
21:14.32CBGInnoDB: using the same InnoDB data or log files.
21:14.34CBGover and over...
21:14.47CBGI swear I turned the servers off. :|
21:14.56blast007hmm
21:15.02CBGGuess the process was still running? I can kill it via Activity Monitor..?
21:15.07blast007ps aux | grep -i mysql
21:15.18blast007ps aux | grep -i http
21:15.31CBGactivity monitor has an INTERFACE :P
21:15.34blast007or yeah, use your fancy GUI tool
21:15.36CBGknow what that is?
21:15.42CBGan INTERFACE!! :)
21:15.47blast007CBG: yeah, I use Windows
21:15.56blast007silly you
21:16.03CBGlol
21:16.07blast007I'm more tied to an interface than YOU are
21:16.19CBGso either way I win :P
21:16.33blast007not really
21:16.45blast007cuz my system is faster  ;)
21:17.03blast007and my NEW system will be even FASTER  :P
21:17.07CBGHmm, can't force quit the 2 "mysqld" processes
21:17.14CBGah, one is gone
21:17.52CBGand the other. yay
21:18.07CBGand MAMP started the mysql server, yay
21:18.11CBGbut still no apache
21:19.05CBGno such process either
21:19.14CBGonly a php process, but that's probabaly fatso
21:19.51blast007CBG: do you see any 'httpd' processes?
21:20.09CBGnone.
21:20.12blast007hmm
21:20.15CBGno processes beginning with h
21:20.20blast007reboot  *cough*
21:20.37CBGbah, that'll be the 2nd time today
21:20.46blast007that's worse than Windows
21:21.11blast007I can usually stay on the same boot for a week or two
21:23.01CBGand earlier was the first time in weeks..? months..?
21:23.08CBGUsually I never reboot.
21:23.18CBGToday I had a kernal_task taking over 50% of my CPU.
21:23.35CBGANd that SEEMED to be because I tried to load a CD and iTunes farted...
21:23.43CBGSo, yeah, mac's not perfect...
21:23.50CBG!!quit bbiab
21:40.00*** join/#bzmods CBG (n=CBG@about/essy/fan/CBG)
21:40.00*** mode/#bzmods [+o CBG] by ChanServ
21:41.41CBGk
21:42.02CBG(no, it doesn't take that long to reboot, I went AFK)
21:42.34CBGmysql = ok, apache = :(
21:42.52CBGI see an "ATSServer" process
21:43.31CBGnothing else even close. blast007
21:45.30CBGI have, however, found some non-buzzing headphones.
21:45.37CBGNo, wait, these buzz too. DAMNIT!
21:45.50CBGNot as much though.
21:46.16CBGNow MAMP says even mysql is off and won't strt.
21:46.18CBGstart*
21:49.02*** join/#bzmods fatso (n=fatso@about/essy/fan/CBG)
21:49.02*** mode/#bzmods [+o fatso] by ChanServ
21:58.26CBGPff, blast007 waits until I have to reboot, then vanishes.
21:58.32CBGAint that right, blast007?
21:58.38CBGSilly blast007.
22:36.51CBG:(
23:05.09*** join/#bzmods CBG (n=CBG@about/essy/fan/CBG)
23:05.10*** mode/#bzmods [+o CBG] by ChanServ

Generated by irclog2html.pl by Jeff Waugh - find it at freshmeat.net! Modified by Tim Riker to work with blootbot logs, split per channel, etc.