--- Log opened Thu Oct 17 00:00:23 2002 --- Day changed Thu Oct 17 2002 00:08 < d3mian> umm 00:08 < d3mian> how can i build gcc on a cross compile ? 00:08 < d3mian> i dunt have rock sourcesrigh now :p 00:12 -!- bluefire [~bluefire@pD9E1CD10.dip.t-dialin.net] has quit ("leaving") 00:22 < Freak> gunach. 00:22 < d3mian> cya Freak 02:29 -!- d3mian_ [~demian@208.165.55.133] has joined #rocklinux 02:53 -!- d3mian [~demian@196.40.30.179] has quit (Killed (NickServ (Nickname Enforcement))) 02:54 -!- d3mian_ is now known as d3mian 03:15 -!- Ge0rG [georg@op-co.de] has quit ("Ich lebe nur weiter, weil es bergab geht und ich nicht in die Pedale treten muss") 03:40 -!- Mike1 [mike@rocklinux.de] has joined #rocklinux 03:40 < Mike1> re 03:41 -!- Mike1 [mike@rocklinux.de] has quit (Client Quit) 03:47 -!- EpA [epaphus@epa.sponsor.freenode] has joined #rocklinux 03:47 < EpA> can anybody give me an example on just dumping the traffic from a certain port? all these options on tcpdump are confusing.. 04:16 -!- EpA [epaphus@epa.sponsor.freenode] has left #rocklinux () 04:32 -!- netrunner [~netrunner@p508022F5.dip0.t-ipconnect.de] has quit (Read error: 110 (Connection timed out)) 05:27 -!- blindcoder [~blindcode@pD9E4F4AD.dip.t-dialin.net] has joined #rocklinux 05:28 < d3mian> hi all 05:49 -!- kein [hellokitti@cable200-75-64-101.epm.net.co] has joined #rocklinux 05:50 -!- kein [hellokitti@cable200-75-64-101.epm.net.co] has left #rocklinux () 05:50 < d3mian> yao kein 07:28 < d3mian> nice.. these last 15 days i got 9 new ROCK users ;-) 08:37 < Freak> do you collect them? 08:38 < d3mian> yau 08:38 < d3mian> hi Freak , btw 08:38 < Freak> =) re 08:38 < Freak> like stamps.. 08:47 < d3mian> EpA: u could use QoS and tc in iproute2 package to do it 08:52 < Freak> d3mian: he's like.. gone.. 08:53 < d3mian> really? *g 08:59 < d3mian> i need a serial number for vmware workstation 09:04 -!- Mike1 [mike@rocklinux.de] has joined #rocklinux 09:04 < Mike1> moin 09:06 < d3mian> Mike1: 09:06 < d3mian> wtf ? 09:06 < d3mian> !!! 09:06 < Mike1> que_ 09:06 < Mike1> ? 09:06 < d3mian> what are u doing here this time ? 09:06 < Mike1> working 09:06 < d3mian> :( 09:06 < Mike1> you? 09:07 < d3mian> im building a cross gcc 09:07 < d3mian> but im having some probs doing it 09:07 < Mike1> voran? 09:07 < d3mian> nop 09:07 < Mike1> the other one? 09:07 < d3mian> a static cross gcc 09:07 < d3mian> yes 09:07 < Mike1> ah gut it 09:07 < Mike1> porque no le enviertes tu tiempo a voran? 09:08 < Mike1> tengo demaciado sueno la he estado palmando mucho desde hace dias 09:08 < d3mian> me da igual 09:08 < d3mian> me fue mal en el examen de hoy 09:08 < Mike1> sorry to hear thath 09:08 < d3mian> tamos feos eh ? 09:08 < Mike1> gtg be back later or tomorrow 09:08 -!- Mike1 [mike@rocklinux.de] has quit (Client Quit) 09:09 < d3mian> too asleep that man :p 09:10 < fake> hi 09:11 < d3mian> hi fake 09:12 < Freak> mensch wenn ich geld hätt würd ich mir den 17"-TFT von Aldi holen :) 09:13 < Freak> so.. ich versuch mal, hier auf meinem Röhrenmoni die Auflösung hochzuschrauben. 09:13 -!- Freak [freak@pD9530AE1.dip.t-dialin.net] has quit ("Client excited") 09:25 -!- blindWorker [www-data@apollo.bingo-ev.de] has joined #rocklinux 09:26 < blindWorker> hi hi and rehi 09:26 < d3mian> hi blindWorker 09:27 < blindWorker> hi d3mian 09:27 * blindWorker yawns 09:27 < fake> hi blindWorker 09:27 < blindWorker> hi fake 09:28 < fake> i missed the train at 1753 yesterday 09:28 < blindWorker> fake: why haven't you been on the train yesterday? 09:28 < blindWorker> oh, i see 09:28 < blindWorker> I'll be taking the 17:35 today cause I need to do something @home 09:28 < blindWorker> well... cleaining to be exact :) 09:29 * blindWorker is bored out of his mind today at work 09:30 < blindWorker> I even bought the "Linux-User" magazine... 09:31 < d3mian> for make a gcc cross, i need to use ./configure --target=$target $build, what is the $build variable ? 09:32 < d3mian> (taken form rock sources) 09:32 < d3mian> btw, i think should be a summary of the variables used in rock 09:36 < d3mian> if [ "$crossnative" = native ] ; then 09:36 < d3mian> build="$arch_target" ; target="$arch_target" 09:36 < d3mian> export CC="gcc" CXX="g++" STRIP="strip" 09:36 < d3mian> export LD="ld" AR="ar" RANLIB="ranlib" 09:36 < d3mian> export AS="as" GASP="gasp" NM="nm" 09:36 < d3mian> else 09:37 < d3mian> [ "$build" ] || build="`uname -m -p | tr " " -`-linux-gnu" ; target="$arch_target" 09:37 < d3mian> export CC="$target-gcc" CXX="$target-g++" STRIP="$target-strip" 09:37 < d3mian> export LD="$target-ld" AR="$target-ar" RANLIB="$target-ranlib" 09:37 < d3mian> export AS="$target-as" GASP="$target-gasp" NM="$target-nm" 09:37 < d3mian> fi 09:37 < d3mian> found :) 09:38 < d3mian> configure --prefix=/tmp/static --disable-shared --enable-languages=c,c++ --disable-nls --enable-threads=posix 09:38 < d3mian> make BOOT_LDFLAGS=-static BOOT_CFLAGS="-march=i586" bootstrap 09:38 < d3mian> this worked! ;-) 09:39 < d3mian> i didnt have to use rock's code 09:42 < d3mian> fucking gcc doesnt build in a fucking amd k62 cause of segfaults wherever 09:42 < fake> d3mian: aeh, overclocked k6? 09:42 < d3mian> then im building in a SMP processor with a Pentium IV processor inside ;-).. a static gcc for stage 1 09:47 < d3mian> dunno, segfaults wherever during bootstrap 09:48 < d3mian> and i know this could be lame.. but.. i receive Clock Skew Detected messages when building, one can solute this making sth like 'find sources/ -exec touch -m {} \;' or using 'tar -m' when extracting the source... 09:49 -!- Freak [freak@pD9530AE1.dip.t-dialin.net] has joined #rocklinux 09:49 < d3mian> but i want to solve it forever, my timezone seems to be ok.. America/COsta_Rica, and date command shows the right info 09:50 < d3mian> but i still receive those Clock Skew Detected prob, what cause this ? 09:52 < Freak> coool - 1280x1024 is sweeter than 1152x864 09:52 < blindWorker> Freak: of course it is :) 09:52 < Freak> but the coolest thing is, it just worked after I ran xf86config 09:52 < Freak> it plain WORKED! :) 09:53 < blindWorker> Freak: but 2560x1024 isn't bad, either :D 09:53 < blindWorker> sw33t 09:53 < Freak> heh 09:53 * blindWorker having two fixed-frequency monitors isn't that lucky >_< 09:55 < [anders]> riiiiight.. the project I am working on is now known as "SAN Volume Controller engine"... whatever the hell the market-droids thought that was good for.. 09:56 < blindWorker> [anders]: hi. and what exactly does it do? 09:56 < [anders]> re blindWorker 09:56 < blindWorker> SAN... Storage Area Network? 09:56 < [anders]> err, well, yes.. and it manages storage.. 09:57 < [anders]> it is a storage virtualisation product.. 09:57 < Freak> I love Apache::Gallery - I wanna marry it in denmark! 09:59 < Freak> I had qvc or rtl shop or something on tv while I was sleeping this night.. 10:00 < Freak> they were talking about euro-coins for collectors. 10:00 < Freak> and I believed them. 10:00 < d3mian> hey, anyone knows how to stop those fucking messages about future time ? 10:00 < blindWorker> d3mian: set your clock to 2010 10:00 < d3mian> what da u mean with 2010 ? 10:01 < blindWorker> year :) 10:01 < d3mian> :pp 10:01 < d3mian> not a clean solution! 10:01 < Freak> the year we make contact.. 10:02 < d3mian> ill do it then 10:02 < d3mian> other thing!, how can avoid linux stores my hardware clock to Universal time > 10:02 * d3mian feels like a lame :p 10:03 < blindWorker> hmm... i think it's a command-line-option to hwclock... --utc IIRC 10:04 < d3mian> hwclock, man page will be cool then, thannx 10:09 * blindWorker thinking about having a look at sylpheed... 10:09 < blindWorker> anyone done that before? 10:15 < fake> yes 10:15 < fake> i din't like it 10:15 < fake> i prefer evolution 10:15 < blindWorker> why? 10:16 < d3mian> a mail client ? 10:16 < blindWorker> can evolution handle mbox-format? 10:16 < blindWorker> d3mian: yes 10:16 < d3mian> the use evolution 10:16 < d3mian> :) 10:16 < blindWorker> can evolution handle mbox-format? 10:17 < blindWorker> I don't want to miss mutt 10:17 < d3mian> but i dunt use it often.. almost never use X, so pine is a nice client for me 10:18 < blindWorker> so it can use mbox-format? 10:19 < d3mian> i dunt know, im not on X now to test it, sorry 10:19 < d3mian> but i think it does, check it 10:21 < fake> blindWorker: i'm not sure either 10:21 < fake> but mutt is better than anything, blieve me 10:22 < blindWorker> fake: I use mutt usually... but sometimes there is this wish for a GUI... I know... I don't know exactly why either... maybe I am under some baad influence 10:23 < d3mian> i must have a look to mutt then.. 10:23 < d3mian> procmail + ( pine | mutt ) rulez 10:24 < fake> blindWorker: write xmutt then ;) 10:24 < fake> mail.app 10:24 < fake> dtmail is ok, either 10:24 < blindWorker> d3mian: + spamassassin 10:24 < blindWorker> fake: that would be a possibility... 10:25 < blindWorker> brb... have to kick my in his a$$ 10:26 < fake> my what? 10:28 < blindWorker> okay, back 10:29 < blindWorker> and I still have a job :D 10:29 < blindWorker> well... he's quite lazy sometimes :) 10:32 -!- Freak [freak@pD9530AE1.dip.t-dialin.net] has quit (Read error: 110 (Connection timed out)) 10:34 < blindWorker> fake: erm... there's a "boss" missing 10:34 < blindWorker> ..... 10:34 < blindWorker> ..... 10:34 -!- blindWorker [www-data@apollo.bingo-ev.de] has quit ("CGI:IRC 0.5") 10:34 -!- blindWorker [www-data@apollo.bingo-ev.de] has joined #rocklinux 10:34 -!- capchaos [~hannes@pD9048429.dip.t-dialin.net] has joined #rocklinux 10:34 -!- Freak [freak@p50838CA5.dip.t-dialin.net] has joined #rocklinux 10:34 < blindWorker> hi hi and rehi 10:35 < capchaos> moin 10:35 < d3mian> hi capchaos 10:36 * blindWorker now doing something for his sanity and starting several rounds of nethack 10:36 < capchaos> hola d3mian 10:36 -!- kasc [~shaman@p5090A92E.dip.t-dialin.net] has quit (Read error: 110 (Connection timed out)) 10:37 < d3mian> cool, at the end i got a static cross gcc 3.2 ;-), what a amd k6-2 was unable to do :p, fucking processors, i hate them 10:42 < Freak> hrmhrm 10:43 -!- kasc [~shaman@p5090AD80.dip.t-dialin.net] has joined #rocklinux 10:44 < blindWorker> Killed by a kitten, while helpless. 10:44 < blindWorker> *AARRGGHH* 10:44 < blindWorker> 76 HP! 13771 POINTS!!! *ARRRGHHH* 10:44 -!- Freak [freak@p50838CA5.dip.t-dialin.net] has left #rocklinux ("Freak has left the building") 10:44 -!- kaerF [freak@p50838ca5.dip.t-dialin.net] has joined #rocklinux 10:45 < d3mian> brb -> switching built system 10:45 -!- kaerF is now known as Freak 10:47 < d3mian> re 10:55 * blindWorker throwing his telephone out of the window 11:04 * Freak catching it owning a new phone now 11:05 < blindWorker> hmm... you have a SIEMENS HiCom-Telephone-System? 11:05 -!- tsa [~tsa@rossini.marcant.net] has joined #rocklinux 11:05 < tsa> moin 11:05 < blindWorker> moin moin 11:06 < Freak> blindcoder: ah I don't care 11:06 < Freak> worker.. whatever 11:06 < blindWorker> hehe :) 11:06 < d3mian> hi tsa 11:06 * blindWorker confusing everyone *happy* 11:06 < Freak> blindWorker: I'm gonna put it on my desk to pretend I was 11:07 < blindWorker> Freak: hehe. I will forward all the Trouble-Calls to you then 11:07 < Freak> heh 11:07 < Freak> I'ma answer "yea, right. bye" 11:08 < blindWorker> and I can pretend: "Sorry, don't know who you've been talking to, _I_ don't have a telephone :D" 11:08 -!- netrunner [~netrunner@p508027A5.dip0.t-ipconnect.de] has joined #rocklinux 11:08 < Freak> heh 11:08 < blindWorker> WHEEE 11:09 < netrunner> how are you supposed to configure your cups on rocklinux? connection to 127.0.0.1:631 times out ... 11:09 < blindWorker> hmm... never used cups... sorry... 11:10 < netrunner> printing is mysterious to me: a pdf printed on my notebook gets printed ... but with all spaces between lines removed and so compressed on the upper half of the page 11:10 < blindWorker> hmm... I think that looks nice :) 11:11 * blindWorker owning only an old NEC 20 Needle-Printer 11:11 < blindWorker> I don't think I can possibly print .pdfs with it :) 11:11 < d3mian> netrunner 11:11 < capchaos> netrunner: have you started the cups service? 11:11 < d3mian> netrunner: hi. have u run cupsd first ? 11:11 < netrunner> sure. 11:12 < d3mian> netrunner: hi. is ur apache server running ? 11:12 < netrunner> d3mian: you do not need an extra apache for the webinterface to cups. 11:12 < netrunner> d3mian: i used it on my notebook and there definitely is no apache installed. 11:13 < d3mian> :) 11:13 < d3mian> new for me, thanx then hehe 11:14 < capchaos> netrunner: is your port 631 open ? 11:15 < netrunner> capachos: there is no ... wait ... does rock set up some kind of firewall without being asked? 11:15 < d3mian> no 11:17 < capchaos> netrunner: set up cups configuration to allow localhost access ? 11:17 < netrunner> capachos: yes. that's the default iirc. 11:18 * netrunner will go home now to look at it again ... maybe just stopping at the uni-cafeteria to get some food ;) 11:19 < capchaos> hum, there is a cups faq/howto somewhere that helps troubleshooting. else just ... pray to cupsd ;-) 11:19 < netrunner> btw: i heard one of the rock developers is at my varsity here? 11:19 < netrunner> capachos: i'll try a diff with the config from my notebook. that should show the trick. 11:19 < capchaos> netrunner: where are you studying? 11:20 < netrunner> who capachos 11:20 < netrunner> capachos: tu-muenchen (garching) 11:20 < fake> esden is 11:21 < fake> a polish guy with an acer laptop 11:21 < fake> ;) 11:21 < fake> short hair... um... 11:21 < blindWorker> a grin on his face no one else has 11:22 < d3mian> 03:19 am here. 11:22 < fake> see the rocklinux developer gallery... for a photo 11:22 < blindWorker> d3mian: time to start working :D 11:22 < d3mian> this is just the nice time to code hard! 11:22 < d3mian> ;-) blindWorker 11:23 < blindWorker> hehe 11:24 < netrunner> lunchtime here my stomache says ... cu & thx 11:24 < blindWorker> bye und "an guadn" 11:24 < d3mian> cya netrunner , hav phun 11:27 < blindWorker> guys... I need a possibility to compile ROCK on a Solaris 5.8System... BADLY 11:27 < fake> go ahead 11:27 < fake> it may even work 11:28 < blindWorker> I have a 4 Processor e10k-node here with a peak-load of 2.3 about once a day (avg Load: 0.3) 11:29 < blindWorker> in the one year that box is running now it has only ONCE had a load of 3.8 11:30 < blindWorker> that box is DIEING OF BOREDOM 11:34 -!- term_emu [~pm@p50819892.dip.t-dialin.net] has joined #rocklinux 11:35 < term_emu> tag 11:35 < blindWorker> hi term_emu 11:37 < d3mian> hi term_emu 11:44 -!- tsa [~tsa@rossini.marcant.net] has quit ("brb") 11:45 * fake just was noticed that the E4500 is now filled with 8 processors again ;) 11:48 < d3mian> i have some classes in 3 hours, ill sleep for a while 11:48 < d3mian> cya 11:51 < blindWorker> c ya d3mian 11:51 < blindWorker> fake: sw33t 11:51 < capchaos> 3 hours of sleep is just fine ;) gn8 d3mian 11:56 < fake> urgh.... i should get some tulips 11:57 < fake> for the desks of my co-workers... 11:57 < fake> they could do the thinking stuff 11:58 < blindWorker> hehe 11:58 < blindWorker> what have they done _now_? 11:58 < fake> internal db: integer, external db: float. 11:59 < fake> hm,... why does this value have a ".0" in the dump? 11:59 < fake> duh 11:59 < blindWorker> *urks* 11:59 < blindWorker> isn't the intdb and extdb supposed to be exactly the same?? 12:00 < fake> well, _theoretically_ 12:01 < blindWorker> d"ouh 12:10 -!- bluefire [bluefire@pD9E1C29A.dip.t-dialin.net] has joined #rocklinux 12:12 < blindWorker> hi blindcoder 12:12 < blindWorker> argh 12:12 < blindWorker> damn tab-completion 12:13 < blindWorker> hi bluefire 12:14 < bluefire> hi folks 12:14 -!- tsa [~tsa@rossini.marcant.net] has joined #rocklinux 12:14 < tsa> re 12:14 < blindWorker> re tsa 12:16 < fake> hi tsa! 12:16 -!- blindWorker [www-data@apollo.bingo-ev.de] has quit ("CGI:IRC 0.5 (EOF)") 12:16 -!- blindWorker [www-data@apollo.bingo-ev.de] has joined #rocklinux 12:17 < fake> re www-data ;) 12:23 -!- bluefire [bluefire@pD9E1C29A.dip.t-dialin.net] has quit ("leaving") 12:25 -!- bluefire [bluefire@pd9e1c29a.dip.t-dialin.net] has joined #rocklinux 12:25 < tsa> hehe 12:28 < blindWorker> fake: :P 12:28 < fake> blindWorker: ;P 12:29 < blindWorker> fake: 12:30 < blindWorker> fake: I could also start my own httpd on apollo :D 12:30 < fake> tinyhttpd? 12:30 -!- bluefire [bluefire@pd9e1c29a.dip.t-dialin.net] has quit ("leaving") 12:30 -!- blindWorker [www-data@apollo.bingo-ev.de] has quit ("CGI:IRC 0.5") 12:31 -!- blindWorker [www-data@apollo.bingo-ev.de] has joined #rocklinux 12:31 < blindWorker> I hope that I never ever get one of the proxy-admins into my fingers 12:31 -!- bluefire [bluefire@pD9E1C29A.dip.t-dialin.net] has joined #rocklinux 12:36 < blindWorker> oh well.. 12:36 -!- blindWorker [www-data@apollo.bingo-ev.de] has quit ("CGI:IRC 0.5") 12:36 -!- bluefire [bluefire@pD9E1C29A.dip.t-dialin.net] has quit (Client Quit) 12:36 -!- blindWorker [www-data@apollo.bingo-ev.de] has joined #rocklinux 12:36 < blindWorker> AAH!! TO HELL WITH IT! I _HOPE_ THAT I GET ONE OF THESE ID10TS INTO MY FINGERS TO KILL HIM SLOW AND PAINFUL! 12:37 -!- bluefire [bluefire@pD9E1C29A.dip.t-dialin.net] has joined #rocklinux 12:38 < praenti> hi 12:38 < praenti> anyone compiles enlightment on rock 1.5.19? 12:38 < praenti> s/compiles/compiled 12:39 < [anders]> praenti: not to my knowledge.. 12:39 < blindWorker> hi praenti 12:40 < blindWorker> praenti: hmm... never tried it ... never tried enlightenment at all... why? 12:40 -!- bluefire [bluefire@pD9E1C29A.dip.t-dialin.net] has quit (Client Quit) 12:40 < praenti> i want to know if you can do configure make make install without compile probs 12:41 < blindWorker> well... in theory you _should_ be able to :) 12:41 < praenti> but i think that i remember on a prob 12:41 * fake just got a mail from a very old friend... who didn't contact me for 'bout 6 years 12:41 < praenti> cool 12:42 < blindWorker> fake: he didn't by any chance have a question about ROCK, did he? 12:42 < blindWorker> :D 12:42 < fake> praenti: -stop- 12:42 -!- bluefire [bluefire@pd9e1c29a.dip.t-dialin.net] has joined #rocklinux 12:42 < blindWorker> https://cgi.cs.indiana.edu/~oracle/digest.cgi?N=392#392-10 <-- LOL 12:42 < praenti> fake: stop? 12:42 < fake> praenti: e17 or e16 ? 12:43 < praenti> e17 12:43 < fake> blindWorker: i'm pretty sure i will have to fix his box... ;) 12:43 < blindWorker> anyway... I think I'll have lunch now... and after that I'll lynch some Proxy-Admins 12:43 < fake> praenti: uh-oeh... have fun, and document what you do somehow ;)) 12:43 < blindWorker> fake: yeah... I've had that very same occurance some weeks go... just that it's been 3 years... 12:44 < fake> blindWorker: have fun, but leave one to fix it 12:44 < praenti> fake: e16 better? 12:44 < blindWorker> remeber: no lynching without having had lunch before (bad pun, as to be expected by me) 12:44 < fake> praenti: stable 12:44 < praenti> ok.thx 12:44 < blindWorker> fake: I will. or I could finally install htun...) 12:44 < blindWorker> tunneling IP over HTTP over TCP over IP through a Proxy :D 12:44 * praenti should listen to the math lesson ;-) 12:44 < blindWorker> sw33t 12:45 < blindWorker> okay, see you later 12:45 < fake> praenti: WLAN? 12:45 < praenti> no. pluged a switch between "dose" and laptop 12:46 < fake> waehrend der vorlesung? tststs... 12:46 < praenti> yeah 12:47 < fake> *shakes_head* when I were young.... 12:49 < praenti> im moment beim kapitel eigenwerte und eigenvektoren zum thema matrizenrechnung 12:57 -!- bluefire [bluefire@pd9e1c29a.dip.t-dialin.net] has quit ("leaving") 12:57 -!- capchaos_ [~hannes@pD9048527.dip.t-dialin.net] has joined #rocklinux 12:57 -!- capchaos_ [~hannes@pD9048527.dip.t-dialin.net] has quit (Client Quit) 12:57 -!- capchaos_ [~hannes@pD9048527.dip.t-dialin.net] has joined #rocklinux 12:57 -!- Netsplit vinge.freenode.net <-> irc.freenode.net quits: rolla, netcrow, fake, th, kasc, aszlig 12:58 -!- Netsplit over, joins: aszlig, kasc, rolla, netcrow, th, fake 12:58 -!- capchaos [~hannes@pD9048429.dip.t-dialin.net] has quit (Killed (NickServ (Ghost: capchaos_!~hannes@pD9048527.dip.t-dialin.net))) 12:58 -!- bluefire [bluefire@pD9E1C29A.dip.t-dialin.net] has joined #rocklinux 12:58 -!- capchaos_ is now known as capchaos 13:01 -!- hackbard [~hackbard@pD9523E6E.dip.t-dialin.net] has joined #rocklinux 13:01 < hackbard> re 13:01 < fake> hi hackbard ! 13:07 -!- Ge0rG [georg@op-co.de] has joined #rocklinux 13:22 < hackbard> i cant reproduce cliffords readdir problem with gcc3.3 (cvs) and glibc2.3.1 .. 13:24 -!- blindWorker [www-data@apollo.bingo-ev.de] has quit ("CGI:IRC 0.5 (EOF)") 13:27 -!- capchaos [~hannes@pD9048527.dip.t-dialin.net] has quit ("another brick on the wall") 13:31 -!- blindWorker [www-data@apollo.bingo-ev.de] has joined #rocklinux 13:31 < blindWorker> reeeeeee-hi 13:31 < hackbard> re blindWorker 13:31 < blindWorker> hi hackbard 13:40 -!- sdgg [www-data@apollo.bingo-ev.de] has joined #rocklinux 13:41 -!- blindWorker [www-data@apollo.bingo-ev.de] has quit (Killed (NickServ (Nickname Enforcement))) 13:42 -!- sdgg is now known as blindWorker 13:42 * blindWorker now putting aside the water-bucket 13:42 < blindWorker> my Dragon doesn't seem to like it 13:57 < blindWorker> ... 13:58 < blindWorker> okay, I 13:58 < blindWorker> m still there 14:04 -!- litost [~stephen@ajc224-197.ajc.com] has joined #rocklinux 14:06 -!- blindWorker [www-data@apollo.bingo-ev.de] has quit ("CGI:IRC 0.5 (EOF)") 14:10 -!- blindWorker [www-data@apollo.bingo-ev.de] has joined #rocklinux 14:10 < blindWorker> it will be one of these days, I'm sure... 14:55 < [anders]> https://www.meowinc.com/ 14:55 < [anders]> https://www.ecstaskyair.com/ 14:55 < [anders]> just a few fun URL's... 14:55 < blindWorker> *click* 14:57 < blindWorker> sw33t cats... now.... where are the roadkills? 15:02 < [anders]> there was a rather sick url as well, https://www.fetussoap.com 15:02 < [anders]> Ah well, the FNA surf-tips are a mixed back this time.. 15:02 < [anders]> s/back/bag/ 15:05 < blindWorker> hmm... have to wait until I'm home... 15:06 < blindWorker> this SmartFilter doesn't let me through 15:06 -!- blindWorker [www-data@apollo.bingo-ev.de] has quit ("CGI:IRC 0.5") 15:06 -!- blindWorker [www-data@apollo.bingo-ev.de] has joined #rocklinux 15:06 < blindWorker> speaking of filters/proxies... 15:35 -!- tcr [~tobrit@pD9E49B5D.dip.t-dialin.net] has joined #rocklinux 15:35 < tcr> moin all 15:35 < blindWorker> moin moin tcr 15:38 < fake> re 15:38 < blindWorker> re fake 15:38 * fake is running ratpoison 15:39 < fake> nice 15:39 < blindWorker> i will give it a try @home 15:39 * tcr was using ratpoison from 0.7 - 1.x 15:41 < fake> tcr: what do you use now? 15:43 < tcr> developing pc pure console (there're only needs for vim), on another one twin 15:47 < fake> twin? what's that? 15:49 -!- thalerim [~tobrit@p508129AB.dip.t-dialin.net] has joined #rocklinux 15:49 < thalerim> re 15:51 < fake> hi thalerim 15:57 < fake> fsck. netbeans MDI interface is a dumb idea with forte ;) 15:58 < blindWorker> why? 16:04 < fake> err 16:04 < fake> s/forte/ratpoison/ 16:06 < blindWorker> again.. why? 16:10 -!- tcr [~tobrit@pD9E49B5D.dip.t-dialin.net] has quit (Read error: 110 (Connection timed out)) 16:18 -!- RandomControl [foobar@chello080110092059.507.15.vie.surfer.at] has joined #rocklinux 16:18 < fake> blindWorker: multiple windows... each is fullscreen .. ? 16:20 < blindWorker> oh... i c... 16:20 < blindWorker> hmm.... 16:20 < blindWorker> gimp might REALLY be interesting with ratpoison :D 16:22 < fake> yeah 16:25 < blindWorker> half an hour to go *g* 16:28 < fake> :P 16:28 < blindWorker> don't you :P me, at home there's an awful lot of work waiting for me 16:29 < fake> what kind of work? 16:29 < blindWorker> cleaning the house 16:29 < blindWorker> I'm busy tomorrow and the day after tomorrow and my parents come back by Sunday 16:30 < fake> well, let _them_ clean up, then 16:30 < blindWorker> I don't want to know what they'd do if me if i did 16:30 < fake> you T9 is buggy 16:31 < fake> s/you/your/ 16:31 < blindWorker> well... manual T9 always has some... drawbacks, you know 16:32 < fake> i hate T9 ... 16:34 < blindWorker> I'm quite addicted to it 16:35 < fake> it's too late for you... 16:38 < blindWorker> was there help for me in the first place? 16:40 -!- Mike1 [~mike@odin.informatica.co.cr] has joined #rocklinux 16:40 < Mike1> moin 16:40 < blindWorker> moin moin 16:45 < th> hi Mike1 16:45 < Mike1> brb 16:45 * Mike1 rebooting 16:45 < Mike1> hi th 16:45 -!- Mike1 [~mike@odin.informatica.co.cr] has left #rocklinux ("Client Exiting") 16:46 -!- thalerim [~tobrit@p508129AB.dip.t-dialin.net] has quit (Read error: 110 (Connection timed out)) 16:55 < blindWorker> brb 16:57 < blindWorker> okay time to go home 16:57 < blindWorker> ja ne 16:57 -!- blindWorker [www-data@apollo.bingo-ev.de] has quit ("CGI:IRC 0.5") 17:28 -!- Netsplit vinge.freenode.net <-> irc.freenode.net quits: Freak 17:28 -!- Netsplit over, joins: Freak 17:50 -!- diskordier [~hannes@pd9048f46.dip.t-dialin.net] has joined #rocklinux 17:50 -!- diskordier is now known as capchaos 18:10 < tsa> cu 18:10 -!- tsa [~tsa@rossini.marcant.net] has quit ("Client Exiting") 18:21 -!- zer0_o [~zer0_o@pop-mu-20-1-dialup-291.freesurf.ch] has joined #rocklinux 18:29 -!- esden [weasel@apollo.bingo-ev.de] has joined #rocklinux 18:29 -!- Topic for #rocklinux: anoncvs for 1.5 now up: CVS_RSH=ssh cvs -d anoncvs@anoncvs.rocklinux.de:/cvs co rock-1.5 18:29 -!- Topic set by ChanServ [Tue Aug 20 16:08:06 2002] 18:29 (Users #rocklinux) 18:29 [ [anders]] [ d3mian] [ Ge0rG ] [ litost ] [ rxr ] [ zer0_o] 18:29 [ aszlig ] [ esden ] [ h0h0 ] [ netcrow] [ SMP ] 18:29 [ bluefire] [ fake ] [ hackbard] [ praenti] [ term_emu] 18:29 [ capchaos] [ Freak ] [ kasc ] [ rolla ] [ th ] 18:29 -!- Irssi: #rocklinux: Total of 21 nicks [0 ops, 0 halfops, 0 voices, 21 normal] 18:29 -!- blindcoder [~blindcode@pD9E4F4AD.dip.t-dialin.net] has joined #rocklinux 18:29 -!- Channel #rocklinux created Tue Jun 11 09:27:41 2002 18:29 -!- Irssi: Join to #rocklinux was synced in 9 secs 18:29 -!- ichilton [~ian@pc3-stoc3-4-cust215.mid.cable.ntl.com] has joined #rocklinux 18:31 -!- tcr [~tobrit@p50813F70.dip.t-dialin.net] has joined #rocklinux 18:32 < tcr> re all 18:37 -!- zer0_o [~zer0_o@pop-mu-20-1-dialup-291.freesurf.ch] has quit ("kill my box") 18:37 -!- huebi [huebi@rocklinux.de] has joined #rocklinux 18:46 -!- snyke [~eros@eros.bingo-ev.de] has joined #rocklinux 18:56 -!- rxr [~rene@port-212-202-171-75.reverse.qdsl-home.de] has quit (Read error: 104 (Connection reset by peer)) 19:00 -!- rxr [~rene@port-212-202-173-197.reverse.qdsl-home.de] has joined #rocklinux 19:06 < blindcoder> hi hi and rehi 19:17 -!- Mike1 [~mike@odin.informatica.co.cr] has joined #rocklinux 19:18 -!- Mike1 [~mike@odin.informatica.co.cr] has left #rocklinux ("Client Exiting") 19:24 -!- h0h0 [~hoho@neptune.tacomeat.net] has quit (Read error: 110 (Connection timed out)) 19:26 < blindcoder> sw33t... the badblocks-check MIGHT fnish today 19:27 -!- h0h0 [~hoho@neptune.tacomeat.net] has joined #rocklinux 19:39 -!- tsa [~tsa@pd95251e9.dip.t-dialin.net] has joined #rocklinux 19:39 < tsa> re 19:41 < blindcoder> re tsa 19:42 < tsa> hi blindcoder 19:42 < blindcoder> I will NEVER AGAIN do a badblocks-scan... 19:43 < tsa> hehe...why? 19:43 < blindcoder> it's going on for two whole days now completing hogging the IDE-Bus 19:43 < blindcoder> starting mozilla takes abot 2 minutes 19:43 < tsa> ide sucks. 19:44 < blindcoder> well... I don't have enough money for a SCSI-Workstation... yet... 19:45 < blindcoder> but edonkey works none-the-less *happy* 19:45 < tsa> hehe 19:45 < tsa> which edonkey client do you use? 19:45 < blindcoder> mldonkey 19:45 < blindcoder> latest beta :) 19:46 < blindcoder> 44 kB ... 15 kB ... and several other with 2-5 kB each 19:46 < tsa> hm.. 19:47 < tsa> i'm currently running 1.16....can i just put the new version in the same directory and it'll work? 19:48 < blindcoder> I extracted it in a new directory and copied all the *.ini temp and incoming into the new one 19:48 < tsa> ah, ok.. 19:48 < blindcoder> for safeties sake... but I didn't encounter any problems 19:48 * blindcoder calling esden on the phone 19:50 < blindcoder> he seems to enjoy himself... sounded like a party or something 20:04 < tsa> aah. 20:04 < tsa> mldonkey 2.00 up and running. 20:04 < blindcoder> mldonkey 2.00?? 20:04 < blindcoder> sw33t 20:05 < tsa> hehe 20:06 < blindcoder> mldonkey-2.00.static.sparc-Linux.tar.bz2 <--- double-sw33t 20:07 < tsa> ;) 20:07 < blindcoder> oehm... the sparc-Linux-static is 1.1MB... the i686 is 6.2MB... 20:07 < blindcoder> strange... 20:10 < blindcoder> 17382226/ 18765920 20:10 < blindcoder> hmm... will it finish today? will it? will it? will it? 20:11 < tsa> no, it won't. 20:11 < blindcoder> *grr* 20:11 < blindcoder> *cry* tsa just smashed all my hopes *crysomemore* 20:11 < tsa> hehe 20:12 < tsa> hm.. 20:12 < tsa> fsck. 20:12 < blindcoder> right, that's what I used :D 20:12 < tsa> currently downloading at 0.0k/sec 20:12 < blindcoder> *lool* 20:12 < tsa> damnit. 20:12 < blindcoder> that's a bit... sloooow isn't it? 20:13 < tsa> uhm...well......yes. 20:13 < tsa> *GRR* 20:14 -!- litost [~stephen@ajc224-197.ajc.com] has quit ("school") 20:15 < blindcoder> hmm... quite some changes since last beta... 20:15 * tcr is currently debugging 20:16 < blindcoder> debugging what? mldonkey? 20:16 < tcr> it says: strcmp("magmamenu.sh", "configuration.sh") == 10 20:16 < tcr> how could this possible? 20:16 < blindcoder> .sh ?? 20:16 < blindcoder> dunno... 20:17 < blindcoder> where does it say so? 20:18 < tcr> int main(void) return strcmp("magmamenu.sh", "configuration.sh"); 20:19 < blindcoder> hmm... that's... strange... 20:19 < blindcoder> maybe some kind of sanity check or something? 20:20 < tcr> please verify it yourself 20:21 < tsa> strcmp("magmamenu.sh", "configuration.sh") = 1 20:21 < tcr> hm 20:22 < tcr> why the ??? 20:22 -!- netrunner [~netrunner@p508027A5.dip0.t-ipconnect.de] has joined #rocklinux 20:22 < tcr> AFAIS it's should less than zero 20:23 < tsa> ACK - because the first string is shorter than the last one. 20:24 < tsa> strcmp("12345", "1") = 1 20:24 < tsa> that one is ok. 20:25 < blindcoder> honestly, I don't know what strcmp actually does... cause the man-page isn't really telling me much 20:25 < blindcoder> DESCRIPTION 20:25 < blindcoder> The strcmp() function compares the two strings s1 and s2. It returns 20:25 < blindcoder> an integer less than, equal to, or greater than zero if s1 is found, 20:25 < blindcoder> respectively, to be less than, to match, or be greater than s2. 20:25 < blindcoder> that's doesn't tell me _anything_ 20:26 < tcr> blindcoder: i could imagine it sums all the ascii codes of each letter and subtract then 20:26 < blindcoder> hmm... or it takes the address-values or whatever... 20:27 < blindcoder> I've found out that if you compare two totally equal strings it returns 0 and that is all I ever needed... 20:27 < tsa> hehe 20:28 < tcr> strcmp("abc", "xyz") >0 20:28 < tcr> strcmp("abc", "abc") = 0 20:28 < tcr> strcmp("xyz", "abc") > 0 20:28 < tcr> erm, the first is less than 0 20:29 < tcr> ARGH 20:29 < tcr> mixed up ;P 20:29 < tcr> it's inverse as i said 20:29 < blindcoder> hmm... 20:29 < blindcoder> yes I think i see... 20:29 -!- h0h0 [~hoho@neptune.tacomeat.net] has quit (Read error: 110 (Connection timed out)) 20:34 < tcr> hmpf 20:36 < tcr> LOL++++ 20:37 < blindcoder> ? 20:37 < tcr> stupidity :) 20:40 < tcr> damn 20:40 < tcr> i thought i've the solution 20:40 < tcr> a return code can't ever be negative 20:40 < tcr> #define S1 "magmamenu.sh" 20:40 < tcr> #define S2 "configuration.sh" 20:41 < tcr> void main(void) exit(printf("strcmp(\"%s\", \"%s\") == %d", S1, S2, strcmp(S1,S2))); 20:41 < tcr> still says 10 20:43 < blindcoder> but why 10? it says 1 over here... 20:43 < tcr> doesn't matter, only that it's >0 matters 20:43 < blindcoder> hmm... okay... 20:44 * blindcoder currently compiling nethack... still have to patch it, though 20:44 < tcr> it may depend on the used glibc/compiler version or so 20:44 * blindcoder <-- dirty little cheater 20:44 < blindcoder> hmm... yeah... glibc I'd say rather than gcc 20:45 < tsa> glibc 2.2.5, gcc 2.95.3 20:45 < tcr> ditt 20:45 < tcr> +o 20:46 < tsa> hm.. 20:47 -!- h0h0 [~hoho@neptune.tacomeat.net] has joined #rocklinux 20:50 -!- owl [~mail-spam@abdba.pppool.de] has joined #rocklinux 20:50 < owl> seid gegruesst (hi) 20:52 < blindcoder> hi owly *hug* 20:52 < owl> hi blindy. no hug please 20:52 < capchaos> hallo owl 20:53 < owl> hi capchaos 20:53 < capchaos> *hug* 20:53 < owl> :-// /me gives up! 20:53 * blindcoder patched his nethack-sources, the dirty little cheater he is 20:53 < blindcoder> hmm... brb 20:53 < capchaos> owl: the better.. ;-) 20:54 < tsa> hi owl *hug* 20:54 < owl> OMG! 20:54 < owl> tag tsa 20:57 < blindcoder> reeee hi 20:58 < blindcoder> tsa: you were right... the badblocks-scan won't be finished by the time i go to bed 20:58 < tsa> hehe 21:05 < blindcoder> 100000 blocks to go 21:07 < blindcoder> there's a 0 missing 21:07 < blindcoder> 1.000.000 blocks to go 21:07 < blindcoder> there, that's correct 21:08 < tsa> hm...have fun, then. 21:09 < blindcoder> well... it will be finished by tomorrow morning... which of course means that it doesn't matter to me if it finishes tomorrow morning or tomorrow midnight... 21:09 < blindcoder> cause before that I won't be at home at all... *sigh* 21:15 < Freak> https://www.theregus.com/content/4/26656.html 21:26 -!- ichilton [~ian@pc3-stoc3-4-cust215.mid.cable.ntl.com] has quit ("leaving") 21:36 -!- capchaos [~hannes@pd9048f46.dip.t-dialin.net] has quit ("gn8") 21:37 * owl is np: system of a down - science 21:39 * blindcoder going to sleep 21:40 < owl> blindy: gn8. bye 21:45 < Freak> huhm 21:45 < Freak> huhu dirndl 21:46 < Freak> ach nee so heisst das kleid, oder? 21:46 < Freak> ahjo sis ja a wuascht 21:46 < owl> hi fischkopp. 21:47 < Freak> falsche stadt. 21:47 -!- Mike1 [~mike@odin.informatica.co.cr] has joined #rocklinux 21:47 < owl> Freak: noe. bist doch aus bremen, ja? 21:48 < owl> hola Mike1 21:48 < Freak> "fischkopf" ist aber eine bezeichnung für Hamburger 21:48 < Mike1> ____________ 21:48 < Mike1> < Huhu, Owly > 21:48 < Mike1> ------------ 21:48 < Mike1> \ ,__, 21:48 < Mike1> \ (oo)____ 21:48 < Mike1> (__) )\ 21:48 < Mike1> ||--|| * 21:48 < owl> Freak: dann halt nordlicht. ist doch egaaaaaaaaaal 21:49 < Freak> oki (= 21:49 < tcr> ser Mike1 21:49 < tcr> sers Mike1 21:49 < owl> hi tcr 21:49 < tcr> moinsen 21:50 < Mike1> sers tcr 21:51 < tcr> keeping everything fine? 21:52 < tcr> and mathilda seems to be very thin and skinny .. as a result of the immense buzyness of huebi in the last time i guess :) 21:52 < Mike1> a schätze ich alles bin besser 21:58 < Freak> kinners, jetz bin ich so vollgefressen, dass ich mich am besten gleich ins bettchen lege und meinen kugelbauch streichle ;) 21:58 < owl> wuahahahaha! spinnerder bremer 21:59 < Freak> das hast du ja jetzt nur gesagt, um es gesagt zu haben 21:59 < owl> noe. weil es der wahrheit enspricht. 21:59 < Freak> es hat nur nicht wirklich zu meiner letzten aussage gepasst.. naja n/m 22:00 < owl> sicher hat das gepasst. wegen dieser aussage habe ich es gesacht. 22:00 < Freak> jo. klar :) 22:00 < owl> sicher 22:00 < Freak> also.. gn8 @ll 22:01 < owl> Freak: gn8. cu. 22:01 * Freak fällt nochmal knuddelnd über owl her, um sich mit einem Schock bei ihr zu verabschieden 22:02 < owl> schock. der richtige ausdruck. bye 22:02 < Freak> and he disappeared: 22:13 -!- hioki [~lasergun@63.101.133.1] has joined #rocklinux 22:13 -!- hioki is now known as ceduardo 22:13 -!- ceduardo [~lasergun@63.101.133.1] has quit (Remote closed the connection) 22:28 -!- ceduardo [~lasergun@63.101.133.1] has joined #rocklinux 22:32 -!- ceduardo [~lasergun@63.101.133.1] has left #rocklinux ("... Unas horas jugaré a quererte pero cuando vuelva a amanecer me perderás para siempre ...") 22:42 * owl leaves you now 22:42 < owl> gn8. cu 22:42 -!- owl [~mail-spam@abdba.pppool.de] has quit ("_NULL->Room.Bed()") 23:03 -!- ichilton [~ian@pc3-stoc3-4-cust215.mid.cable.ntl.com] has joined #rocklinux 23:07 < Mike1> cu 23:07 -!- Mike1 [~mike@odin.informatica.co.cr] has left #rocklinux ("Client Exiting") 23:14 -!- tcr [~tobrit@p50813F70.dip.t-dialin.net] has quit ("gn8 all") --- Log closed Fri Oct 18 00:00:41 2002