[06:41] good morning [06:46] elopio: hi, if you are still up, I wonder if I should top-approve sergios branches for snapcraft or if he prefers to do that himself [06:46] hey dholbach, good morning [06:51] thanks mvo [07:04] good morning === chihchun_afk is now known as chihchun [07:27] good morning === davidcalle_ is now known as davidcalle [08:19] goood morning! [08:40] mvo, do we want to wait til there is any feedback on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=791661 for the SRU of bug 1323732 ? seems a user has issues creating users in 15.04 (on the ML) [08:40] Debian bug 791661 in shadow "support for alternative passwd location (i.e. libnss-extrausers)" [Wishlist,Open] [08:40] bug 1323732 in adduser (Ubuntu Vivid) "adduser should support managing additional password/shadow/group files from libnss-extrausers" [Undecided,New] https://launchpad.net/bugs/1323732 [08:41] or should we perhaps just push it to the PPA [08:53] ogra_: this is in wily, no? [08:54] ogra_: aha, you mean for 15.04? yeah, going the ppa route is fine here I think [09:09] mvo: o/ [09:09] mvo: so, comapreDirs [09:09] hey Chipaca [09:09] mvo: compares the output of ls [09:09] Chipaca: no, compardirs is terrible [09:09] mvo: that's a huge red flag [09:09] but [09:09] BUT [09:09] Chipaca: I was wondering about https://code.launchpad.net/~mvo/snappy/snappy-lp1468831-race/+merge/269155 [09:09] because it's a controlled test scenario [09:09] it wouldn't be too terrible [09:09] however [09:09] it's comparing the ctimes, which we don't care about [09:09] isntead of the mtimes or the atimes which we apparently do care about [09:10] oh, sorry, I get it now, its connected [09:10] also it [09:10] * mvo shuts up and listens [09:10] * Chipaca derails [09:11] i was going to say "also it compares the time format instead of asking ls to use something smarter", but i'm not sure that would be a win [09:11] I mean, you can tell ls to --time-style=+%s for example [09:11] * mvo nods [09:11] but if we're just comparing for equality that's fine [09:12] and, given the comment about atime/mtime in RSyncWithDelete, I think we *do* care about equality [09:12] so that means the test is wrong, and the fix is hiding it instead of fixing it :) [09:12] so [09:12] rant mode off [09:12] fix mode on [09:12] i guess what we want is to have ls print the atime and the mtime, if those are truly what we care about [09:12] yeah, absolutely agreed, I will reject the branch [09:14] hm, ls can't print both atime and mtime at the same time [09:14] fgimenez: ping. I made some good progress on the subunit repo. Can you please check the pull requests? https://github.com/elopio/subunit/pulls [09:15] I couldn't find how to do something like prerequisits in git, so if you don't start from the older it might be a mess. [09:16] elopio, ok np i'll take a look [09:16] mvo: default for ls is mtime (i thought it was ctime, for some reason), so we're not preserving it in RSyncWithDelete? [09:17] Chipaca: hm, its using cp -a [09:18] mvo: but for single files [09:18] mvo: directories it's making itself [09:18] * Chipaca wonders why that isn't a single cp call [09:18] ah, because of the filesareequal check [09:18] so [09:18] i know how to unbreak the test, now :) [09:19] yeah, the dirs are indeed missing [09:19] yay, thanks Chipaca [09:19] and sorry for the trouble :/ [09:19] hah. no worries. [09:19] sorry for the rant [09:20] all good, terrible code there [09:29] yuss [09:36] mvo: how does http://pastebin.ubuntu.com/12244247/ look? [09:38] Chipaca: much nicer [09:39] mvo: OTOH i could move that to CopyFile [09:39] mvo: and just use CopyFile here [09:39] but maybe make it different branches [09:39] * Chipaca agrees with himself already [09:40] heh [09:40] cleanup++ [09:42] mvo: https://code.launchpad.net/~chipaca/snappy/fix-1468831/+merge/269728 would be that then [09:45] \o/ [09:54] mvo: not top-approving because integration tests [09:56] oooh, mp failed? [09:58] helpers/helpers.go:503: impossible type assertion: [09:58] *syscall.Stat_t does not implement os.FileInfo (missing IsDir method) [09:58] looks like it [10:00] dah [10:00] mvo: forgot .Sys() :( [10:01] mvo: fixed [10:04] mvo: in https://code.launchpad.net/~mvo/snappy/lp1480248-test-reenable/+merge/269176 you say elopio's comment is addressed, but .. you forgot to push it? [10:04] Chipaca: indeed, sorry again [10:05] * Chipaca takes a break [10:13] mvo: thanks for the reviews! [10:17] sergiusens, wrt bug 1490741 ... shouldnt u-d-f bail out when using a RPi2 snap with a generic tarball ? [10:17] bug 1490741 in goget-ubuntu-touch (Ubuntu) "ubuntu-device-flash creates an rpi2 image that won't boot" [Undecided,New] https://launchpad.net/bugs/1490741 [10:18] or did i do something rong with the meta data in the pi2 snap ? [10:18] *wrong [10:21] ogra_: it shouldn't fail, no; it will use the one from s-i [10:21] thats bad [10:21] ogra_: that is the catch to --developer-mode, no hand holding [10:22] ogra_: yeah, you need to put this upstream ;-) [10:22] ah [10:22] yeah, i think we need a mechanism to define what device tarballs an oem snap can be used with [10:22] ogra_: how would you start enabling a board if not? [10:23] ogra_: well, with what mvo is doing right now and with what I did here http://blog.sergiusens.org/posts/Recovering-Ubuntu-Core/ that is no longer going to be necessary [10:23] oh, it should all be open while developing ... but package.yaml should have an optional enttry that can bind us to a certain device tarball [10:23] ogra_: but the device tarbal is just a tar [10:23] currently :) [10:24] ogra_: when it becomes a snap, I hope the gadget would define it [10:24] yeah [10:24] ogra_: since it would be pulled from the store, so it needs the name [10:27] * ogra_ turns the u-d-f task on the bug invalid but keeps the snappy one open then [10:37] * Chipaca is trying to figure out https://code.launchpad.net/~fgimenez/snappy/setenv-closure-redefinition/+merge/269717 [10:41] * ogra_ twiddles thumbs waiting for shadow to be published in the PPA [10:41] Chipaca, yes, it's a bit involved :) [10:42] Chipaca, in build_test we used var definitions for testing the dependency calls [10:43] mhmm [10:43] fgimenez: but here's the thing [10:43] fgimenez: a var is not a closure [10:43] there's nothing to "refresh" [10:44] Chipaca, well, maybe the wording is not correct, we first define the var here http://bazaar.launchpad.net/~fgimenez/snappy/setenv-closure-redefinition/view/head:/_integration-tests/testutils/build/build.go#L46 [10:45] Chipaca, when we call this afterwards, it doesn't take the value of the environment variables if we don't redefine it [10:45] Chipaca, this used to work before 1.5 [10:46] hmm [10:46] fgimenez: and you get the same error every time without this change? [10:47] Chipaca, yep [10:47] fgimenez: and if you do "export GOMAXPROCS=1" before running the test? [10:47] Chipaca, let me try.. [10:48] fgimenez: because what changed was that in 1.5 GOMAXPROCS defaults to the number of cores; before it was 1 [10:48] fgimenez: and getenv is per-process [10:49] * Chipaca writes a small testcase to check this just in case [10:49] Chipaca, ah! ok, shouldn't GOARCH be the same for all of them? [10:55] Chipaca, i'm getting this http://paste.ubuntu.com/12244578/ after removing the var redefinition line [10:57] fgimenez: i'll dig into it in a bit [10:59] Chipaca, ok thanks! :) [11:11] oooooh [11:12] fgimenez: shouldn't osGetenv return something? [11:12] i mean [11:12] fgimenez: in the tests [11:12] fgimenez: you're rewriting osGetenv [11:12] fgimenez: with fakeOsGetenv [11:12] fgimenez: that does not return anything [11:12] i.e. it always returns an empty string [11:14] fgimenez: may i suggest you keep an environ map[string]string in the test, and set things in it from fakeSetenv, and return things from it in fakeGetenv? [11:15] Chipaca, yes that makes a lot of sense, let me take a look [11:15] actually making it a map[string]struct{string, int, int} would be the way I'd do it, actually [11:16] fgimenez: i'll show you what i mean in a diff, give me a few === chihchun is now known as chihchun_afk [11:40] fgimenez: something like http://pastebin.ubuntu.com/12244793/ might work, but it would involve changing a number of tests appropriately [11:41] fgimenez: advantage of this is you have a single place where you track reads, writes and current value of the environment [11:41] fgimenez: disadvantage might be that it's a bigger change from where the code is right now [11:43] fgimenez: whereas the simpler change would be http://pastebin.ubuntu.com/12244813/ [11:43] fgimenez: i feel it'll make things harder to follow in the long term, but not particularly strongly :) [11:44] fgimenez: also note you would have spotted this error earlier if you didn't use the "bare return" thing as much as you do [11:45] Chipaca, yep :) thanks for that, i was thinking in the latter option that you proposed, i'll put hands on it [11:45] fgimenez: in both cases note i haven't tested the code :) [11:46] Chipaca, np :) [11:50] * Chipaca is now on lunch break === chihchun_afk is now known as chihchun === chihchun is now known as chihchun_afk === davidcalle_ is now known as davidcalle [13:54] pitti: i have the silliest systemd question, and sadly for you your name is soldered to systemd in my mind [13:54] hey Chipaca -- heh :) [13:54] Chipaca: you could ask anyone in the vast systemd maintenance team in Ubuntu! [13:54] pitti: if I do, e.g.,: sudo journalctl -u urfkill -o json-pretty [13:55] pitti: it returns a series of lines, with a json document per line [13:55] um [13:55] json, not json-pretty [13:55] :) [13:55] pitti: json-pretty to read it, json to parse it :) [13:55] pitti: anyway. you get that, a series of json objects [13:55] right [13:55] looking at it here, for systemd-udevd, as i don't have urfkill [13:55] pitti: in the first one, the systemd unit is in the "UNIT" key [13:56] pitti: in the following ones, it's in "_SYSTEMD_UNIT" [13:56] pitti: this feels like a bug [13:56] pitti: but I don't know [13:56] Chipaca: it for sure is [13:56] *gasp* [13:56] I mean, I don't see how this would be deliberate [13:57] well, it's certainly not what's documented :) [13:57] * Chipaca updates his system just in case [13:57] Chipaca: it's the same with -o verbose or export, i. e. not just a presentation problem; I guess it's actually wrong in the db [13:58] yep, should always be _SYSTEMD_UNIT as per systemd.journal-fields(7) [13:58] pitti: i wonder whether it's different on purpose, so you get the unit the first time and don't bother if it's not there because it's the same? [13:58] that sounds contrieved though [13:58] and aggregates poorly [13:59] yeah [13:59] Chipaca: do you mind filing it at https://github.com/systemd/systemd/issues or should I proxy it for you? [13:59] pitti: i wouldn't mind filing it [14:00] Chipaca: cool, thanks; if this is blocking you I'll see to fix it this week, but I suppose it's easy enough to work around for now? [14:00] it is [14:01] pitti: it's also only the first one for any service, for you? [14:01] Chipaca: yes, consistently (tried 3) [14:02] Chipaca: in a fresh VM I see two UNIT=, though [14:02] but either way, this is inconsistent and undocumented [14:02] pitti: I'll file the bug, you add that to it :) [14:03] ack [14:05] pitti: https://github.com/systemd/systemd/issues/1106 [14:07] Chipaca: thanks, I'll watch what upstream says and if appropriate look into it === fgimenez_ is now known as fgimenez [14:09] pitti: ta [14:34] pitti: there you go then [14:35] Chipaca: ah! so this is "message from pid 1 about unit foo" vs. "message from unit foo" [14:36] pitti: yep, so it might be a bug in documentation as opposed to implementation [14:36] as the docs don't mention UNIT nor any other mysterious "couple of other keys" [14:36] Chipaca: yeah, I just followed up wrt. that [14:36] heh. jinks. [14:36] jinx* [14:37] anyway, you know what time it is? [14:37] time for a cuppa tea [14:37] and again [14:37] Chipaca: good idea! [14:37] Chipaca: I was about to yell "Tool time!" :) === bjf is now known as fjb [14:57] is there a bug # for snappy-remote install doesn't work with webdm? [14:57] pitti: do you know what they mean wrt trusted/untrusted fields? [14:57] "Fields prefixed with an underscore are trusted fields, i.e. fields that are [14:57] implicitly added by the journal and cannot be altered by client code." [14:58] pitti: where's that? [14:58] Chipaca: in man systemd.journal-fields [14:58] pitti: gotcha [14:58] sergiusens, Do you have a snapcraft branch where you're removing the ubuntu plugin? [14:58] Chipaca: so, a client using libsystemd journal_* can set arbitrary fields, but not those prefixed with _ [14:59] pitti: k :) [14:59] ted: not pushed yet [14:59] ted: still in the works (writing tests) [14:59] sergiusens, Can you push so I can base off of that? [15:02] rickspencer3: how does it not work? [15:02] rickspencer3: http://pastebin.ubuntu.com/12246078/ [15:03] Chipaca, the last time I tried it, it didn't work, and I was told that it was a bug [15:03] oh [15:03] rickspencer3: ah, maybe sergiusens knows more then [15:04] Chipaca, I did $snappy-remote install --url=ssh://webdm.local or something [15:04] Chipaca, oh [15:04] no, you are installing webdm [15:04] I meant installing a different snap using webdm [15:04] instead of the ip address [15:08] you mean using avahi ;) [15:14] (webdm.local is an avahi address, perhaps the go implementation that the webdm package ships has issues) [15:15] I think it's snappy-remote doing something smart with --url that does not include avahi [15:15] it also does not hand it straight off to ssh, which means you can't use fake ssh hostnames [15:15] also note that you can only have the same avahi address once in your network ... i.e. if you have a BBB on the same network running another webdm instance that calls for issues [15:15] *also* also note I don't think avahi will work to kvm [15:18] mvo: wrt bug 1491011, if your snappy doesn't have a service, you don't have the fix. If it does have service, and you're seeing this, then caca. [15:18] bug 1491011 in Snappy "[webdm] fails to start webdm on rpi2 if no network is attached" [Undecided,New] https://launchpad.net/bugs/1491011 [15:19] Chipaca: uh, I'm not sure I understand, thats webdm, it has a service [15:19] mvo: yes [15:19] mvo: what does "snappy service status webdm" print [15:20] * Chipaca forgot the 'status' verb [15:20] i think i said before that i dont think it is wrong if webdm doesnt start when no network is available [15:20] Chipaca: its on 15.04, do we have snappy service there already? [15:20] what *is* important though is that it starts as soon as you connect network [15:20] mvo: then you don't have the network brouhaha fix :) [15:20] Chipaca: aha! [15:20] Chipaca: now I understand [15:20] mvo: it's not backported, and landed in wily together with "service", hence that question [15:21] Chipaca: cool, do you happen to remember the bugnumber? [15:21] Chipaca: I can have a look in a bit then [15:23] bug 1466672 [15:23] bug 1466672 in Snappy 15.04 "webdm failed to start / Failed to listen 224.0.0.251:5353" [Undecided,New] https://launchpad.net/bugs/1466672 [15:24] * Chipaca hugs --fixes [15:24] mvo: ^ [15:24] ta [15:24] I will do a backport in a bit [15:30] zyga, you had issues wirth missing firmware IIRC ... there is a http://people.canonical.com/~ogra/snappy/test/device-pi2-0.16.tar.xz that contains all of linux-firmware now [15:30] (in case you feel like trying it) [15:38] zomg, next week school starts again [15:41] fgimenez: I'm not sure how to make an anonymous struct inside a for. [15:41] that sounds scary too. [15:42] fgimenez: I was copying the style from here: https://github.com/golang/go/wiki/TableDrivenTests [15:44] elopio, yes :) it's just to replace the flagtest var definition in that example with the struct itself, readability could suffer though [15:45] elopio, i've seen an example here http://talks.golang.org/2015/tricks.slide?utm_source=golangweekly&utm_medium=email#12 [15:46] sergiuse1s: Not sure if it got lost in the various disconnects, can you push your branch so I can build on it? [15:46] fgimenez: yes, -1 for that. Maybe I'm too used to testscenarios. [15:46] sergiuse1s: Should be fine without tests for what I need. [15:46] what I think we should do is to add scenarios to go check. [15:47] elopio, that would be great [15:49] ogra_: thanks a lot, I'll check it out [15:50] thanks [15:51] tedg: oh, I don't think I can share just yet, still not glued in [15:53] sergiuse1s: Hmm, okay. The problem I'm running into is needed a global package library. Putting things in python-project causes them to conflict with python the base one. [15:55] tedg: I think I understand, going to start the drive back home, we can continue then [15:58] sergiuse1s: K === gaughen_ is now known as gaughen [16:07] barry: Reading through the pip docs and learning about wheels. Do you think we need to support those in Snapcraft? [16:08] Not sure how often they're used, or if everyone just uses the source versions. [16:11] tedg: yes, i think so. the python ecosystem is definitely transitioning to wheels, although for python modules which include extension modules (e.g. sharedlibs), it's problematic on linux. there's ongoing discussions about how that will work. pure python, np [16:15] barry: Okay. But as I'm reading more that seems separate from pip though, right? Pip can just build wheels? [16:20] nice evening everyone o/ [16:21] tedg: yes. pip will build wheels, although our debuntu version of pip is in serious need of an update (it's on my todo) [16:24] barry: Is there any reason I'd want to have pip build wheels and install from those? Seems like a no-op for our purposes. === kickinz1 is now known as kickinz1|afk === erkules_ is now known as erkules [16:46] mvo, hmm, did i hand you https://bugs.launchpad.net/ubuntu/+source/parted/+bug/1490608 yet ? i know you asked for it [16:46] Launchpad bug 1490608 in parted (Ubuntu) "parted allows to fix broken GPT only interactively" [Undecided,New] [16:46] ogra_: yes, you mentioned it and I failed to look at it [16:46] i guess thats foundations material anyway, no ? [16:47] well, yes, I would still guess if someone of us does it it will be faster [16:47] they are usually super busy [16:47] nah, they just pretend to ... its all scripted :P [17:34] tedg: it may not matter in practice. i think pip wheelifying packages is mostly an implementation detail [17:42] o/ [17:43] hey ali1234 [17:44] so my problem is essentially that i want all the read-only goodness of snappy, but my hardware is designed around the raspberry pi model a+, and the 2b simply won't fit [17:45] debian jessie appears to have the same version of golang and ubuntu 15.04 [17:45] http://cdimage.ubuntu.com/ubuntu-core/vivid/daily-preinstalled/current/vivid-preinstalled-core-armhf.manifest ... [17:45] thats the list of files ... [17:45] i've seen those manifest files [17:45] but no idea what to do with them [17:46] like, what tkes the list and builds an image? [17:46] you would want to build them on raspbian [17:46] i'd expect most of them already exist [17:46] raspbian has literally everything debian has afaik [17:46] we use live-build to build the images ... with modifications and configs living in the livecd-rootfs package [17:47] there is an old project of mine that i'm about to re-vivie for "building at home" [17:47] https://launchpad.net/project-rootstock-ng [17:47] hah, rootstock, i remember that [17:47] that should allow you to build a rootfs [17:48] beyond the rootfs you need a device tarball http://cdimage.ubuntu.com/ubuntu-core/vivid/daily-preinstalled/current/ check the armhf one here ... [17:48] what does that do? [17:49] carry kernel, firmware blobs and modules [17:49] rootfs just manages updates and things? [17:49] no [17:49] snappy manages the updates [17:49] currently using the same mechanism the phones use (system-image) [17:49] soon switching away from that ... (everything becomes a snap ) [17:50] beyond rootfs and device tarball you need an oem snap ... that has your bootloader setup [17:51] once you have these three you can feed them into ubuntu-device-flash which generates an image for you [17:51] out of these three files [17:51] your prob will be that you cant really use the store, even if you get it up and running ... [17:51] yeah... i've seen the ubuntu-device-flash stuff too [17:51] i'm not concerned about using the store, i want to package my own software [17:51] all binaries in the store are built for armhf indeed [17:52] my only dependency is gstreamer [17:52] which i assume i'd have to bundle anyway [17:52] yeah [17:54] so step 1 would be to check if debian has all the packages from the device image manifest and then port any that are missing? [17:54] right [17:55] a lot of the magic is in the initrd, in the snappy binary and in systemd units ... [17:55] "system-image-snappy-common" - bet debian doesn't have that... [17:55] (nad in the bootloader setup too) [17:55] is that package the snappy tool itself? [17:56] no, that's ubuntu-snappy [17:56] i think the ubuntu-snappy package buulds it [17:58] tedg: oh, you are working on the pip plugin, no wonder your questions, I guess you missed the comment, but zyga was close to having a pip plugin in place [17:59] okay well that's something to be going with, thanks [18:00] ali1234, just come back if you have more questions (you surely will) ... i'm curious how that experiment turns out :) [18:01] sergiusens: Oh, okay. Perhaps I should look at a different one then. That was at the top of the backlog. [18:02] tedg: well no worries if you decide to tackle it, not sure zyga has the same agenda we do, but he said he was close [18:03] sergiusens: I can pause what I'm doing to talk to him tomorrow (I think he's EU timezone) and start on another plugin. [18:04] sergiusens: I think that we really want to have the shared root ubuntu package support for it, otherwise you have to play with the python plugin. [18:04] sergiusens: Which really doesn't make a lot of sense. [18:09] Haha, I lose. The ROS instructions depend on pip :-) [18:24] does anyone know any tricks regarding getting wifi to work on the bbb? [18:25] rickspencer3, plugging in a device we ship the deriver for and following https://wiki.debian.org/WiFi/HowToUse#Command_Line should be enough i think [18:26] *driver [18:26] hmmm, I think I did that [18:27] is the device detected ? do you see an interface for it in /proc/net/dev after you plugged it in ? [18:34] hi, I'm getting this from snapcraft when building a package using the ubuntu plugin... any idea what I'm missing? no repository found in /etc/apt/sources.list or sources.list.d at /usr/bin/dget line 355. [18:34] ogra_ [18:34] $ ls /proc/net/dev [18:34] /proc/net/dev [18:34] cat [18:35] (meow :) ) [18:35] just lo and eth0 [18:35] ah, smells like either the driver or some sirmware is missing [18:35] *frimware [18:35] bah ! [18:35] check syslog when plugging it in [18:36] ogra_, http://pastebin.ubuntu.com/12247479/ [18:38] rickspencer3, ah, ralink ... [18:38] ogra_, not supported? [18:38] * rickspencer3 sobs [18:38] I bought it on a whim because it was specifically supported by bbb debian [18:39] no, just a constant source of pain :) [18:41] ogra_, sorry, I don't quite grock, are you saying I am out of luck with this particular dongle? [18:41] seems to need the mt7601u module [18:42] ogra_, ok, what should I do? buy a different dongle? [18:43] rickspencer3, some guy on the mailing list had the same problem [18:43] there might not be a dongle that has the module in our kernel [18:43] rickspencer3, gimme a bit to read up about it :) [18:44] well, I know that at least one person got at least one dongle working with rpi2 and snappy [18:44] rickspencer3, yeah, the rpi2 kernel comes with some modules [18:44] hmm, so it should be supported by rt2800usb ... [18:44] which we also ship in the device tarball [18:44] ogra_, well, this image is oooold [18:44] (on RPi2 the firmware is missing though ) [18:45] rickspencer3, uname -r ? [18:45] (BeagleBoneBlack)ubuntu@localhost:~$ uname -r [18:45] 3.19.0-23-generic [18:45] not that old then [18:45] well, I run updates :) [18:46] try sudo modprobe rt2800usb [18:46] and see if that thinks it knows the device (re-plug if needed) [18:46] lol [18:46] $ try sudo modprobe rt2800usb [18:46] -bash: try: command not found [18:46] haha [18:47] ogra_, I reran cat /proc/net/dev [18:47] still just lo and eth0 [18:47] and syslog [18:47] (also after re-plugging with the module loaded) [18:48] Sep 1 18:46:29 localhost kernel: [ 1300.551733] usbcore: registered new interface driver rt2800usb [18:48] nothing else [18:48] ? [18:48] even when re-plugging the device ? [18:49] ogra_, no, everything looks the same [18:49] the musb-hdrc error in your paste actually indicates a deeper prob with USB i think [18:49] /proc/net/dev, syslog, etc... [18:49] awesome! [18:49] i guess thats one for ppisati [18:51] rickspencer3, if you want to try the same on the RPi, i have a device tarball in preparation that contains all wifi firmware we have at http://people.canonical.com/~ogra/snappy/test/device-pi2-0.16.tar.xz ... perhaps the Pi works better here [18:52] ogra_, ok, rpi2 is coming up next [18:52] the beagle musb issues are legendary :) [18:52] * rickspencer3 finishes transferring bbb to new case [18:52] and as old as homers oddisey i think [18:53] ogra_, not sure what you mean, is it something that we need to fix generally, is it just my specific dongle? [18:53] rickspencer3, there are general issues with USB on BBB since forever [18:54] ogra_, right, but are you saying we are out of luck on bbb, or that we need to hack around the issues? [18:54] it got a lot better over the years but there are still issues [18:54] well, forst of all you should file a bug and let ppisati know [18:54] so he can take a look [19:05] ogra_, anything else useful I can add to this? [19:05] https://bugs.launchpad.net/snappy/+bug/1491094 [19:05] Launchpad bug 1491094 in Snappy "wifi USB dongle fails to work" [Undecided,New] [19:09] rickspencer3, i extended the subject line and will point paolo to it tomorrow [19:10] thanks ogra_ === fjb is now known as bjf