Re: Unable to ssh to RPi3 after initial configuration of Ubuntu Core

2017-02-03 Thread Gregory Lutostanski
And since it is a rpi... you can just pop out the sdcard, and put in a different computer and see which ssh-key is in the second-partition at user-data/*/.ssh/authorized_keys if you are really curious (although since you are on windows, reading that partition which is ext4 might be more difficult).

Re: Unable to ssh to RPi3 after initial configuration of Ubuntu Core

2017-02-03 Thread Gregory Lutostanski
ges, save and try again L > > > > Clearly, you guys HAVE been able to work, and I have double checked > username and all other details – it’s driving me mad ! > > > > Regards, > > > > George > > > > *From:* snapcraft-boun...@lists.snapcraft.io [mail

Non-http git submodules with launchpad builders

2017-02-11 Thread Gregory Lutostanski
So I've got a snapcraft.yaml that builds fine locally, but it has submodules from a remote git:// repo (rather than https://), this means the HTTP and HTTPS proxies don't help -- which leads to errors on launchpad builders. I tried to change the submodule url in the prepare step, but snapcraft alr

Re: Non-http git submodules with launchpad builders

2017-02-11 Thread Gregory Lutostanski
Of course! https://bugs.launchpad.net/launchpad-buildd/+bug/1663920 Thanks! On Feb 11, 2017 12:42 PM, "Colin Watson" wrote: > On Sat, Feb 11, 2017 at 12:05:37PM -0600, Gregory Lutostanski wrote: > > Is there any way I can let the git source from snapcraft not pull > >

Re: git clone and Launchpad build system

2017-03-18 Thread Gregory Lutostanski
Launchpad builders have an issue with git where they do not proxy that connection, only https. Here the issue is that that github repo has submodules specified with the git: url schema (and its doing a recursive checkout of the source). The bug is https://bugs.launchpad.net/launchpad-buildd/+bug/1

Getting snapcraft.yaml version from a script

2017-03-31 Thread Gregory Lutostanski
Curious how everyone makes sure the version string in the snapcraft.yaml up to date. And if there is an easy way to essentially drive it via 'git tags' and 'git describe'. If anyone has an recipe I would be very happy to use it across my repos. I've tried the following prepare script: sed -i

Re: can't log in on ubuntu core console via sso...

2016-12-13 Thread Gregory Lutostanski
https://developer.ubuntu.com/en/snappy/start/raspberry-pi-2/ (at the bottom of the page under First login tips) suggests: "There is no default ubuntu user on these images, but you can run sudo passwd to set a password in case you need a local console login." A bit hard to find unless you're looki

Re: Development environment for debs and snaps for raspberry pi 3?

2016-12-13 Thread Gregory Lutostanski
On that note... I haven't been able to get either docker nor lxd working on my rpi2/3 anybody else been able to? https://bugs.launchpad.net/snappy/+bug/1606510 is what I hit for lxd. I didnt know about the classic snap, maybe that will enable me to get lxd working, which would be my preferred choic