@# Quotes DB     useful, funny, interesting





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



Comments:

<0> inet addr:88.222.121.141 Bcast:88.222.127.255 ..... ant eth1 Link encap:Local Loopback
<0> inet addr:127.0.0.1 Mask:255.0.0.0
<0> )
<0> ..now just need set up corectly ::)
<0> awol, broadcast adres what is this ?
<1> dontpaste in here please
<0> ok ok
<1> use pastebin.comthen give us a url
<0> (ok)
<1> n0mad: you dont need to worry about broadcast addresses
<1> they mostly get used for subnetting...
<2> well here i sit in windows again
<3> ??
<1> wot?
<4> damned server, outa hd space



<4> wtf.... he put our public user dirs on the /, and the 100gb drive is mostly empty...
<4> / being 9gb
<5> ahahaha
<5> that's good stuff
<4> no kidding.... especially since our camera dir is constantly growing
<4> cp -rp... ln -s
<4> thatll fix it
<4> oh well, we need to upgrade the servers soon... the web server is gonna get rebuilt...
<4> if I can figure out where these stats dirs come from, I'll change to lighttpd
<6> :-)
<4> or what the p***words are on them... :S
<5> Trey: i'm typo 4.0
<5> themes are not forward-compatible
<5> but i tricked it, heh.
<5> by having lighty publish a different tree than the listeners.
<5> so my front page retains my regular theme, but the sub pages are that plain 4.0 typo theme.
<5> oddball, no?
<5> typo has an installer that will upgrade an old version.
<5> so it was really just typo install copy_of_old_typo
<6> :-)
<7> ^_^
<5> course I backed up the db first.
<6> i was just starting on mephisto
<5> but it ended up a clean upgrade, cept for the incompatible theme
<6> theme support doesn't copy over either
<5> did you already go to 4.0?
<6> no
<5> it's still the 1.4 typo
<6> yup hence the "just starting"
<4> thats a big version jump....
<5> btw, you can connect to the pg instance p***wordless.
<5> Idle`: mine went from 2.6 to 4.0 cleanly
<5> and i went 1.4 to 2.6 clean before
<4> I dunno what it is... :S
<5> i think he'll have to do it in two steps.
<5> Idle`: the blog software that runs linuxhelp.tv, bougyman.com, rubyists.com.
<5> it's called typo
<6> bougyman: probably
<4> ahh
<6> bougyman: although right now i'm thinking 3 steps
<5> the third being mephisto?
<6> bougyman: lunch, 1.4 to 2.6, 2.6 to mephisto
<5> 2.6 goes to mephisto?
<5> thought it had to be 4.0
<6> AFAIK it does
<6> ok maybe 4 then
<6> i'm making enchiladas :-D
<5> anyway, i like 4.0, i'm sticking with it for a while, the modularity is awesome.
<5> i may check out mephisto for thelittleapple.net
<5> gonna hack on it later today
<4> gah
<4> I hate torrents
<6> gotta love 14 days to download 600 megs
<4> yea, uploading at 1mbps, downloading at 10kbps.... its just so awesome
<6> :-)
<7> ^_^
<4> especially since cable degrades so badly when you upload more then 600kbps
<6> wondershaper will help
<4> oh well, at least my file is done
<4> yea, theres a lot of shaping tools
<4> wtf is a B00



<7> +++Conflicting Flux -(Why Not Take This Time To Register Your Purchase)+++
<4> what is it with that stupid bot
<7> You know, I think you say that just to hide the fact that you're not the sharpest tool in the box either.
<1> Idle`: he's got you figured out.... not so stupid?
<7> yes
<4> ;)
<1> Idle`: ya dont like his new AI?
<4> not especially
<4> I dont like bots that talk without provocation
<1> i think he's hilarious
<6> howto: hush
<4> tar grabs hidden files by default, right?
<4> and preserves permissions
<8> can anyone help me recompile my kernel?
<8> i get this error after running 'make zImage' : system is too big try bzImage or modules
<4> ttoo big?
<8> yeah
<4> did you enable all options by chance?
<8> no
<9> zImage is antiquated, use bzImage instead
<8> i did make a couple changes
<8> tried that
<8> same error, but without the "try bzImage" bit
<8> should i modulize more of the options?
<9> strange
<10> The physical dimensions of your system is too large. It will work on a mac mini
<9> make dep, make clean inside the source dir then try again
<10> ...
<10> rho: make all
<8> i will not use a make
<8> *mac
<9> i love my ibook
<4> I love my Macbook pro
<4> gives me wood
<8> lol
<8> great, this is for a desktop though...
<8> also, i dont feel like shelling out the cash for an iBook
<9> rho, it really should build
<9> rho, just try "make && make modules_install"
<10> rho: umm...a macbook is cheaper than a comparable Dell...
<9> inside your /usr/src/*
<8> im going to try modulizing more of the options in make menuconfig
<9> i got my 12" ibook for $400
<8> ok, but i dont feel like buying an iBook
<9> 1.67ghz, 1gb mem
<8> or another laptop
<10> so get a mac mini
<4> they dont sell the iBook anymore IIRC
<8> im broke qwell, stop trying to make me buy things
<4> hehe
<4> either way... :S
<8> lol
<4> what kernel
<4> 2.4 or 2.6 ?
<8> 2.4.31
<4> ick
<4> make dep clean bzImage modules modules_install
<8> yeah, ive never compiled a kernel before
<9> make mrproper?
<9> i havent compiled a 2.4 in ages
<8> i wanted to do it on a 2.4 just to get the hang of it
<8> idle, what is that supposed to do?
<1> !wtf compile-kernel?
<11> compile-kernel is probably `wget http://www.kernel.org/pub/linux/kernel/v2.4/linux-2.4.20.tar.bz2; cd /usr/src; mv linux linux-old; tar xjf $OLDPWD/linux-2.4.20.tar.bz2; ln -s linux-2.4.20 linux; make clean menuconfig bzImage modules modules_install ; cp ./arch/i386/boot/bzImage /boot/bzImage-2.4.20; echo -e "\nimage=/boot/bzImage-2.4.20\n\tlabel=2.4.20\n\tread-only" >> /etc/lilo.conf; lilo; lilo -R 2.4.20`
<1> rho: read the kernel howto and /usr/src/linux/README
<8> awol, can you repeat what you just said?
<8> my computer had to reboot
<1> no
<8> um
<8> please?
<1> rho: read the kernel howto and /usr/src/linux/README
<8> thank you
<1> !wtf howtos?
<11> I'm sure howtos is a complete alphabeticised list of all the available linux howto's is at http://www.tldp.org/HOWTO/HOWTO-INDEX/howtos.html


Name:

Comments:

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






Return to #linuxhelp
or
Go to some related logs:

#solaris
netdom batchfile
#sex
#beginner
#debian
#nhl
#dreamweaver
#networking
A policy is in effect on your computer which prevents you from connecting to thi
#linux-noob



Home  |  disclaimer  |  contact  |  submit quotes