00:07.59 | GPSFan | ah, there are 2 33-*** patches, I only had one.. |
00:18.58 | GPSFan | dwery: it works.. http://pastebin.ca/227042 |
00:21.21 | GPSFan | dwery: well it seemed to work the MAC address is wrong, and I can't ping anything. cu tomorrow. |
01:08.21 | CIA-8 | 03rwhitby * r4318 10optware/trunk/ (3 files in 2 dirs): denyhosts: Added config file, renamed log file, added data dir. |
01:12.20 | *** join/#nslu2-linux rwhitby (n=rwhitby@nslu2-linux/rwhitby) |
01:15.00 | rwhitby | eno: thx for unbreaking denyhosts - I forget to svn add the new file |
01:15.30 | rwhitby | mwester: good email topic (unslung future) |
01:49.27 | eno | rwhitby: no problem |
01:49.57 | rwhitby | eno: do you run dspam yourself? |
01:50.09 | eno | no |
01:50.27 | eno | rwhitby: i'm thinking about adding optware/host/ directory |
01:50.39 | rwhitby | what's that do? |
01:51.04 | eno | for python-host, perl-host, erlang-host, ... |
01:51.23 | eno | so that various platform does not need to do host build multiple times |
01:52.01 | eno | under host can have builds/ staging/ |
01:52.02 | rwhitby | I see, and symlink it from the subdirs, like downloads. Then have the autobuilder build that first. |
01:52.07 | eno | yes |
01:52.45 | rwhitby | ok, as long as it works in both cases (optware/fsg/... autobuilds and optware/... single platform builds) |
01:53.01 | eno | it will |
01:53.22 | rwhitby | any how does it work for native autobuilds? |
01:54.23 | eno | i can have host/.configured actions do nothing |
01:54.35 | rwhitby | ok. |
01:55.00 | rwhitby | also, at the same time, can you think about how foo-stage targets should work for native builds? should they run ipkg install ? |
01:55.47 | eno | i probably will have separate foo-stage and foo-host-stage |
01:56.11 | rwhitby | ok |
01:56.14 | eno | foo-host-stage is meaningful only for cross |
01:56.49 | rwhitby | does this allow us to move anything out of NATIVE_PACKAGES into CROSS_PACKAGES ? |
01:57.02 | eno | no |
01:57.27 | eno | it's only a bit cleaner than the current way |
01:57.50 | eno | since perl-host-build happens for every platform, where it only needs to be built once |
01:58.33 | rwhitby | ok, so it's mainly time-saving for multi-platform builds. |
01:59.38 | eno | yes |
02:08.32 | CIA-8 | 03bzhou * r4319 10optware/trunk/Makefile: added HOST_* variables and host/.configured target |
03:27.20 | *** join/#nslu2-linux yvasilev (n=yvasilev@189.140.152.251) |
04:06.00 | *** join/#nslu2-linux root____ (n=root@modemcable214.50-82-70.mc.videotron.ca) |
04:09.49 | *** part/#nslu2-linux root____ (n=root@modemcable214.50-82-70.mc.videotron.ca) |
04:18.29 | *** join/#nslu2-linux VoodooZ (n=palm3@modemcable214.50-82-70.mc.videotron.ca) |
05:15.38 | *** join/#nslu2-linux nSiclair73de (n=Sinclair@p54A099E6.dip0.t-ipconnect.de) |
05:23.29 | CIA-8 | 03rwhitby * r4320 10optware/trunk/ (make/denyhosts.mk sources/denyhosts/rc.denyhosts): denyhosts: Updated rc script to kill the process according to the pid file |
05:32.16 | CIA-8 | 03rwhitby * r4321 10optware/trunk/ (3 files in 2 dirs): denyhosts: Moved the pid file back to /var/run (to match other optware packages) |
05:46.00 | *** join/#nslu2-linux mithro (n=tim@ppp246-117.static.internode.on.net) |
05:53.43 | *** join/#nslu2-linux VOodooZ_Home (n=VoodooZ@CPE000625768e14-CM014440002865.cpe.net.cable.rogers.com) |
05:55.49 | *** join/#nslu2-linux l0c4lh0st (n=a@j147098.upc-j.chello.nl) |
06:00.42 | CIA-8 | 03rwhitby * r4322 10optware/trunk/ (3 files in 2 dirs): dnsmasq: Now uses the pid file to kill the correct process |
06:14.40 | *** join/#nslu2-linux rwhitby-away (n=rwhitby@nslu2-linux/rwhitby) |
06:15.02 | CIA-8 | 03rwhitby * r4323 10optware/trunk/make/dnsmasq.mk: dnsmasq: Added CONFFFILES support so /opt/etc/dnsmasq.conf is not overwritten |
06:31.09 | *** join/#nslu2-linux kolla (i=kolla@firda.kolla.no) |
06:39.36 | CIA-8 | 03rwhitby * r4324 10optware/trunk/ (3 files in 2 dirs): |
06:39.36 | CIA-8 | openssh: update start script to only kill the parent process, if it's been |
06:39.36 | CIA-8 | recorded in /var/run/sshd.pid - otherwise killall sshd. This allows us to |
06:39.36 | CIA-8 | override stock sshd on fsg-3, while still enabling upgrades on openssh without |
06:39.36 | CIA-8 | loosing the child connection. |
06:45.08 | CIA-8 | 03bzhou * r4325 10optware/trunk/make/erlang.mk: erlang: share host build |
06:46.02 | CIA-8 | 03bzhou * r4326 10optware/trunk/Makefile: added HOST_STAGING_* variables |
06:46.57 | CIA-8 | 03bzhou * r4327 10optware/trunk/make/erl-yaws.mk: erl-yaws: use the new ERLANG_HOST_BUILD_DIR |
07:14.42 | CIA-8 | 03rwhitby * r4328 10optware/trunk/sources/template/ (. postinst prerm rc.template): template: Added example startup, prerm and postinst scripts |
07:15.08 | *** join/#nslu2-linux CieD (n=CieD@81.168.95.39) |
07:16.34 | rwhitby-away | eno: we need a way to detect which optware host we are running on in the startup scripts (e.g. to do special things on an fsg-3, for instance, so the optware package can read settings from the stock configuration) |
07:16.40 | rwhitby-away | eno: any ideas? |
07:20.13 | CieD | morning all |
07:33.01 | CIA-8 | 03rwhitby * r4329 10optware/trunk/ (make/bpalogin.mk sources/bpalogin/rc.bpalogin): bpalogin: fixed startup script |
07:40.30 | *** join/#nslu2-linux mithro (n=tim@ppp246-117.static.internode.on.net) |
08:18.49 | *** join/#nslu2-linux Tobbe (n=tobbe@kbhn-vbrg-sr0-vl203-120.perspektivbredband.net) |
08:32.51 | *** join/#nslu2-linux EvilDevil_ (n=miau@p54A6F5D5.dip.t-dialin.net) |
08:53.41 | *** join/#nslu2-linux rwhitby (n=rwhitby@nslu2-linux/rwhitby) |
09:05.19 | CIA-8 | 03blaster8 * r534 10kernel/trunk/patches/2.6.18/ (5 files): Fix 2.6.18 clocksource support, thanks to Gordon F. for diagnosing and fixing this |
09:23.06 | *** join/#nslu2-linux blaster8 (n=blaster8@jeharrap.joh.cam.ac.uk) |
09:30.42 | CIA-8 | 03blaster8 * r535 10kernel/trunk/patches/2.6.19/loft_defconfig: Add loft_defconfig - no reference to mtd-load patch included |
09:47.11 | *** join/#nslu2-linux vmaster_ (n=vmaster@p549B7DDF.dip.t-dialin.net) |
09:55.51 | *** join/#nslu2-linux AdamBaker (n=aab@userch028.dsl.pipex.com) |
09:59.30 | *** join/#nslu2-linux bullet (n=bullet@147.16.78.83.cust.bluewin.ch) |
10:05.38 | *** join/#nslu2-linux rwhitby (n=rwhitby@nslu2-linux/rwhitby) |
10:57.23 | *** join/#nslu2-linux eiffel (n=eiffel@pD9573001.dip0.t-ipconnect.de) |
12:13.21 | *** join/#nslu2-linux rwhitby (n=rwhitby@nslu2-linux/rwhitby) |
12:48.17 | *** join/#nslu2-linux blaster8 (n=blaster8@nslu2-linux/blaster8) |
13:43.37 | *** join/#nslu2-linux mwester (n=mwester@nslu2-linux/mwester) |
13:52.05 | *** join/#nslu2-linux GPSFan (n=kenm@12.10.255.248) |
15:53.23 | *** join/#nslu2-linux DrZimmerman (n=theo@84-72-181-62.dclient.hispeed.ch) |
16:04.06 | *** join/#nslu2-linux atari (n=atari@213.144.146.89) |
16:04.08 | atari | hi |
16:04.27 | NAiL | 2morning |
16:04.31 | NAiL | s/2// |
16:08.20 | *** join/#nslu2-linux CieD (n=CieD@81.168.95.39) |
16:19.12 | CIA-8 | 03g2-tbillman * r536 10kernel/trunk/patches/2.6.19/loft_defconfig: Changes for actual Loft testing. |
16:38.26 | *** join/#nslu2-linux kfm82ibook (n=kfm82@p54BEF7F7.dip.t-dialin.net) |
17:25.51 | dumfrac | ~seen blaster8 |
17:25.56 | jbot | blaster8 <n=blaster8@nslu2-linux/blaster8> was last seen on IRC in channel #nslu2-linux, 22h 49m 47s ago, saying: 'good luck with this'. |
17:31.30 | *** part/#nslu2-linux atari (n=atari@213.144.146.89) |
18:53.27 | *** join/#nslu2-linux caplink811-log (n=caplink8@dslb-088-073-035-064.pools.arcor-ip.net) |
18:59.35 | [g2] | dumfrac ping |
19:00.02 | dumfrac | [g2] pong |
19:00.13 | [g2] | dumfrac testing etch ? |
19:01.17 | dumfrac | yeah - I'm trying to keep up with the 2.6.19 patches because Debian is running 2.6.18 and will probably be released with 2.6.18 |
19:02.02 | [g2] | ok, I've seen a little instability with CF |
19:02.10 | dumfrac | oops - got to go and eat lunch |
19:02.20 | [g2] | cheers |
19:02.23 | dumfrac | I haven't been following the CF stuff |
19:02.35 | dumfrac | talk to you later |
19:08.32 | GPSFan | [g2]: ping |
19:08.45 | [g2] | GPSFan pong |
19:08.58 | *** join/#nslu2-linux CieD (n=CieD@81.168.95.39) |
19:09.10 | GPSFan | howdy, do you know if anyone has had ethernet working on BE on the avila? |
19:09.45 | [g2] | GPSFan I haven't tried running BE with the new IXP drivers but I think they started BE |
19:09.54 | [g2] | GPSFan are you running the CF driver ? |
19:10.24 | [g2] | I've tested this AM for a couple hours and things look pretty good except I think there's an issue with the CF |
19:10.37 | GPSFan | yes the cf driver seems to work ok, the npe firmware loads ok and the interfaces come up, but trash comes out the wire. |
19:10.48 | [g2] | I think there's race condition hiding or a timeout issue |
19:10.58 | [g2] | GPSFan are you booting to the CF ? |
19:11.10 | GPSFan | ah, that could be hard to find without massive testing. |
19:11.23 | [g2] | well booting on the drive is enough |
19:11.45 | GPSFan | I have a couple of times. with the 2.6.19-rc3 kernel on cf, and the rootfs on the cf too. |
19:12.04 | GPSFan | 'redboot likes hda1, the kernel, sda1 ;>) |
19:12.06 | [g2] | you've got a tiny rootfs right ? |
19:12.14 | GPSFan | tiny indeed. |
19:12.37 | [g2] | right I'm testing with sarge and etch and a 500MBs rootfs |
19:12.52 | GPSFan | what are you seeing? |
19:12.58 | [g2] | it works sometimes, but then the fs gets corrupted |
19:13.28 | GPSFan | ewe... |
19:13.48 | [g2] | I've corrupted both a CF partition and Microdrive partition on two different boxes |
19:14.02 | [g2] | .18 with the old driver has been totally stable |
19:14.13 | GPSFan | hmm, baybe a race or buffer flushing issue. |
19:14.19 | [g2] | oddly, SDA1 on an external drive see good too |
19:14.39 | [g2] | I haven't tried bonnie++ or anything |
19:15.21 | dwery | [g2]: got problems? |
19:15.22 | [g2] | hey dew |
19:15.22 | [g2] | hey dwery |
19:15.33 | [g2] | dwery I was testing this AM for several hours |
19:15.45 | [g2] | things look pretty good, but not 100% |
19:15.51 | GPSFan | dw hey.. |
19:16.11 | dwery | mmm... did you got any dmesg related to corruption? |
19:17.02 | GPSFan | dwery: if you didn't see my dmesg on the ethernet in the logs here it is: http://pastebin.ca/227042 |
19:17.10 | dwery | GPSFan: I've got it, thanks |
19:17.21 | dwery | strange that eth doesn't work. It was born BE |
19:17.41 | dwery | you might want to try with another npe firmware |
19:18.10 | [g2] | lol "born BE" |
19:18.19 | dwery | [g2]: may I have you dmesg lines identifying the CF and microdrive? |
19:18.39 | GPSFan | yeah, I havn't a clue. the interfaces go up & down with cable insertion, and when I ping something the packet tx counter increases, but tcpdump on the target box says bad length (or somesuch) |
19:18.50 | GPSFan | no errors in dmesg |
19:19.01 | dwery | mmmm |
19:19.08 | dwery | interesting. |
19:19.41 | dwery | GPSFan: redboot version? |
19:19.46 | GPSFan | 2.02 |
19:20.00 | [g2] | dwery http://pastebin.ca/227925 |
19:20.02 | dwery | I'd try with another firmware |
19:20.12 | [g2] | dwery 2.02 works fine for me |
19:20.13 | dwery | you might download them from the intel website |
19:20.22 | dwery | [g2]: ixp4xx net driver? |
19:20.34 | GPSFan | [g2]: that's 2.6.18? |
19:20.44 | dwery | maybe the net driver does not like the npe firmware in 2.02 redboot |
19:20.51 | [g2] | GPSFan .18 is fine, .19 is fine for the Intel Driver |
19:21.14 | [g2] | I've been runnning .18 alot with the new driver and RedBoot 2.02 |
19:21.20 | dwery | [g2]: open source net driver works for you? |
19:21.34 | [g2] | dwery yeah I've been running a quite well |
19:21.45 | [g2] | s/a/it/ |
19:21.52 | [g2] | doh! |
19:21.56 | dwery | :) |
19:21.59 | GPSFan | lol |
19:22.02 | [g2] | dwery yeah I've been running it quite well |
19:22.13 | dwery | and you are running BE, right? |
19:22.16 | [g2] | LE |
19:22.22 | GPSFan | BE |
19:22.37 | [g2] | nod, but it swaps the microcode |
19:22.43 | dwery | [g2]: can you try the net driver in BE mode? |
19:23.00 | [g2] | dwery when I get around to testing BE |
19:23.15 | [g2] | I don't have the toolchain or rootfs setup |
19:23.19 | GPSFan | I don't get any errors out of the microcode load. would things like packet counters work if the microcode ahd crashed? |
19:23.23 | dwery | [g2]: uh. I thought you had |
19:23.33 | [g2] | dwery long time ago |
19:23.39 | dwery | GPSFan: I suspect the driver is 99% ok |
19:23.52 | GPSFan | dwery: I'm sure it is. |
19:23.58 | dwery | with maybe a minor issue that prevents BE from working properly |
19:24.30 | dwery | it would be interesting to have a tcpdump of a single IP packet, like a ping |
19:24.39 | [g2] | GPSFan dwery I've pinged Kaloz |
19:24.39 | dwery | a ping with a known payload |
19:24.41 | GPSFan | I looked through the code for any any endian references, but couldn't identify anthing obvious. |
19:25.29 | dwery | can't remember the option, but I think there was one to se the payload. for the count the option is -c <count> |
19:25.58 | dwery | s/to se/to set/ |
19:26.06 | *** join/#nslu2-linux barnseenio (n=bb@81-86-57-5.dsl.pipex.com) |
19:27.22 | [g2] | Kaloz appear! |
19:27.54 | NAiL | <PROTECTED> |
19:27.56 | *** join/#nslu2-linux Kaloz (i=kaloz@openwrt/developer/Kaloz) |
19:27.59 | Kaloz | howdy |
19:28.22 | [g2] | Kaloz welcome |
19:28.26 | GPSFan | dwery: I think this it. |
19:28.28 | GPSFan | http://pastebin.ca/227938 |
19:28.40 | dwery | :-D |
19:29.00 | NAiL | aha |
19:29.12 | *** join/#nslu2-linux nbd (n=nbd@openwrt/developer/nbd) |
19:29.15 | [g2] | Kaloz fyi .19-rc3 and the new IXP open driver are working pretty well |
19:29.17 | NAiL | and nbd |
19:29.23 | nbd | :) |
19:29.28 | [g2] | welcome nbd |
19:29.30 | NAiL | hiya there :) |
19:29.34 | nbd | hi |
19:30.30 | [g2] | GPSFan Kaloz and nbd are openwrt guys |
19:30.31 | nbd | still need to debrick my ixp unit, stupid openrg loader :) |
19:30.40 | Kaloz | [g2]: good. any idea why doesn't 2.6.17 (w gcc 4.1.1 and binutils 2.17) boot on the avila? |
19:30.49 | *** join/#nslu2-linux dwery (n=dwery@nslu2-linux/dwery) |
19:31.01 | [g2] | dwery wb |
19:31.03 | dwery | gaim crashed :) |
19:31.09 | GPSFan | ah, I have several wrt54g's !! |
19:31.22 | dwery | [g2]: please introduce Kaloz and nbd to me |
19:31.32 | [g2] | Kaloz ppl have been runing 2.6.17/gcc 4.1.1 for quite some time |
19:31.49 | [g2] | dunno which the version binutils |
19:32.12 | [g2] | the 2.18 port for the Loft/Avila is all done for LE |
19:32.24 | [g2] | I'm testing .19-rc3 now |
19:32.34 | [g2] | dwery did CF/libata chagnes |
19:32.44 | [g2] | s/chagnes/changes/ |
19:32.50 | dwery | GPSFan: can you send the tcpdump in binary form to me via email? |
19:32.55 | Kaloz | [g2]: wondering if something is missing from mainline back then.. btw, am i wrong, or the avila is BE by default as well? |
19:33.13 | [g2] | yeah BE is the default |
19:33.38 | GPSFan | dwery: uh, tell me what to set as params for tcpdump, and I'll get it done. |
19:33.41 | [g2] | we use a 2 instructin shim to switch the box to LE to run Debian |
19:34.17 | dwery | GPSFan: tcpdump -w file |
19:34.31 | [g2] | Kaloz you'll also want to pickup FIS updates |
19:34.37 | Kaloz | [g2]: yeah.. well, i won't switch it, as networking in general is BE :) we'll have iop support soon, tho (got an allnet 6500 last week) |
19:34.39 | dwery | GPSFan: maybe you want to filter like "host <ip addr>" |
19:35.36 | joshin | Anyone have a guess as to when kernel updates later than 473 will be added to the main repositories? |
19:35.42 | [g2] | Kaloz that's fine. We're pretty endian/libc agnostic |
19:36.02 | NAiL | joshin: HEAD builds svn rev 534 now |
19:36.11 | [g2] | heh... a gentoo guys speaks :) |
19:36.14 | joshin | Oh, that must be new. |
19:36.21 | NAiL | joshin: yeah, earlier today |
19:36.25 | joshin | Cool! |
19:36.33 | joshin | Now if only I could connect. :p |
19:36.45 | joshin | Yeah, Gentoo Forever!!!! |
19:36.47 | joshin | :) |
19:37.05 | [g2] | joshin are you running the box BE or LE ? |
19:37.51 | joshin | Both my Slugs are BE and running 473 kernels. One is Gentoo bootstrapped over OpenSlug and the other is OpenSlug only |
19:38.45 | [g2] | joshin which kernel/IXP driver are you currently running |
19:39.27 | joshin | Linux slug 2.6.18slugos #1 PREEMPT Wed Oct 18 07:22:58 MST 2006 armv5teb XScale-IXP42x Family rev 1 (v5b) Linksys NSLU2 GNU/Linux |
19:39.50 | [g2] | joshin that's built with gcc 4.1.1 right ? |
19:40.11 | joshin | IXP4XX MAC driver 0.2.0 |
19:40.27 | joshin | The kernel and all drivers are built with the defaults as per the master makefile |
19:40.40 | dwery | so the open ixp driver seems to work fine in BE... ? |
19:40.41 | joshin | My Gentoo chroot/pivot-root is all built with 4.1.1 and glibc2.4. |
19:40.47 | Kaloz | cat /proc/version will let you know |
19:40.48 | [g2] | I'm pretty sure that's 4.1.1 but dunno the binutils ver |
19:41.10 | joshin | I had some ipv6 related oddnesses with glibc2.5 that I haven't figured out. (May have been my fault) |
19:41.15 | joshin | Checking on versions now... |
19:41.57 | [g2] | hey that /proc/version trick is pretty handy :) |
19:42.10 | joshin | gcc is 4.1.1 , binutils looks to be 2.16 |
19:42.33 | joshin | my gentoo chroot/pivot-root uses binutils 2.17 |
19:44.13 | [g2] | lol |
19:44.47 | dwery | [g2]: you might try adding a small delay in ixp4xx_mmio_data_xfer |
19:45.19 | dwery | [g2]: just after *data->cs0_cfg &= ~(0x01); |
19:45.24 | GPSFan | dwery: email on the way, tcpdump didnt find anything with the filter on, so I just captured a few packets the ethernet mac is in the body of the e-mail message |
19:45.27 | [g2] | dwery ok. root delay doesn't seem to effect it |
19:45.32 | dwery | and another before *data->cs0_cfg |= 0x01; |
19:45.45 | dwery | the old ide driver had udelay(100) |
19:46.02 | dwery | that will affect performance :( |
19:46.07 | joshin | Any hints on this: usb 1-1.2: reset high speed USB device using ehci_hcd and address 4 |
19:46.10 | joshin | <PROTECTED> |
19:46.23 | joshin | Its my microdrive. |
19:46.39 | dwery | joshin: I'am having troubles with usb too, but I'am running .19-rc3 |
19:46.59 | joshin | It does recover. I'm not sure if it is a kernel issue or if I should track down an AC adapter to make the hub/reader powered. |
19:46.59 | [g2] | joshin I was seeing some of those on 2.6.18 with OHCI under heavy load |
19:47.11 | joshin | Gentoo by default makes it heavy load. :) |
19:47.14 | [g2] | but only on 1 drive |
19:47.41 | [g2] | joshin yeah building Gentoo is a good CPU and Disk test |
19:47.52 | [g2] | a developer's patience test too |
19:47.58 | [g2] | :) |
19:48.12 | joshin | Thank goodness for distcc. My 3 A64's do the compiling which speeds things up dramatically. |
19:48.25 | joshin | Now if only I could figure out how to do the same with OE. |
19:48.35 | dwery | GPSFan: interesting, you're runninv IPv0 :D |
19:48.44 | [g2] | dwery I'll have to come back to testing the libata changes in a bit |
19:48.58 | GPSFan | dwery: that's interesting. |
19:49.32 | dwery | it really seems to be a byte swap issue |
19:53.07 | *** join/#nslu2-linux caplink811_log (n=caplink8@dslb-088-073-037-160.pools.arcor-ip.net) |
19:58.20 | dwery | GPSFan: given the level of alteration in the packet, I don't think anymore is a simple byte swap problem |
19:59.34 | dwery | you might want to try with another firmware or maybe use the other interface |
20:04.23 | *** join/#nslu2-linux dwery (n=dwery@nslu2-linux/dwery) |
20:05.48 | GPSFan | dwery: tried the other interface, it didn't work either, I sent you a tcp dupm of its packets too. |
20:06.11 | joshin | Stupid MTN gods didn't like my sacrifice. Still refusing to allow me to connect. |
20:11.09 | dwery | GPSFan: :( |
20:12.14 | dwery | GPSFan: do you have another fw? |
20:12.19 | GPSFan | dwery: wouldn't there be an error message from the npe if it didn't like the downloaded firmware ie. corruption/checksum error etc? |
20:12.26 | dwery | the fw is ok |
20:12.39 | dwery | but probably the driver doesn't like it |
20:12.53 | GPSFan | dwery: no I don't I'll have to dl it from Intel.. gotta run out for a while. thanks for all the help. |
20:12.56 | dwery | in terms of minor changes in the api |
20:13.01 | dwery | or something like that.. I'am guessing |
20:13.09 | dwery | we would need its author |
20:13.15 | dwery | ok, see ya. |
20:19.09 | Kaloz | [g2]: you wanted to speak about something, didn't you? :) i'm a bit sleepy :P |
20:20.10 | [g2] | Kaloz I wanted to let you know several ppl are running and testing the latest in BE land |
20:20.28 | [g2] | specfically, GPSFan is beginning testing on 2.6.19-rc3 |
20:20.37 | [g2] | and joshin has Gentoo going |
20:21.03 | [g2] | Kaloz that's all |
20:21.44 | [g2] | I'll be getting to testing BE in a little while, but right now mostly LE |
20:22.12 | Kaloz | okay :) |
20:23.53 | Kaloz | will the CF driver go into mainline? |
20:24.46 | dwery | Kaloz: yes, if we find the corruption bug |
20:25.13 | [g2] | Kaloz and have it's tested for both endians |
20:27.15 | Kaloz | okay, sounds good |
20:27.43 | dwery | [g2]: theorically, we should check the IXP4XX specs regarding the setup time of the exp bus line we are twiggling in the cf driver |
20:27.49 | dwery | but I'am lazy :) |
20:28.49 | [g2] | dwery you're not writing directly to the EXP bus you're interfacing via the memory controller right ? |
20:28.56 | dwery | no |
20:29.01 | dwery | the bit is twiggled directly |
20:29.13 | dwery | data goes thru the mem controller |
20:30.14 | *** join/#nslu2-linux CieD (n=CieD@81.168.95.39) |
20:30.48 | [g2] | Ok so you are setting everything up via bit twiddling then pulling the data via memory accesses ? |
20:30.55 | dwery | yes. like the old ide driver. |
20:32.06 | dwery | btw, my loft nfs boots in 15 secs :) |
20:33.24 | [g2] | :) |
20:36.38 | dwery | I've checked the ixp driver, there should be no endianness issues |
20:36.44 | dwery | I can only think of different microcodes |
20:37.44 | [g2] | well everyone but us runs BE |
20:38.40 | [g2] | dwery I've got some more test data |
20:39.00 | dwery | everyone but us uses different microcode :) |
20:39.24 | [g2] | that's pretty easy to switch |
20:39.42 | dwery | yep. we need a BE user to try |
20:39.47 | dwery | more test data? |
20:40.42 | [g2] | Ok the image booting to sda1 on external driver and on hda1 with the old GW ide LE patch is booting fine on 2.6.19-rc3 |
20:41.22 | [g2] | the libata driver hangs during "Init", but think it's because data isn't getting written to the disk properly |
20:41.40 | [g2] | but that needs more investigation |
20:41.49 | dwery | you're using ide and libata together? |
20:42.01 | [g2] | no. One or the other |
20:42.10 | dwery | ok |
20:42.24 | [g2] | I tried the libata stuff first |
20:42.31 | dwery | it hangs with any message? |
20:43.14 | [g2] | Init hangs, then on reboot the rootfs is corrupted |
20:43.33 | [g2] | pretty badly |
20:43.44 | [g2] | like fsck doesn't fix it |
20:44.06 | [g2] | it repairs it, but the fs isn't bootable anymore |
20:46.14 | dwery | quite strange. |
20:46.55 | dwery | mine works quite realiably |
20:47.25 | *** join/#nslu2-linux yvasilev (n=yvasilev@189.140.152.251) |
20:48.50 | CIA-8 | 03pawsa * r4330 10optware/trunk/ (3 files in 2 dirs): sendmail: fix queue location in default config file |
20:51.22 | dwery | [g2]: any integrity test I can run? |
20:54.25 | *** join/#nslu2-linux kolla (i=kolla@firda.kolla.no) |
20:56.06 | [g2] | dwery I think we can setup some tests |
20:56.10 | dwery | [g2]: I just copied a 30MB file |
20:56.25 | dwery | and the md5sum is NOT correct |
20:56.39 | [g2] | heh... that's a good test |
20:56.42 | [g2] | :) |
20:56.48 | dwery | also |
20:56.50 | dwery | ata1: no sense translation for status: 0x51 |
20:56.50 | dwery | ata1: translated ATA stat/err 0x51/00 to SCSI SK/ASC/ASCQ 0xb/00/00 |
20:56.51 | dwery | ata1: status=0x51 { DriveReady SeekComplete Error } |
20:56.51 | dwery | ata1: no sense translation for status: 0x51 |
20:56.51 | dwery | ata1: translated ATA stat/err 0x51/00 to SCSI SK/ASC/ASCQ 0xb/00/00 |
20:56.52 | dwery | ata1: status=0x51 { DriveReady SeekComplete Error } |
20:56.56 | [g2] | "if it bleeds, we can kill it" :) |
20:57.04 | dwery | trying to add some delay |
21:14.27 | CIA-8 | 03azummo * r537 10kernel/trunk/patches/2.6.19/96-pata-ixp4xx.patch: Fixed data integrity bug. |
21:17.03 | barnseenio | does anyone know if you can use a usb hub with debianslug? |
21:18.14 | dwery | barnseenio: I think so. |
21:19.13 | barnseenio | k, i'll have another sniff on d'web, and maybe mailing list |
21:20.39 | CIA-8 | 03pawsa * r4331 10optware/trunk/sources/sendmail/config.patch: sendmail: one more default queue location fixed |
21:20.50 | [g2] | dwery THX for the fix |
21:24.14 | *** join/#nslu2-linux kolla (i=kolla@firda.kolla.no) |
21:28.50 | *** join/#nslu2-linux dwery (n=dwery@nslu2-linux/dwery) |
21:31.39 | dwery | [g2]: it seems the second udelay is required too |
21:31.58 | [g2] | dwery more errors ? |
21:32.04 | dwery | yes |
21:32.16 | [g2] | is only the first in the repo ? |
21:32.44 | dwery | yes |
21:37.05 | CIA-8 | 03azummo * r538 10kernel/trunk/patches/2.6.19/96-pata-ixp4xx.patch: Hopefully fixed the data integrity bug |
21:38.36 | [g2] | new build started |
21:40.00 | dwery | I'am doing more integrity checks |
21:42.23 | [g2] | super |
21:43.05 | [g2] | if I can boot I'll run bonnie++ |
21:44.04 | dwery | bonnie also does integrity? |
21:45.40 | dwery | apt-get install bonnie++ :) |
21:47.15 | [g2] | dwery do you have a microdrive ? |
21:47.22 | dwery | nope :( |
21:47.45 | [g2] | use and old flash :) |
21:47.52 | [g2] | s/and/an/ |
21:48.11 | dwery | yes.. I will see If I can fine a cheap one on ebay |
21:48.16 | dwery | s/fine/find/ |
21:49.50 | *** join/#nslu2-linux kolla (i=kolla@firda.kolla.no) |
21:51.00 | kfm82 | speaking of which, regular write cycles to /var and /tmp are supposed to hurt compact flash media, how about that on a slug running off e.g. a 1gig usb thumb drive? |
21:53.07 | dwery | [g2]: im trying with delay 10. integrity seems ok, but bonnie++ triggers ata errors |
21:53.33 | [g2] | dwery could be more than one problem :) |
21:53.49 | [g2] | a) data integrity |
21:53.58 | [g2] | b) libata stress |
21:54.14 | dwery | I'll let you try with delay 100 :) |
21:54.50 | [g2] | laptop still building |
21:55.19 | [g2] | wow... plugs in CPU fan |
21:56.09 | [g2] | cpu temp 82C |
21:56.52 | dwery | [g2]: how much should a new 2GB microdrive cost? |
21:57.08 | [g2] | < $100 |
21:57.16 | [g2] | may $125 |
21:57.27 | dwery | I think I've found one at 79EUR at a supplier |
21:57.29 | [g2] | the 4Gs were $150 6 months ago |
21:57.34 | dwery | and several others on ebay |
21:58.13 | dwery | maybe I'll buy one .. |
21:58.51 | [g2] | depends on what your are planning to do |
21:58.57 | [g2] | you' |
21:59.11 | dwery | playing with the loft :) |
22:00.05 | [g2] | well same cost gets you a 120G USB 2.0 drive that runs 15X faster on the Loft |
22:00.26 | [g2] | 60x capacity, 15X speed same cost |
22:00.34 | dwery | but wouldn't allow me to test the driver :) |
22:00.50 | CIA-8 | 03blaster8 * r539 10kernel/trunk/patches/2.6.18/11-arm-generic-time.patch: Remove timeofday.h noise from 11-arm-generic-time.patch |
22:00.51 | [g2] | right it all depends on your goals |
22:01.14 | *** join/#nslu2-linux kolla (i=kolla@firda.kolla.no) |
22:04.43 | [g2] | woot! |
22:06.14 | [g2] | bonnie running |
22:06.20 | [g2] | ++ |
22:06.37 | dwery | great! |
22:07.38 | *** join/#nslu2-linux blaster8 (n=blaster8@jeharrap.joh.cam.ac.uk) |
22:08.29 | blaster8 | dumfrac: ping |
22:08.33 | blaster8 | ~seen dumfrac |
22:08.50 | jbot | dumfrac is currently on #nslu2-linux (1d 5h 51m 12s). Has said a total of 6 messages. Is idling for 3h 6m 15s, last said: 'talk to you later'. |
22:14.17 | dwery | [g2]: how's bonny doing? |
22:14.22 | [g2] | dwery running away |
22:14.34 | dwery | :) |
22:16.00 | blaster8 | dwery: data-corruption bug? |
22:18.56 | *** join/#nslu2-linux dwery (n=dwery@nslu2-linux/dwery) [NETSPLIT VICTIM] |
22:18.56 | *** join/#nslu2-linux GPSFan (n=kenm@12.10.255.248) [NETSPLIT VICTIM] |
22:18.56 | *** join/#nslu2-linux AdamBaker (n=aab@userch028.dsl.pipex.com) [NETSPLIT VICTIM] |
22:18.56 | *** join/#nslu2-linux vmaster (n=vmaster@p549B7DDF.dip.t-dialin.net) [NETSPLIT VICTIM] |
22:18.56 | *** join/#nslu2-linux Sinclair73de (n=Sinclair@p54A099E6.dip0.t-ipconnect.de) [NETSPLIT VICTIM] |
22:18.56 | *** join/#nslu2-linux [g2] (n=g2@nslu2-linux/g2) [NETSPLIT VICTIM] |
22:18.56 | *** join/#nslu2-linux ByronT (n=byron-po@nslu2-linux/ByronT) [NETSPLIT VICTIM] |
22:18.56 | *** join/#nslu2-linux joshin (n=joshin@unaffiliated/joshin) [NETSPLIT VICTIM] |
22:18.57 | *** join/#nslu2-linux tkimball_ (i=Alan_K@ool-44c1ec54.dyn.optonline.net) [NETSPLIT VICTIM] |
22:24.14 | [g2] | dwery it's on to the rewriting stage |
22:24.22 | dwery | good |
22:24.44 | dwery | maybe I might add a module parameter for that udelay value |
22:25.15 | [g2] | dwery I'm gonna be afk for a bit |
22:25.41 | [g2] | want me to post the results in here or e-mail when I check back in later ? |
22:27.05 | dwery | email please |
22:27.11 | dwery | I'll go to bed in a while |
22:27.30 | [g2] | dwery nod. THX for all the help and fixes |
22:27.52 | dwery | thanks for your tests |
22:28.00 | [g2] | sweet dreams if I don't see you before bed |
22:28.18 | [g2] | dwery np. always a pleasure |
22:29.10 | [g2] | still running |
22:37.59 | CIA-8 | 03blaster8 * r540 10kernel/trunk/ (12 files in 3 dirs): Cleanup to patch numbers |
22:38.15 | *** join/#nslu2-linux blaster8 (n=blaster8@jeharrap.joh.cam.ac.uk) |
22:38.35 | blaster8 | dwery: ping |
22:38.42 | dwery | blaster8: pong |
22:38.43 | blaster8 | Time to run svn update - I've changed some of the patch numbers |
22:38.50 | dwery | ok |
22:44.55 | joshin | Ahahahaha, the MTN gods finally allowed me to connect! |
22:58.02 | nbd | damn... jtag is really slow from a 125 mhz device with only ppdev available |
22:59.36 | *** join/#nslu2-linux rwhitby (n=rwhitby@nslu2-linux/rwhitby) |
23:15.58 | *** join/#nslu2-linux [g2] (n=g2@nslu2-linux/g2) |
23:24.32 | [g2] | nbd which arch ? |
23:25.26 | nbd | [g2]: mipsel, wl-500g |
23:25.34 | nbd | but i switched to using my amd64 box now |
23:25.35 | nbd | much faster :) |
23:26.45 | [g2] | heh |
23:31.35 | nbd | i hope the redboot image boots on this board |
23:31.43 | nbd | i don't want to see the rgloader crap again. ever. |
23:35.26 | *** join/#nslu2-linux yvasilev (n=yvasilev@189.140.152.251) |
23:59.17 | CIA-8 | 03rwhitby * r4332 10optware/trunk/Makefile: Makefile: demoted bpalogin |