[04:44] bjf: does your particular NUC have a legacy bios mode or only UEFI? UEFI doesn't work quite yet. [04:47] bjf: In my case to get the latest tools and preliminary UEFI support I did on 15.04: "apt-add-repository ppa:snappy-dev/tools" "sudo ubuntu-device-flash core rolling --output amd64.img --developer-mode --channel edge" only works on 15.04 tho for uefi [05:03] tbr: mind updating the bug with the issues you still had with latest u-d-f that is available at this ppa? [05:03] and yeah, this extra logic is not part of the rootfs, so we need to change the flashing tool [05:04] rsalveti: I'm still unclear about the underlying issues, but yeah, will do [05:04] if it would be more clear I'd have done already [05:05] thanks, yeah, not so familiar with that setup still, maybe slangasek can help you a bit more with that [05:05] since he did the initial uefi support [05:07] UEFI does work, for 64-bit systems that don't require secureboot and if you're using the right udf [05:09] slangasek: for me 'works' means in a very narrow context: in qemu with UEFI firmware and by manually executing grubx64.efi or writing a startup.nsh [05:09] https://launchpad.net/~snappy-dev/+archive/ubuntu/tools/+packages shows that goget-ubuntu-touch has only been updated for vivid, not for trusty or utopic; that's a sergiusens question [05:09] on a minnowboardmax however boot fails and I'm not sure why [05:10] tbr: no, udf installs the bootloader to /EFI/boot/bootx64.efi [05:10] which is the path UEFI expects to find for a removable disk [05:11] you shouldn't even have a grubx64.efi installed by udf [05:11] or it was called bootx64.efi [05:11] tbr, got part of my question answered earlier. thanks. [05:12] anyway, both on qemu and on minnow I end up in the EFI shell with the image [05:12] if I then run it manually it will boot in qemu, but not on the minnow [05:15] well I can't reproduce the behavior you're describing under qemu, the images booted straightaway for me with no configuration required === erkules_ is now known as erkules === dholbach_ is now known as dholbach [07:16] good morning [07:28] slangasek: well, something is obviously different then. I've documented what I did in the bug. [07:32] the qemu is 2.0.0+dfsg-2ubuntu1.10 and ovmf 0~20131112.2590861a-2 - though that shouldn't matter as behaviour is the same on the minnowmax too. [08:36] Good morning all; happy Alison Hargreaves Day! 😃 [08:46] beowulf, oooh, thanks, fixing [09:12] ogra_: i was wondering if node-snapper should look in package.json (or npm-shrinkwrap) to find deps, at correct semver, and maybe the easiest way to do that would be to allow passing in package.json as an argument and using that in the chroot where 'npm install' is called? does that sound ok? [09:13] beowulf, do you mean .deb deps or npm deps ? [09:13] ogra_: i mean npm deps [09:14] ah, yeah, sounds sane [09:17] parsing package.json could MY_EXECUTABLE from "main" [09:24] yeah [09:25] if you use paths from there you need to substitute them thouh [09:25] *though [09:36] hey there, I'm trying to get snappy-tools set up in and amrhf chroot running something like https://gist.github.com/vmayoral/b9d84522e1b28b54f028 [09:36] however it seems like: "E: Unable to locate package snappy-tools" [09:37] the package is available though http://ppa.launchpad.net/snappy-dev/tools/ubuntu/dists/vivid/main/, right? [10:03] vmayoral|pc, hmm, i fear there is no armhf deb for them [10:04] (are you running that on armhf ?) [10:04] ogra_: yes [10:04] http://ppa.launchpad.net/snappy-dev/tools/ubuntu/pool/main/s/snappy-tools/ [10:11] vmayoral|pc, bug 1454619 [10:11] (why is there no ubottu here ... tsk) [10:12] thanks ogra_ [10:17] ogra_: i got the tools from the BBB image you guys released but this is hardly scalable for other developers. Until there're armhf devs, is there a simpler way to get snappy-tools? Maybe from the sources? If so i'd really appreciate if you could walk me through [10:18] you could do "apt-get build-dep snappy-tools && apt-get source -b snappy-tools" [10:18] with the ppa enabled ... on an armhf device [10:19] (not sure how well that works, theoretically it should though :) ) [10:20] (armhf chroot *should* work, but i'm not sure how the go compiler will behave in a qemu chroot) === bigcat_ is now known as bigcat [13:12] bug 1454619 [13:12] bug 1454619 in snappy-ubuntu "snappy PPAs should provide armhf packages" [Undecided,New] https://launchpad.net/bugs/1454619 [13:13] \o/ === alexabreu is now known as alex-abreu === dholbach_ is now known as dholbach [15:08] dpm: hi! would you be interested in a couple of typos i spotted while reading https://developer.ubuntu.com/en/snappy/guides/config-command/? [16:19] beowulf, definitely (sorry, I'Ve been in calls until now). Would you mind pointing them out to me and davidcalle? ^ [16:21] dpm, beowulf, actually that means they are in snappy trunk as well, since that's a doc we imported. I'll make a mp with what you have found. [16:27] dpm: davidcalle: not sure what's the best way to do this, but... [16:27] " The application is repsonsible to provide a configuration handler that can transform yaml into the apps native configuration format. " [16:27] responsible* [16:27] app's* [16:28] and i'd argue it should read "is responsible for providing a configuration handler" [16:29] " The current list of values that must be supported (if the feature is used:" [16:29] missing closing para? [16:30] " When the configuratin is applied the service will be restarted by snappy automatically(?). " [16:30] configuration* [16:30] and not sure about that "(?)" [16:31] dpm: davidcalle: also i wasn't sure about the config examples, they confused me a little [16:32] but the last one: [16:32] " snappy calls meta/hooks/config with empy input " [16:32] empty* [16:33] dpm: davidcalle: if you want to point me at somewhere i can branch and propose an mp i'm happy to do that [16:35] beowulf, snappy trunk https://code.launchpad.net/snappy the text is in docs/config.md [16:37] beowulf, thanks :) [16:51] davidcalle: https://code.launchpad.net/~stephen-stewart/snappy/fix-typos-in-config-docs/+merge/259027 [16:55] beowulf, super nitpicking, but do you mind dropping the extra space between sentences on l18 of the diff ? "editing of config. The format" [17:03] beowulf, I'm going to apply these changes to the website a bit later today, since they LGTM, thanks again [17:03] * davidcalle relocates [17:22] thanks beowulf! [20:55] To run ./run-checks from lp:snappy, do I need to install into GOPATH first? === j12t_ is now known as j12t === genii_ is now known as genii [23:00] mterry: I think you need to work in a go workspace [23:01] mterry: e.g., mkdir -p ~/canonical/snappy/src/launchpad.net && cd ~/canonical/snappy/src/launchpad.net && bzr branch lp:snappy && cd snappy && GOPATH=~/canonical/snappy ./run-checks [23:06] Chipaca: Oh hmm, OK. I have to be *inside* GOPATH for it to work then? [23:07] mterry: it needs a hand in finding itself, yes