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

netphreakhi, guys!06:54
=== mwhudson_ is now known as mwhudson
=== mwhudson is now known as Guest85752
=== Guest85752 is now known as mwhudson
Matesitohey guys, a quick question: where can I find the most up to date roadmap for Ubuntu Snappy Core development? I've found the trello board, is it still in use? https://trello.com/b/L9aazEwO/snappy-core-roadmap11:39
popeyMatesito: i dont think that trello board is used anymore12:01
* ogra_ hugs kyrofa 16:23
pmpI'm trying to build an updated version of a rpi2 image, but I don't know how ;-)16:26
pmpI have this shell script which worked beginning of March16:26
ogra_you grab the ubuntu-device flash from http://people.canonical.com/~mvo/all-snaps/ ...16:26
pmpdone16:26
ogra_sudo ../ubuntu-device-flash core rolling --channel edge --os ubuntu-core --kernel canonical-pi2-linux  --gadget canonical-pi2 -o test.img16:27
ogra_that creates test.img from the latest bits in the store16:27
ogra_err16:27
ogra_sudo ./ubuntu-device-flas16:28
ogra_(one dot)16:28
ogra_if you want it even newer you can grab the daily snaps from http://cdimage.ubuntu.com/ubuntu-core/daily-preinstalled/current/ ...16:28
ogra_xenial-preinstalled-core-armhf.os.snap instead of ubuntu-core for the --os arg ... and xenial-preinstalled-core-armhf.raspi2.kernel.snap instead of canonical-pi2-linux for --kernel16:29
ogra_(note that wont be upgradeable though)16:29
pmpI was so close, thx, I ran: --os ubuntu-core.canonicalll16:33
pmp-ll16:33
pmprunning your command fails with failed to install "canonical-pi2" from "edge": canonical-pi2 failed to install: exit status 216:34
pmpI'm sure I'm missing a tool on my installation, but which ...16:34
pmphttp://paste.ubuntu.com/15875972/16:37
pmphow could I have possibly found the names for the os, gadget and kernel snap?16:45
pmpI mean canonical-pi2-linux16:45
dakerhi ogra_ does the snappy rpi2 works on the rpi3 ?16:48
dakersnappy img*16:49
pmpit's failing with the images from cdimages as well16:50
ogra_daker, the latest one should, yes16:59
ogra_(i.e. if you buld one yourself )16:59
dakerah :D16:59
dakerthen i'll just use the rpi216:59
ogra_there is also http://people.canonical.com/~ogra/snappy/all-snaps/rpi3/16:59
dakeri see17:00
dakerogra_:  "dd: opérande «sync» non reconnu", anyidea ?17:07
dakersync unknown operand :/17:08
ogra_sync ?17:08
ogra_what was the exact command you used to get that ?17:08
* ogra_ always uses:17:11
ogra_xzcat /path/to/img.xz | sudo ss of=/dev/sdc bs=64M17:11
ogra_err17:11
ogra_xzcat /path/to/img.xz | sudo dd of=/dev/sdc bs=64M17:11
ogra_not sure where you get that sync error (or why you would)17:12
dakerthe docs says : xzcat ubuntu-15.04-snappy-armhf-raspi2.img.xz | sudo dd of=/dev/sdc bs=32M sync17:12
ogra_that seems broken17:12
ogra_you can call sync ... but only after dd finished17:12
dakerhttps://developer.ubuntu.com/en/snappy/start/raspberry-pi-2/17:12
dakerah17:12
ogra_and on that page the sync is indeed on a new line :)17:13
dakerso i think they should add $ to the begin of each command17:13
ogra_yeah17:13
dakeri though that it's one command17:13
vijaikumarhey fellas. any python project samples / tutorials for getting started ?18:14
ogra_in the snapcraft-examples package18:16
vijaikumartks18:22
dakerogra_: my snappy installation doesn't seem to connect via wifi18:33
dakereven via a simple hotspot18:34
dakerwlan0 doesn't appear on the list of devices19:02
dakerhmm wlan0 doesn't appear on the list of devices19:03
claudioandreHi guys, I'm building a new package and I have some doubts. For example, I have one bin and one docs folder. The way to deal with it is using filesets?21:39
claudioandreI'm posting an example21:39
claudioandre    filesets:21:40
claudioandrebinaries:21:40
claudioandre- build/run/*21:40
claudioandredocs:21:40
claudioandre- build/docs/*21:40
claudioandrestage:21:40
claudioandre  - $binaries21:40
claudioandre  - $docs21:41
claudioandresnap:21:41
claudioandre  - $binaries21:41
claudioandre  - $docs21:41
jsejcksnQuick Q: Does anyone know the status of snappy on RasPi 3?21:42
jsejcksnOr where I can find more info about progress?21:42
claudioandreIs this the right way to go? I mean, a good approach to create/install a doc folder + the bin folder ?21:43
dakerjsejcksn: https://paste.ubuntu.com/15882535/21:46
jsejcksndaker: Thanks for the link. What does it mean "if you buld one yourself"?21:49
dakerbuild the image yourself21:49
dakerfrom the sources21:50
jsejcksnLike build on a Pi 3?21:50
jsejcksnSo the image won't work, but building a new one will as long as I build on the Pi 3?21:50
jsejcksndaker: is the link in the paste that you sent me a working image or do I need to build it myself?21:52
dakerjsejcksn: well i think you have to build one or just wait for the release day i guess21:53
dakerjsejcksn: ogra_ can give you more details when he is back21:53
jsejcksndaker: Ok—I'll check back later. Thanks for the lead.21:53
dakeryw21:54
ogra_daker, yeah, sorry, the wlan firmware is still missing22:00
ogra_you need to use wired network for the moment22:00
dakerogra_: ah that's why :D22:00
jsejcksnogra_: If I use the image at http://people.canonical.com/~ogra/snappy/all-snaps/rpi3/ then everything will work except wifi... and bluetooth?22:03
ogra_jsejcksn, except that it is rather outdated, yes22:03
jsejcksnogra_: ok, cool. Thanks22:04
jsejcksnCheers, guys22:04
ogra_i'd recommend following the README to get something newer22:05
ogra_(note i just updated it since the command was outdated too)22:06
claudioandreAnyone has a working snapcraft.yaml that has a doc folder (plus a readme file)? All examples in github seems very simple. Thanks22:26
claudioandreLadies and gentleman, I need to make a silly question. Please, point me where is the best place to put such a question.23:58
claudioandreI can go up to a 'snapcraft build'. Everything works fine. Now, I need to tell wich files have to be used/copied to the final package.23:58
claudioandreI can't tell wich files to use. I'm really sorry, it is a 'read the documents stupid' question, I know.23:59

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