T2 IRC Log: 2006-03-30

This is the log as captured by an IRC bot in the channel. The statements are those of the individual people and might not neccessarily reflect the policy and legal rules as set forth by the T2 SDE Project.

« prev | next »

--- Log opened Thu Mar 30 00:00:57 2006
00:22 -!- sepp_ [n=sepp@p213.54.135.194.tisdip.tiscali.de] has joined #t2
00:37 -!- sepp [n=sepp@p213.54.136.10.tisdip.tiscali.de] has quit [Read error: 110 (Connection timed out)]
00:53 -!- idealm [n=ideal@218.82.61.97] has quit [Read error: 110 (Connection timed out)]
01:14 -!- idealm [n=ideal@222.66.46.90] has joined #t2
01:15 -!- sparc-kly [n=sparc@64.237.248.246] has joined #t2
01:40 -!- morfoh [n=morfoh@p54BEEE67.dip.t-dialin.net] has quit [Remote closed the connection]
03:12 -!- satch5150 [n=satch@63.96.56.2] has joined #t2
03:13 < satch5150> hi all - how do I install t2 via the network ? the doc emtnions install.bin. but in the tarball i downloaded there is no install.bin
03:17 < satch5150> anyone ?
03:22 -!- satch5150 [n=satch@63.96.56.2] has quit ["Leaving"]
03:45 -!- jgs__ [n=jgs@p54AD3061.dip0.t-ipconnect.de] has joined #t2
03:46 -!- sparc-kly_ [n=sparc@64.237.244.26] has joined #t2
03:51 -!- madtux [i=miguel@pf0.hostarica.com] has joined #t2
03:51 < madtux> hello.
03:54 < sparc-kly_> :P
03:54 -!- jsaw [n=jgs@p54AD2DA7.dip0.t-ipconnect.de] has quit [Read error: 110 (Connection timed out)]
03:54 -!- jgs__ is now known as jsaw
04:01 -!- madtux [i=miguel@pf0.hostarica.com] has quit ["Leaving"]
04:07 -!- sparc-kly [n=sparc@64.237.248.246] has quit [Read error: 110 (Connection timed out)]
04:12 -!- Demian [n=demian@201.206.44.210] has joined #t2
04:12 < Demian> hi
04:31 -!- keinek [n=keinek@200-70-177-58.mrse.com.ar] has joined #t2
04:31 < keinek> hi
04:41 < Stelz> moin, keinek, Demian
04:42 < Demian> um. does someone knows how could i configure samba for [homes] section, so that when the logged-in user creates a file, it is created with its credentials, and not with the running smbd process credentials?
04:44 < keinek> Demian, today is not you lucky day ;)
04:44 < Demian> :(
04:45 < keinek> at this moment everybody in germany is sleeping.
04:45 < keinek> the same thing in red-handed.
04:45 < keinek> try early tomorrow
04:45 < keinek> i dont know how to configure that.
04:45 < keinek> i only use samba for enter in computers with windows
04:46 < Demian> sure, you already told me. thanks
04:46 < keinek> you welcome.
04:50 -!- Stelz [i=stelz@80.240.210.253] has quit ["I feel wonderful... wonderful human beings"]
05:24 -!- mtr_ [n=Michael@pD9E1036F.dip0.t-ipconnect.de] has joined #t2
05:40 -!- mtr [n=Michael@pD9E10F3A.dip0.t-ipconnect.de] has quit [Read error: 110 (Connection timed out)]
05:53 -!- keinek_ [n=keinek@200-70-161-51.mrse.com.ar] has joined #t2
05:54 -!- keinek [n=keinek@200-70-177-58.mrse.com.ar] has quit [Read error: 110 (Connection timed out)]
06:07 -!- Stelz [n=stealth@atomlenin3.rmt.ru] has joined #t2
06:41 < Stelz> rehi
06:41 < Stelz> al
06:41 < Stelz> l
06:41 < Stelz> :>
06:55 < rxr> moin
06:58 < Stelz> moin, rxr
07:06 < rxr> - check(`ip addr add 127.0.0.1/8 dev lo')
07:06 < rxr> + if [ -z "`ip addr show lo | grep '127\.0\.0\.1/8'`" ]; then
07:06 < rxr> + check(`ip addr add 127.0.0.1/8 dev lo')
07:06 < rxr> + fi
07:06 < rxr> ???
07:06 < rxr> that is a joke, right ?
07:20 < mnemoc> nope
07:20 < mnemoc> just add sa ip addr show lo after ip link set lo up
07:25 < mnemoc> do you have a better idea to set lo's ip only if your kernel is not 'modern' enough to set it by itself?
07:28 < rxr> have you read the kernel sources and took a look where it is set up ?
07:29 -!- morfoh [n=morfoh@p54BEEE67.dip.t-dialin.net] has joined #t2
07:29 < _Ragnar_> who broke dietlibc? :P
07:29 < mnemoc> ani wont
07:29 < mnemoc> err
07:29 < mnemoc> no i haven't and i wont
07:30 < mnemoc> i just did the change to have the system.ini have on new and old systems
07:30 < _Ragnar_> ;P
07:30 < mnemoc> system.init*
07:30 < mnemoc> f*... i have this keyboard
07:30 < mnemoc> hate
07:44 < CIA-9> rene * r16469 /trunk/package/base/sysvinit/parse-config-0:
07:44 < CIA-9> * fixed sysvinit/parse-config-9 init detection to only match the root
07:44 < CIA-9> sbin/init, not e.g. additional stuff such as t2-src .../sbin/init
07:45 < CIA-9> rene * r16470 /trunk/package/base/sysvinit/ (config-720.in parse-config): * a few whitespacing and cleanups in sysvinit
07:46 < CIA-9> jsaw * r16471 /trunk/package/cad/qcad/qcad.conf: * fix a typo, that caused qcad no to build on non-64bit systems
07:47 < rxr> so finally I coult test that change of system.init
07:48 < rxr> as I thought it ws untested and the `` do nto expand as you expect due m4 ...
07:48 < CIA-9> chris * r16472 /trunk/package/mail/libetpan/libetpan.desc: * fixed libetpan missing copyright
07:48 < rxr> if [ -z "ip addr show lo | grep 127\.0\.0\.1/8'" ]; then
07:48 < rxr> check(`ip addr add 127.0.0.1/8 dev lo')
07:48 < rxr> fi
07:49 < rxr> but don't bother I'll commit a fix in a sec
07:49 < CIA-9> chris * r16473 /trunk/package/mail/libetpan/libetpan.conf: * added libetpan .conf file with a check for sasl2
07:51 < CIA-9> rene * r16474 /trunk/package/base/sysvinit/system.init:
07:51 < CIA-9> * fixed r16468 to not yield incorrect syntax due to m4 and simplified
07:51 < CIA-9> the statement
07:55 -!- rxr_ [n=rene@e178152102.adsl.alicedsl.de] has joined #t2
07:55 -!- Topic for #t2: T2 | 2.1.1.1 and 2.2.0-epsilon RELEASED! | The System Development Environment (SDE) | http://www.t2-project.org/ | Say hello and do not hesitate to ask us any questions that you may have. | http://www.rafb.net/paste/
07:55 -!- Topic set by mnemoc [] [Sat Mar 11 22:55:45 2006]
07:55 [Users #t2]
07:55 [@ChanServ] [ idealm ] [ LMJ ] [ rxr ] [ Stelz ]
07:55 [ Baldzius] [ jsaw ] [ mnemoc] [ rxr_ ] [ valentin]
07:55 [ CIA-9 ] [ karasz ] [ morfoh] [ sepp_ ] [ _Ragnar_]
07:55 [ Demian ] [ keinek_] [ mtr_ ] [ sparc-kly_]
07:55 -!- Irssi: #t2: Total of 19 nicks [1 ops, 0 halfops, 0 voices, 18 normal]
07:55 -!- [freenode-info] if you need to send private messages, please register: http://freenode.net/faq.shtml#privmsg
07:55 -!- Channel #t2 created Sun Aug 8 19:15:33 2004
07:55 < mnemoc> uhm, i forgot that... i should have used $( ), sorry
07:55 -!- Irssi: Join to #t2 was synced in 28 secs
08:03 -!- rxr [n=rene@e178187165.adsl.alicedsl.de] has quit [Read error: 145 (Connection timed out)]
08:10 < mnemoc> Cksum ERROR: download/mirror/e/exact-image-0.0.6.tar.bz2.cksum-err (2608454259)
08:12 < mnemoc> Cksum ERROR: download/mirror/p/pspresent-1.3.tar.gz.cksum-err (2460359099)
08:17 < CIA-9> rene * r16475 /trunk/package/graphic/exact-image/exact-image.desc: * updated the exact-image checksum, due to a repacking before the upload
08:21 < valentin> moin
08:28 < morfoh> moin valentin
08:35 -!- Stelz [n=stealth@atomlenin3.rmt.ru] has quit [Read error: 110 (Connection timed out)]
08:35 < CIA-9> rene * r16476 /trunk/target/archivista/rootfs/home/archivista/update-restore.sh: Wrong rights after update for ocr licence file
08:35 < valentin> moin morfoh
08:35 < valentin> rxr: pls renick and register
08:36 < CIA-9> chris * r16477 /trunk/package/mail/libetpan/libetpan.conf: * disabled sasl2 support for libetpan because it seems not to be API compatible
08:49 < morfoh> does someone can publish a proper firefox and thunderbird .cache file ?
09:04 < rxr_> re
09:04 -!- You're now known as rxr
09:05 < rxr> done
09:11 < CIA-9> amery * r16478 /trunk/package/mail/thunderbird/thunderbird.cache: * injected a .cache file for thunderbird from a non-segfaulting build
09:13 < CIA-9> amery * r16479 /trunk/scripts/Config: * improved Config to not accept Ctrl-C which destroy your precious data
09:16 < CIA-9> rene * r16480 /trunk/package/www/firefox/firefox.cache: * added a current firefox.cache
09:30 < CIA-9> amery * r16481 /trunk/scripts/Config: * fixed scripts/Config to abort if confdialog is not built succesfully
09:56 < CIA-9> rene * r16482 /trunk/package/base/setarch/setarch.desc: * updated setarch (1.8 -> 1.9)
09:57 -!- morfoh_ [n=morfoh@p54BED01B.dip.t-dialin.net] has joined #t2
10:12 -!- morfoh [n=morfoh@p54BEEE67.dip.t-dialin.net] has quit [Read error: 110 (Connection timed out)]
10:29 -!- idealm [n=ideal@222.66.46.90] has quit [Read error: 110 (Connection timed out)]
10:30 < CIA-9> rene * r16483 /trunk/package/emulators/dosbox/dosbox.desc: * updated dosbox (0.63 -> 0.65)
10:35 -!- keinek_ [n=keinek@200-70-161-51.mrse.com.ar] has quit [Read error: 104 (Connection reset by peer)]
10:44 -!- idealm [n=ideal@218.82.61.97] has joined #t2
11:10 < CIA-9> rene * r16484 /trunk/package/graphic/asymptote/ (asymptote.conf asymptote.desc dont_rebuild_ls-R.patch): * updated asymptote (1.02 -> 1.03)
11:10 -!- Stelz [n=stealth@atomlenin3.rmt.ru] has joined #t2
12:05 < CIA-9> rene * r16485 /trunk/target/archivista/rootfs/home/archivista/update-restore.sh: * finally fixed archivista OCR registration restore
12:46 < karasz> moin all
12:51 < Baldzius> moin karasz
12:51 < karasz> hello Baldzius
13:00 < CIA-9> aldas * r16486 /trunk/package/develop/doxygen/ (4 files):
13:00 < CIA-9> * added doxygen/gcc41.patch
13:00 < CIA-9> * copyright update
13:03 -!- sparc-kly_ [n=sparc@64.237.244.26] has quit [Read error: 104 (Connection reset by peer)]
13:41 -!- Stelz [n=stealth@atomlenin3.rmt.ru] has quit ["I feel wonderful... wonderful human beings"]
13:50 < CIA-9> rene * r16487 /trunk/package/kde/yakuake/yakuake.desc:
13:50 < CIA-9> Nagy Karoly Gabriel
13:50 < CIA-9> * updated yakuake.desc
14:09 < mtr_> hi
14:09 -!- mtr_ is now known as mtr
14:09 < mtr> Error logs from talpha-2.2.0-alpha-alpha-cross-embedded:
14:09 < mtr> 84 builds total, 53 completed fine, 31 with errors.
14:10 < mtr> rxr: ^-- a bit more than a fun todo ;-)
14:12 < rxr> heh
14:12 < rxr> go go
14:13 < rxr> but I did my part of funny stuff as well
14:13 < rxr> watch a commit in a minute
14:17 < mtr> oeehm, /lib/libc.so.0 is missing :-( <-- that#s with uClibc, probably i should test with dietlibc?
14:18 < rxr> yes, dietlibc I meant
14:18 < rxr> I have not tried uclibc the last weeks
14:20 < mtr> 1-uclibc.log:
14:21 < mtr> Not building shared libraries ...
14:21 < mtr> ...
14:21 < mtr> starting over with dietlibc now
14:24 < CIA-9> rene * r16488 /trunk/package/editors/vim/t2-desc.patch:
14:24 < CIA-9> * updated vim .desc matching for all the latest .desc additions, when
14:24 < CIA-9> have this colorization it shold at least match more of the content ,-)
14:31 < rxr> ^- ,-)
14:31 < rxr> sent upstream
14:31 < rxr> happy .desc syntax matching ,-))
14:39 -!- Stelz [i=stelz@80.240.210.253] has joined #t2
14:39 < Stelz> rehiall
14:40 < rxr> rehiStelz
14:48 < Stelz> heloorxrhowru?
14:48 < Stelz> :)
14:49 < morfoh_> hi STelz-o-Maniac :)
14:49 < Stelz> hi, morfoh_ ;)
14:55 < rxr> heh
14:57 -!- morfoh_ is now known as morfoh
15:00 < rxr> hm
15:00 < rxr> subversion on trunk does not build due swig ?
15:00 < rxr> can someone confirm or NACK ?
15:01 < karasz> if you can wait a lil...
15:02 * rxr a bit off in some seconds - but I'll be back in 30m
15:02 < rxr> cu then
15:06 < morfoh> hi tavarish karasz :)
15:09 < Baldzius> hi morfoh
15:10 < karasz> moin all
15:10 < karasz> kommrad... :)
15:10 < morfoh> hi Baldzius :)
15:10 < Baldzius> rxr: last swig update was from my last ref build so it should work or it worked for me
15:12 < karasz> subversion fails due to swig
15:14 < Baldzius> hm
15:16 < Baldzius> karasz: can you plz try to re-compile without autogen.patch.bz2
15:16 < karasz> hmmm?
15:16 < karasz> here is the err log http://www.x5.ro/regressions/ERROR-LOG
15:19 < Baldzius> never mind it won't help :)
15:56 < rxr> re
15:56 < rxr> int height = height; // silence GCC
15:56 < karasz> rxr http://www.x5.ro/regressions/ERROR-LOG
15:56 < rxr> does not get rid of the warning with 4.1 anymore :-(
15:56 < Stelz> hey, karasz :)
15:56 < karasz> hello Stelz
16:19 < LMJ> evening guys
16:19 < LMJ> I wonder what is the name of the packages where i could find "dig" or "host", do you have an idea please ?
16:19 < morfoh> LMJ: bind ? :p
16:20 < morfoh> LMJ: bonsoir btw :)
16:20 < LMJ> bonsoir morfoh ;)
16:20 < LMJ> i'm forced to install bind ?
16:20 < mnemoc> hi :)..... has anyone been able to build perl with diet?
16:20 < morfoh> LMJ: btw, I don't resommmend it :(
16:20 < morfoh> recommend :p
16:20 < mnemoc> are you forced to use "dig" and "host"?
16:20 < LMJ> i have to test some DNS config for homeworks
16:21 < morfoh> LMJ: for school ?
16:21 < LMJ> kind of
16:21 < morfoh> LMJ: if yes ... beat up your teacher
16:21 < morfoh> :p
16:23 < LMJ> hehe
16:23 < LMJ> i already beat them
16:23 < LMJ> to annouced me they want to teach me : PHP + Perl + Python
16:24 < LMJ> and not Ruby because it's not a today language, but a tomorrow one
16:30 < rxr> because it does not start with a P
16:30 < Baldzius> rxr: try subversion without r16351
16:30 < rxr> tell them t2 renamed to p2 ,-)
16:30 < LMJ> LOL
16:30 < karasz> p2 pray to?
16:31 < LMJ> so nslookup/dig/host comes with BIND :-/
16:31 < rxr> LMJ: yes :-(
16:37 < LMJ> so
16:38 < LMJ> how the fresh website going ? :-p
16:38 < mnemoc> waiting for you to fix the CSS
16:38 < LMJ> hehe
16:38 < LMJ> where ?
16:39 < mnemoc> http://t2.ixplanet.net/t2/
16:39 < Baldzius> Firefox can't find the server at t2.ixplanet.net.
16:39 < LMJ> me neither
16:40 < mnemoc> uhm
16:40 < mnemoc> maybe .de?
16:40 < Baldzius> :)
16:40 < LMJ> better
16:40 < LMJ> what should be fixed exactly ?
16:40 < mnemoc> the menubar
16:40 < mnemoc> between each element there is a 'bite'
16:41 < LMJ> the horizontal bar
16:42 < mnemoc> yes
16:43 < LMJ> i see a little pixel who is missing on each corner/end of items, that the thing you don't like ?
16:43 < mnemoc> ack
16:43 < LMJ> of the little vertical bar (like a pipe | ) who stay blue ?
16:44 < LMJ> ok
16:44 < LMJ> i think the background blue band do that
16:48 < LMJ> SO
16:48 < LMJ> I think i can't find a magic solution ;)
17:02 < mnemoc> :(
17:02 < morfoh> LMJ: for me it must not be a magic solution ... ;)
17:03 < LMJ> ok, in that case, Harry-LMJ-Potter will check this asap
17:04 < Stelz> =)
17:04 < Stelz> hi, LMJ
17:05 < LMJ> hello Stelz
17:40 -!- morfoh [n=morfoh@p54BED01B.dip.t-dialin.net] has quit [Remote closed the connection]
17:49 -!- morfoh [n=morfoh@p54BED01B.dip.t-dialin.net] has joined #t2
17:50 -!- owl [n=owl@193.93.28.218] has joined #t2
17:50 < owl> moin
17:56 < karasz> moin owl
17:57 < owl> hi karasz
18:30 < CIA-9> aldas * r16489 /trunk/package/network/xmule/ (gcc41.patch xmule.conf xmule.desc):
18:30 < CIA-9> * added xmule/gcc41.patch
18:30 < CIA-9> * copyright update
18:41 < morfoh> hi owl
18:41 < morfoh> and bbl :)
18:42 -!- morfoh [n=morfoh@p54BED01B.dip.t-dialin.net] has quit [Remote closed the connection]
18:43 < CIA-9> amery * r16490 /trunk/package/java/kaffe/ (hotfix_alsalib.patch kaffe.desc): * updated kaffe (1.1.7-rc1 -> 1.1.7)
19:02 < CIA-9> aldas * r16491 /trunk/package/textproc/tex4ht/ (tex4ht.conf tex4ht.desc):
19:02 < CIA-9> * fixed typo in tex4ht.conf -> use match_source_file with -p
19:02 < CIA-9> flag
19:02 < CIA-9> * copyright update
19:04 < LMJ> ping someone
19:04 < LMJ> mnemoc ?
19:05 < owl> hi LMJ
19:05 < _Ragnar_> pong
19:05 < owl> hi _Ragnar_
19:05 < _Ragnar_> hi hi :)
19:06 < LMJ> the little "squarre" missing on each items on the horizontal menu bar is only available on Firefox/Opera Linux as far i see, not on IE/Firefox/Opera on Windows
19:06 < LMJ> hy _Ragnar_ and owl
19:12 < LMJ> http://t2.ixplanet.de/t2/ <--- HUGE MESS OF CSS
19:13 < LMJ> correction
19:13 < LMJ> HUGE MESS
19:18 < LMJ> ok
19:18 < LMJ> this must be a joke
19:20 < mnemoc> re
19:22 < Stelz> rehi, mnemoc
19:23 < LMJ> re re re
19:23 < Stelz> mnemoc: wanna look @ cosmic gate-lovers? L(
19:23 < Stelz> *:)
19:23 < Stelz> http://vex.oze.net/shots/rizn.png
19:23 < owl> hi Stelz , mnemoc
19:23 < Stelz> he is 20 years old
19:23 < Stelz> :)
19:23 < Stelz> hello, owl ;)
19:26 < owl> .oO( you know strange people, my friend )
19:26 < Stelz> :)
19:26 < Stelz> yeah, i know it too
19:29 < owl> good
19:30 < Stelz> 23:32 | ~ LeGauche (cb4e@trance.music.forever) has quit [Ping timeout]
19:30 < Stelz> ownz :)
19:30 < Stelz> nice vhost..
19:32 < mnemoc> hi LMJ
19:48 < mnemoc> hi Stelz, owl ita
19:48 < Stelz> :)
19:49 < mnemoc> :(
19:49 < Stelz> mnemoc: ?
19:49 < Stelz> u don't like this screenshot?
19:49 < Stelz> :(
19:49 < mnemoc> it's owlita an not "owl ita" :)
19:49 < Stelz> lol
19:50 < owl> hehe, mnemoc ;)
19:53 < mnemoc> :)
20:35 < karasz> re all
20:36 < mnemoc> wb karasz
20:37 < karasz> thx mnemoc
20:38 < karasz> mnemoc: I am preparing to build a desktop mnemosyne.....
20:39 < karasz> using HEAD
20:39 < mnemoc> :)
20:39 < mnemoc> i'm sit on one
20:39 < karasz> :)
20:39 < karasz> good
20:40 < mnemoc> built 3 days ago
20:40 < karasz> anything that I should be aware of?
20:40 < mnemoc> but 1) the original rockplug++ got dynamic so i had to run mkinitrd by hand between installing and the first reboot
20:41 < mnemoc> 2) hal/dbus doesn't work because hal.hotplug helper is missing
20:41 < mnemoc> and 3) thunderbird and firefox, when they are built inside Build-Target segfaul on runtime, so you have to re-emerge them after installing the box
20:42 < karasz> 3 shouldn't be a problem
20:43 < Demian> bye
20:43 -!- Demian [n=demian@201.206.44.210] has left #t2 []
20:46 < karasz> but what abt 2?
20:48 < mnemoc> i have no idea where does /usr/libexec/hal.hotplug comes from, and 50-hal.rules needs it
20:49 < karasz> aham
21:11 -!- morfoh [n=morfoh@p54BEF041.dip.t-dialin.net] has joined #t2
21:12 < morfoh> re hi ;)
21:12 < karasz> re hi kommrad :)
21:12 -!- sparc-kly [n=sparc@64.237.243.184] has joined #t2
21:13 < morfoh> hi tavarish karasz ... nice to see you :)
21:13 < sparc-kly> hi all
21:13 < karasz> hi sparc-kly
21:13 < sparc-kly> :)
21:14 < morfoh> sparc-kly: hi "puertorriqueño"
21:14 < sparc-kly> hey ! morfoh . heheh
21:14 < morfoh> sparc-kly: :p
21:35 -!- Baldzius_ [n=baldzius@85.206.102.133] has joined #t2
21:35 < karasz> wb Baldzius
21:36 < Baldzius_> :)
21:36 < karasz> even Baldzius_
21:37 < Baldzius_> yeah, Baldzius is my evil twin brother :)
21:37 < karasz> I thought that Baldzius_ is the twin brother....
21:38 < karasz> but maybe I was mistaken
21:38 < Baldzius_> black magic :)
21:39 < karasz> anyway, wb brothers :D
21:40 < Baldzius_> kill -9 Baldzius
21:40 -!- Baldzius [n=baldzius@85.206.101.36] has quit [Read error: 110 (Connection timed out)]
21:41 -!- Baldzius_ is now known as Baldzius
21:41 < Baldzius> :)
21:46 < CIA-9> aldas * r16492 /trunk/package/scientific/epix/ (epix.conf epix.desc):
21:46 < CIA-9> * added -ffriend-injection to gcc calls
21:46 < CIA-9> ( this makes epix compile with gcc=>4.1 )
21:46 < CIA-9> * copyright update
22:13 < _Ragnar_> http://go.fark.com/cgi/fark/go.pl?IDLink=1986011&location=http%3A%2F%2Fwww.motherjones.com%2Fnews%2Fexhibit%2F2006%2F03%2Fintellectual_property.html
22:13 < _Ragnar_> oops
22:15 < CIA-9> chris * r16493 /trunk/package/security/libprelude/libprelude.desc: * updated libprelude (0.9.7.1 -> 0.9.7.2)
22:15 < CIA-9> chris * r16494 /trunk/package/security/libpreludedb/libpreludedb.desc: * updated libpreludedb (0.9.7 -> 0.9.7.1)
22:15 < morfoh> karasz: wb :)
22:15 < karasz> ?
22:16 < karasz> was I away?
22:16 < karasz> without me knowin?
22:16 < morfoh> 23:43 < karasz> anyway, wb brothers :D
22:16 < karasz> that was for Baldzius brothers :D
22:16 < morfoh> anyway :)
22:17 < karasz> then thx kommrad morfoh :)
22:17 < morfoh> yw kommrad :)
22:19 < Baldzius> :)
22:26 -!- Demian [n=demian@201.206.44.210] has joined #t2
22:36 < CIA-9> aldas * r16495 /trunk/package/network/samba/samba.desc:
22:36 < CIA-9> * updated samba (3.0.21c -> 3.0.22)
22:36 < CIA-9> * security update: CVE-2006-1059
22:45 -!- Demian [n=demian@201.206.44.210] has left #t2 []
23:25 -!- keinek [n=keinek@200-70-160-97.mrse.com.ar] has joined #t2
23:27 -!- mnemoc [n=amery@user4-2.tutopia-dialup.ifxnw.cl] has quit [Read error: 110 (Connection timed out)]
23:31 < keinek> hi
23:31 < karasz> hi keinek
23:32 < sparc-kly> hi keinek karasz
23:38 -!- mnemoc [n=amery@200.73.88.2] has joined #t2
23:45 < _Ragnar_> !> ../libtool: line 5906: i686-t2-linux-gnu-ar: command not found
23:45 < _Ragnar_> in 3-cracklib
23:50 -!- Stelz [i=stelz@80.240.210.253] has quit [Read error: 110 (Connection timed out)]
--- Log closed Fri Mar 31 00:00:03 2006