@# Quotes DB     useful, funny, interesting





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



Comments:

<0> what is orbit?
<0> and mcop
<0> and dcop
<1> dunno
<1> man
<1> running bt opens pages and pages of connections on my firewall
<1> and my box still gets hit daily by slammer
<0> bit torrent?
<1> yeah crc
<0> heh
<0> what tracker do you use for your movies?
<0> and whats slammer?
<1> sql slammer
<1> piratebay mostly
<0> URL?



<1> thepiratebay.org
<1> looks like it is dead currently though
<0> what do you use sql for?
<1> i dont
<1> snort is running on my firewall
<1> and picks it out
<1> sql slammer the worm
<0> Yea I keep getting hit with brute force ssh login attempts. all the time :|
<0> even better my apache gets hit with IIS explolits. :|
<1> oh wow
<1> i hadnt even looked at my ssh logs
<1> wonder if season 17 of the simpsons has finished airing yet
<2> morning
<1> evening
<3> why is it that nothing is ever simpel ?
<0> I swear I'm gonna turn this machine back into a headless node.
<1> im goin to watch a show
<1> laatres
<4> hmmm anyone know where I can get an ip personality patch or a stealth patch for gentoo kernel?
<5> :-)
<6> grep sed compile
<6> you want it to look like a windows machine? :)
<4> I was thinking I could pretend to be a sega dreamcast for the day (c:
<1> argh
<1> its qmail forking openssl
<4> hmpgh
<4> can't connect to the pserver.netfilter.org
<7> then connect elsewhere!
<4> meh
<4> netfilter site is soooooooo badly out of date and full of dead links
<7> it's unfortunate that some stuff is so badly documented nowadays...
<4> I recons I've got me a bad spam******in
<4> Spam=No, score=0.0 required=5.0 tests=EMPTY_MESSAGE,MISSING_SUBJECT,NO_RECEIVED,SARE_HTML_NO_BODY,SARE_HTML_NO_BODY_TO,TO_CC_NONE autolearn=ham
<4> or a particular email format that breaks spam******in - it catches almost all my spam, but it lets the odd one through with that...
<4> when I check the logs the logs are full of errors (uninitialized value errors)
<8> how do ebuilds tell portage where to download source from?
<4> open one up (c:
<4> next question :- Gentoo has binary packages right? how do I install say... open office? (c:
<8> libstdc++3.3.3.6 or whatever keeps downloading libaal source and i can't find any urls in the ebuild or anything about libaal or anything else i can see that mentions a download source
<8> the closest i can find is 'unpack ${A}' where {$A} is only mentioned once in the ebuild
<8> (it does decompress the source, it just tries to cd to libstdc++ and it's only finding libaal
<8> )
<8> does *your* libstdc++3.3.3.6.ebuild mention a download source, per chance?
<7> sinthetek: it does
<8> yeah, mine does too, lol
<8> i just saw it right after i said that
<8> SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/gcc-${PV}/gcc-${PV}.tar.bz2"?
<8> wtf is it downloading libaal then...
<4> emerge -vp libstdcc
<4> -c +++
<8> Calculating world dependencies ...done!
<8> [ebuild N ] sys-libs/libstdc++-v3-3.3.6 0 kB
<8> [ebuild N ] virtual/libstdc++-3.3 0 kB
<8> Total size of downloads: 0 kB
<4> I'd make sure I was emerging sys-libs/libstdc++
<4> oooh, gentoo gets interactive startp..
<8> i'm doing emerge -u world
<8> but just now i did emerge -pv libstdc++
<4> emerge the lib manualy, then u world
<4> take out the -pv
<8> >>> Unpacking source...



<8> >>> Unpacking libaal-1.0.4.tar.gz to /var/tmp/portage/libstdc++-v3-3.3.6/work
<8> /usr/portage/sys-libs/libstdc++-v3/libstdc++-v3-3.3.6.ebuild: line 165: cd: /var/tmp/portage/libstdc++-v3-3.3.6/work/gcc-3.3.6: No such file or directory
<8> same error
<8> for some reason it downloads and decompresses libaal and then can't cd to the source it should be installing
<7> ~x86 isn't it?
<8> amd64
<7> ok
<9> how does one fix "Checking world for problems.... 'net-im/tmsnc' has no ebuilds available" ?
<10> try: emerge sync
<10> hm actually not sure if that would help
<9> nope doesnt
<9> tryed that
<9> thats when i got told to run emaint
<10> oh
<10> i know
<9> yeh
<10> do this: echo "net-im/tmsnc ~x86" >> /etc/portage/package.keywords
<10> that should fix your problem
<10> the problem is that tmsnc is masked, and no x86 ebuilds are available
<9> oh that what it is
<9> ill just unmerge it then
<9> its not like i use it
<9> sweet, cheers mate
<10> :)
<5> ^_^
<11> damn, I've been high as **** the last 24 hours or so
<11> so great :-)
<4> YAY
<4> my muth tv is working
<4> almost a week after I started it
<4> I've got static on the audio )c;
<4> hehe
<4> can't win
<4> I've got sound in mythtv, but none in xawtv
<4> so it makes it hard to tune
<12> Any sed wizards here? I want to remove all double lines in a sorted file, and 'man sed' is not too helpful
<13> it may be quicker to use vi?
<12> does vi provide a fast way to do that?
<12> got it: there's a bash command called uniq that does what I want
<9> man does any one know of a good howto on best way to remove webapps?
<13> you mean, ones you installed by hand using webapp-config?
<13> i may be able to help you, if thats the case
<13> i've struggled with it in the past
<9> and emerged ones
<9> both
<9> cause if i just emerge unmerge <web-app> it dont remove the files from /var/www/localhost/htdocs/
<13> theres commands to list what it thinks is installed
<9> mmm
<13> --list-installs
<13> list all current virtual installs for <application>
<13> use * for the package name and/or version number to list more than
<13> one package / version of a package. Remember to include the * in
<13> single quotes to stop your shell from expanding it first!!
<13> webapp-config --list-installs '*'
<9> man cacti is a pain, every time it gets updated it stops working
<9> oh ok
<13> do that, and it will tell you what it thinks its installed
<13> everyting else, you can delete
<9> k
<4> now there's no audio in myth
<13> tell me whats left, and i'll help you do up the command to remove it
<9> nothing everything in there is installed by web-app
<13> ...when you ran " webapp-config --list-installs '*' " , what did it list that you want to remove?
<9> oh
<9> /var/www/localhost/htdocs/openwebstats
<9> /var/www/localhost/htdocs/cacti
<9> them
<13> webapp-config -C -d openwebstats openwebstats
<13> webapp-config -C -d cacti cacti
<13> they should work fine
<9> kewl
<9> then emerge unmerge them?


Name:

Comments:

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






Return to #gentoo
or
Go to some related logs:

cual es mi localhost
#AllNiteCafe
dwl510 fedora
#networking
#skype
ruskaya pizda
#squid
Getting groups and users using ADSI C++
#MissKitten
#linux



Home  |  disclaimer  |  contact  |  submit quotes