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



Comments:

<0> www.dnb.me.uk/blackie0004.jpeg
<1> w00t
<1> qt compile is killin me
<1> 99% cpu usage with a -j6 in make.conf :D
<1> 28 fahrenheit ****kkk
<1> i am wearing socks and shoes with heater on and just a crack open in the window and my toes are freeezing
<0> hehe
<0> ive got normal socks on and like house socks with non-slip bits on them
<0> keep my feet nice and cosey
<1> reminds me to put my fluffy slip on socks on
<1> :>
<0> tehe
<1> my friend's bf got her one where it was like a glove but for feet :>
<1> a foot glove sock :>
<1> with penguin face on it <3
<0> lol



<1> i bet it helps with freezing toes :>
<1> so you be all happy feet n ****
<0> lolol
<1> ***y cat yyou got
<2> heh, the last one is like blurcat
<2> do you own me.uk OmegaEvil ?
<1> drags: its a tld obviously
<1> like .co.uk
<2> oh, right
<2> well props to owning dnb.tld
<2> (dnb++)
<3> any streaming video software?
<3> that's working?
<4> mplayer
<3> it streams?
<4> You want a client or server software?
<3> server
<0> icecast
<5> heres a weird problem, my backspace key wont delete if i hold it down only if i press it lots :s
<0> same with all other keys ?
<3> icecast is for audio only?
<0> no
<0> it does video too
<3> i'm not sure it can read from capture card
<3> or v4l
<6> 10 degree here.
<3> how to make a boot cd
<7> magic
<3> put a boot loader and kernel on a cdrom?
<8> there is more to it than that
<3> no one came up with a solution?
<5> theres a guide on gentoo-wiki.com
<9> The general procedure is to generate a bootdisk, and then to augment it with more filesystem
<10> :)
<10> heh I need to setup my iptables
<10> but i have no clue how really
<5> theres a guide on gentoo-wiki.com
<9> Methinks piercey has that bound to F8 or something
<10> oh well
<5> i wish :(
<11> meh
<11> silly nights
<5> anyone know a way out redirect the output of make to a file? "make > make.log" doesnt work
<5> well it does but only the first few lines
<10> uh append 2>&1 to the line
<10> make > make.log 2>&1
<5> ah yeah
<10> 2 is stderr, 2>&1 redirects stderr to stdout(1)
<5> yeah been ages since ive done it
<10> meh I need a firewall
<10> my routers **** for routing.
<5> theres a guide on gentoo-wiki.com
<5> :p
<10> yeah I'll read it, but first my linux box needs a keyboard
<10> can't wait to see saw1
<10> 13%
<10> meh, i should've rented both
<12> hi, when i try too sync system, it stops at receiving file list... ,what could be wrong ?
<10> r3c0il: what's the error?
<8> r3c0il: you arent waiting long enough?
<12> Smong: there is no error



<10> uh well, yeah you should wait longer :P
<12> iamben: hmm, i have been waiting 5 min now
<10> wait longer.
<12> ok
<10> give it at least 20 minutes :P
<10> I guess it should be done by then :P
<12> hehe, it has never taken this long before
<10> it has now :)
<12> :)
<8> use gkrellm or nload or something to monitor net usage, see if its still receiving
<10> gkrellm
<10> is that the name of the software? god..
<12> iamben: ok, will do
<12> iamben: thx
<8> anyone know a GOOD way to allow scripts run as root to be able to use my local (:0.0) X display without "xhost +"?
<8> i guess i can man xhost and get the syntax to allow root@local
<8> figured out a rather dirty hack to just read the other user's .Xauthority file, if anyone has any other suggestions im still open
<12> hi, i receive this when i try to sync system : rsync error: error in rsync protocol data stream (code 12) at io.c(453)
<8> r3c0il: theres either an issue with your connection, or the mirror you are using
<13> iamben: xauth is another way -> http://tldp.org/HOWTO/Remote-X-Apps-6.html
<8> i think i may just change the Xauthority file to somewhere constant like /var/Xauthority & allow certain users to read it as needed
<8> my way right now is ok, except that i hardcode using /home/ben/.Xauthority so it wont work if i happen to use another user
<14> anyone in england want to buy a shuttle pc?
<14> heh
<9> 10 quid
<10> why can't some serial killer kill my sister
<10> please, god, please
<10> I was hoping she'd get shot in barcelona
<15> could someone help me with installing mod_php please?
<15> [ Results for search key : mod_php ]
<15> [ Applications found : 0 ]
<8> make sure you have php in your use flags when you emerge apache
<8> err the other wya around
<8> sorry
<15> USE="-X -sdl gtk -gnome cups -kde mmx alsa dev-php/mod_php php mysql mod_php apache2 aalib dvd gpm mpeg oggvorbis perl png -qt quicktime samba sse truetype usb xmms"
<8> apache2 in your use flags when you emerge php
<10> you want no x but you do want gtk?
<15> no, left that in on accident
<15> fixed tht
<15> that
<15> still no mod_php
<8> dude
<8> put apache2 in your use flags and emerge php again
<15> oh, ok
<8> or if you already had all that set when you emerged php, you already have mod_php
<8> it isnt a separate package
<15> nope, apache2 wasn't in there before
<8> k that'll do it then
<15> thanks, emerging php now
<12> iamben: ah, what port is rsync using ?
<16> 873
<12> l22h07: thx
<17> Its safe to remove the 2.6GB of stuff in /usr/portage/distfiles right?
<16> yes
<17> mkay
<16> at worst you'll have to download some of it again
<17> almost out of room on my 200GB hard drive
<8> |neon|: you can use "eclean distfiles" to remove only what is not used by any installed packages
<18> i am moving to gcc 4.1.1 and i'm emerge -eav world; but i got kicked off the emerge because of some minor issue. is there a way to continue from where i left off?
<8> excelr8: emerge --resume
<17> iamben, none of the distfiles should be being used, right?
<18> thanks iamben
<17> because they are already gone
<8> |neon|: none of them are being used per say, but eclean will keep the ones for what you have installed now in case you need to rebuild something
<17> ill redownload em
<8> deleting them all is ok as long as you dont mind redownloading if you need to rebuild or update something
<17> I have a fast enough internet connedction
<17> connection*
<17> YOu have to redownload when updating to a newer version anyway, rihgt?
<8> not necessarily
<8> sometimes a newer version just adds small patches, or a minor change to the ebuild itself
<17> ah
<17> oh well


Name:

Comments:

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






Return to #gentoo
or
Go to some related logs:

angliiski setter
#linux-noob
#unixhelp
#worldcup
#politics
#politics
hayoujé
#beginner
#politics
#computers



Home  |  disclaimer  |  contact  |  submit quotes