**** BEGIN LOGGING AT Mon Feb 20 03:00:00 2012 Feb 20 06:45:36 obsy * r30656 /packages/net/transmission/Makefile: [packages] transmission: use external upnpc library Feb 20 09:33:28 nbd * r30657 /trunk/target/linux/generic/ (4 files in 2 dirs): kernel: strip unnecessary symbol table information from kernel modules, reduces default squashfs size on ar71xx by about 4k Feb 20 09:43:27 neat Feb 20 09:57:43 jow * r30658 /trunk/package/iwinfo/ (Makefile src/iwinfo_lib.c): [package] iwinfo: add more device entries Feb 20 11:21:54 nbd * r30659 /trunk/package/gpio-button-hotplug/ (. Makefile src/ src/Makefile src/gpio-button-hotplug.c): add gpio-button-hotplug, like button-hotplug + gpio-keys-polled, fully compatible, but without the nasty input-core dependency chain Feb 20 11:21:59 nbd * r30660 /trunk/target/linux/ar71xx/ (2 files in 2 dirs): ar71xx: switch to kmod-gpio-button-hotplug Feb 20 11:59:31 nbd * r30661 /packages/lang/python/Makefile: python: disable the readline dynload module even if the build system builds it Feb 20 15:57:48 build #129 of ps3 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/ps3/builds/129 Feb 20 18:08:38 nbd * r30662 /trunk/ (rules.mk scripts/rstrip.sh scripts/strip-kmod.sh): strip kernel modules more aggressively: make all global symbols local, rename all symbols in the symbol table to make them compress better Feb 20 18:58:43 anyone got experience of ettacap n Feb 20 18:58:52 & https? Feb 20 20:00:43 nbd ping Feb 20 20:01:08 you asked me yesterday if i can provide some serial console output of why nothing happens then "Booting the kernel" on ALIX.3D3. Feb 20 20:01:29 it actually boot but there is just nothing after that msg on VGA... http://paste.pocoo.org/show/UF754qKaQpStEqBO3eeE/ Feb 20 20:02:13 same on virtualbox Feb 20 20:02:23 grub ist the last thing printing to vga Feb 20 20:02:27 yes Feb 20 20:02:27 afterwards only serial Feb 20 20:02:33 that why people assume it hangs Feb 20 20:02:41 ok, so the kernel doesn't even seem to have vga drivers Feb 20 20:02:43 you could try to add console=tty0 Feb 20 20:02:45 or it doesn't activate them Feb 20 20:02:48 console=tty0 is already in there Feb 20 20:02:55 ok Feb 20 20:03:07 http://www.abload.de/img/openwrt01rnux5.jpg Feb 20 20:03:16 this is/was what i get Feb 20 20:03:30 also i needed to press enter to get login (over serial) Feb 20 20:04:47 but i am not able to log in over ssh or telnet Feb 20 20:17:24 nbd on boot without interupting egg not pressing anything it stay on this: http://paste.pocoo.org/show/bzk69BEnAmZnRWvNPkQm/ Feb 20 20:17:32 if i press enter then it goes to login Feb 20 20:23:00 having to press enter to get the local console is normal on openwrt Feb 20 20:23:26 note line 119 of your paste crow - it says please press enter to activate this console Feb 20 20:25:30 EqUaTe ok you are right about that, but still on VGA same as in picture. and somehow i am not able to ssh/telnet to it, and yes alix.3d3 have internet i can ping outside/internal just fine.. and netstat -atp show me telnet and ssh. Feb 20 20:26:05 ok, so they seem to be running. you can only have one console= line in the kernel boot options Feb 20 20:26:11 the last one will always take precedence Feb 20 20:26:32 and if you don't have inittab set to start a tty on tty0, it won't Feb 20 20:26:37 iirc, openwrt doesn't by default Feb 20 20:26:50 as most devices don't /have/ video out, and thus tty0-6 are rather pointless Feb 20 20:27:13 so the image of vga is also perfectly normal imo Feb 20 20:27:22 well, in older versions we did have both console=tty0 and console=ttyS0 Feb 20 20:27:28 and it was working on both Feb 20 20:27:31 if you check that picture above there is console=tty0 and serial Feb 20 20:28:43 in inittab I see: tty1::askfirst:/bin/ash --login Feb 20 20:29:06 so seems kernel line is then wrong as it point to tty0 ? Feb 20 20:41:30 i think tty0 is correct Feb 20 20:44:14 hm, ok. in my experience the 2.6 kernels don't like that. but it can't hurt to try Feb 20 20:44:20 and tty0 should be correct Feb 20 20:44:37 crow: if you drop the serial one, do you get output on boot? Feb 20 20:50:38 i am trying with tty0 in inittab Feb 20 20:52:04 tty0::askfirst:/bin/ash --login is in inittab but still on VGA i see same as on picture Feb 20 20:53:05 inittab has nothing to do with it Feb 20 20:53:13 don't bother changing things in there Feb 20 20:53:20 ok Feb 20 20:53:46 nbd: openwrt doesn't use inittab to spawn tty's then? Feb 20 20:56:22 EqUaTe: it does, but it is much later than the kernel console assignment Feb 20 20:56:32 nbd with what should i bother ? Feb 20 20:56:54 nbd: so it's still a worthy mod, if only to get the login thing on the tty.. Feb 20 20:57:12 EqUaTe: the primary goal is to get it to show something on the monitor Feb 20 20:57:33 EqUaTe: which it would do if it had actually brought up a framebuffer device Feb 20 20:57:34 crow: i'd still try taking the console=ttyS0 line out of the boot options Feb 20 20:57:40 and see what happens after Feb 20 20:57:43 fair enough. Feb 20 20:57:58 so step 1 is figure out why no framebuffer driver is loading Feb 20 20:58:01 suspect number 1: kernel config Feb 20 20:58:08 check that Feb 20 20:58:16 EqUaTe if i find where is that written i would try it.. there is no /grub/ .. and sorry first time using x86 from openwrt Feb 20 20:58:27 np. i don't remember myself Feb 20 20:58:31 it may actually be hardcoded. Feb 20 20:58:35 nbd ok let me check the .config Feb 20 21:03:39 crow: there is a boot partition (/dev/sda1 usually) containing the grub files Feb 20 21:03:45 you must mount it to access them Feb 20 21:07:58 jow_laptop ok thanks Feb 20 21:48:11 jow * r30663 /trunk/package/iwinfo/ (Makefile src/iwinfo_utils.c): [package] iwinfo: recognize AR5416 EEPROMs as seen on the Ubiquiti Picostation M2 Feb 20 21:57:52 jow * r30664 /trunk/package/iwinfo/src/iwinfo_utils.c: [package] iwinfo: iwinfo_hardware_id_from_mtd() never writes, so do not request write access in mmap() Feb 20 22:20:01 is there any default setting on x86 to disable telnet/dropbear? ssh: connect to host 192.168.1.10 port 22: Connection refused Feb 20 22:21:53 no Feb 20 22:22:02 is that your wan ip? Feb 20 22:22:45 erm this device have only one eth0, and is connected to switch->router, i see it get statis lease from router (MAC rule).. Feb 20 22:23:04 if it gets a lease its acting as wan Feb 20 22:23:20 since lan on openwrt usually is statically configured Feb 20 22:23:49 jow_laptop yea its wan then, asn eth0 is in wan part and its dhcp Feb 20 22:23:59 and whats in lan? Feb 20 22:24:24 jow_laptop eth1, bridge,statis,192.168.1.1 Feb 20 22:24:36 but your alix variant only has one eth? Feb 20 22:24:39 yes Feb 20 22:24:42 I see Feb 20 22:24:48 uci del network.wan.ifname Feb 20 22:24:57 uci set network.lan.ifname=eth0 Feb 20 22:25:00 uci commit network Feb 20 22:25:04 reboot Feb 20 22:25:07 ifconfig show me correct ip.. and i am trying to connect to that one Feb 20 22:25:08 ok Feb 20 22:25:35 it will be at 192.168.1.1 then Feb 20 22:25:42 might conflict with existing gear Feb 20 22:26:04 in this case; uci set network.lan.ipaddr=192.168.1.whatever; uci commit network; ifup lan Feb 20 22:26:23 or use your favorite editor to modify /etc/config/network Feb 20 22:26:33 ok Feb 20 22:26:36 which could be tedious over serial so I give the uci commands here Feb 20 22:27:46 cool thanks Feb 20 22:27:47 it worked Feb 20 22:29:38 also there are some warning after ifup lan : http://dpaste.com/705954/ its just fyi.. Feb 20 22:29:59 yeah its harmless Feb 20 22:30:48 let me now mount sda1 and try without two console= Feb 20 22:33:13 * russell-- has had some trouble with recent openvpn on openwrt Feb 20 22:33:49 revent as in openvpn-devel or a recent as in latest openvpn package version? Feb 20 22:34:04 -v +c Feb 20 22:34:24 it seems that the ifconfig 0.0.0.0 occurs after the interface has disappeared, as a result openvpn exits and then fails to recreate the tunnel Feb 20 22:34:47 regular openvpn i think Feb 20 22:34:55 you mean hotplug is interfering? Feb 20 22:35:13 when our server restarts or disappears, all the clients just die Feb 20 22:35:40 the logs seem to imply an external command exited with non-zero Feb 20 22:35:50 EqUaTe just fyi i tried with only console=tty0 (removed that serial part in grub) and still same, nothing after Booting the kernel.. Feb 20 22:36:02 Closing TUN/TAP interface Feb 20 22:36:13 /sbin/ifconfig ptp 0.0.0.0 Feb 20 22:36:24 Linux ip addr del failed: external program exited with error status: 1 Feb 20 22:36:39 hm Feb 20 22:36:40 Note: Cannot open TUN/TAP dev /dev/net/tun: Permission denied (errno=13) Feb 20 22:36:55 etc Feb 20 22:37:16 openvpn itself didn't change I believe Feb 20 22:37:20 our older clients seem to recover okay Feb 20 22:37:37 where older == ancient r18xxx something Feb 20 22:38:07 we just has a weekend of server failures so we've had some practice Feb 20 22:38:18 had* Feb 20 22:38:38 well I believe it is a hotplug issue Feb 20 22:38:57 are the tun/tap interfaces uci managed? do you have a config interface section for it? Feb 20 22:39:08 no Feb 20 22:39:52 the client gets a PUSH or something from the server with the network config Feb 20 22:40:02 did you try to trace yet whether anything in /etc/hotplug.d/net/ fires for tun/tap ? Feb 20 22:40:15 no, just starting to look at the problem Feb 20 22:40:18 ok Feb 20 22:40:33 though this ifconfig ptp command looks odd Feb 20 22:40:42 ptp is our interface name Feb 20 22:40:45 ah Feb 20 22:40:54 hmm Feb 20 22:40:56 we == personaltelco project Feb 20 22:41:03 * danmackay should setup extroot again and fix my ipv6 Feb 20 22:41:18 or a usb overlay Feb 20 23:16:40 hauke * r30665 /trunk/package/mac80211/patches/805-fix_gpio_bcm5354.patch: Feb 20 23:16:40 mac80211: fix memory leak on bcm5354 Feb 20 23:16:40 The ucode triggers the gpio pins used for the buttons and causes diag to handle them and send them to userspace. Feb 20 23:16:40 This only happened with a more recent firmware. Feb 20 23:16:40 This patch was tested on an Asus wl-520GU and should also work on the other bcm5354 based asus devices. I do not know if it works on the dir320. Feb 20 23:18:30 yuck dlink routers :p Feb 20 23:36:07 build #132 of cobalt is complete: Failure [failed compile_10] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/132 Feb 21 00:12:03 nbd * r30666 /trunk/package/hostapd/ (Config.in Makefile patches/770-limit_debug_messages.patch): hostapd: add configurable debug message minimum priority to cut down on bloat generated by excessive debug messages Feb 21 00:40:50 any idea why my leds are no more exported to sysfs in 3.0.18 ? Feb 21 00:40:57 config is there, its weird Feb 21 00:57:42 nbd * r30667 /trunk/package/hostapd/files/ (hostapd-full.config hostapd-mini.config): hostapd: disable the state dump callback to save a few more kb Feb 21 01:22:54 nbd * r30668 /trunk/package/dropbear/patches/140-disable_assert.patch: dropbear: disable assertions to reduce code size **** ENDING LOGGING AT Tue Feb 21 02:59:58 2012