/srv/irclogs.ubuntu.com/2015/12/18/#snappy.txt

=== j12t_ is now known as j12t
=== chihchun is now known as chihchun_afk
=== chihchun_afk is now known as chihchun
=== dvladar_ is now known as dvladar
dholbachgood morning07:47
fgimenezgood morning08:07
fgimenezgood morning mvo! i have a quick question08:40
mvofgimenez: sure08:40
mvofgimenez: and good morning08:40
fgimenezmvo, in rolling/edge #287 there's no generic-amd64 snap installed, that's ok, right?08:41
mvofgimenez: hm, that smeels like a bug08:41
mvofgimenez: I think its because of the rename of oem and gadget08:41
fgimenezmvo, http://paste.ubuntu.com/14086622/08:42
fgimenezmvo, this is the failed test http://162.213.35.179:8080/job/snappy-cloud-test/21/consoleFull (search for "FAIL:" in there), when there's a new image available a new snappy-cloud-test is triggered08:46
mvofgimenez: thanks, I will prepare a fix08:50
fgimenezmvo, thanks, btw regarding the all-snaps test you mentioned yesterday i've added a card in the old trello board to keep track of it https://trello.com/b/4PQViyUQ/snappy-core-stakeholders-backlog08:51
mvofgimenez: \o/08:51
fgimenezmvo, we can't we begin with it with the current rolling/edge, right?08:51
mvofgimenez: I will start thinking about how to port the teests to the new world08:52
fgimenezmvo, great, another thing, in case you didn't notice we have integration tests executions with each PR at last \o/08:53
mvofgimenez: rolling/edge is not yet all-snaps, but I guess we should change this RSN :)08:53
mvofgimenez: and yes, I noticed and its super cool, thanks for this!!!08:53
fgimenezmvo, np, i really needed to see it happening :) the PRs targeted to master are already working, we need this branch landed for 15.04 to work https://github.com/ubuntu-core/snappy/pull/26108:55
mvofgimenez: I guess you need review for this :) ?09:02
fgimenezmvo, well yes, if you have the time it would be great :)09:04
mvofgimenez: I will do my best, the oem snap thing has some complications, I need to think about it a bit more. we changed the directory from /oem to /gadget that is trivial to re-add but we also changed the type from oem to gadget so this involves two places09:06
mvofgimenez: but once oem and sudo are under control I should have time to review09:06
fgimenezmvo, great thanks a lot, no rush at all09:08
JamesTaitGood morning all; happy Friday, and happy Bake Cookies Day! 🍪10:29
=== chihchun is now known as chihchun_afk
morphisogra_: you know if there is a way to install a core image going to be 16.04 on the raspberry-pi2?11:55
morphisdidn't found any images yet11:55
ogra_you need to use ubuntu-device-flash and create your own ...11:55
ogra_we do not provide any images for rolling11:56
ogra_(for none of the arches)11:56
morphisogra_: ah I see11:58
morphisso rolling is what 16.04 will be11:59
morphisogra_: so I just pick a device tarball from http://people.canonical.com/~platform/snappy/raspberrypi2/ and generate an image for rolling, right?11:59
ogra_no11:59
ogra_you only use u-d-f11:59
morphisno device tarball anymore?12:02
ogra_sudo ubuntu-device-flash core rolling --channel=edge --oem=pi2.canonical/stable --device=armhf_raspi2 --enable-ssh -o myimage.img12:02
morphisor oem snap?12:02
morphisI see12:02
ogra_oem snap comes from the store, device tarball from the system-image server12:03
morphisnice12:03
ogra_(and soon everything comes from the store as a snap and system-image will be gone)12:03
morphishm, gives me:12:03
morphisDevice armhf_raspi2 not found on server https://system-image.ubuntu.com channel ubuntu-core/rolling/edge12:03
ogra_funny, it is building here12:04
ogra_bah12:05
ogra_if i would have pasted the correct line from ym terminal it would work at least12:05
ogra_:P12:05
ogra_ sudo ubuntu-device-flash core rolling --channel=edge --oem=pi2.canonical/stable --device=raspi2_armhf -o myimage.img12:05
ogra_try that one12:05
ogra_:)12:05
morphis:-)12:06
ogra_(and --enable-ssh if you want to log in remotely)12:06
morphisjupp, works12:06
kyrofamvo, I ran into an issue yesterday I'd like to pass by you12:25
morphisogra_: worked quite nicely :-)12:42
ogra_:)12:42
kyrofasergiusens, I've been asked about including #169 in 1.x. Sound okay to you?12:49
sergiusenskyrofa, yeah, we should get a list; but we need to cherry pick #169 and #16212:50
kyrofasergiusens, ah, indeed12:50
sergiusenskyrofa, want to take that or should I? They should be a direct cherry pick12:51
sergiusenskyrofa, btw, nice progress while I was gone12:51
* sergiusens is happy12:51
kyrofasergiusens, I got it :)12:51
sergiusenskyrofa, do you know if Leo is going to be here today?12:51
kyrofasergiusens, should I make a PR for them?12:51
sergiusenskyrofa, I guess so, just to be sure the tests pass before pushing it12:52
kyrofasergiusens, I'm not sure honestly. His power/internet has been a little flaky, we haven't connected the last few days12:52
kyrofasergiusens, however, knowing his leave situation, I wouldn't be surprised if he was outta here12:52
mvokyrofa: sure, what is it?12:58
kyrofamvo, Snappy services device the user data path using %h/apps. However, that directory does not seem to be created for services like it is for binary wrappers12:59
kyrofamvo, so anything that tries to use that variable ends up trying to create /root/apps, which obviously can't happen12:59
mvokyrofa: aha, ok13:00
kyrofamvo, how would you feel about remapping the user data path to the app data path for services?13:00
kyrofamvo, or should we actually create the user data path?13:00
mvokyrofa: in a meeting right now, will reply in a wee bit13:01
kyrofamvo, no problem. I'm happy to take care of this, just want to come to an agreement on the proper fix :)13:01
kyrofasergiusens, #170 and #17113:09
sergiusenskyrofa, you can't create though, apparmor won't let you13:09
kyrofasergiusens, I mean as a snappy fix13:09
sergiusensoh right, that seems logical; maybe it should be in the core launcher though; not sure where the dirs are created these days13:10
kyrofasergiusens, well for binaries it's in the wrapper13:10
kyrofasergiusens, but moving it to the launcher would solve it for both13:10
kyrofasergiusens, not a bad idea13:10
kyrofasergiusens, but it also makes sense to just have services logging to the data path rather than somewhere in /root13:14
mvokyrofa: I think mapping the user-data-path to the app-data-path makes most sense, so +1 from me on that13:14
mvokyrofa: and nice catch!13:14
kyrofamvo, ah, I love the easiest solution13:14
kyrofamvo, no problem-- you'll see a PR soon13:14
mvo\o/13:14
kyrofajdstrand, ^^ in case you were curious13:15
* jdstrand happens to be lurking, but will wander off for sure13:16
jdstrandnice!13:16
sergiusenskyrofa, question, should I squash `new-cli` before proposing a merge into master?13:20
kyrofasergiusens, nahh13:20
kyrofasergiusens, special case, I'd say13:20
kyrofasergiusens, that's usually to get rid of "oh and do this too" commits13:20
kyrofasergiusens, which you've already done13:20
sergiusenskyrofa, k, so just rebase; the reason I ask about elopio is that he targetted the testing change to `new-cli`13:21
kyrofasergiusens, maybe wait an hour and see if he comes to standup?13:21
sergiusenssounds good13:22
kyrofasergiusens, how should we update bugs now that the code and bugs are separate? Fix committed when it gets merged, fix released when it's a .deb?13:23
sergiusenskyrofa, fix released when the milestone is released13:23
kyrofasergiusens, also, how do we indicate that something is fixed for 2.x but not 1.x?13:23
kyrofasergiusens, hmm... define milestone?13:24
sergiusenskyrofa, we need to create series13:24
sergiusenskyrofa, https://launchpad.net/snapcraft/+milestone/0.613:24
kyrofaAh ha13:24
sergiusenskyrofa, or the thing on the far right in the bug13:24
kyrofaOkay so yeah, fix released when it's in the archives, essentially13:24
sergiusenskyrofa, yeah13:25
kyrofaAh, and bugs target them, okay nice I gotcha (not a heavy launchpad user here)13:25
kyrofasergiusens, is creating the series relatively easy?13:27
sergiusenskyrofa, already done13:28
kyrofasergiusens, hey, look at you!13:28
sergiusenskyrofa, I'll do bug management for a bit13:28
kyrofasergiusens, so if I have a bug where I'd like to track state for both 1.x and 2.x, do I "target to series"?13:30
sergiusenskyrofa, like this I guess https://bugs.launchpad.net/snapcraft/trunk/+bug/152391213:30
ubottuLaunchpad bug 1523912 in Snapcraft 1.x "Shebang write uses overly broad regex" [Critical,New]13:30
kyrofasergiusens, ah, pretty painless13:34
sergiusenskyrofa, we need this merged first for tests to pass https://github.com/ubuntu-core/snapcraft/commit/3ec8328a144c79b158c62ec836c356281f3b080f13:36
sergiusenseh, cherry picked13:36
kyrofasergiusens, oh oops. Fixing now13:36
kyrofasergiusens, https://github.com/ubuntu-core/snapcraft/pull/17213:43
sergiusenskyrofa, merged14:00
jdstrandmvo: hey, so, ubuntu-core-security 16.04.9 got all caught up in the perl transition and is still in -proposed. are you planning on making another os all snap image before eoy?14:02
jdstrandmvo: that has the new caps from the brazil sprint and would be nice if people are playing with snappy over the holidays if they were there14:03
* jdstrand isn't really here btw14:03
kyrofasergiusens, alright, rerunning PR tests14:03
kyrofajdstrand, out until the new year?14:07
mvojdstrand: hm, that sounds like  an important reason - so far we build without -proposed but I can build one with -propsoed enabled14:12
jdstrandkyrofa: I am14:26
jdstrandmvo: well, I expect it to get through proposed sometime today14:26
mvojdstrand: aha, nice. in this case its easy, I can do a new upload today14:26
ogra_mvo, not sure thats clever ...14:26
ogra_given there sits also a half transitioned perl in -proposed14:27
ogra_(building with propoed i mean)14:27
=== chihchun_afk is now known as chihchun
=== chihchun is now known as chihchun_afk
sergiusenslool, be tere in a bit15:01
loolsergiusens: ok15:02
sergiusenslool, I'm in15:04
skawaiihello all. I’m new to snappy and am running into some trouble getting a my snap (which is really just a docker image) to work. if anyone could help me out, I’d really appreciate it.15:08
skawaiimy snacraft.yaml: https://gist.github.com/skawaii/5c710b27eb9eac1cc5cc15:09
skawaiimy exe sh script: https://gist.github.com/skawaii/8f71b3d76498b29ca98915:09
skawaiithe erro i’m seeing is this:15:10
skawaii(amd64)ubuntu@ubuntu-snappy:/apps$ whaley.speak15:10
skawaii(amd64)ubuntu@ubuntu-snappy:/apps$ whaley.speak15:10
skawaii<path to app>/speak.sh: 2: /apps/whaley.sideload/IIDeccTbeLdT/./bin/speak.sh: docker: Operation not permitted15:10
skawaiii can run my docker image outside of the snap via “docker run skawaii/docker-whaley” without problem, so I’m a little lost here15:13
kyrofamvo: https://github.com/ubuntu-core/snappy/pull/26915:26
elopiokyrofa: sergiusens: hello. Just checking in...15:27
kyrofaHey elopio!15:27
elopiosergiusens: what do you need me to do with the integration tests branch?15:27
kyrofaelopio, are you out?15:27
elopiokyrofa: well, I'm in bed, sleeping a lot :D15:27
kyrofaelopio, hahaha15:28
elopioToday I'm going to start disconecting. I'll send an email.15:28
davmor2elopio: how's that different from normal ;)15:28
elopiokyrofa: do you need something from me before I start partying? Today is the maker space party, cryptobeers without crypto.15:29
kyrofaelopio, that sounds amazing. And no, go away!15:30
kyrofaelopio, heads up though if you have a minute: sergiusens said you were targeting the new-cli with some tests15:30
kyrofaelopio, but he needed to rebase it to master, so he pushed it to a new branch instead of messing up your tests15:30
kyrofaelopio, you might want to retarget that new branch15:30
elopiodavmor2: holidays are the same as any day, but without alarm clocks.15:31
elopiokyrofa: ah, ok, let me see.15:32
kyrofaelopio, ah, yeah your py_integration branch I think15:32
kyrofaelopio, also, if you have a minute to give https://github.com/ubuntu-core/snapcraft/pull/146 one last look, it's been cleaned up and I think it's good to go, I just want one more pair of eyes before I merge it15:34
elopioI'll try a merge with his rebased-new-cli branch.15:34
elopiokyrofa: I had already merged it on master. I've just merged this one too.15:37
elopionow sergiusens needs to update a lot of docs with his new cli :)15:37
kyrofaelopio, excellent, thank you :)15:37
kyrofaHaha, yes indeed15:37
elopiokyrofa: how do I merge my branch with a branch from sergio? Do I need to add him as a remote?15:40
kyrofaelopio, yeah, git remote add sergio_stuff <his fork url> then git fetch --all15:40
jdstrandmvo: thanks!15:44
elopiokyrofa: got it, the merge seems ok. The commit message and the diff does not. I'm not sure how to turn my change in one single commit on top of sergio's.15:44
sergiusenselopio, use 'fixup'15:45
jdstrandogra_ (and mvo): note, ubuntu-core-security doesn't care about perl. it has a Build-Depends on apparmor that needed a rebuild that delayed things15:45
jdstrandogra_ (and mvo): but it doesn't need the rebuilt apparmor or perl15:45
ogra_jdstrand, well, its all or nothing ... if you enable proposed you get all packages from there including all breakage too15:46
kyrofaelopio, so what you should really do is rebase onto the new cli branch, and you'd have the same commits as before15:46
* jdstrand nods15:46
kyrofacommit messages anyway15:46
kyrofaelopio, then you can fixup as sergiusens suggests, or just squash manually if necessary15:46
elopioI propose we move to bzr.15:47
kyrofaelopio, hahaha15:53
elopiosergiusens: kyrofa: https://github.com/sergiusens/snapcraft/pull/115:53
elopioI used cherry-pick, which I learned yesterday. Please tell me if that works.15:54
kyrofaelopio, hey that works. The diff looks the same, although making a PR into the fork means the tests don't run on travis right?15:55
elopiokyrofa: right. But I suppose sergiusens will make a pr into master, and there they'll run.15:55
elopioI confirmed they still pass here.15:55
kyrofaelopio, yeah that seems reasonable15:56
=== frecel_ is now known as frecel
sergiusenselopio, kyrofa I can push the rebased-new-cli to the official repo, then tests will run16:01
kyrofasergiusens, elopio that might be better just to have a record of that PR on the official project16:02
kyrofaBut it's not super important to me anyway16:02
sergiusenskyrofa, hah, so elopio didn't squash :-P16:02
sergiusenskyrofa, https://github.com/sergiusens/snapcraft/pull/116:02
kyrofaTsk tsk elopio16:03
sergiusenskyrofa, elopio ok, so PR to this so tests run16:05
kyrofasergiusens, looks like those cherry-pick tests pass16:10
kyrofaelopio, you'll love git before we're done with you16:10
sergiusenskyrofa, ah, thought they were merged already..16:25
elopiokyrofa: sergiusens: so I got lost. sergiusens PRs his changes to master. We land that, and then I PR my two commits against master?16:26
kyrofasergiusens, nah, I wouldn't do that without at least one more eye16:26
kyrofaelopio, no sergiusens just pushed his branch into the official project rather than his fork16:26
kyrofaelopio, so make a PR on the official project to that branch instead of the one on his fork16:27
sergiusenselopio, and squash16:27
sergiusenselopio, which is the only resaon I didn't merge your branch earlier16:28
elopiosergiusens: I wanted to keep two commits. The first makes the tests pass in xenial. The second is a workaround for trusty that I want to remove the first day of next year.16:28
sergiusenselopio, if the is the case then it is fine16:28
sergiusenselopio, let me do the work then16:29
sergiusenselopio, meh, I'll leave it to you16:29
elopioyes, I got i16:29
elopiot16:29
elopioor not. Just a second...16:30
elopiohttps://github.com/ubuntu-core/snapcraft/pull/17316:32
sergiusenselopio, great16:35
sergiusenskyrofa, elopio so maybe today I just update the docs all day long :-P16:35
kyrofasergiusens, yay, fun day16:35
elopiogreen!16:53
sergiusenskyrofa, elopio ok, so this is now there https://github.com/ubuntu-core/snapcraft/pull/17417:04
* sergiusens needs to go out and be a nanny for a bit17:04
kyrofaAlright sergiusens, thanks!17:05
kyrofasergiusens, will you do the docs after this merges, then? Or will you put it in this branch?17:05
sergiusenskyrofa, I was thinking new branch, this is getting too big; unless you want the docs here17:08
kyrofasergiusens, works for me :)17:09
kyrofasergiusens, is there no snapcraft all anymore?17:58
kyrofasergiusens, or is that now just snapcraft snap?18:02
kyrofasergiusens, oh man... this is already so much better18:03
kyrofasergiusens, excellent work18:03
balloonssergiusens, is there a reason snaps seems so big? I have a student working on a nodejs snap and it's 10 mb's18:16
beunoballoons, because it includes all of nodejs?  :)18:20
balloonsbeuno, yes, presumably so. It has not external depends18:21
balloonsthe app itself is like 1k, heh18:21
beunoright18:21
beunoso that's where the 10mb comes from18:21
beunoin exchange, once his app works it'll work forever*18:22
beuno*ish18:22
ogra_balloons, lol 10MB18:23
ogra_(Dragonboard)ubuntu@localhost:/mnt/home/linaro/xenial-chroot/upnp-server$ ls -lh upnp-server-arm64_0.1.0_arm64.snap18:25
ogra_-rw-r--r-- 1 root root 42M Dec 15 18:43 upnp-server-arm64_0.1.0_arm64.snap18:25
ogra_that only has minidlna and lighttpd inside :)18:25
ogra_snaps are big by design18:25
balloonsI suppose I should get used to that.18:25
balloonsI'm seeing that :-)18:26
ogra_i have an unconfined debootstrap snap here that has 150MB ...18:26
ogra_simply pulling in a whole base system as deps18:26
balloonsso it's interesting you can build an i386 snap, and push it to the store. But it can never be used, as there is no i386 image right?18:34
balloonsmoney.rga is the example18:35
ogra_yeah18:35
ogra_no i386 images atm ...18:35
ogra_(they might come though, there are IoT platforms that are i386 only ... once we support them we will have to have i386 images)18:36
ogra_but til then you have to build for amd64 to get something usable18:36
ogra_(or armhf ... and soon arm64)18:36
sergiusensballoons, you can build an image, there just isn't one promoted as avail18:38
sergiusenswith snaps we want everyone to feel like compiling go with gc-go :-P18:39
kyrofasergiusens, https://github.com/ubuntu-core/snapcraft/pull/175 . Sort of a "cleaning up nasty things" PR, a tad random I'm afraid18:40
kyrofasergiusens, mostly tests18:41
sergiusenskyrofa, got it; too bad you merged the new cli thing18:45
kyrofasergiusens, uh oh, how come?18:45
* sergiusens mentions he likes to joke and troll, more so on Fridays ;-)18:45
balloonsargh.. does --allow-unauthenticated fail for anyone else? Trying to sideload a snap and I get a signature verification failed.18:45
* balloons tries with a different package18:45
sergiusensballoons, 15.04 or rolling?18:46
balloons15.0418:46
sergiusenskyrofa, so, I was just joking (just in case)18:46
balloonswell, I'm running ubuntu-core/15.04/edge18:46
kyrofasergiusens, you suck too18:46
sergiusensballoons, it should just install18:46
sergiusenskyrofa, glad to know18:46
* sergiusens is probably on Santa's naughty list18:47
kyrofaProbably18:47
davmor2sergiusens: do you every get off that list?18:47
kyrofaYou were always that one kid that people actually DID buy that stupid wrapped coal present for18:48
sergiusensdavmor2, haven't kept track; I just pay attention now as I don't want to splash the naughtiness onto my son18:48
kyrofaDoes anyone ever buy those?18:48
davmor2sergiusens: :)18:49
sergiusenskyrofa, I was once gifted a brick for my birthday in this huge box; it was a prank from a friend18:49
sergiusensmy life forever changed18:49
kyrofaHaha, "this is heavy... must be expensive"18:49
davmor2sergiusens: yeah only cause you used the brick to smash the windows to get the things you wanted right ;)18:49
balloonssergiusens, ok, so I believe I know what the issue is. It's displaying that error when I install a snap with a bad arch. Aka, an arm snap on amd6418:49
sergiusensballoons, I don't think there will be user message polish on 15.04, but may be good to know if this is the case on rolling too18:50
sergiusensa preemptive bug would be good18:50
davmor2sergiusens: now I understand why you are on Santas naughty list, I mean if friends treat you like that :D18:50
balloonsif someone wishes to do a quick check that would be nice18:51
balloonstry installing http://people.canonical.com/~nskaggs/money.snap for instance. It should yell at you nicely18:51
sergiusensballoons, us snapcrafters aren't really into having the latest and greatest images anymore18:51
kyrofacuz those are broken18:52
davmor2balloons: you have a snap that makes money what printer do I need ;)18:52
balloonslol.. so we just get elopio to test right? he's qa!18:52
kyrofaballoons, there you go!18:52
sergiusensballoons, hah, elopio is headed to the jungle now and has no solar powered laptop, much less any internetz ;-)18:53
balloonsahh right.. Friday already18:53
balloonsyou guys into github issues now, or lp bugs?18:54
kyrofaballoons, lp18:55
davmor2balloons: no same as usual bungee cords and post-it notes18:55
balloonsI guess I'll still give you a bug report. Even on lp18:55
kyrofasergiusens, why lp, by the way?18:55
kyrofasergiusens, just because it's always been there?18:56
sergiusenskyrofa, our bdfl suggested it18:56
kyrofasergiusens, ah18:56
sergiusensballoons, if you go to snapcraft's issues at least you get pointed to lp; not sure how it is in snappy18:57
* balloons spins it on it's head and asks why github if lp has git support18:57
balloons:p18:57
kyrofaballoons, because github contributions/streaks are way cooler than lp karma18:58
sergiusensballoons, mentions in reviews :-)18:58
sergiusensballoons, a nicer landing page18:58
sergiusensballoons, a bigger community18:58
balloonssergiusens, I know why you would choose github. It's just simpler and cleaner18:58
kyrofaballoons, everyone looks on github for projects before lp, too18:59
sergiusensballoons, right18:59
balloonsjust playing DA18:59
balloonsmostly to point out having half the project one place and half the other is a bit annoying18:59
kyrofaballoons, no argument here18:59
kyrofaballoons, I'd like to be able to close issues from commit messages19:00
balloonsok, snappy playtime is done. Thanks for the responses guys. And enjoy your holidays!19:01
sergiusensballoons, that was easy :-P19:01
ogra_/whois holidays19:01
balloonssergiusens, curl.curl is my favorite snappy package now btw. An IoT device with no cli network tool feels dead19:02
* ogra_ has a wget-unconfined snap for that :) 19:03
balloonsogra_, holidays are those things other people do sometimes. I know, I know. It's weird, but the silence is refreshing19:03
ogra_for old-schoolers :)19:03
* balloons is a wget man19:03
kyrofaogra_, wait a minute... does that mean if I like wget I'm old?19:05
ogra_not as old as me i guess :)19:06
davmor2ogra_: oh common, you're old school enough to know how to use sed in some archaic manner to get urls and you know it ;)19:07
ogra_hah19:07
ogra_someone knows me :)19:07
davmor2shhhh19:07
ogra_yay ... my new kbd just got into delivery !19:09
davmor2ogra_: I just have deep seated respect for any developer who lived through the buttons moving wars ;) I mean I'll still treat you with disdain, sarcasm and indifference but know it comes from this deep seeated respect :D19:10
davmor2-e19:10
ogra_(the christmas present i made myself )19:10
ogra_ha19:10
ogra_"the button moving wars"19:11
ogra_you should write a book ;)19:11
ogra_it wasnt actually a war ... that kind of needs two parties ...19:12
ogra_after all it was just me whining :)19:12
ogra_(and design not reacting)19:12
davmor2hahaha19:12
ogra_olga paid me a beer as compensation in austin though :)19:13
ogra_(in silent agreement)19:13
davmor2ogra_: that's a lot of beer I mean austin isn't a little place :D19:14
ogra_:D19:14
kyrofasergiusens, yeah I'm all over the place regarding "" versus `` huh19:15
kyrofasergiusens, what do you prefer?19:15
sergiusenskyrofa, I was more inclined to use `` just because "markdown"19:17
kyrofasergiusens, agreed. Fixing along with the last `find`19:17
ogra_are that double backticks ?19:17
kyrofaogra_, yeah19:18
ogra_uuh19:18
sergiusenskyrofa, done with the review19:42
kyrofasergiusens, thanks :)19:47
kyrofasergiusens, alright, fixed up20:22
hathatwhereshathey! I messed up, and forgot my password....20:36
hathatwhereshatI've been looking for solutions and the only one's I find are for raspbian20:36
hathatwhereshatI have a rpi220:37
hathatwhereshathas anybody come across something like this before?20:37
sergiusenshathatwhereshat, what are you running?20:37
hathatwhereshatsnappy20:37
sergiusenshathatwhereshat, and you changed the default password of ubuntu?20:37
hathatwhereshatcheers for showing interest sergiusens20:37
hathatwhereshatyes... I wrote the password on a note, but I wrote it down wrong20:38
sergiusenshathatwhereshat, take the sdcard out; go into <writable>/system-data/var/lib/.../extrausers/shadow and edit the password there20:38
sergiusensthat might be a way, not sure about the exact path to the file as I don't have a system running currently20:38
hathatwhereshatthat's fantastic news sergiusens! thank you very much20:39
hathatwhereshatI'll let you know if I can get in20:39
sergiusenskyrofa, no tests have been harmed in this writing https://github.com/ubuntu-core/snapcraft/pull/17820:39
sergiusenshathatwhereshat, you jst need to know the format of a shadow file `man shadow`20:40
hathatwhereshatsergiusens for some reason I don't have these folders20:43
sergiusenshathatwhereshat, it should be in the partition named writable20:44
hathatwhereshatoh ok. thank you so much sergiusens20:44
=== retrack is now known as Guest59273
sergiusenskyrofa, I'm curious to know if you followed the link from __init__ before I made the comment it was a link20:45
sergiusensseemed sneaky after doing it :-P20:46
hathatwhereshathey sergiusens , I've been trying to find this partition (I'm just starting with programming) all over the place but can't find it.. I'm on a mac and I've tried "df -h" to find the volumes, I've also tried "ls -la /Volumes" but I don't find this writable partition20:56
hathatwhereshatIf you can't help I'm still stupidly grateful for what you've done til now!!20:57
sergiusenshathatwhereshat, oh, I have no idea how mountpoints are exposed on a mac, on Ubuntu if you plug the sdcard into a laptop it will show up on /media/<username>/writable20:57
sergiusensbeowulf, maybe you can help ^ ?20:57
sergiusensif around of course20:57
hathatwhereshatok... I'll try a live version of ubuntu then!20:58
=== retrack is now known as Guest5625
sergiusenskyrofa, feel free to ping me about whatever, but I am mostly EOY now :-)21:37
jerryGany new url for 'snappy gui anyone?'23:57

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