**** BEGIN LOGGING AT Sun Oct 14 03:00:02 2012 Oct 14 04:44:36 * swalker wonders is mb__ is going to fix all of his domain (bu3sch.de -> bues.ch) references Oct 14 08:10:44 <_trine> can someone have a look at why the bins have grown in size recently,, I was always near the limit of my 8m flash and now the firmware I want is too big Oct 14 08:48:26 stump_: it does nothing beyound the wiki explanation. what do you mean with "don't pull the data"? Oct 14 14:27:17 <_trine> trunk isnt compiling Oct 14 14:27:35 <_trine> http://dpaste.com/813562/ Oct 14 14:29:15 <_trine> lib/libgcc_s_pic.a and libgcc_s_pic.map are not in the folder Oct 14 14:54:26 <[florian]> _trine: please clean your toolchain first Oct 14 14:54:46 <_trine> I did Oct 14 14:55:07 <[florian]> with make distclean? Oct 14 14:55:11 <_trine> no Oct 14 14:55:21 <_trine> make toolchain/clean Oct 14 14:56:03 <_trine> I tried deleting staging_dir as well Oct 14 14:56:10 <_trine> then doing svn up Oct 14 14:56:30 <_trine> but it was still a mess so I did a new check out Oct 14 14:56:39 <_trine> and am now recompiling Oct 14 14:57:56 <[florian]> ok, I am also doing a distclean and will rebuild Oct 14 14:58:34 <_trine> doing a distclean is the same as doing a new checkout Oct 14 14:58:38 <_trine> isnt it Oct 14 14:58:56 <[florian]> depends if you are doing it from git or svn Oct 14 14:59:02 <[florian]> I am not sure git will cleanup everything Oct 14 15:01:31 building r33760 on a distclean'd tree for soekris 45xx, gives me a message, apparently during kernel build: Oct 14 15:01:34 The present kernel configuration has modules disabled. Oct 14 15:01:37 Type 'make config' and enable loadable module support. Oct 14 15:01:39 Then build a kernel with module support enabled. Oct 14 15:09:58 http://sprunge.us/gGGg Oct 14 15:10:25 <[florian]> allright, I will look into this Oct 14 16:10:11 <[florian]> _trine: I can't reproduce your issue, everything built find here Oct 14 16:11:04 <[florian]> russell--: did you enable any particular module? Oct 14 16:12:24 <_trine> [florian], it has built ok here as well on a new check out Oct 14 16:12:29 http://sprunge.us/FAXc Oct 14 16:12:33 that's my .config Oct 14 16:12:47 <_trine> but it would not do so before the new CO Oct 14 16:13:51 * russell-- created the .config from scratch, selecting the target subtarget select-all-packages and a couple other minor tweaks (dl directory, buildlog) Oct 14 16:15:46 <[florian]> ok Oct 14 16:16:10 <[florian]> _trine: does that continue even after a distclean? Oct 14 16:18:34 <_trine> sorry was just soldering Oct 14 16:18:56 <_trine> I didnt try a distclean, I just did a new CO Oct 14 16:19:09 <_trine> and after that it compiled Oct 14 16:19:11 <[florian]> well then please distclean Oct 14 16:22:22 <_trine> .......................................................................................................................................................................................................................................................................................................................................................................................................................................... Oct 14 16:22:22 <_trine> .......................................................................................................................................................................................................................................................................................................................................................................................... Oct 14 16:22:27 <_trine> opps Oct 14 16:22:32 <_trine> soory Oct 14 16:22:56 <_trine> my screw driver feel on the KB Oct 14 16:23:02 <_trine> fell Oct 14 16:23:07 I would've said that too Oct 14 16:23:33 you just envy written's dots Oct 14 16:23:51 <_trine> [florian], I am just fixing a digital video recorder at the moment as soon as I have fixed it I will do a distclean Oct 14 16:24:19 <_trine> yeah writtenism lives :) Oct 14 16:29:02 jow_laptop: btw, here's a fresh patch for updating iftop, now that it's moved: http://sprunge.us/PEBI Oct 14 16:30:20 russell--: :) ty Oct 14 16:30:59 * russell-- just learned about sprunge.us yesterday Oct 14 17:27:11 <_trine> [florian], I have done distclean and reconfigured the makemenu and am now trying a compile Oct 14 21:27:45 updated openwrt/upstream, https://home.comcast.net/~sdwalker/uscan/index.html Oct 14 21:39:58 <_trine> [florian], it does compile after a distclean Oct 14 22:47:54 anyone alive here? Oct 14 22:48:41 oi Oct 14 22:49:19 great ;-) Short question - maybe someone have an idea.. how to simply resolve fqdn to ip on owrt? Oct 14 22:49:41 got two options - with ping and nslookup, but bot not.. elegant ;-P Oct 14 22:50:45 or any other though how to deal with AFTR option from DHCP (as it have to be FDQN due to recent RFC changes). [ipv6 related if you have no idea what talking bout] Oct 14 23:02:20 barteq, whats wrong with those approaches? Oct 14 23:03:58 spspaghetti code afterwards :/ Oct 14 23:04:01 ex. Oct 14 23:04:02 ping -6 -c 1 -w 1 -W 1 -q aftr.zuom.info| head -n1 | sed -e 's/.*\ (\(.*\))\:.*/\1/' Oct 14 23:04:36 still works, but.. nice to have some uci function for hostname resolve to keep it in a proper place Oct 14 23:06:02 ooh, you talking about uci, that's out of my reach then Oct 14 23:06:27 mostly about bash scripting Oct 14 23:06:31 and some uci integration Oct 14 23:06:56 trying to implement some automated way of setting up ds-lite tunnels if ISP provides an AFTR record right now Oct 14 23:08:38 I would replace you | head and see for an awk script Oct 14 23:18:31 nah.. tried for some last minutes and still don't like awk.. ;-P Oct 14 23:29:41 heressy! Oct 14 23:31:07 haha. Nope ;-) Every admin has his own set of favourite tools. awk is not there, but of course use it a lot Oct 14 23:33:20 I still haven't found a thing with text that awk can't solve Oct 15 00:21:33 you are right, but it's more simple. have to learn awk to use it first ;P Oct 15 00:22:00 gn, going sleep. 2 am here. Oct 15 01:32:47 barteq: nslookup's probably your best bet - built into busybox so fairly cheap and widely available Oct 15 01:39:05 is anyone here using the RB7xx hardware. I am trying to determine why the cpu->switch link wont run at 1000M **** ENDING LOGGING AT Mon Oct 15 03:00:01 2012