T2 IRC Log: 2009-08-06

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 Aug 06 00:00:38 2009
00:32 -!- kfries [n=kfries@fw0.cctus.com] has joined #t2
00:33 -!- kfries [n=kfries@fw0.cctus.com] has quit [Client Quit]
02:50 -!- Netsplit kornbluth.freenode.net <-> irc.freenode.net quits: T-One, mtr, TobiX, dsoul
02:53 -!- Netsplit over, joins: T-One, TobiX, dsoul, mtr
08:08 -!- mpp [n=mpp@2a01:48:251:301:21a:6bff:fe35:820a] has joined #t2
08:08 < mpp> moinsen
09:29 < jncneo> koan: seems i have it...
09:40 < rxr> moin moin
09:45 -!- Baldzius [n=aldas@87-198-133-94.ptr.magnet.ie] has joined #t2
09:45 < rxr> hey Baldzius
09:45 < Baldzius> moin
09:45 < Baldzius> hi rxr
09:45 < rxr> also got some attr error in my from scratch x86-64 build
09:46 < rxr> cp: error while loading shared libraries: /lib64/libattr.so.1: file too short
09:47 < Baldzius> :/
09:47 < rxr> more :-)
09:47 < Baldzius> so only x86_64 is affected?
09:47 < rxr> reproduceable, so fixable :-)
09:47 < Baldzius> as trunk builds fine on x86
09:47 < Baldzius> good then
09:48 < Baldzius> as this error ir torturing me half a year
09:48 < Baldzius> is*
09:48 < rxr> :-(((
09:50 < jncneo> i need help one more time....
09:50 < jncneo> during build dropbear i have error:
09:50 < jncneo> checking for deflate in -lz... no
09:50 < jncneo> configure: error: *** zlib missing - install first or check config.log ***
09:50 < jncneo> Due to previous errors, no 1-dropbear.log file!
09:51 < jncneo> but zlib is installed...
09:51 < rxr> maybe only on your host, not the t2 target =
09:51 < rxr> ?
09:51 < rxr> the emebdded-minimal was just a quick demo, it might not have been "complete", yet
09:52 < jncneo> :-( that was just what i needed....
09:52 < rxr> but I take a look
09:52 < jncneo> thanks
09:52 < rxr> maybe it's just "one selection" for zlib missing
09:53 < jncneo> i;ve also built package zlib manually but it didn't affect
09:53 < rxr> how did you build?
09:53 < jncneo> ./scripts/Build-Pkg zlib
09:53 < rxr> that installs into your running system
09:54 < rxr> (which might not even be t2)
09:54 < rxr> Build-Target -job 1-zlib would be to build a single package into your sandbox
09:54 < jncneo> ah! thank you! i'll check it right now
09:54 < rxr> but the -job thing will only build it if it was selected in your target
09:54 < rxr> (I think)
09:55 < jncneo> it builds...
09:55 < rxr> I added it now
09:56 < CIA-69> rene * r33799 /trunk/target/embedded-minimal/pkgsel: * added zlib (for dropbear) to the embedded-minimal example
09:57 < jncneo> now it builds. thank you one more time :)
09:57 < CIA-69> rene * r33800 /trunk/package/archiver/zziplib/zziplib.desc: * updated zziplib (0.13.56 -> 0.13.57)
09:57 < rxr> the embedded-minimal is truely minimal
09:57 < rxr> I hope you know that
09:57 < rxr> what exactly do you want to do with your "embedded" target ?
09:57 < jncneo> that's really what i need
09:57 < CIA-69> rene * r33801 /trunk/package/xorg/xextproto/xextproto.desc: * updated xextproto (7.0.5 -> 7.1.0)
09:57 < rxr> good :_)
09:57 < jncneo> i need just to start callweaver and a simple web-interface to it
09:59 < jncneo> is there any way to add some more packages to target?
10:00 < rxr> sure, multiple ways
10:00 < rxr> the easier, ad-hoc is just to edit the target/minimal-embedded/pkgsel
10:00 < rxr> target/embedded-minimal/pkgsel even
10:00 < CIA-69> rene * r33802 /trunk/package/xorg/xf86-input-evdev/xf86-input-evdev.desc: * updated xf86-input-evdev (2.2.3 -> 2.2.4)
10:01 < jncneo> that's what i need!
10:01 < jncneo> great distro! thanks
10:01 < rxr> as logn term solution I would copy the whole target directory and name it after your thing there
10:02 < rxr> like embedded-callweaver or so
10:02 < rxr> so you have all in one place to backup, version and share etc.
10:02 < jncneo> that's even better and easier that i thought
10:03 < CIA-69> rene * r33803 /trunk/package/network/squid/squid.desc: * updated squid (3.0.STABLE17 -> 3.0.STABLE18)
10:08 < CIA-69> rene * r33804 /trunk/package/emulators/qemu/qemu.desc: * updated qemu (0.10.5 -> 0.10.6)
10:12 < CIA-69> rene * r33805 /trunk/package/emulators/libvirt/libvirt.desc: * updated libvirt (0.6.0 -> 0.7.0)
10:21 < rxr> Baldzius: I'll do some other work right now
10:21 < rxr> but I'll look into this attr breakage ASAP, hopefully today
10:22 < CIA-69> rene * r33806 /trunk/package/network/silc-client/silc-client.desc: * updated silc-client (1.1.7 -> 1.1.8)
10:22 < Baldzius> thanks, no hassle
10:41 -!- regomodo [n=jon@host81-159-18-101.range81-159.btcentralplus.com] has joined #t2
10:44 < jncneo> is there any package with which i can configure my ethernet interfaces like with /etc/network/interfaces file in Debian?
10:45 < regomodo> ifconfig
10:45 < jncneo> thanks
10:46 < Baldzius> /etc/conf/network
10:47 < jncneo> Baldzius: is this file exist in default embedded configuration?
10:48 < Baldzius> don't really know
10:48 < Baldzius> I think it should at least of you run stone
10:48 < Baldzius> and pick network configuration
10:48 < jncneo> ok, thanks, i'll check
10:49 < rxr> no
10:49 < rxr> your minimal embedded is very bare bone
10:50 < rxr> you can add net-tools, iproute2 and/or iptables depending on your needs
10:50 < jncneo> ok. thanks!
10:50 < rxr> the t2 homepage serach can help you to find packages for certain files
10:50 < rxr> e.g. if you look for ifconfig, just search for it on the t2 site:
10:50 < rxr> http://t2-project.org/search/?cx=010888532094808064914%3Aq0bx6ixm8lk&cof=FORID%3A11&ie=UTF-8&q=ifconfig#1341
10:51 < rxr> brings up net-tools :-)
10:51 < rxr> oh
10:51 < rxr> dependng ony our needs the stripped down, very pure busybox replacements might be enough for you
10:52 < jncneo> i don't think so. but bet-tools is really what i need
11:22 -!- mpp [n=mpp@2a01:48:251:301:21a:6bff:fe35:820a] has quit [Remote closed the connection]
11:27 [Users #t2]
11:27 [@ChanServ] [ bitdance-vacatio] [ jncneo ] [ mqueiros_] [ regomodo] [ T-One]
11:27 [ _| ] [ CIA-69 ] [ koan ] [ mtr ] [ rxr ] [ TobiX]
11:27 [ Baldzius] [ dsoul ] [ mjungwirth] [ oliv` ] [ Stealth ]
11:27 -!- Irssi: #t2: Total of 17 nicks [1 ops, 0 halfops, 0 voices, 16 normal]
11:39 < rxr> ok - some other minutes spent on some fun: http://rene.rebe.name/2009-08-06/exactimage-quicklook-plugin-now-with-improved-pcx-support/
11:42 < Baldzius> rxr: do you have kde 4.3 lingering in your build?
11:48 < rxr> nope
11:48 < rxr> feel free to update
11:48 < Baldzius> ok
11:48 < Baldzius> I will do blind update partially
11:48 < Baldzius> will check kdelibs and kdebase*
11:49 < Baldzius> if they compile fine, I will update the rest with no testing
11:49 < Baldzius> shouldn't be a big problem
11:50 < rxr> sure
12:10 < rxr> http://rene.rebe.name/2009-08-06/tip-of-the-week-run-your-rented-car-automatic-transmission-in-comfort-mode/
12:12 -!- mpp [n=mpp@2a01:48:251:301:21a:6bff:fe35:820a] has joined #t2
12:13 < rxr> moin mpp
12:14 < Baldzius> not sure how germany but in general automatic costs double comparing to mechanical trasmission
12:14 < rxr> probably dpeends on the inteligence of the manually shifting driver :-)
12:16 < Baldzius> rxr , do you have a car yourself?
12:16 < rxr> nope
12:16 < rxr> we only rent one seldomely
12:16 < Baldzius> me neither
12:16 < rxr> e.g. for trade shows, or client visits
12:16 < rxr> very seldomly
12:16 < Baldzius> yeah
12:16 < Baldzius> ame here
12:16 < Baldzius> same*
12:16 < rxr> maybe this was the 3rd time this year
12:17 < Baldzius> heh
12:17 < Baldzius> I am lucky if I get this chance once a year
12:17 < Baldzius> 0 for this year so far :)
12:17 < rxr> :-)
12:17 < mpp> moinsen rxr
12:17 < Baldzius> hey mpp
12:17 < rxr> well, we cycle or walk to the office
12:17 < rxr> 3km right now
12:18 < Baldzius> I bought a scooter last year
12:18 < rxr> but it will be just about 1km soon - as we're moving
12:18 < Baldzius> for is 7km
12:18 < Baldzius> scooter is fun
12:18 < rxr> :-)
12:18 < rxr> lucky you
12:18 < Baldzius> even though wather is not the best
12:18 < Baldzius> talking about the rain
12:18 < rxr> I can imagine
12:18 < Baldzius> the rest if fine
12:19 < Baldzius> but what I like here that I can drive all year long
12:19 < Baldzius> full year season as we don't have minus degree
12:19 < rxr> that sounds really good
12:19 < Baldzius> indeed
12:19 < rxr> when I visited Ireland soem 10y ago the summer was extraordinary hot
12:19 < rxr> 3 weeks of nearly pure sunshine
12:19 < rxr> only like 3 days of rain
12:19 < Baldzius> hehe
12:20 < rxr> which was actually quite good for our 3 wekek bike tour :-)
12:20 < Baldzius> 3 weeks of sunshine in Ireland today
12:20 < Baldzius> everyone would laugh :)
12:20 < rxr> http://rene.rebe.name/photos/?p=/Ireland/
12:20 < Baldzius> we got 3 weeks of rain July
12:20 < Baldzius> in July
12:21 < rxr> http://rene.rebe.name/photos/?p=/Ireland/&index=19
12:21 < Baldzius> and it seems like every year it rains more and more
12:21 < rxr> I now have a dia / film scanner
12:21 < rxr> I shoudl re-scan those analog takes
12:21 < rxr> scanned the 10x15 prints with a flatbed some decade ago
12:22 < rxr> guess scanning the negatives with some 5400 dpi would do better today :-)
12:23 < rxr> and I propably should gonna visit Ireland sometime soon :-)
12:23 < Baldzius> how many people were traveling with you back then? 2?
12:24 < rxr> yeah me and a friend
12:24 < rxr> just us 2
12:28 < Baldzius> ic
13:08 -!- sarpedon [n=sarpedon@213.174.252.112] has joined #t2
13:08 [Users #t2]
13:08 [@ChanServ ] [ CIA-69] [ mjungwirth] [ oliv` ] [ Stealth]
13:08 [ _| ] [ dsoul ] [ mpp ] [ regomodo] [ T-One ]
13:08 [ Baldzius ] [ jncneo] [ mqueiros_ ] [ rxr ] [ TobiX ]
13:08 [ bitdance-vacatio] [ koan ] [ mtr ] [ sarpedon]
13:08 -!- Irssi: #t2: Total of 19 nicks [1 ops, 0 halfops, 0 voices, 18 normal]
13:11 -!- sarpedon is now known as mj-netbits
14:04 -!- jon [n=jon@host86-153-90-19.range86-153.btcentralplus.com] has joined #t2
14:04 -!- jon is now known as Guest72906
14:10 -!- Baldzius [n=aldas@87-198-133-94.ptr.magnet.ie] has quit ["to test kde 4.3"]
14:11 < mj-netbits> has someone package "minicom" compiled for intel 64Bit
14:12 < mj-netbits> ahm mjungwirth = mj-netbits = at home :)
14:12 < rxr> doesn't compile?
14:12 < mj-netbits> no
14:12 < rxr> used to work on my x86-64 ...
14:12 < rxr> hm
14:12 < mj-netbits> hmm
14:12 < mj-netbits> minicom.c:162: error: conflicting types for 'getline'
14:13 < rxr> oh
14:13 < rxr> ok - then it probably just broke recently
14:13 < rxr> like with some last update of some other package (glibc?)
14:13 < mj-netbits> /tv/ocios/build/ocios-i64c2-8.0-trunk-ocilion-x86-64-core2-cross/usr/include/stdio.h:651: error: previous declaration of 'getline' was here
14:13 < mj-netbits> hmm
14:13 < mj-netbits> moment i check the source
14:14 < rxr> I just test compile :-)
14:14 -!- regomodo [n=jon@host81-159-18-101.range81-159.btcentralplus.com] has quit [Read error: 110 (Connection timed out)]
14:15 < mj-netbits> thx
14:16 < rxr> ok - moment
14:16 < rxr> maybe you check the configure or google in the meantime
14:16 < rxr> probably some oneliner fix?
14:25 < Guest72906> Hi. I'm trying to build a minimal+X install in t2-7.0 but i keep seeing to following error on practically everything X
14:26 < Guest72906> Creation of binary package isn't possible, because the package was not
14:26 < Guest72906> !> built successfully in (at least) the current stage.
14:26 < rxr> the error is some line aboves
14:26 < rxr> or in the build/.../var/adm/logs/Ã-$pkg.err
14:28 < Guest72906> i'm getting "Did you run ./scripts/Download for this package?" but int he build guide it says you don't need to do this
14:29 < rxr> maybe you got download errors
14:29 < rxr> either timeout, no connection or mismatch in the checksum ?
14:30 < Guest72906> There was something about checksums so I went into download/mirror/x/ and removed everything
14:30 < rxr> try scripts/Download -cfg ... -required
14:30 < rxr> so you see upfront what download errors you get
14:30 < Guest72906> doing so atm
14:30 -!- Guest72906 is now known as regomodo
14:32 -!- Baldzius [n=aldas@87-198-133-94.ptr.magnet.ie] has joined #t2
14:32 < rxr> minicom.c:162: error: conflicting types for 'getline'
14:32 < rxr> /usr/include/stdio.h:651: error: previous declaration of 'getline' was here
14:32 < rxr> mj-netbits: confirmed :-(
14:33 < rxr> my laptop install is some months older ... there it built ...
14:33 < rxr> guess glibc or so
14:33 < mj-netbits> yes i have found it
14:33 < mj-netbits> i create a patch
14:34 < regomodo> hmm. I've made sure I ran the download script but then there were some errors about lockfiles in src/
14:34 < rxr> hm
14:34 < rxr> strange
14:34 < rxr> maybe something wrong with your underlying host system?
14:34 < rxr> maybe remove and retry
14:35 < regomodo> I got rid of them and still the building of x* fails
14:35 < regomodo> missed an error ERROR: Found download/mirror/t/trapproto-3.4.3.tar.bz2.cksum-err.
14:37 < regomodo> ok, i've reran the download script and told it to build again. So far it appears to be working
14:39 < mj-netbits> so finished
14:39 < mj-netbits> patch send to you rxr. have fun :)
14:39 < rxr> thanks
14:39 < rxr> have fun, too
14:40 < rxr> thanks god for the aircon
14:40 < rxr> I guess I would die here otherwise :-(
14:41 < rxr> google lists 22°C ?!?!?!?
14:41 < rxr> and cloudy?
14:41 < mj-netbits> :)
14:41 < rxr> where does their wehther forcast live ...
14:42 < rxr> it's at least 28°C outside ...
14:42 < rxr> plus the computer heat radiation and south side office windows ...
14:42 < mj-netbits> at me 31C
14:43 < rxr> heh
14:43 < rxr> http://www.accuweather.com/world-index-forecast.asp?partner=accuweather&locCode=EUR%7CDE%7CGM003%7CBERLIN%7C&u=1
14:43 < mj-netbits> omg on my netbook (nc20) no degree sign was found
14:43 < rxr> 23 realfeal 26 ???
14:43 < rxr> nc20?
14:43 < rxr> via nano ?
14:43 < mj-netbits> samsung nc20
14:43 < mj-netbits> yes
14:43 < mj-netbits> i love it
14:43 < rxr> cool
14:43 < rxr> does it have the VT extension ?
14:44 < rxr> can you make a harware entry for the t2 site ?
14:44 < mj-netbits> ahm moment
14:44 < rxr> http://www.t2-project.org/hardware/portable/Samsung/NC20/
14:44 < rxr> oh - have it already .-)
14:44 < mj-netbits> hmm its windows running (don't cry)
14:44 < rxr> forgot I was at some shop to test it
14:44 < rxr> nah, don't cry
14:44 < rxr> I just need the stepping of your cpu
14:44 < rxr> 2 or 3 ?
14:45 < rxr> maybe check the next time you have a free sec
14:45 < mj-netbits> hmm moment i install the cpuz tool
14:45 < rxr> there are even colorful cpuinfo things for windows :-)
14:45 < rxr> ah - yeah - like that one
14:45 < rxr> I see windows so seldomly I keep forgetting those names :-9
14:45 < mj-netbits> sorry im a linux user :)
14:45 < rxr> yeah - got some windows vm here for bookkeeping as well :-)
14:46 < rxr> and ported some our our frameworks to windows this year
14:46 < rxr> was fun, nicely shielded in some lovely VMs :-)
14:46 < mj-netbits> :)
14:46 < rxr> acutlly right now I'm in OSX :_)
14:48 < rxr> did you got your nc20 recently, or some months ago already ?
14:48 < rxr> I
14:48 < rxr> 'm still waiting to get a nano with functional VT
14:48 < rxr> stepping 3 is said to be finally good
14:48 < rxr> http://rene.rebe.name/2009-06-08/via-nano-stepping-3-for-functional-vt/
14:55 < mj-netbits> http://www.mocis.at/new/index.php/gallery/category/40-samsung-nc20-cpuz
14:55 < mj-netbits> stepping 2
14:56 < rxr> ah yeah
14:56 < rxr> how long do you have it?
14:56 < rxr> months or just new ?
14:56 < mj-netbits> hmm i think 1 month
14:56 < rxr> (just to get an idea if via finally got the updated silicon shipping)#
14:56 < rxr> ok - thanks
14:57 < rxr> with there would be some 10" high-res netbook with via nano stepping 3 and some 1.6GHz
14:57 < rxr> would immediatly buy it ...
14:58 < mj-netbits> i think 10'' is too small for me
14:58 < rxr> I can imagine
14:58 < rxr> I just need something very portable
14:58 < rxr> for me those 8" (<10") are way too small indeed
14:59 < rxr> relatives got the first acer aspire one
14:59 < mj-netbits> :)
14:59 < rxr> 8.9" screen
14:59 < rxr> no idea how people can "work"^W"use" those things ...
14:59 < mj-netbits> the nc20 runs 6 hour with wlan and internet-browser
14:59 < rxr> 10.a-little starts to be usable for on-the-roard work
14:59 < mj-netbits> tested last day
15:00 < mj-netbits> i use it for check my pictures i shoot with my digicam.
15:00 < rxr> nice
15:01 < rxr> yeah - battery life is also most netbooks are lacking ...
15:01 < rxr> actually there are too many area where most netbooks are lagging
15:01 < rxr> which is why I still haven't got one ...
15:01 < rxr> (had a HP shortly, but only due to customer "project")
15:01 < rxr> the 8.9" or so screen was too limitting
15:02 < rxr> too bad hp was never able so far to ship a hp 2140 with high-res screen ...
15:02 < rxr> but now I would only get a machien that has 64bit and VT
15:03 < rxr> especially the lack of 64bit is too much of a joke on the Intel Atom side ...
15:03 < mj-netbits> yea via nano :)
15:03 < mj-netbits> i miss the dual core!
15:03 < rxr> http://rene.rebe.name/?s=via+nano
15:03 < rxr> http://rene.rebe.name/2009-01-15/intel-atom-no-64-bit-nor-vt/
15:03 < rxr> Computex had a lot of via nano machines
15:03 * rxr wondering where they went ...
15:04 < rxr> maybe I should have brought a prototype there :-)
15:04 < rxr> or ordered some container to sell them
15:04 < rxr> too bad I'm not too much of a hardware selling guy in favor of the coding fun of the software side .-)
15:05 < mj-netbits> my server is a via nano :)
15:05 < mj-netbits> self made with t2 yea
15:06 < rxr> :-)
15:06 < mj-netbits> ahm sorry no nano via c7
15:06 < rxr> yeah - office router is an atom ...
15:06 < mj-netbits> and my server is an via c3 600 with fli4l :)
15:06 < mj-netbits> i use the video decoder for playback my hd videos
15:06 < rxr> dual core Atom 330, with HT, so visible 4 "cores" and thanks to the "no netbook version" with 64bit ...
15:06 < mj-netbits> on my setop box
15:07 < rxr> neat, too
15:08 < mj-netbits> can you add the minicom patch to the svn ? thanks
15:08 < rxr> will in some minute
15:08 < rxr> just polishing some newly written code to finally compimle :-)
15:08 < rxr> compile even
15:09 < mj-netbits> thanks
15:09 < mj-netbits> hmm mc-mp dosn't compile.
15:10 -!- koan [n=koan@unaffiliated/koan] has quit ["Lost terminal"]
15:10 -!- koan [n=koan@unaffiliated/koan] has joined #t2
15:13 < rxr> renamed, commented
15:13 < CIA-69> rene * r33808 /trunk/package/network/minicom/getline.patch:
15:13 < CIA-69> Mario Jungwirth :
15:13 < CIA-69> * fixed minicom getline collision with some system C libraries
15:13 < rxr> btw. most prefer unified diffs for the readability of it
15:13 < rxr> but I commited it as it was
15:14 < mj-netbits> view.c: In function 'load_view_file':
15:14 < mj-netbits> view.c:643: error: 'intr_flag' undeclared (first use in this function)
15:14 < mj-netbits> view.c:643: error: (Each undeclared identifier is reported only once
15:14 < mj-netbits> view.c:643: error: for each function it appears in.)
15:14 < rxr> mc-mp or so ?
15:15 < mj-netbits> yes
15:15 -!- koan [n=koan@unaffiliated/koan] has quit [Client Quit]
15:15 < rxr> hadn't we a patch for that
15:15 -!- koan [n=koan@unaffiliated/koan] has joined #t2
15:15 < rxr> I think that is just happening when building without ncurses or so
15:15 < rxr> some untested codepath or so
15:15 < mj-netbits> ncurses build successfully
15:15 < rxr> hm
15:20 -!- koan [n=koan@unaffiliated/koan] has quit [Client Quit]
15:20 -!- koan [n=koan@unaffiliated/koan] has joined #t2
15:20 -!- jncneo [n=alex@91.195.10.75] has quit [Read error: 104 (Connection reset by peer)]
15:20 -!- jncneo [n=alex@85.223.219.190] has joined #t2
15:23 -!- Baldzius [n=aldas@87-198-133-94.ptr.magnet.ie] has quit ["Leaving"]
15:25 -!- koan [n=koan@unaffiliated/koan] has quit [Client Quit]
15:25 -!- koan [n=koan@unaffiliated/koan] has joined #t2
15:28 < rxr> mj-netbits: in my "everything selected" ref build mc-mp built
15:29 < rxr> ah - it was not ncurses
15:29 < rxr> but sling or so
15:29 < mj-netbits> i think i have found the source-problem
15:29 < mj-netbits> i test the new patch
15:30 -!- koan [n=koan@unaffiliated/koan] has quit [Client Quit]
15:30 -!- koan [n=koan@unaffiliated/koan] has joined #t2
15:33 -!- koan [n=koan@unaffiliated/koan] has quit [Client Quit]
15:35 -!- koan [n=koan@unaffiliated/koan] has joined #t2
15:40 -!- koan [n=koan@unaffiliated/koan] has quit [Client Quit]
15:40 -!- koan [n=koan@unaffiliated/koan] has joined #t2
15:45 -!- koan [n=koan@unaffiliated/koan] has quit [Client Quit]
15:45 -!- koan [n=koan@unaffiliated/koan] has joined #t2
15:50 -!- koan [n=koan@unaffiliated/koan] has quit [Client Quit]
15:50 -!- koan [n=koan@unaffiliated/koan] has joined #t2
15:53 < mj-netbits> yea mc-mp patch ready :) send to you
15:56 < rxr> nice
15:56 [Users #t2]
15:56 [@ChanServ ] [ CIA-69] [ koan ] [ mpp ] [ oliv` ] [ Stealth]
15:56 [ _| ] [ dsoul ] [ mj-netbits] [ mqueiros_] [ regomodo] [ T-One ]
15:56 [ bitdance-vacatio] [ jncneo] [ mjungwirth] [ mtr ] [ rxr ] [ TobiX ]
15:56 -!- Irssi: #t2: Total of 18 nicks [1 ops, 0 halfops, 0 voices, 17 normal]
16:00 -!- koan [n=koan@unaffiliated/koan] has quit ["Lost terminal"]
16:00 -!- koan [n=koan@unaffiliated/koan] has joined #t2
16:01 -!- koan [n=koan@unaffiliated/koan] has quit [Client Quit]
16:10 < rxr> mj-netbits: does the resulting mc-mp run and look visually ok ?
16:36 < mj-netbits> yes it dose
16:38 < mj-netbits> ipmitool has the same bug as minicom
16:40 < rxr> oh
16:43 < rxr> http://www.t2-project.org/packages/cherokee.html
16:45 < mj-netbits> is it better than tinyhttp?
16:46 < rxr> no idea :-) just noticed gogole did not find the t2 site when I googled for it
16:46 < rxr> so a link here hopefully helps
16:47 < mj-netbits> :)
16:47 < mj-netbits> ipmitool getline patch send to you
16:47 < mj-netbits> have fun
16:47 -!- mpp [n=mpp@2a01:48:251:301:21a:6bff:fe35:820a] has quit ["Verlassend"]
17:26 < rxr> mj-netbits: thanks will apply soon
17:27 < rxr> mj-netbits: btw. in the meantime I would prever an AMD Neo - in the hope it has batter SVM (VT) performance
17:28 < mj-netbits> yea i think we have the same thought
17:28 < mj-netbits> idea
17:28 < rxr> too bad there are very rare AMD Neo machines
17:28 < rxr> especially around 10" ...
17:30 < rxr> guess I can count publically available amd neo models with one hand :-(
17:30 < mj-netbits> :(
17:30 < mj-netbits> the same as via nano!
17:30 < mj-netbits> netbook
17:30 < rxr> yeah - stupid manufactors, doing all the zillions intel atom variants
17:31 < mj-netbits> right!
17:31 < rxr> who'd buy those anyway? just differentiation about an ever lower price ...
17:34 < rxr> I wonder what this rumored Apple Tablet Pad will be
17:35 < rxr> I hope something one could potentially use as better NetBook (in contrast to just an bigger iPhone ...)
17:59 < mj-netbits> yea im so happy. the new server build all the following packages for 32Bit core2 Opimized in exactly 1 hour.
17:59 < mj-netbits> glibc, 00-dirtree, acpid, cpio, autoconf, automake, bash, binutils, bison, busybox, diffutils, file, coreutils, dhcp, findutils, flex, gawk, gmp, ifenslave, iproute2, iptables, mpfr, gcc, gettext, grep, gzip, bzip2, libtool, linux-header, m4, make, man, microcode_ctl, mine, mktemp, module-init-tools, net-tools, ncurses, openssh, openssl, pam, patch, perl, pkgconfig, portmap, procps, psmisc, readline, sed, shadow,
17:59 < mj-netbits> sysfiles, sysvinit, tar, tcp_wrappers, texinfo, time, e2fsprogs, udev, unzip, util-linux, vlan, zip, zlib, netkit-telnet, libexif, libjpeg, libpng, libtiff, libungif, hdparm, gdb, glib12, iptraf, libpcap, memtester, minicom, nano, netcat, nfs-utils, pciutils, time, valgrind, wget, ethtool, acpidump, libcap, vsftpd, ipmiutil, mc-mp, atftpd, samba, rsync, traceroute, screen, htop
17:59 < rxr> :-)
18:02 -!- PassingStranger [n=cat@p54BF78B0.dip.t-dialin.net] has joined #t2
18:54 < mqueiros_> moin
18:58 < rxr> moin moin mqueiros_
18:58 [Users #t2]
18:58 [@ChanServ ] [ CIA-69] [ mj-netbits] [ mtr ] [ regomodo] [ T-One]
18:58 [ _| ] [ dsoul ] [ mjungwirth] [ oliv` ] [ rxr ] [ TobiX]
18:58 [ bitdance-vacatio] [ jncneo] [ mqueiros_ ] [ PassingStranger] [ Stealth ]
18:58 -!- Irssi: #t2: Total of 17 nicks [1 ops, 0 halfops, 0 voices, 16 normal]
18:58 < mqueiros_> rxr: almost forgot... Congratulations for your wedding! :)
18:58 < rxr> oh, thank you!
19:03 < rxr> ok - cu
19:33 -!- koan [n=koan@unaffiliated/koan] has joined #t2
22:15 -!- PassingStranger [n=cat@p54BF78B0.dip.t-dialin.net] has quit ["Leaving"]
22:46 -!- mj-netbits [n=sarpedon@213.174.252.112] has quit ["Nettalk6 - www.ntalk.de"]
23:34 -!- regomodo [n=jon@host86-153-90-19.range86-153.btcentralplus.com] has quit [Remote closed the connection]
--- Log closed Fri Aug 07 00:00:38 2009