@# 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 8 9 10 11 12 13 14 15 16 17 18 19 20 21



Comments:

<0> how can i install tcl lib..
<1> amsg: Install the package provided by your distibution
<0> i have the package
<0> but now .. how can i install it
<1> Use the packagemanager
<1> Better yet, learn how to use your distro in general
<0> lol
<0> this is all you can say ?
<0> with .. this .. advice ..you don`t help me ..
<1> Sure I don't
<1> Moron!
<2> Five bucks says he wanted to install tcl to make his eggbot run.
<3> eggdrop is still around?
<4> I'd but $20 on it.
<4> s/but/put



<1> Well, I hope he chokes on it
<3> it's been so long since I heard of it, that I had hoped it had cpontaneously combusted or something
<4> wlfshmn: I still use eggdrops everyday.
<4> They come in handy when a channel is blacklisted.
<1> Heh, isn't HellHound an eggdrop?
<4> Probly.
<3> blacklisted?
<4> wlfshmn: Yeah Linuxchat cannot have X.
<3> Why not?
<4> Dunno.
<1> Doesn't cervice offer a reason when a request is declined?
<4> Coma: I wasnt the one that tried and it was tried maybe 2 years ago
<5> good mrning--is anyone awake in here?
<1> Doesn't look like it
<5> are you familiar with using grub to load modules coma?
<1> Can't say I've actually done that in grub
<5> here's my problem--the dvdron/cdrw has died on one of my laptops--i have a nice double-layer dvd writer in a usb box--and the bios doesnt support usb boot---couldnt i use grub to load usb modules--and then boot from that usb drive?
<4> Number9Numbe: http://www.simonf.com/usb/ couldnt you just use this but think of the dvd-rw as a pen drive
<1> Number9Numbe: Heh, that won't work.
<5> well actually--it DOES work with damn small linux, coma---i am just trying to figure out how to boot ANY cd in that usb drive
<5> (because i have several live cd's i use)
<5> and thank you too--im not mark
<5> shoudnt knoppix have that mkinitrd command?
<2> Yes you are! We have proof!
<4> Shadur: Proof eh?
<4> cyberpunk: Not nice to peak
<5> reason i ask about mkinitrd is because when i tried to do that with knoppix it said unkown command
<6> ImNotMark: tell me why? ;)
<4> cyberpunk: You'll find out what were doing.
<6> I don't mind...
<4> But what if we were talking about you?
<6> hm...
<7> Hello I dont have a mysqld.sock file and i can't start mysql without it
<8> http://mirror1.spikedhumor.com/1209/SwitchLinux.swf
<1> leeroy: Then start mysqld first
<4> pr3vi0uz: thats a good one
<7> i cant because that error stops it from starting
<8> :)
<4> old but good.
<6> :P
<2> leeroy: Check mysql's error log and the output in the console when you try to start it.
<7> error= Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'
<4> is mysqld running?
<7> no thats the error i get when i try to start it
<7> = /etc/init.d/mysql start
<1> That's plain silly. Why'd an init script try to run something that needs a socket of whatever it is trying to start
<7> p***
<1> Which distro is this and how did you install mysql?
<7> debian sarge, and i installed php5-mysql
<1> Ah, but did you install the actual mysql-server package too?
<7> umm dont remember pretty sure i did.. I have phpmyadmin installed and the database configured..
<4> How many of you guys would choose MythTV over say like tvtime?
<1> People still watch tv? :P
<7> ok, now myadmin isnt working and giving a socket error
<4> I dunno, I only use mine for the DVD and VCR player.
<7> is there a config i can run for mysql?
<1> You could try dpkg-reconfigure mysql-server but I doubt that'll do any good
<7> yeah.. it didnt because it gave error when it tried to start it
<1> Weird though, the only time I've had mysql break like that on debian was after a dist-upgrade
<4> So configure it the right why?



<1> leeroy: Oh, did you recently upgrade mysql or perhaps been screwing around with mysql system accounts?
<7> whast the right way?? and yes i have just installed mysql like a few days ago
<1> Not installed, upgraded ;)
<7> yes upgraded
<4> http://pastebin.com/710443 theres a working config
<1> Aha, then it's probably the sys-maintainer account that got busted
<1> leeroy: Edit /etc/mysql/my.cnf and under the [mysqld] header, add something like skip-grant-tables then try starting mysql again
<9> eh
<9> just use --skip-grant-tables
<9> http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html
<9> hi btw, just got in :)
<7> ok, i added skip-grant-tables and that had the same error when i tried to start /etc/init.d/mysql start, when i try just mysqld start i get unkown variable old_p***words=1
<9> still, you upgraded from pre-4.1 to post-4.1 read the upgrade instructions
<9> grant tables needs fixing for one
<7> ok, so i take it --skip-grant-tables is run from the command line or do i put that in the config somewhere??
<9> leeroy: to debug I'd run mysqld_safe from the commandline directly
<9> and add the option to that
<1> K_F: Debian takes care of most of the upgrading, but I've had it wreck an installation like this too and it was related to the debian-sys-maint account
<9> but great... I have another case of The Heartbreak today
<9> Coma: quite possibly, I prefer to compile mysql myself
<9> have some custom UDFs and static functions I add to it ...
<9> Coma: http://www.kfwebs.net/articles/article/12/SHA512-SHA384-and-SHA256-support-in-MySQL
<1> Oh, that's actually quite handy
<9> arrgh.. must stop thinking of ex
<9> Coma: have whirlpool and tiger as well
<1> Yes, you must
<9> http://www.kfwebs.net/articles/article/13/MySQL-UDF-Whirlpool-and-Tiger
<7> can i commet out old-p***words var in the config what does it do?
<9> leeroy: backwards compatability with pre-4.1
<7> hmm ok, so i dont really need it do i??
<1> ONly if you've got older clients connecting to it
<7> nope, only the localhost will be connecting
<1> Well, that should have all clients compiled against a more recent libmysql and work with the new authentication scheme
<4> How would one get the date in the filename of a screenshot? I forget how I did that.
<4> Useing "import"
<7> ok well thanks guys think i should be able to get it working now, cheers
<1> ImNotMark: Use date(1) to format a timestamp for you?
<1> K_F: So get back together again :P
<9> Coma: I'm not the one stopping that :(
<4> Coma: Yah i got that much but I'm having a hard time getting it in the filename.
<4> s/Yah/Yeah
<1> ImNotMark: my-screenshot-of-`date <somethingwithaformatstring>`.png
<4> Thats it.
<4> Couldnt remember that part between the '
<4> Like how it went.
<1> Look closer, they're backticks
<9> I wonder how people can keep mixing up single quotes and backticks
<4> Thats why it wasnt working.
<4> Lol
<10> K_F: easy to do.
<9> whyzzyrd: depends on the font I guess, and knowledge of a difference in the first place
<1> If your font obfuscates the difference, you really need to be shopping for a new font
<10> indeed
<1> Gawddamnfsckinghell
<10> Coma: You b0rk something?
<1> Especially now they fired up a compressor and started tacking
<10> Coma: lol
<10> Coma: better than cartridge hilti guns
<11> Coma: tell me about it
<1> whyzzyrd: If they'd have started using those indoors, with everyone present I'd have gone home
<1> *sigh*
<10> Coma: What are they building?
<1> Funny enough, a firewall :)
<1> Or fire-proof wall, rather
<1> Damn firedept. with their silly rules. It's not like gl*** would burn.
<10> Coma: no, but it tends to not last long with a fire on one side of it.
<9> kaboom
<9> http://www.kfwebs.net/news/373/Back-from-inspecting-the-fire-site
<9> ^^ that fire melted quite a lot of windows


Name:

Comments:

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






Return to #linux
or
Go to some related logs:

fedora dell gx520
pa lumelanguage
#linuxhelp
#AllNiteCafe
Inhobok
#teens
#php
#skype
captive-static + fedora
the name of the African lioness in Born Free



Home  |  disclaimer  |  contact  |  submit quotes