00:48.18 | *** join/#nslu2-linux dyoung-web (www-data@netblock-66-159-209-60.dslextreme.com) |
01:23.38 | *** join/#nslu2-linux jp30 (~josh@jp30.nslu2-linux) |
01:24.03 | jp30 | rwhitby, have you had a chance to look at libusb for me? |
01:24.38 | rwhitby | jp30: I updated ftpd-topfield last night. Can you push the new 0.5.2 version? |
01:25.03 | rwhitby | it built against libusb, so that should be fine. |
01:25.34 | jp30 | have you checked that it works run time? the name of the libusb shared library has changed |
01:25.54 | jp30 | ...it used to lack a .so extension due to a libtool bug |
01:25.57 | rwhitby | haven't had a chance to test it yet, as my toppy is connected to the openslug slug, and my openslug build env is in a bit of a mess at the moment |
01:26.14 | jp30 | so i read in the email list :( evil bk |
01:27.46 | jp30 | i would expect that binaries built against the new libusb should be ok - they will know the correct library name. shall i just push both libusb and ftpd-topfield and see if users complain? |
01:27.52 | rwhitby | yeah |
01:28.01 | rwhitby | "Testing is for users" - Linus Torvalds |
01:29.54 | jp30 | ok, i'll do that then. i think it will be fine |
03:54.48 | *** join/#nslu2-linux jbot (ibot@apt.bot.TimRiker.active.supporter.pdpc) |
03:54.48 | *** topic/#nslu2-linux is Developer (not end-user) discussion about modifying the Linux operating system on the Linksys NSLU2. Use #nslu2-general for end-user questions. See www.nslu2-linux.org for info, and be sure to read www.nslu2-linux.org/wiki/Main/FAQ before asking questions. |
04:46.27 | *** join/#nslu2-linux Koops (Koops@dsl-202-173-181-187.vic.westnet.com.au) |
04:50.46 | *** join/#nslu2-linux ov2k (~ov@209-6-159-154.c3-0.smr-ubr3.sbo-smr.ma.cable.rcn.com) |
05:48.47 | *** join/#nslu2-linux Ksilebo (~russ@67f5217a03660c97.session.tor) |
06:25.14 | *** join/#nslu2-linux p3pilot (~George@pcp08586141pcs.alxndr01.va.comcast.net) |
06:28.41 | *** join/#nslu2-linux rwhitby-nslu2 (~rwhitby@rwhitby.nslu2-linux) |
06:30.33 | rwhitby | all three slugs survived the http://www.nslu2-linux.org/wiki/HowTo/ForcePowerAlwaysOn surgery |
06:31.18 | rwhitby | big thanks to Mark Smith for sending me some parts! |
06:39.54 | *** join/#nslu2-linux mr_claus (random@p549903B1.dip0.t-ipconnect.de) |
06:40.06 | mr_claus | morning |
06:46.30 | *** join/#nslu2-linux jp30 (~josh@jp30.nslu2-linux) |
06:47.10 | *** join/#nslu2-linux jp30 (~josh@jp30.nslu2-linux) |
07:02.59 | jeanfabrice | morning |
07:14.19 | CIA-3 | 03jp30 * 10unslung/ (make/emacs.mk Makefile): split emacs into multiple ipks, enable cross-compilation |
07:30.59 | *** join/#nslu2-linux Ksilebo^ (~russ@be182338d486cf22.session.tor) |
07:33.18 | *** join/#nslu2-linux rwhitby-nslu2 (~rwhitby@rwhitby.nslu2-linux) |
07:41.48 | mr_claus | while compiling openslug i get an error with patching ixp425-eth, it seems the patch does not match, can anybody confirm that? |
07:45.20 | jacques | mr_claus, I can confirm that I have not gotten that error |
07:47.38 | mr_claus | jacques: when did you the last compile? |
07:48.21 | jacques | last night |
07:48.40 | mr_claus | NOTE: package ixp425-eth-1.1-r1: task do_patch: failed |
07:48.44 | jacques | about 24 hours ago |
07:48.54 | jacques | ok, so what's the log say? |
07:49.21 | mr_claus | DEBUG: ethhdr ethhdr.patch |
07:49.21 | mr_claus | NOTE: import patch '/mnt/daten/projects/nslu2/openslug/openembedded/packages/ixp |
07:49.21 | mr_claus | 425-eth/files/ethhdr.patch' as 'ethhdr.patch' |
07:49.21 | mr_claus | ERROR: patch did not apply, try again with force (-f -i ...) |
07:49.56 | mr_claus | my repo is 2 days old |
07:50.31 | jacques | hard to say what could cause that |
07:53.47 | mr_claus | could you run a md5sum of openembedded/packages/ixp425-eth/files/ethhdr.patch |
07:56.34 | jacques | 9d577de2ea472fb3363188fb9925754b openembedded/packages/ixp425-eth/files/ethhdr.patch |
07:57.55 | mr_claus | tahts the same like my one |
07:58.06 | mr_claus | but the source file does not match with the patch |
07:59.01 | mr_claus | which line number is that line in your ixp425-eth-1.1-r0/ixp425_eth.c |
07:59.03 | mr_claus | struct ethhdr *eth = skb->mac.ethernet |
08:03.32 | jacques | uh |
08:04.13 | jacques | there are two lines like that |
08:04.46 | jacques | 1364 and 1406 |
08:05.54 | mr_claus | +++ ixp425-eth-1.1-r0/ixp425_eth.c |
08:05.54 | mr_claus | @@ -1307,7 +1307,7 @@ |
08:05.54 | mr_claus | <PROTECTED> |
08:05.54 | mr_claus | <PROTECTED> |
08:05.54 | mr_claus | <PROTECTED> |
08:05.55 | mr_claus | - struct ethhdr *eth = skb->mac.ethernet; |
08:05.57 | mr_claus | + struct ethhdr *eth = eth_hdr(skb); |
08:05.59 | mr_claus | <PROTECTED> |
08:06.01 | mr_claus | then i wonder how that patch is working |
08:06.21 | mr_claus | that patch does not fit to the source file |
08:06.29 | mr_claus | how it is running at your machine? |
08:06.31 | jacques | why not ? |
08:06.44 | mr_claus | line number 1307 |
08:06.50 | jacques | patch can fuzz the lines |
08:08.35 | jacques | I just started a build from latest pull |
08:08.44 | jacques | we'll see if I get same error |
08:08.46 | mr_claus | Hunk #1 succeeded at 1353 (offset 46 lines). |
08:08.47 | mr_claus | Hunk #2 FAILED at 1395. |
08:08.47 | mr_claus | 1 out of 2 hunks FAILED -- saving rejects to file ixp425_eth.c.rej |
08:08.55 | mr_claus | its the second part |
08:14.10 | jacques | what does ixp425_eth.c.rej look like? |
08:14.57 | mr_claus | i did a dry-run, there is no rej-file, but it seems that the columns are not matching |
08:15.15 | mr_claus | the orginal line begins at column 18 and the patch is looking at column 15 |
08:15.36 | mr_claus | perhaps there was included a additional loop before between the versions |
08:19.39 | mr_claus | the patch use the wrong column and it uses blanks instead of \t |
08:20.30 | jacques | maybe something changed in quilt |
08:22.14 | mr_claus | FATAL: oe_runmake failed |
08:22.22 | mr_claus | now it's patched but not compiling |
08:25.05 | mr_claus | http://paste.uni.cc/7331 |
08:26.00 | jacques | mr_claus, please tell me you're clearing the icp build dir in tmp/work and the proper stamps in tmp/stamps between tries |
08:26.35 | rwhitby-away | rm -rf tmp/{work,stamps}/ixp* |
08:26.40 | mr_claus | jacques: no i did not because there was no compile before because the patch was not working only |
08:27.07 | rwhitby-away | mr_claus: that's probably the issue then. run the command I pasted and try again |
08:27.45 | mr_claus | ok |
08:31.33 | mr_claus | still the same error |
08:33.39 | rwhitby | dunno then |
08:33.57 | jacques | my build has a ways to go before it gets to that point |
08:37.01 | mr_claus | whats up with the patch, who change it in the repo? |
08:38.17 | rwhitby | mr_claus: ask bk - all the history is there ... |
08:38.52 | rwhitby | I haven't seen a changeset go by referencing it ... |
08:39.15 | mr_claus | rwhitby: i did not mean who changed it in the past, i mean who can upload the fix |
08:40.00 | rwhitby | no-one - we are in a repo freeze until after the transition |
08:47.22 | jacques | I see no changes on any of the ixp425 patches since 05/06/16 |
08:48.10 | jacques | hmm interesting |
08:48.26 | jacques | that was only a few days ago, and it's for the patch which is failing for him |
08:49.42 | mr_claus | perhaps a new source file? |
08:50.35 | jacques | still several of us built last night |
08:50.49 | jacques | so it's possible the patch was broken for a short time |
08:51.00 | jacques | you said your pull was from two days ago |
08:51.36 | jacques | tho this change was almost 6 days ago |
08:51.51 | mr_claus | Jun 20 12:44 MET+1 |
08:57.36 | mr_claus | should i resync my repo? |
08:58.33 | jacques | not sure yet |
08:59.07 | mr_claus | i dont do it to keep the versions with the error |
09:04.23 | *** join/#nslu2-linux [g2] (~g2@g2.nslu2-linux) |
09:08.40 | jacques | my build is on kernel now so soon |
09:13.40 | jacques | mr_claus, mine built fine |
09:16.22 | mr_claus | jacques: then i will get the new repo |
09:18.52 | jacques | yeah I think you should try that |
09:26.34 | mr_claus | delete build/tmp and build/sources? |
09:28.17 | mr_claus | i think i will only delete build/tmp |
09:31.36 | jacques | no need to delete sources |
09:38.23 | mr_claus | argll, same error |
09:38.36 | mr_claus | NOTE: package ixp425-eth-1.1-r4: task do_patch: failed |
09:50.06 | mr_claus | 425-eth/files/intdriven.patch' as 'intdriven.patch' |
09:50.06 | mr_claus | ERROR: patch did not apply, try again with force (-f -i ...) |
09:55.55 | jacques | different patch? |
09:57.13 | mr_claus | yes, but i see that i forgot to delete ROOT/tmp, i only deleted ROOT/build/tmp |
09:57.17 | mr_claus | i restarted |
09:57.42 | mr_claus | but i think the error will be the same because the ixp425 was another version, r4 instead of r1 |
09:58.10 | mr_claus | but first i'm waiting for the result |
10:06.07 | rwhitby-away | mr_claus: why do you have two tmp dirs? |
10:06.35 | mr_claus | rwhitby-away: i dont know, perhaps one is an old one |
10:07.03 | mr_claus | rwhitby-away: it seems that build/tmp was the old one (which was unused) and /tmp is the new one |
10:10.09 | rwhitby-away | anyone know if I can use WDS to link a wl500g with LAN on 192.168.128.x, with a wl530g with LAN on 192.168.1.x ? |
10:12.12 | rwhitby-away | Hmm - I should probably just set my netmask on my lan to 255.255.0.0 and be done with it .... |
10:18.39 | mr_claus | anybody know where i can by a board with an arm cpu and three network ports? |
10:24.51 | [g2] | rwhitby-away, that's what I was going to say about the netmask |
10:38.04 | rwhitby-away | [g2]: the idea is my production stuff is on .128.x, and the test stuff is on .1.x, so that when things go into recovery mode they are automatically on the test part of the subnet |
10:38.24 | rwhitby-away | (especially when you have two routers, both of which will go into recovery mode to the same IP address) |
10:39.59 | rwhitby-away | So I think I will just put the wl530g into ethernet bridge mode, and have everything hanging off it on .1.x, and everything else on .128.x, but all actually on the same LAN netmask of 255.255.0.0 ... |
10:53.53 | mr_claus | arglll, same error |
10:54.00 | mr_claus | why its not compiling here |
10:56.01 | mr_claus | hunk 2 and 4 failed of patch intdriven |
10:58.37 | mr_claus | thats the code |
10:58.38 | mr_claus | <PROTECTED> |
10:58.38 | mr_claus | <PROTECTED> |
10:58.38 | mr_claus | <PROTECTED> |
10:58.38 | mr_claus | <PROTECTED> |
10:58.47 | mr_claus | and the patch |
10:58.49 | mr_claus | <PROTECTED> |
10:58.49 | mr_claus | <PROTECTED> |
10:58.49 | mr_claus | - SA_SHIRQ, |
10:58.49 | mr_claus | + SA_SHIRQ | SA_SAMPLE_RANDOM, |
10:58.54 | mr_claus | <PROTECTED> |
10:59.19 | mr_claus | jacques: how that worked? DRV_NAME should be MODULE_NAME |
11:00.05 | jacques | mr_claus, I dunno what to tell you |
11:00.26 | mr_claus | please could you take a look into these two files |
11:00.48 | jacques | i have to go to sleep now. it's 4am here |
11:00.56 | mr_claus | ui |
11:01.03 | mr_claus | then gn8 :) |
11:01.17 | jacques | later |
11:01.29 | mr_claus | i will change the patch try the next steps |
11:37.57 | mr_claus | i found something about the problem |
11:38.05 | mr_claus | the patches should be ok |
11:38.17 | mr_claus | but there is one big patch which will be done with the prepatch task |
11:38.26 | mr_claus | do_pre_patch () { |
11:38.26 | mr_claus | <PROTECTED> |
11:38.26 | mr_claus | <PROTECTED> |
11:38.26 | mr_claus | } |
11:38.50 | mr_claus | the ixp425_eth.c.patch contains all the changes the other patches based on |
11:39.27 | mr_claus | now the interesting part, in my workdir i got several files |
11:39.28 | mr_claus | ixp425_eth.c |
11:39.37 | mr_claus | ixp425_eth.c.orig |
11:39.43 | mr_claus | ixp425_eth.c.patch |
11:40.11 | mr_claus | i got following messages while compiling |
11:40.13 | mr_claus | NOTE: package ixp425-eth-1.1-r4: task do_pre_patch: started |
11:40.14 | mr_claus | NOTE: package ixp425-eth-1.1-r4: task do_pre_patch: completed |
11:40.27 | mr_claus | but ... the ixp425_eth.c is not patched |
11:41.00 | mr_claus | what could be the reason of that issue, log tell me it is patched, the .orig file is there, but the .c file is not patched? |
11:46.28 | *** join/#nslu2-linux UnspecifiedId (~unspecifi@CPE-138-130-172-254.nsw.bigpond.net.au) |
11:51.36 | *** join/#nslu2-linux rwhitby-away (~rwhitby@rwhitby.nslu2-linux) |
11:52.02 | mr_claus | only with that driver patcher will be called, no other package do that |
11:52.06 | mr_claus | patcher -p 0 -i ixp425_eth_1_1_update_nf_bridge.patch |
11:54.29 | *** join/#nslu2-linux rwhitby-away (~rwhitby@rwhitby.nslu2-linux) |
12:22.42 | *** join/#nslu2-linux Ksilebo (~russ@c713399e8d601f8a.session.tor) |
12:34.43 | *** join/#nslu2-linux jf-logger (~Jean-Fabr@jeanfabrice.nslu2-linux) |
12:37.40 | mr_claus | changed patcher to patch in the bb-file and it works now |
13:02.46 | *** join/#nslu2-linux jf-logger (~Jean-Fabr@jeanfabrice.nslu2-linux) |
13:21.37 | mr_claus | is there an information how to merge the 3 files into on firmware-image? |
13:34.08 | mr_claus | contains the flashdisk image the other stuff? |
13:34.49 | rwhitby-away | tmp/deploy/images/foo.flashdisk.img is the firmware image (8MB) |
14:05.45 | *** join/#nslu2-linux jbowler-away (~jbowler@70-98-218-127.dsl1.myc.or.frontiernet.net) |
14:16.28 | *** join/#nslu2-linux Christopher__ (~Christoph@edmondsc.student.umd.edu) |
14:51.50 | *** part/#nslu2-linux _chris_ (~chris@pcp09943963pcs.hyatsv01.md.comcast.net) |
14:59.22 | *** join/#nslu2-linux phedny (~phedny_@dsl180-171-100.fastxdsl.nl) |
15:00.31 | mr_claus | coooool, my first openslug with homemade firmware is running :) |
15:24.08 | mr_claus | why i cannot mount my disk with openslug? |
15:24.28 | ka6sox-zzzz | turnup |
15:24.57 | mr_claus | ?? |
15:45.14 | [g2] | mr_claus, congrats! |
15:51.20 | *** join/#nslu2-linux ByronT (ByronT@ByronT.nslu2-linux) |
16:08.41 | *** join/#nslu2-linux [cc]smart (~smart@gw.ptr-62-65-149-158.customer.ch.netstream.com) |
16:20.01 | *** join/#nslu2-linux phedny (~phedny_@dsl180-171-100.fastxdsl.nl) |
17:05.44 | *** join/#nslu2-linux jf-logger (~Jean-Fabr@jeanfabrice.nslu2-linux) |
18:44.53 | *** join/#nslu2-linux llagendijk (~louis@lagendijk.xs4all.nl) |
19:07.44 | *** join/#nslu2-linux AdamBaker (~aab@userch028.dsl.pipex.com) |
20:06.47 | CIA-3 | 03llagendijk * 10unslung/ (5 files in 3 dirs): |
20:06.47 | CIA-3 | - updated bind to 9.3.1 |
20:06.47 | CIA-3 | - added openssl dependency in makefile |
20:06.47 | CIA-3 | - cleaned up postinst to remove check for openssl (moved to makefile/ipkg dependency) |
20:06.47 | CIA-3 | - cleaned up startup script to remove dependency on function script |
20:06.48 | CIA-3 | - removed renaming hack for ipkg workaround |
20:06.48 | CIA-3 | Louis Lagendijk <louis,lagendijk@gmail.com> |
20:08.14 | CIA-3 | 03llagendijk * 10unslung/make/quagga.mk: set maintainer field |
20:09.55 | CIA-3 | 03llagendijk * 10unslung/make/quagga.mk: removed double desription line |
20:12.40 | *** join/#nslu2-linux macsat (~macsat@0x535b9779.arcnxe1.adsl-dhcp.tele.dk) |
20:13.08 | macsat | hi |
20:21.38 | macsat | hi jeanfabrice :) |
20:22.48 | jeanfabrice | macsat: hey |
20:51.23 | *** join/#nslu2-linux e (~caplink81@dsl-082-082-081-124.arcor-ip.net) |
20:57.35 | *** join/#nslu2-linux caplink811 (~joerg@dsl-082-082-081-124.arcor-ip.net) |
21:28.14 | *** join/#nslu2-linux caplink811 (~Joerg@dsl-082-082-081-124.arcor-ip.net) |
21:30.41 | CIA-3 | 03jeanfabrice * 10unslung/Makefile: Promote bind, tsocks for wiley |
21:44.03 | jeanfabrice | llagendijk: ping |
22:20.18 | CIA-3 | 03jeanfabrice * 10unslung/Makefile: Promote oww, libghttp for wiley |
22:50.21 | CIA-3 | 03aabaker * 10unslung/ (5 files in 2 dirs): |
22:50.21 | CIA-3 | Create a package for Linux net-tools. This package currently conflicts with |
22:50.21 | CIA-3 | the GNU coreutils package as both provide a version of hostname |
22:51.29 | AdamBaker | As CIA has just spotted I've packaged up Linux net-tools for unslung |
22:53.24 | *** join/#nslu2-linux Ksilebo (~russ@24968efcf3cac5b2.session.tor) |
22:53.30 | AdamBaker | Most (all?) Linux distributions seem to use the net-tools version of hostname which provides -s and -f options to request short or full versions of the name rather than the coreutils version which apparently renames your host to -s if you try to give the -s option |
22:53.44 | NAiL | haha |
22:54.40 | AdamBaker | Should hostname just be removed from coreutils (it is provided by the Linksys busybox anyway) or do we want to set up update-alternatives for it? |
22:58.00 | NAiL | [g2]: ping? |
22:59.11 | NAiL | [g2]: Did you run make test when you built perl native? Did it work? :) |
23:04.21 | NAiL | [g2]: nm, making test now |
23:16.06 | rwhitby-away | AdamBaker: remove from coreutils is my vote. Have a chat to Inge (bob_tm) about it, or email the list. |
23:16.08 | rwhitby-away | back later |
23:24.36 | NAiL | hmm... Any ETA on when oe will move to monotone? |
23:30.53 | *** join/#nslu2-linux Sutak (~sutak@dsl-084-059-001-173.arcor-ip.net) |
23:34.04 | Sutak | Please be kind as this is not strictly a developer question, but I tried the wiki, #nslu2-general and searching the web. I want to start ircd as nobody, but "su" only tells me the output of tinylogin that does not support "su". What I am supposed to do? |
23:35.22 | Sutak | I am using unslung 5.5, have unslinged to disk and installed a few packages. |
23:40.52 | AdamBaker | Sutak: you could try installing the coreutils package - that includes a working version of su (but remember to check you have got /opt/bin before /bin in your path). Alternatively you could install the sudo package which provides what I think is a better alternative to using su. |
23:48.11 | Sutak | Thank you. |