**** BEGIN LOGGING AT Fri Mar 12 02:59:57 2010 Mar 12 03:03:58 nbd * r20155 /trunk/package/mac80211/patches/590-ath9k_rekey_crash_fix.patch: ath9k: fix a client mode crash that happens on wpa rekeying Mar 12 03:23:14 build #25 of goldfish is complete: Failure [failed shell_3 compile_6] Build details are at http://tksite.gotdns.org:8010/builders/goldfish/builds/25 Mar 12 03:38:04 cshore: https://dev.openwrt.org/ticket/6797 Mar 12 04:46:24 thepeople: should this be done for sysupgrade and fopivot (in /lib/functions/boot.sh) as well? I was using the same thing as I saw in those locations Mar 12 04:47:03 and I've seen the not supported error in sysupgrade at least Mar 12 04:47:15 does busybox mount support --move? Mar 12 04:49:01 ping nbd, ping xMff Mar 12 05:04:44 <{Nico}> cshore: i have tested on uml and it seems there's no difference between 'mount -o move ...' and 'move --move ...' Mar 12 05:15:00 {Nico}: same error? Mar 12 05:15:39 {Nico}: or no error either way? Mar 12 05:19:00 {Nico}: I've never seen an error: should I mark the ticket 'worksforme' ? Mar 12 05:20:08 thepeople: That command has never issued an error message for me, and I watch the output on the serial console Mar 12 05:34:08 <{Nico}> cshore: no error either way but i haven't tested with mini_fo Mar 12 05:35:23 {Nico}: I don't think the command as given should give an error...he's probably actually seeing the error on moving mini_fo, which I know does give an error, but doesn't apply to the boot process Mar 12 05:45:58 build #21 of uml is complete: Failure [failed compile_7] Build details are at http://tksite.gotdns.org:8010/builders/uml/builds/21 Mar 12 05:55:07 {Nico}: how is FS 1.0.5 coming along? Mar 12 06:11:28 <{Nico}> cshore: i have no time to work on it right now Mar 12 06:17:03 build #30 of sibyte is complete: Failure [failed shell_3] Build details are at http://tksite.gotdns.org:8010/builders/sibyte/builds/30 Mar 12 10:09:21 how do I do a package Makefile for which the source tarball extracts to a different directory than the name of the package-version ? Mar 12 10:12:43 cshore: package/ifxmips-dsl-control/Makefile Mar 12 10:12:57 look at the PKG_ stuff at the top Mar 12 10:14:44 blogic: thanks Mar 12 10:19:55 build #38 of ppc44x is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/ppc44x/builds/38 Mar 12 11:50:47 nico * r20156 /trunk/target/linux/generic-2.6/config-2.6.30: remove CONFIG_PCI=y missed from [20136] in generic 2.6.30 config Mar 12 12:40:46 Ping {Nico} Mar 12 13:00:17 ping cshore? Mar 12 13:01:43 pong jow Mar 12 13:02:15 jow: is this about the mount -o move ticket? Mar 12 13:02:17 what I am supposed to do about the mount move thing? It just isn't implemented Mar 12 13:02:40 jow: I probably just don't know how to do Trac to Do The Right Thing Mar 12 13:03:02 oh nevermind, I now actually read the ticket Mar 12 13:03:29 I thought it referred to the not implemented message appearing with every sysupgrade Mar 12 13:03:50 jow: the message he shows doesn't show up for me Mar 12 13:04:13 jow: so I thought it was the sysupgrade thing that was the actual error he was seeing Mar 12 13:04:26 jow: how should it just be 'worksforme' ? Mar 12 13:04:41 keep it as it is, I will look later Mar 12 13:04:43 how=or Mar 12 13:04:47 jow: ok Mar 12 13:05:33 by the why, somebody should probably disable the mount package in utils or somewhere Mar 12 13:05:35 jow: btw how do you revert a ticket to not assigned to a particular developer once you accept it? Mar 12 13:05:36 it breaks the build Mar 12 13:05:54 boot Mar 12 13:05:54 rtz2: how so? Mar 12 13:05:59 it breaks the boot Mar 12 13:06:07 cshore: reassign, to "developers" Mar 12 13:06:24 jow: oh, I didn't see that option Mar 12 13:06:26 cshore: well, the problem is with the -o move option Mar 12 13:06:56 since when is mount from utils in the standard image? Mar 12 13:06:56 rtz2: oh ho, so the ticket might be because of the utils mount ? Mar 12 13:06:57 cshore: it's different on the other one, not sure how it's called there Mar 12 13:07:06 cshore: show me the ticket Mar 12 13:07:15 I thought it was handled by busybox mount Mar 12 13:07:42 jow: If someone puts utils mount in the image, then that's the mount that will be used Mar 12 13:07:47 jow: it takes over Mar 12 13:07:51 jow_laptop: it was with the original preinit, but with the new preinit, the other mount gets called sometimes Mar 12 13:08:11 i'm not 100% sure, but I had exactly that problem Mar 12 13:08:13 https://dev.openwrt.org/ticket/6797 Mar 12 13:08:17 should be easy to test Mar 12 13:08:40 well we can define something like that in preinit: Mar 12 13:08:40 mount() { /bin/busybox mount $* } Mar 12 13:09:08 cshore: yes, this looks exactly like my problem Mar 12 13:09:14 rtz: is it preinit or firstboot that's the problem? Mar 12 13:09:50 cshore: if you want to replace it, you should probably do it everywhere mount -o move is used Mar 12 13:10:02 or disable the other mount package Mar 12 13:10:14 and --move is supported by busybox as well? Mar 12 13:10:30 jow_laptop: I don't think so Mar 12 13:10:35 then it is no option Mar 12 13:10:43 but again, not 100% sure Mar 12 13:10:45 rtz2: I think jows mount() function makes sense Mar 12 13:10:47 better force it to use busybox Mar 12 13:11:18 I'll do up a patch Mar 12 13:11:28 good Mar 12 13:11:30 it's a pretty ugly pitfall Mar 12 13:11:39 took my days to figure it out :/ Mar 12 13:11:48 we had similar problems with bb brctl vs. full brctl Mar 12 13:19:26 I see that /etc/functions.sh has that function....I missed it when I was doing /lib/functions/boot.sh and the changes to firstboot Mar 12 13:19:47 well looks like sombedy had the same issue already ;) Mar 12 13:22:06 actually, come to think of it, I think I didn't include because I it was obsolete....this is why I, for everything else, tried to use what was already in preinit, rather than modifying, other than as necessary for modulariztion. Unfortunately I didn't do it in this one case....damn! Mar 12 13:28:24 rtz: can you try https://dev.openwrt.org/attachment/ticket/6797/fix-utils-mount-preinit.patch Mar 12 13:32:37 cshore: my flash is nearly dead, I need some 10 tries or so to test get something to the device :( Mar 12 13:32:56 cshore: but it should be easy to test by enabling the other mount utility Mar 12 13:34:39 rtz: sorry to hear it....I just figured you'd have something that would be quicker to test with Mar 12 13:36:50 no, sorry Mar 12 13:37:12 but I was I pretty standard setup with the other mount turned on that failed Mar 12 13:37:20 cshore: disabling it fixed the problem Mar 12 13:37:24 ok Mar 12 13:37:50 rtz2: is this the rdc device you've been working on? Mar 12 13:38:29 rtz2: or that a victim's device? Mar 12 13:40:47 rdc Mar 12 13:41:20 there were always an warning during flashing, but now it went really bad Mar 12 13:42:00 but my rdc cleanup project is nearly done, so with some luck, I won't have to reflash that often Mar 12 13:50:53 mount-utils package, right? Mar 12 13:56:41 cshore: yes Mar 12 14:24:14 florian * r20157 /trunk/target/linux/generic-2.6/patches-2.6.33/997-lzo_decompressor_fix.patch: [kernel] fix the building of the lzo decompressor on some architectures Mar 12 14:24:18 florian * r20158 /trunk/target/linux/uml/patches-2.6.33/ (5 files): [uml] add support for 2.6.33 Mar 12 14:37:21 juhosg * r20159 /trunk/package/base-files/ (Makefile files/lib/preinit/70_initramfs_test): Mar 12 14:37:21 package/base-files: call preinit_ip_deconfig before processing init on Mar 12 14:37:21 initramfs images Mar 12 14:57:09 dingo * r20160 /packages/net/openvpn/Makefile: [Patch] This upgrades the OpenVPN package from 2.1.0 to 2.1.1 Mar 12 16:23:29 acinonyx * r20161 /packages/net/quagga-unstable/Makefile: [packages] quagga-unstable: Update to v0.99.16 Mar 12 16:41:19 lars * r20162 /packages/Xorg/xorg/xserver/xorg-server/Makefile: [packages] xorg-server: Rebuild packages when configuration was changed Mar 12 17:29:34 kerneis * r20163 /packages/net/babel/files/babeld.init: Mar 12 17:29:34 [package] babeld: Fix reload rule in init script Mar 12 17:29:34 Signed-off-by: Gabriel Kerneis Mar 12 17:29:34 kerneis * r20164 /packages/net/babel/files/babeld.config: Mar 12 17:29:34 [package] babeld: Comment options in config file Mar 12 17:29:35 Signed-off-by: Gabriel Kerneis Mar 12 17:29:36 kerneis * r20165 /packages/ipv6/ahcpd/files/ahcpd.config: Mar 12 17:29:36 [package] ahcpd: Comment options in config file Mar 12 17:29:37 Signed-off-by: Gabriel Kerneis Mar 12 17:29:37 kerneis * r20166 /packages/ipv6/ahcpd/files/ahcpd.init: Mar 12 17:29:38 [package] ahcpd: Fix reload rule in init script Mar 12 17:29:38 Signed-off-by: Gabriel Kerneis Mar 12 18:36:29 acinonyx * r20167 /packages/net/quagga-unstable/patches/ (002-quagga_manet.patch 150-no-cross-fs-link.patch): [packages] quagga-unstable: Add support for HSLS, OLSR and B.A.T.M.A.N. routes, refresh patches Mar 12 18:44:46 lars * r20168 /packages/Xorg/xorg/xserver/xorg-kdrive/ (3 files in 2 dirs): [packages] xorg-kdrive: Add missing dependencies and 600x800 mode Mar 12 22:34:33 dingo * r20169 /packages/lang/twisted/Makefile: Mar 12 22:34:33 [patchteam] twisted fix for installing zope Mar 12 22:34:33 Signed off by alexander@sulfrian.net Mar 12 22:38:34 dingo * r20170 /packages/lang/python/patches/110-enable-zlib.patch: Mar 12 22:38:34 [patchteam] Enable zlib in python Mar 12 22:38:34 Singed off by alexander@sulfrian.net Mar 12 22:41:41 build #31 of sibyte is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/sibyte/builds/31 Mar 13 00:11:37 build #34 of avr32 is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/avr32/builds/34 Mar 13 00:46:16 build #26 of gemini is complete: Failure [failed compile_7] Build details are at http://tksite.gotdns.org:8010/builders/gemini/builds/26 Mar 13 00:58:26 build #25 of pxcab is complete: Failure [failed compile_3] Build details are at http://tksite.gotdns.org:8010/builders/pxcab/builds/25 Mar 13 02:49:10 dingo * r20171 /packages/lang/pyxdg/ (. Makefile): Mar 13 02:49:10 [patchteam] New Package - pyxdg - required for deluge Mar 13 02:49:10 Signed off by alexander@sulfrian.net Mar 13 02:52:01 dingo * r20172 /packages/lang/python2-chardet/ (. Makefile): Mar 13 02:52:01 [patchteam] - New Package - python2-chardet Mar 13 02:52:01 Signed off by alexander@sulfrian.net Mar 13 02:55:34 dingo * r20173 /packages/libs/rblibtorrent/ (. Makefile patches/ patches/enable-shared-linking.patch): Mar 13 02:55:34 [patchteam] - New Package - Rasterbar libtorrent Mar 13 02:55:34 Signed off by alexander@sulfrian.net Mar 13 02:57:19 dingo * r20174 /packages/lang/pyopenssl/ (. Makefile): Mar 13 02:57:19 [patchteam] - New Package - Python OpenSSL interface Mar 13 02:57:19 alexander@sulfrian.net Mar 13 02:58:56 dingo * r20175 /packages/lang/mako/ (. Makefile): Mar 13 02:58:56 [patchteam] - New Package - Mako python template language Mar 13 02:58:56 Singed off by alexander@sulfrian.net Mar 13 02:59:07 jow * r20176 /trunk/package/base-files/files/lib/functions/boot.sh: [package] base-files: force preinit to use busybox mount (#6797) **** ENDING LOGGING AT Sat Mar 13 02:59:57 2010