/srv/irclogs.ubuntu.com/2016/04/07/#snappy.txt

netphreakhow do i build a snappy gadget?00:36
=== chihchun_afk is now known as chihchun
mwhudsonmvo: ping07:54
mvomwhudson: pong07:54
mwhudsonmvo: did you see my question about golang-github-coreos-go-systemd a week ago?07:54
mvomwhudson: uh, I did but I did not looked into the details. we do use very little of systemd07:56
mvomwhudson: let me check07:56
mwhudsonmvo: maybe we just don't care then :-)07:57
mwhudsonin which case it case stay in -proposed until y for all i care07:57
mvomwhudson: we only use the "activation" part07:57
mvomwhudson: the activation.Listerners part to be precise07:57
mvomwhudson: I certainly do not care :)07:58
mwhudsonmvo: noted07:59
mwhudson:-p07:59
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
oparozHello. What should we do with packages which rely on alternative-updates (/etc/alternatives) ? Manually re-create all symlinks in the yaml?10:57
ogra_which alternatives would they set (i mean, where..-. the alternatives system of the OS itself wont be reachable by the snap package)10:58
ogra_all you could do it ship it inside your snap and set an alternative inside the snap work dir ... not sure that makes any sense10:59
=== chihchun is now known as chihchun_afk
oparozogra_: the problem is that we're not being asked, some packages install their binaries that way and they will be missing from the snap if we don't do something11:00
ogra_asked for what ?11:01
oparozogra_: Where to install the binary11:02
ogra_you could use the copy plugin to copy binaries around11:02
ogra_the alternatives system in ubuntu doesnt ask you either normally ... it uses the defaults11:02
oparozogra_: Well in the case of ImageMagick, they're not even being created in the snap, so symlinks have to manually be created11:03
ogra_(that would be a viloation of "no asking questions" that we have in all ubuntu packages)11:03
oparozogra_: Yes, that makes sense for Ubuntu, but since it's one of the things which doesn't work in s snap, I was wondering if the Snappy team had designed a workaround11:04
ogra_and snapcraft does not run postinst scripts by design ...11:04
ogra_so your best bet is to use the copy plugin i guess11:04
oparozogra_: How do you copy a symlink whch doesn't exist?11:05
oparozogra_: I guess it doesn't exist but outside of the snap where the package was installed11:06
oparozogra_: *I guess it does exist11:06
ogra_you copy a file to the name of the symlink11:06
seb128so attente pointed out that removing/purging ubuntu-snappy still leads to snappy wanting to reboot your system11:09
ogra_pitti, yo ... how are systemd timers supposed to be removed if a package that created it is removed ?11:09
seb128seems like because the systemd timer is left behind11:09
seb128what ogra said :p11:10
ogra_heh :)11:10
seb128I guess the snappy rm script should clean that out?11:10
seb128what is adding the timer? is that the snappy postinst?11:10
ogra_dunno11:10
ogra_debian/snappy-autopilot.timer it seems11:11
oparozogra_: If I use copy, I'll end up with a copy, not a symlink, the plugin help doesn't mention symlinks11:11
ogra_right11:12
ogra_you could file a bug against snapcraft to allw adding links11:12
ogra_in the copy plugin11:12
oparozogra_: I'll do that, thanks11:12
ogra_til then, just copy them around as an interim solution11:13
ogra_(its not like that will created gigabytes :) )11:13
ogra_*create11:13
oparozogra_: True, those files are tiny. I was just wondering about their dependencies if it used relative paths internally, but we'll see11:16
pittiogra_: hm, they aren't stopped with some autogenerated prerm "systemctl stop" commands from dh_systemd_start?11:34
pittiogra_: do you mind doing a bug report against init-system-helpers with details about this for reproduction?11:35
ogra_i will have to check the snappy source11:35
pittisorry, /me just spent some 3 hours reviewing a 500 kB hilariously bad openssl patch, I need a break now11:35
ogra_yeah, no hurry11:35
pittiogra_: at first sight, I guess the intention is that dh_systemd_start foo.timer ought to start it at package install and stop it at removal?11:36
pittior am I missing more context here?11:36
ogra_no, thats correct ... the issue is that it keeps trunning even if the package is removed11:36
ogra_there is no pre/postrm in the debian dir apparnelty11:37
ogra_*apparently11:37
pittiso I guess the timer is also not started on pacakge install11:38
ogra_only a completely generic debian/ubuntu-snappy-cli.postinst11:38
pittior maybe it is, and dh_s_s is only doing half of its job11:38
pittioh, it should be autogenerated, not in teh source11:38
pittii. e. /var/lib/dpkg/info/package.{pre,post}rm11:38
pittidh_* goes into debian/rules, not d/{pre,post}{inst,rm}11:39
ogra_ah11:40
ogra_debian/ubuntu-snappy-cli.install ...11:40
ogra_debian/*.timer /lib/systemd/system/11:40
ogra_it is in the wrong package11:40
ogra_mvo, ^^^ can we move the timer to ubuntu-snappy.install ?11:40
seb128the rules has11:40
seb128# we want the autopilot timer enabled by default11:41
seb128dh_systemd_enable \11:41
seb128-pubuntu-snappy \11:41
seb128snappy-autopilot.timer11:41
ogra_i guess thats enough (since we dont even seem to use debhelper here)11:41
seb128but yeah, I guess the .install is wrong11:41
seb128ogra_, you do ^11:41
* ogra_ is busy with livecd-rootfs atm ... i was hopng mvo could quickly do it with his next upload11:41
asacdocker not working on latest builds is known?12:16
asacdocker12:16
asac/snaps/docker/1.6.2.005-16.04.1-2/bin/docker: line 4: /var/lib/snaps/docker/1.6.2.005-16.04.1-2/bin/bin_arch: No such file or directory12:16
asac/snaps/docker/1.6.2.005-16.04.1-2/bin/docker: line 11: select_bin: command not found12:16
asacok ic12:17
asacdocker assumed that it gets started in the SNAP direcxtory12:17
asacnot DATA12:17
asackickinz1: when do you plan to do a new docker build?12:18
mvoogra_: hm, we need the autoupdate timer in snappy (or we won't get updates)12:23
mvoogra_: I guess what we don't want is the autoreboot12:23
ogra_mvo, doesnt ubuntu-snappy debeond on -cli ?12:24
ogra_*depend on12:24
mvoogra_: it does12:24
mvoogra_: but we want auto updats on the desktop as well12:24
ogra_yeah, then we need to split out the reboot bit12:24
mvoyes12:25
sergiusenskgunn, mvo give me 5 min, I overslept and need coffee12:30
=== chihchun_afk is now known as chihchun
kgunnsergiusens: mvo well...i completely overslept sorry13:07
kgunnyou likely didn't need me13:07
kgunn?13:07
sergiusenskgunn, we were done in 10 minutes and then just caught up with life stuff :-P13:11
sergiusensan email will come out soon explaining the plan13:11
kgunnsergiusens: mvo i apologize...13:13
mvokgunn: no worries13:13
mvokgunn: I missed a pretty important meeting myself this morning too, so no worries.13:13
kgunn:)13:14
mvokgunn: but sergiusens and I discussed the issue and I will send a mailafter my current meeting with the outcome. I think we have a good plan13:14
kgunnthat's great13:14
kgunnmvo: sergiusens if my team can or needs to help in any way lemme know13:15
kyrofasergiusens, github now verifies signed commits!13:22
sergiusenskgunn, actually I want to talk to you about the qml plugin; but later today as daytime is in diapers for us still :-)13:23
sergiusenskyrofa, what does that mean? sorry for my lack of excitement :-P13:24
kgunnsure13:24
sergiusenskyrofa, fwiw, I finished the command refactor and am happy with it; I barely had to change any tests ;-)13:24
kyrofasergiusens, did you know you could sign your commits with your gpg key? I've always done it, but now github actually supports uploading your public key and it'll verify the commit actually came from that person13:25
kyrofasergiusens, ah, good news! I'll be looking at it momentarily13:25
sergiusenskyrofa, I'm going to try and fix the webui one now; it is annoying me.13:27
kyrofasergiusens, sounds good13:27
sergiusenskyrofa, maybe I won't disable as it didn't fail this time :-P13:35
kyrofasergiusens, *sigh*13:35
ysionneauhmm there was a script to generate snappy image somewhere, does anybody have the url?13:51
ysionneaucalled "ubuntu-image"13:51
ogra_ysionneau, thats zygas script13:52
* ogra_ has lost the url though, i always just use ubuntu-device-flash directly13:53
ysionneauI can't find it in his ~zyga web dir :'13:53
ogra_it was somewhere on github iirc13:54
ysionneauah!13:54
ysionneauhttps://github.com/zyga/devtools/blob/master/ubuntu-image13:54
ysionneauhere it is!13:54
ysionneauthx13:54
kyrofaogra_ is elite though. He can remember all those magical incantations13:56
ogra_haha, well, i usually need my special incarnation anyway ... so a wrapper script just gets in the way :)13:56
kyrofaogra_, good point13:56
qenghoOn config change, should I be using systemctl/systemd to reload the configuration of services that my snap provides?14:09
qenghoI would guess I'm supposed to have implemented all my own PID-finding-and-killing logic, but that makes me sad.14:10
ogra_snappy service ...14:11
qenghoogra_: Is that requirement supposed to be exposed to the user?  On "snappy config NewFile", they should know this program needs to get "snappy service restart"?14:15
ogra_well, dont you require sudo for your cobfig call ?14:15
ogra_*config14:15
* ogra_ wouldnt let ordinary users change snap configs 14:16
qenghoogra_: Yes, config file is writable by root only. Why?14:16
ogra_and i think there was a bug open for Chipaca` to actually tellö users about the needed service restart or do it automatically14:16
qenghoAh!14:17
elopionessita: is there a group without the 24 hour restriction for registering snaps?14:37
elopioI have to add like three today.14:37
nessitaelopio, nopes, but we are lowering that right now to 3 minutes14:39
nessitaelopio, branch is on its way to trunk and then staging14:39
qenghotar-content plugin is going away. copy replaces it. But, copy also requires "files" schema key. Hrm.14:39
elopionessita: ok, I can live with 3 minutes. Thanks.14:40
netphreakhi, guys!14:44
nessitaelopio, ó/14:44
nessita\o/14:44
netphreakI have a snap.yml gadget file and some boot-assets. How do i build a image?14:45
kyrofaqengho, if you want to duplicate how tar-plugin works, just use '*': '.' for files14:45
kyrofaqengho, it's just explicit is all14:45
noise][mvo: I'm assuming desktops will use the same 4x daily (spread out) autoupdate checks? is that accurate?15:06
mvonoise][ yes15:07
mvonoise][ that is the plan at least - any concerns?15:07
noise][mvo: excellent, thanks15:07
mvonoise][ fwiw, the apt timer change has also landed in xenial15:07
noise][mvo: apt timer change?15:08
mvonoise][ oh, nevermind15:09
mvonoise][ sorry, I I thought you might be concerned about upload load in general, snappy is one part of it, apt is another one15:09
noise][ok, my main concern is just that snappy doesn't hammer the package index in herds, and sounds like that's sorted (or will be for desktop as well)15:10
netphreakWhat's the latest version of snap craft?15:47
sergiusenskyrofa, fixed your commented things except for the execute one which I don't really follow15:53
kyrofasergiusens, just a typo in the doc string15:53
kyrofasergiusens, not part of your PR technically15:53
kyrofaNot super important15:53
kyrofanetphreak, 2.715:55
sergiusensavailable for xenial only15:56
kyrofanetphreak, future reference: https://github.com/ubuntu-core/snapcraft/releases15:56
sergiusenskyrofa, oh, sorry my eyes read it correctly! :-P15:56
kyrofanetphreak, indeed. For pre-xenial, 1.1.015:56
kyrofasergiusens, hahaha, I had you questioning your english skills15:57
sergiusenskyrofa, done :-)15:58
sergiusenskyrofa, more that there's a docstring PEP mentioning the language of a docstring (Execute or Executes)15:58
kyrofasergiusens, ohhh15:59
netphreakHow do i upgrade to the latest xenial version?15:59
kyrofanetphreak, just apt-get upgrade15:59
kyrofa(assuming that you're running xenial, of course)15:59
netphreakwhich i'm not ;)15:59
kyrofanetphreak, then you'd need to run from source, which can be done but will have some issues and may not build snaps that can actually target 16.0416:00
kyrofanetphreak, I can walk you through that if you want to do it anyway16:00
netphreakok.. i'll just download a xenial virtual box image, if available?16:01
netphreakmight save us both some time ;)16:01
kyrofanetphreak, do you have any device with snappy ubuntu core 16.04 on there?16:01
netphreaknope16:02
kyrofanetphreak, because you can run snapcraft from there (and then test out the resulting snap immediately)16:02
netphreakI'm just about to get into the whole world of snaps ;)16:02
kyrofanetphreak, you can do that in vbox if you like. But if you just want the normal desktop, just use http://cdimage.ubuntu.com/daily-live/current/16:02
=== chihchun is now known as chihchun_afk
netphreakvbox is fine.. I have my other devtools running on osx16:03
sergiusenskyrofa, netphreak I wouldn't run from source; I'd install lxd and create a xenial container16:04
sergiusensI do that on my DO droplet to work from my phone ;-)16:04
kyrofanetphreak, let me be more clear. If you run ubuntu desktop in a VM, you'll need to have another snappy install to run the snaps (e.g. another VM). You can, however, use snapcraft from the snappy install directly, thus potentially saving you a VM16:04
sergiusensoh that works too16:04
netphreakahh.. well.. i Have a Raspberry 2 lying around i will install ubuntu snappy on - to test the snaps16:05
kyrofasergiusens, yeah that's my daily workflow-- my dev laptop is still trusty16:05
kyrofanetphreak, ah, snapcraft doesn't cross-compile, so you should probably run snapcraft from there as well16:05
kyrofa(lxc I mean)16:05
netphreakmy plan was to make a gadget (provision) a custom image for the rpi.16:06
sergiusensvila, hey I saw your macaroon branch, a bit too late though; it looks good but there was a refactor going on in place; would you mind rebasing? If not I can do it for you. It's about https://github.com/ubuntu-core/snapcraft/pull/43316:08
vilasergiusens: rebasing is not a problem. /me looks at pull/44316:10
netphreakis this possible from a VM with Xenial?16:10
kyrofasergiusens, yeah this looks good, only have the [<directory> --output <snap-file>] thing now16:10
vilasergiusens: also, are you ok with me proposing that work piece by piece or do you prefer to see the whole first ?16:10
kyrofanetphreak, yeah that should be arch-independent16:11
netphreakok.. thx.. ;)16:11
kyrofavila, smaller PRs are ideal16:11
netphreakAnother question.. The snappy maven plugin.. Does it support other versions than openjdk 7?16:11
vilasergiusens, kyrofa: RIght, but given the flux in the store with macaroons, I'll have to carry some more baggage (like the SNAPCRAFT_WITH_MACAROONS env var) during the transition. If it's ok for you, it's ok for me ;)16:13
kyrofavila, we can always land to an intermediate branch for easier reviews, then one big merge once the feature is done16:14
sergiusensvila, as kyrofa mentions, an intermediate branch might be better16:14
vilasergiusens, kyrofa: right, things are still too much in flux to know what's the best ;) I'm working locally on a stack of branches anyway, I'll come back when things get clearer16:18
vilasergiusens: wow, that pull/433 shuffle lots of things around, time for me to re-learn ;)16:19
sergiusensvila, not that much; ideally snapcraft.config and snapcraft._store should go into snapcraft.storeapi; we inherited snapcraft.storeapi because no one wanted to push a new package into ubuntu and we were involved late in the game ;-)16:22
vilasergiusens: ack. Yeah, well, if there was a package in ubuntu today it would make our life harder anyway ;) Let's revisit when the dust settle...16:32
vilasergiusens: oh, pull/433 hasn't landed yet ! Close to EOD so I'll rebase tomorrow. What was the rationale to get rid of the commands ?16:42
kyrofaHey ogra_ any idea why libxml was removed from the edge ubuntu-core?16:42
kyrofavila, trying to get rid of some global state and better command-line parameters16:43
ogra_kyrofa, are you sure it was ever there ?16:44
kyrofaogra_, yeah unsquashfs comparing stable to edge16:44
* ogra_ doesnt see it removed within the last weeks on http://people.canonical.com/~ogra/core-image-stats/16:44
ogra_kyrofa, stable ?16:45
ogra_15.04 you mean ?16:45
kyrofaogra_, ah, I'm talking about the ubuntu-core snap16:45
kyrofaogra_, no, the channels16:46
ogra_we never had a stable release of 16.04 to my knowledge16:46
vilakyrofa: ack, thanks16:47
ogra_ah16:47
ogra_kyrofa, seems it was dropped here http://people.canonical.com/~ogra/core-image-stats/20160318.changes16:47
* ogra_ would suspect the dhcp client dropped a superflouous dep16:48
sergiusensvila, long story short, we are getting rid of global state in `common`16:48
kyrofaogra_, ahh, okay16:48
sergiusensvila, so we are creating a ProjectOptions class and initializing with that16:48
=== kickinz1 is now known as kickinz1|eod
sergiusensvila, the problem is, we will end up with a bunch of comand duplication and sanity check code if we kept commands16:49
sergiusensvila, like seen here https://github.com/ubuntu-core/snapcraft/pull/430/files#diff-d2ba7d06874f884cc15ce0ef1fa9d31fR2716:50
vilasergiusens: ack, thanks for the detailed explanation, appreciated (will save me time when rebasing) !16:51
ogra_kyrofa, bug 1551351 and bug 1556175 ... seems the dhcp client switched to use some internal libs instead because they handle signals differently16:52
ubottubug 1551351 in isc-dhcp (Ubuntu Xenial) "dhclient does not renew leases" [High,Fix released] https://launchpad.net/bugs/155135116:52
ubottubug 1556175 in isc-dhcp (Ubuntu) "networking.service hangs on shutdown -- killing dhclient has no effect any more" [High,Fix released] https://launchpad.net/bugs/155617516:52
kyrofaogra_, ah very interesting, okay thanks for digging into that! :)16:52
ogra_np16:53
* ogra_ finds it funny that firefox offers to open snaps with vlc 16:53
netphreakogra_: How do i build/assemble a gadget (downloaded the one you gave me a link to yesterday)16:57
ogra_netphreak, currently still with snappy build --squashfs16:57
ogra_i hope to get to it tomorrow to make it use snapcraft snap instead16:57
netphreakok ;)16:58
netphreakthx for the pointer..16:58
ogra_sergiusens, so it would be nice to have snapcraft use /boot/initrd.img-core instead of /usr/lib/ubuntu-core-generic-initrd/initrd.img-core with the kernel plugin, do you need a bug for that ?17:04
ogra_(i copy it from /boot to /usr/ib atm but would like to drop the duplication before release)17:04
netphreakIs it possible to setup a private snap repo?17:04
kyrofaogra_, please do make a bug if you can17:06
ogra_sure17:06
netphreakany docs on that?17:06
kyrofanetphreak, I don't believe that's supported. Not sure if there are plans to17:08
ogra_bug 156756417:10
ubottubug 1567564 in Snapcraft "kernel plugin should use initrd from /boot in the os snap, not from /usr/lib" [Medium,New] https://launchpad.net/bugs/156756417:10
ogra_kyrofa, ^17:10
kyrofaogra_, thank you!17:10
ogra_np17:10
netphreakaccording to this it might be?17:10
netphreakhttps://lists.ubuntu.com/archives/snappy-devel/2015-October/001076.html17:10
sergiusensogra_, yes please17:11
kyrofanetphreak, ah, I do actually think the store supports private snaps. I remember seeing something about that17:11
sergiusensogra_, I can land the change as soon as the ubuntu-core that is in makes its way to stable17:11
ogra_sergiusens, well, we dont have a stable 16.04 yet17:12
ogra_(we really should just throw one out ... even without any testing so we have a base to work with)17:12
kyrofaogra_, not sure what I got when I generated a stable image then :P17:12
netphreaki´ve browsed through lots of documentation - but can't seem to figure out how it works..17:12
ogra_kyrofa, most likely some old tarball based thing17:12
ogra_none of the all-snap builds have been pushed to stable yet to my knowledge17:13
kyrofaogra_, I'm able to install all-snap stuff there... curl https://search.apps.ubuntu.com/api/v1/package/ubuntu-core17:13
ogra_and we never actually released any image on cdimage17:13
kyrofaHuh.17:13
ogra_http://cdimage.ubuntu.com/ubuntu-snappy/17:13
ogra_only 15.0417:13
ogra_i know that elopio and mvo wanted to do that and then we didnt17:14
ogra_... and i guess now we are waiting for the changes to gadget and kernel ... (once again)17:14
kyrofaogra_, edge breaks every other day. Is that really all there is?17:14
ogra_yes17:14
* kyrofa cries17:14
ogra_16.04 all snaps never had an actual release17:15
ogra_only what mvo and I produce in your people.canonical.co dirs17:15
ogra_*com17:15
kyrofaogra_, which is all edge then, I assume?17:15
ogra_yeah17:15
kyrofaThat doesn't explain why I can install my squashfs snaps on the image I generated using stable though17:16
ogra_thoggh it might be that mvo released one of each snap to stable for his images (but they still werent released in the actual release spot)17:16
kyrofaogra_, yeah maybe that's it17:16
kyrofaHmm... ogra `snappy purge` seems to be gone. Know anything about that?17:20
ogra_nope ... but someone complained that snappy purge only works after you called snappy remove17:20
ogra_(which i found weird TBH)17:21
kyrofaogra_, yeah I remember seeing a special purge flag in the code that will allow you to purge an installed snap17:21
kyrofaBut now `snappy purge` results in "Unknown command `purge'. Please specify one of [...]"17:22
ogra_my focus was more on image builds this week though ... i didnt do much inside snappy systems themselves17:22
ogra_so i wouldnt have noticed it being dropped17:23
kyrofaAh, apparently `remove` also purges now17:24
kyrofaSo they removed purge17:24
ogra_they purged it :)17:31
kyrofaogra_, by the way, thanks to the launchpad builders, I published owncloud for arm64 a few days back18:00
kyrofa(finally)18:02
netphreakubuntu-device-flash gives me an error 'unknown flag `gadget''18:11
netphreakRunning on 16.04 desktop18:11
=== wililupy is now known as wililupy|Lunch
=== wililupy|Lunch is now known as wililupy
sergiusenskyrofa, can you merge master?19:38
kyrofasergiusens, did it ages ago ;)19:38
kyrofai.e. about 2 minutes19:38
sergiusenskyrofa, heh, so the squashing thing has changed a bit19:38
kyrofasergiusens, how so?19:38
sergiusenskyrofa, look at the commit19:39
sergiusenskyrofa, it adds a ref to the PR19:39
kyrofaHmm19:39
sergiusenskyrofa, what I regret is that I didn't pay attention to the small box for the message and got the stack of commits in there19:40
kyrofasergiusens, doesn't look like you cleaned up the squashed commits either :P19:40
kyrofasergiusens, yeah I say fix it19:40
sergiusenskyrofa, you wanna do it? pretty please? :-)19:40
kyrofasergiusens, doing now19:40
kyrofasergiusens, so should we leave titles off of that little box, then? Since it puts in the reference?19:41
kyrofaJust make sure the PR title is what we want?19:41
sergiusenskyrofa, I am lost with what you mean19:41
sergiusenswhat little box?19:41
kyrofaWhen you merge, the box with the message in it19:42
kyrofaOr was this in there?19:42
kyrofaMy questions will be answered next time I merge something. Just let me do the next one19:42
sergiusensoh, that has the bug number and the sign-offs, not sure we can just wipe it19:42
sergiusenskyrofa, by default it prefills with all the commits19:42
sergiusenskyrofa, you have to edit to get the right thing still19:42
kyrofaOh no, I didn't mean wipe it. I was asking if github ALSO adds the title to it19:42
sergiusenskyrofa, it adds it because there are N commits19:43
kyrofasergiusens, do we like the PR references?19:43
sergiusenskyrofa, I think we do; but that was automatic19:43
kyrofaSounds good, just want to know for my cleaning here19:43
kyrofasergiusens, note those references will show up in our changelogs19:45
kyrofaWhich might actually be awesome19:45
kyrofasergiusens, fixed by the way19:52
=== thibautr_ is now known as thibautr
sergiusenskyrofa, remerge yourself now then :-)19:58
kyrofasergiusens, already done19:58
kgunnso i just took a moment to update and try to build with snapcraft 2.7....not sure it's 2.7s fault...but i'm failing20:47
kgunncurious what anyone else is experience is?20:48
kgunni've built mir snap easily with no issues updating each time since 2.220:48
stgraberjdstrand: lxd 2.0 rc9 uploaded to the store21:01
oparozIs /tmp noexec in a snap?21:16
oparozOr is it even writable?21:17
sergiusenskgunn, what's the error?21:31
DomiHello, I have to write a paper on Windows IoT and Ubuntu Snappy Core. What hardware should I get to try these Operating Systems? Raspberry Pi 2 or 3?21:33
jdstrandstgraber: approved22:34
stgraberjdstrand: thanks22:35
catbus1Hi, snapcraft login uses ubuntu one sso, I entered the email, password with or withou the one-time password, neither worked.23:49
catbus1Failed to establish a new connection: [Errno -3] Temporary failure in name resolution23:49
catbus1uh dns doesn't work23:49
catbus1nm23:53

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