@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7



Comments:

<0> murder.
<0> holler 1-8-7, isnt that how the OC does it ?
<0> how we row
<1> haha
<1> OC != compton
<0> lies.
<2> probably not
<0> what
<2> Say 'what' again! SAY.... 'WHAT'.... AGAIN! I dare you! I double dare you Mother****er! Say 'what' one more goddamn time!
<0> what
<3> kitchen: have you tried eve online ? (got disconnected, not sure it was writen to chan)
<3> wifi galore, yay
<3> i can't seem to keep a stable connection at night :/
<1> df_: no, i haven't yet
<1> i was going to but I didn't feel like paying just for a trial, so I haven't yet :)
<3> nod :)



<3> i dived into it quickly this afternoon, it's .. hmmm
<3> big
<3> tons of features
<3> could be interesting
<3> graphics aren't that bad for a 2004 game
<3> plus, you can extand the trial and continue your trial character once the trial period is over
<3> i feared you had to give your cc# for that trial, but nope, you can really play for free
<1> oh really/
<1> hmm
<1> i must have missed that
<1> I was in kind of a hurry so I didn't look very hard
<3> maybe it changed
<3> same when i had a first glance at it a couple months ago
<3> blah, damn smartphone drives me nuts
<3> my se p910 p***ed out, i'm using a friends' qtek 9090
<1> see
<1> that's what i love about europe
<3> hmm ?
<1> you can just pop your sim card in another phone and it Just Works
<3> well
<1> here in the states you have vendor lock issues
<3> almost
<1> ****ing vendor lock
<3> well
<1> df_: well, you call the carrier and it takes 2 minutes
<3> if you buy a package phone+line most phones are SP locked
<1> but you don't have to dig around for a cell that will actually work
<3> (Service Provider)
<1> i thought they weren't in europe
<3> but, most GOOD phone aren't sold in packages
<1> ahh
<3> so you can buy the phone an pick the provider you want
<1> gotcha
<1> yea a lot of good phones are provider specific here
<1> like the t-mobile sidekick
<3> that, plus the fact some providers use 800/900mhz freqs, some use 1800mhz freq
<3> nod
<3> whereas here it's the complete oposit
<3> ****ty phones are sp locked
<3> good phones aren't
<1> hrm
<3> it kinda makes sense tho
<3> 'cause
<3> it takes more skills for service provider support technicians to troubleshoot problems on let's say smartphones, than on ****ty SP locked commun phones
<3> so they leave the tech support to the shop where you bought the phone
<1> ahh
<3> so they can hire more unqualified and underpaid people :)
<3> (they = service providers)
<1> yea
<3> and if you have a tech problem, they forward you to the manufacturer www site, or the shop where you bought the thing
<3> so, i guess both methods have goods and bads
<3> like, untill a month, qtek (benQ) had no official .fr www site
<3> so no official firmware/rom updates
<3> whereas if we were in another country
<3> i bet sprint/tmobile/whatever would have providen such asap
<3> (knowing it was only a matter of translating the damn firmwares/roms)
<3> ah ****, mother's day coming i'm gona miss it -again- i fear
<3> (sometimes spam has some goods :p)
<1> errr
<1> mother's day was like last weekend
<3> "send your mom some flowers"



<1> unless it's on a different day in .fr
<3> hmmm
<3> i hope it is :DDD
<4> yeah, you be late :P
<3> 28th may
<1> Date: US Mother's Day is Sunday May 14, 2006
<3> , pheeew, saved :D
<3> weird
<1> no YOU'RE the weird one, frenchy
<1> :P
<3> why can't they make an official global date for such useless marketing exibits
<3> nod
<3> :)
<1> df_: that's what christmas is
<3> yeah, specially when you know cocacola changed most of it
<3> before it was St Nicholas and he wore green pants
<3> than cocacola came .. and .. BAM, red pants
<3> what a wicked weather, temperature droped at leas 12c and 60-70km wind force
<1> ouch
<5> hi
<5> lol thats what you get for living in the fjords!
<5> you also get no crazy arabs bombing you though, so im still evaluating my own choice.
<3> hrm.. how can i test if a string contains only A-Z/a-z/0-9 chars (using regexp) ..?
<3> i can't seem to find a correct combo
<1> ^[A-Za-z0-9]+$
<1> if you want to allow for the string to be empty, use * instead of +
<3> ohh i see
<3> thanks
<3> i need to get a good book on regexp's and start learning
<3> so many things i could do using these :/
<1> http://www.oreilly.com/catalog/regex/
<5> anyone know the basics of mysql replication ?
<1> AIChains: yes.
<5> ok im having a strange problem that im not sure how to troubleshoot
<3> AIChains: ask
<3> kitchen: nice url! bookmarking
<5> ok
<5> welp
<5> show slave status; on the slave shows that its keeping up with the master's position
<5> but i just did for example
<5> create table test;
<5> on both
<5> then
<3> on both ?
<5> create table table1 (user VARCHAR(20) PRIMARY KEY, age INT);
<5> on the master
<5> yes from what i understand, replication will not create a database
<1> k
<5> you need to create it manually.
<3> k
<3> well you created
<1> sounds about right
<3> a table
<5> ok then
<5> created a table within the database that i created on both
<5> and the position updates on the slave
<3> nod
<5> however, the table is not there!
<3> show slave status (on the slave)
<3> and
<1> is the create stable statement in your binlog?
<3> have you started replication ?
<3> (slave start)
<5> yes its in the bin log
<5> yes, otherwise the show slave status; would tell me
<5> Waiting for master to send event
<5> thats what the slave says right now
<5> and its got the correct master bin log filenam,e
<5> and position is also correct
<5> however its not actually processing any of the updates.
<3> nothing in the logs on the slave ?
<5> which logs
<3> could be /var/db/mysql/fqdn.err
<5> 060522 19:46:06 [ERROR] Error running query, slave SQL thread aborted. Fix the problem, and restart the slave SQL thread with "SLAVE START". We stopped at log 'ms01-bin.000001' position 187


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #qmail
or
Go to some related logs:

#delphi
LACIE ELECTRON 22 FLYBACK
#goal
#hardware
#politics
delphi String.Format
mind of a schziphrenic
#delphi
#flash
#linuxhelp



Home  |  disclaimer  |  contact  |  submit quotes