/srv/irclogs.ubuntu.com/2015/05/13/#snappy.txt

tbrbjf: does your particular NUC have a legacy bios mode or only UEFI? UEFI doesn't work quite yet.04:44
tbrbjf: 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 uefi04:47
rsalvetitbr: mind updating the bug with the issues you still had with latest u-d-f that is available at this ppa?05:03
rsalvetiand yeah, this extra logic is not part of the rootfs, so we need to change the flashing tool05:03
tbrrsalveti: I'm still unclear about the underlying issues, but yeah, will do05:04
tbrif it would be more clear I'd have done already05:04
rsalvetithanks, yeah, not so familiar with that setup still, maybe slangasek can help you a bit more with that05:05
rsalvetisince he did the initial uefi support05:05
slangasekUEFI does work, for 64-bit systems that don't require secureboot and if you're using the right udf05:07
tbrslangasek: for me 'works' means in a very narrow context: in qemu with UEFI firmware and by manually executing grubx64.efi or writing a startup.nsh05:09
slangasekhttps://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 question05:09
tbron a minnowboardmax however boot fails and I'm not sure why05:09
slangasektbr: no, udf installs the bootloader to /EFI/boot/bootx64.efi05:10
slangasekwhich is the path UEFI expects to find for a removable disk05:10
slangasekyou shouldn't even have a grubx64.efi installed by udf05:11
tbror it was called bootx64.efi05:11
bjftbr, got part of my question answered earlier. thanks.05:11
tbranyway, both on qemu and on minnow I end up in the EFI shell with the image05:12
tbrif I then run it manually it will boot in qemu, but not on the minnow05:12
slangasekwell I can't reproduce the behavior you're describing under qemu, the images booted straightaway for me with no configuration required05:15
=== erkules_ is now known as erkules
=== dholbach_ is now known as dholbach
dholbachgood morning07:16
tbrslangasek: well, something is obviously different then. I've documented what I did in the bug.07:28
tbrthe 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.07:32
JamesTaitGood morning all; happy Alison Hargreaves Day! 😃08:36
ogra_beowulf, oooh, thanks, fixing08:46
beowulfogra_: 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:12
ogra_beowulf, do you mean .deb deps or npm deps ?09:13
beowulfogra_: i mean npm deps09:13
ogra_ah, yeah, sounds sane09:14
beowulfparsing package.json could MY_EXECUTABLE from "main"09:17
ogra_yeah09:24
ogra_if you use paths from there you need to substitute them thouh09:25
ogra_*though09:25
vmayoral|pchey there, I'm trying to get snappy-tools set up in and amrhf chroot running something like https://gist.github.com/vmayoral/b9d84522e1b28b54f02809:36
vmayoral|pchowever it seems like: "E: Unable to locate package snappy-tools"09:36
vmayoral|pcthe package is available though http://ppa.launchpad.net/snappy-dev/tools/ubuntu/dists/vivid/main/, right?09:37
ogra_vmayoral|pc, hmm, i fear there is no armhf deb for them10:03
ogra_(are you running that on armhf ?)10:04
vmayoral|pcogra_: yes10:04
ogra_http://ppa.launchpad.net/snappy-dev/tools/ubuntu/pool/main/s/snappy-tools/10:04
ogra_vmayoral|pc, bug 145461910:11
ogra_(why is there no ubottu here ... tsk)10:11
vmayoral|pcthanks ogra_10:12
vmayoral|pcogra_: 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 through10:17
ogra_you could do "apt-get build-dep snappy-tools && apt-get source -b snappy-tools"10:18
ogra_with the ppa enabled ... on an armhf device10:18
ogra_(not sure how well that works, theoretically it should though :) )10:19
ogra_(armhf chroot *should* work, but i'm not sure how the go compiler will behave in a qemu chroot)10:20
=== bigcat_ is now known as bigcat
ogra_bug 145461913:12
ubottubug 1454619 in snappy-ubuntu "snappy PPAs should provide armhf packages" [Undecided,New] https://launchpad.net/bugs/145461913:12
ogra_\o/13:13
=== alexabreu is now known as alex-abreu
=== dholbach_ is now known as dholbach
beowulfdpm: hi! would you be interested in a couple of typos i spotted while reading https://developer.ubuntu.com/en/snappy/guides/config-command/?15:08
dpmbeowulf, definitely (sorry, I'Ve been in calls until now). Would you mind pointing them out to me and davidcalle? ^16:19
davidcalledpm, 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:21
beowulfdpm: davidcalle: not sure what's the best way to do this, but...16:27
beowulf" The application is repsonsible to provide a configuration handler that can transform yaml into the apps native configuration format. "16:27
beowulfresponsible*16:27
beowulfapp's*16:27
beowulfand i'd argue it should read "is responsible for providing a configuration handler"16:28
beowulf" The current list of values that must be supported (if the feature is used:"16:29
beowulfmissing closing para?16:29
beowulf" When the configuratin is applied the service will be restarted by snappy automatically(?). "16:30
beowulfconfiguration*16:30
beowulfand not sure about that "(?)"16:30
beowulfdpm: davidcalle: also i wasn't sure about the config examples, they confused me a little16:31
beowulfbut the last one:16:32
beowulf" snappy calls meta/hooks/config with empy input "16:32
beowulfempty*16:32
beowulfdpm: davidcalle: if you want to point me at somewhere i can branch and propose an mp i'm happy to do that16:33
davidcallebeowulf, snappy trunk https://code.launchpad.net/snappy the text is in docs/config.md16:35
davidcallebeowulf, thanks :)16:37
beowulfdavidcalle: https://code.launchpad.net/~stephen-stewart/snappy/fix-typos-in-config-docs/+merge/25902716:51
davidcallebeowulf, super nitpicking, but do you mind dropping the extra space between sentences on l18 of the diff ? "editing of config.  The format"16:55
davidcallebeowulf, I'm going to apply these changes to the website a bit later today, since they LGTM, thanks again17:03
* davidcalle relocates17:03
dpmthanks beowulf!17:22
mterryTo run ./run-checks from lp:snappy, do I need to install into GOPATH first?20:55
=== j12t_ is now known as j12t
=== genii_ is now known as genii
Chipacamterry: I think you need to work in a go workspace23:00
Chipacamterry: 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-checks23:01
mterry Chipaca: Oh hmm, OK.  I have to be *inside* GOPATH for it to work then?23:06
Chipacamterry: it needs a hand in finding itself, yes23:07

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!