On Thu, Jan 16, 2014 at 8:02 PM, <[email protected]> wrote: > On Thursday, January 16, 2014 3:01:17 PM UTC-5, RobertCNelson wrote: >> >> On Thu, Jan 16, 2014 at 1:41 PM, <[email protected]> wrote: >> >> Give it a few more seconds, currently "wicd" is under control of eth0 >> (not /etc/network/interfaces) on 3.8 it takes wicd about 2-3 calls >> before it gets it.. >> >> The only reason i'm using wicd over /etc/network/interfaces is to >> remove the 2 minute timeout if eth0 isn't connected... > > > Ok, I had removed wicd-gtk. I replaced it with wicd-cli and the ethernet is > fine! > > Couple of things I noticed: > > 1) Setting user_name in .project (or the main build script) gets overwritten > with 'debian'
Yeah, for some reason it's not sourcing it from ".project" correctly at the moment.. https://github.com/RobertCNelson/omap-image-builder/blob/master/chroot_script/beagleboard.org.sh#L14 Working on that.. > 2) No console getty respawn. > - I logged on to the console, ended up logging out (see #2), never got a > prompt back on the console (nothing in dmesg) Is this with the main ttyO2 debug serial console or one of the video console's tty0? > 3) Terminal got screwed up. > - At somepoint during the boot (I removed systemd=quiet so I can see > what's going on), the terminal got screwed up and the formatting went > haywire: > openbsd-inetd[496]: Not starting internet superserver: no services enabled. > Started LSB: Start or stop the inetd daemon. [ OK > ] > Started Provide limited super user privileges to specific users [ OK > ] > Started LSB: Run /etc/rc.local if it exist [ OK > ] > > Started Avahi mDNS/DNS-SD Stack [ OK > ] > > Started Login Service [ OK > ] > > Started WPA supplicant [ OK > ] > > boot_scripts.sh[492]: Thu Jan 16 17:02:00 UTC 2014 > cron[510]: Starting periodic > command scheduler: cron. > > - 'reset' and resetting the terminal locally didn't fix it You need to re-size your serial terminal to fix this. systemd is also a lot more noiser, hence the quiet.. > 4) Fails to halt properly with /sbin/halt (kernel panic) > - If you do it via an ssh login, it just doesn't halt > - If you do it from the console, it does halt, but you get: > [ 146.037995] (NULL device *): gadget not registered. > [ 146.050219] musb-hdrc musb-hdrc.0.auto: remove, state 4 > [ 146.055772] usb usb2: USB disconnect, device number 1 > [ 146.061907] musb-hdrc musb-hdrc.0.auto: USB bus 2 deregistered > [ 146.068906] Disabling non-boot CPUs ... > [ 146.073001] Power down. > [ 146.075595] System will go to power_off state in approx. 2 secs > [ 146.083999] Kernel panic - not syncing: Attempted to kill init! > exitcode=0x00000000 > [ 146.083999] > [ 146.093558] [<c0010443>] (unwind_backtrace+0x1/0x8a) from [<c0455b2d>] > (panic+0x51/0x148) > [ 146.102101] [<c0455b2d>] (panic+0x51/0x148) from [<c002f799>] > (do_exit+0x345/0x618) > [ 146.110107] [<c002f799>] (do_exit+0x345/0x618) from [<c0039279>] > (sys_reboot+0xcb/0x13e) > [ 146.118560] [<c0039279>] (sys_reboot+0xcb/0x13e) from [<c000c021>] > (ret_fast_syscall+0x1/0x46) > [ 146.127546] drm_kms_helper: panic occurred, switching back to text > console The kernel panic with halt is known.. http://bugs.elinux.org/issues/39 The system still correctly shut's off just fine.. It also affects the older angstrom 3.8 images.. Regards, -- Robert Nelson http://www.rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
