@# 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



Comments:

<0> ha ha
<0> suuuuupermicro
<0> I used to use something similar to that as a vz node
<1> dude
<1> i gotta find some more info about this kvm switch
<1> holy crap
<1> i just realized im holding a $600 ****ing switch
<1> o_O
<1> http://www.kvms.com/products/180DX.asp
<1> dduuddee
<1> nice
<1> horray for the intarweb and online user docs
<0> $600 really isn't that expensive
<2> jaredT: You have an extra $600 lying around you want to give me?
<1> well its about the most valueable single piece of hardware i have ATM
<1> so im stoked to know that i scored that switch for so cheap



<1> i still need another 24 port ethernet switch tho
<1> :/
<0> yeah
<0> well
<0> I have an extra $600
<0> not to give to you though
<2> Anyone know SQL?
<0> what about it?
<2> I'm looking for a good book/resource to learn, any suggestions?
<3> the mysql websites has great online documentation.
<3> s/websites/website/g
<4> ya id check out dev.mysql.com
<4> and search for some php/mysql tutorials
<4> also look into phpmyadmin, it gives you the command after you set something up
<4> another good way to learn the syntax
<4> Line : 25 (Level : 1) You have no background-color with your color : a:link
<4> hmmm
<3> has anyone in here tried to compile turck mmcache for php 5 instead of 4? I'm getting some errors.
<5> I upgraded GTK last night, I think, and Im getting the following error when trying to run different apps (firefox amongst others): symbol lookup error: /usr/lib/libgtk-x11-2.0.so.0: undefined symbol: g_option_context_new . Any idea how I can fix it ?
<3> sounds like 2 differant version of gtk or glib are installed and your sys is gettin confused.
<3> do a locate on libglib*
<5> libglib didnt return anything.
<4> MilligaN: define the symbol
<5> Ive also read that there might be two versions installed. I checked /usr/lib, and I do infact have a file called glib and glib-2.0
<5> Jer , how would I do that? :-\
<4> how did you upgrade it ?
<5> Well, I didnt exactly upgrade it .. but I installed some additional libraries that some programs were bitching about ...
<4> how?
<5> compiled from source, make, make install.
<5> And I did rpm2tgz on an rpm that had something ..can't remember what it was called though.
<6> I smell of coconut
<4> ok well, that is why it is broken
<4> you can't mix compiling from source and rpms and expect everything to work
<3> I just fixed a very similar issue this morning. mostly gobject instead of goption. i had to check my path /etc/ld.so.conf and make some links
<4> that is why i use debian with apt-get and several repositories
<4> now you could try ls -l /usr/lib/libgtk*
<4> then copy the /usr/lib/libgtk-x11-2.0.so.0 to a backup file
<4> and link another /usr/libgtk file to /usr/lib/libgtk-x11-2.0.so.0
<3> thats prolly not gonna fx it...
<4> well it was using a working one before
<4> and now its been told to use that one
<4> my suggestion will force it to use the old one
<5> Tek-69 , I took a look in /etc/ld.so.conf aswell, and I moved one of the entries above another, but didnt help.
<4> ubuntu ftw
<4> :)
<3> ok, well good luck, that took me days to fix :)
<4> ubuntu takes about 40 min to install
<5> Im not installing a new distro :P Im very happy with this one .
<4> are you ?
<4> well you wouldn't have those problems with debian either :)
<2> ugh
<5> Well, this is linux in general :P Something breaks, and you'll have people pointing you to a new distro. If I install debian, or ubuntu, Ill run into a new problem, then someone will tell me to install fedora. I screw up there, then it's back,hehe.
<2> kde just ****s man
<2> kwifimanager ****s
<3> i like kde it works great for me.
<2> Says I'm connected to my network but I can't access ****
<2> NetworkManger >>>>> KWifiManager
<4> i like enlightenment and xfwm4
<4> im wating for e17 to become a bit more stable
<2> I've got gentoo and e17 on this box here
<4> sweet, how do you like it



<2> Honestly, haven't messed around with it too much
<2> Maybe this weekend
<2> I'm a gentoo noob too so that doesn't help much
<2> heh
<4> the new version of ubuntu has opengl rendred backgrounds
<4> and window movement features
<4> its still unstable though
<5> Jer , http://pastebin.com/641560 <- that's what your ln command reports. Im guessing something's wrong :P
<7> is ubuntu king?
<2> Jer, Flight?
<4> rm /usr/lib//usr/lib/libgtk-x11-2.0.so.0 && ln -s /usr/lib/libgtk-1.2.so.0.9.1 /usr/lib/libgtk-x11-2.0.so.0
<4> phi ?
<2> Ubuntu Flight or something right?
<8> does anyone know a good open source project that will help me create a site kinda like myspace for my own users. I want them to be able to publish limited info about themselves, upload pictures, and register by themselves?
<4> no ..
<5> Jer , the command you just gave me, that will downgrade my lib to a working one again ?
<4> i don't know, but if it doesnt work you can always do rm /usr/lib//usr/lib/libgtk-x11-2.0.so.0 && ln -s /usr/lib/libgtk-x11-2.0.so.0.600.10 /usr/lib/libgtk-x11-2.0.so.0
<4> and it will make it like it is now again
<4> its worth a try
<5> allready ran the rm command :P
<5> and it didnt work :) Same error,hehe.
<4> phi : dapper
<4> and the ln command ?
<5> ran that aswell.
<4> and its the same exact error ?
<4> odd
<5> I ran: rm /usr/lib/libgtk-x11-2.0.so.0 && ln -s /usr/lib/libgtk-1.2.so.0.9.1 /usr/lib/libgtk-x11-2.0.so.0
<5> (all in one command)
<4> oh i see its in the flight4 dir phi
<4> dappper flight 4 4th alpha release you were right
<5> trying to run firefox now, returns: /usr/lib/firefox-1.0.6/firefox-bin: symbol lookup error: /usr/lib/libgtk-x11-2.0.so.0: undefined symbol: gdk_root_window
<4> thats a differen't error
<4> you lied
<4> :)
<5> +f
<2> kde really needs a ****in' networkmanager
<4> i just tried using one ... i don't know the name let me get it for you
<2> Ah so it is flight
<2> Who comes up with these names, honestly
<4> crap i can't find the name now, i selected it from the menu
<4> and it wanted my sudo p*** now it remembers it and wont give me the command name again lol
<2> what the hell does dapper flight mean?
<4> no clue
<3> PHiSQuaRE: what do you use ?
<2> gnomeeeeeeeeeeeeeeeeeeeee
<4> ndisgtk
<4> try using that phi
<4> it works in xfwm4
<2> I wonder if KDE will allow me to use it
<4> kde is just a window manager, it shouldn't stop you from using any gtk/gui command afaik
<2> For whatever reason no NetworkManager allowed
<2> And NetworkManager kicks ***
<4> you know what kicks *** is Automatix
<4> http://www.ubuntuforums.org/showthread.php?t=138405
<6> http://b.oooom.net/ys
<2> Jer: yeah that looks pretty ffin kick ***
<6> Just what I've always wanted ^_^
<4> kutzooi: you can have mine if i can have yours :)
<5> Is the libgtk-1.2 ment to be there, or is that the old version ?
<4> some programs use it
<4> some use the 2.0
<4> its there for compatibility
<7> kde is bloat?
<4> phi did you try searching for ndisgtk
<5> Jer , how can I find out what link is screwing up ?
<2> Jer: nah not worth my time, NetworkManger works great and gnome is far better anyways
<4> MilligaN: I gave up fighting with distros that rely on rpm as its main packaging system
<4> Apt-Get works MUCh nicer


Name:

Comments:

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






Return to #linux-noob
or
Go to some related logs:

#nhl
#windowsxp
#freebsd
#freebsd
! CRC failed in .avi. The file is corrupt
#qmail
#nhl
#politics
hdi germanz
computers with 2 PCIe slots



Home  |  disclaimer  |  contact  |  submit quotes