<div dir="ltr">Now it works for me too.<div>Probably there was a version mismatch between the device image and the developer tools on the desktop.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Apr 30, 2015 at 12:53 PM, David Callé <span dir="ltr"><<a href="mailto:davidc@framli.eu" target="_blank">davidc@framli.eu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div>Hello,<br>
      <br>
      I can't reproduce the snappy-remote issue, here is my output:<br>
      <br>
      $ snappy-remote --url=ssh://localhost:8022 install
      hello-world_1.0.14_all.snap <br>
      =======================================================<br>
      <br>
      Installing hello-world_1.0.14_all.snap from local environment<br>
      Installing /tmp/hello-world_1.0.14_all.snap<br>
      2015/04/30 10:48:33 Signature check failed, but installing anyway
      as requested<br>
      <br>
      My snappy instance is 15.04/stable running on kvm (I followed
      <a href="https://developer.ubuntu.com/en/snappy/start/#snappy-local" target="_blank">https://developer.ubuntu.com/en/snappy/start/#snappy-local</a>) and
      I'm using snappy-tools from ppa:snappy-dev/beta<br>
      <br>
      Cheers,<br>
      David<div><div class="h5"><br>
      <br>
      On 30/04/2015 12:26, Nick McCloud wrote:<br>
    </div></div></div><div><div class="h5">
    <blockquote type="cite">
      
      As snappy-remote won’t allow a newcomer to install their first
      snap, it’s going to be a bit of a disheartening dead end right
      now.
      <div><br>
      </div>
      <div>My prior suggestion was to change the docs for now
        to get them to scp the snap and then use a local snappy
        install --allow-unauthenticated</div>
      <div><br>
      </div>
      <div>Will there be docs soon on signing our snaps?</div>
      <div><br>
      </div>
      <div>Nick</div>
      <div><br>
      </div>
      <div><br>
      </div>
      <div><br>
        <div>
          <blockquote type="cite">
            <div>On 29 Apr 2015, at 14:50, Gábor Paller <<a href="mailto:gaborpaller@gmail.com" target="_blank">gaborpaller@gmail.com</a>>
              wrote:</div>
            <br>
            <div>
              <div dir="ltr">Thanks, it worked on the device
                (but not on snappy-remote).
                <div>So that's my feedback for the
                  documentation. The basic packaging example does not
                  work. :-)</div>
              </div>
              <div class="gmail_extra"><br>
                <div class="gmail_quote">On Wed, Apr 29, 2015 at 3:41
                  PM, Niklas Wenzel <span dir="ltr"><<a href="mailto:nikwen.developer@gmail.com" target="_blank">nikwen.developer@gmail.com</a>></span>
                  wrote:<br>
                  <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Oh,
                    I'm sorry. --allow-untrusted was for click packages.
                    <div>For snappy
                      it's --allow-unauthenticated, which should at
                      least work with snappy install. ;)
                      <div>
                        <div><br>
                          <br>
                          Am Mi, 29. Apr, 2015 um 3:31 schrieb Gábor
                          Paller <<a href="mailto:gaborpaller@gmail.com" target="_blank">gaborpaller@gmail.com</a>>:<br>
                          <blockquote type="cite">
                            <div dir="ltr">"<span style="font-size:12.8000001907349px">Add --allow-untrusted. ;)"</span>
                              <div><span style="font-size:12.8000001907349px"><br>
                                </span></div>
                              <div><span style="font-size:12.8000001907349px">Add the flag to which
                                  command?</span></div>
                              <div><span style="font-size:12.8000001907349px">On the device:</span></div>
                              <div>
                                <div><span style="font-size:12.8000001907349px">sudo snappy install
                                    --allow-untrusted hello.snap</span></div>
                              </div>
                              <div><span style="font-size:12.8000001907349px">>>>unknown flag
                                  `allow-untrusted'</span><br>
                              </div>
                              <div><span style="font-size:12.8000001907349px"><br>
                                </span></div>
                              <div><span style="font-size:12.8000001907349px">On the desktop:</span></div>
                              <div><span style="font-size:12.8000001907349px">snappy-remote --url=ssh://<a href="http://192.168.1.115/" target="_blank">192.168.1.115</a>
                                  install --allow-untrusted hello.snap</span><br>
                              </div>
                              <div><span style="font-size:12.8000001907349px">>>>unknown flag
                                  `allow-untrusted'</span></div>
                              <div><span style="font-size:12.8000001907349px"><br>
                                </span></div>
                              <div><span style="font-size:12.8000001907349px"><br>
                                </span></div>
                              <div><span style="font-size:12.8000001907349px"><br>
                                </span></div>
                            </div>
                            <div class="gmail_extra"><br>
                              <div class="gmail_quote">On Wed, Apr 29,
                                2015 at 3:25 PM, Niklas Wenzel <span dir="ltr"><<a href="mailto:nikwen.developer@gmail.com" target="_blank">nikwen.developer@gmail.com</a>></span>
                                wrote:<br>
                                <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Add
                                  --allow-untrusted. ;)<br>
                                  <br>
                                  That's no bug but a feature.
                                  <div>
                                    <div><br>
                                      <br>
                                      Am Mittwoch, 29. April 2015
                                      15:18:01 CEST schrieb Gábor
                                      Paller:<br>
                                      <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
                                        There's a basic packaging
                                        example here:<br>
                                        <a href="https://developer.ubuntu.com/en/snappy/tutorials/build-snaps/" target="_blank">https://developer.ubuntu.com/en/snappy/tutorials/build-snaps/</a><br>
                                        <br>
                                        Is it supposed to work?<br>
                                        Because with 15.04, installing
                                        unsigned packages with
                                        snappy-remote fails.<br>
                                        <a href="https://bugs.launchpad.net/snappy-ubuntu/+bug/1443676" target="_blank">https://bugs.launchpad.net/snappy-ubuntu/+bug/1443676</a><br>
                                        <br>
                                        Regards,<br>
                                        Gabor<br>
                                        <br>
                                        On Wed, Apr 22, 2015 at 5:04 PM,
                                        Daniel Holbach <<br>
                                        <a href="mailto:daniel.holbach@canonical.com" target="_blank">daniel.holbach@canonical.com</a>>
                                        wrote:<br>
                                        <br>
                                        <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
                                          Hello everybody,<br>
                                          <br>
                                          David Callé, myself and others
                                          have put quite a bit of work
                                          into the<br>
                                          snappy development docs in the
                                          last days. We are still in the
                                          process of<br>
                                          juggling a few bits around,
                                          but less and less now. Thanks
                                          a lot for<br>
                                          everyone's help!<br>
                                          <br>
                                          If you have a bit of free time
                                          it would be great if you could
                                          have a<br>
                                          look at the docs and see if
                                          we're basically ready for
                                          release tomorrow.<br>
                                          <br>
                                                  <a href="https://developer.ubuntu.com/snappy" target="_blank">https://developer.ubuntu.com/snappy</a><br>
                                          <br>
                                          <br>
                                          No matter if you find typos,
                                          stuff that is incomplete, too
                                          complicated,<br>
                                          too confusing or anything
                                          else, please let us know.<br>
                                          <br>
                                          A good way is to ping us on
                                          IRC or filing a bug on the
                                          development site:<br>
                                          <br>
                                                  <a href="https://bugs.launchpad.net/developer-ubuntu-com/+filebug" target="_blank">https://bugs.launchpad.net/developer-ubuntu-com/+filebug</a><br>
                                          <br>
                                          <br>
                                          Thanks a lot in advance.<br>
                                          <br>
                                          I'm looking forward to our
                                          first very snappy Ubuntu Core
                                          release! :-)<br>
                                          <br>
                                          Have a great day,<br>
                                           Daniel<br>
                                          <br>
                                          --<br>
                                          snappy-devel mailing list<br>
                                          <a href="mailto:snappy-devel@lists.ubuntu.com" target="_blank">snappy-devel@lists.ubuntu.com</a><br>
                                          Modify settings or unsubscribe
                                          at:<br>
                                          <a href="https://lists.ubuntu.com/mailman/listinfo/snappy-devel" target="_blank">https://lists.ubuntu.com/mailman/listinfo/snappy-devel</a><br>
                                          <br>
                                        </blockquote>
                                        <br>
                                      </blockquote>
                                      <br>
                                      <br>
                                      <br>
                                    </div>
                                  </div>
                                  <span><font color="#888888">
                                      -- <br>
                                      Sent using Dekko from my Ubuntu
                                      device<br>
                                    </font></span></blockquote>
                              </div>
                              <br>
                            </div>
                          </blockquote>
                        </div>
                      </div>
                    </div>
                  </blockquote>
                </div>
                <br>
              </div>
              -- <br>
              snappy-devel mailing list<br>
              <a href="mailto:snappy-devel@lists.ubuntu.com" target="_blank">snappy-devel@lists.ubuntu.com</a><br>
              Modify settings or unsubscribe at:
              <a href="https://lists.ubuntu.com/mailman/listinfo/snappy-devel" target="_blank">https://lists.ubuntu.com/mailman/listinfo/snappy-devel</a><br>
            </div>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
    </blockquote>
    <br>
  </div></div></div>

<br>--<br>
snappy-devel mailing list<br>
<a href="mailto:snappy-devel@lists.ubuntu.com">snappy-devel@lists.ubuntu.com</a><br>
Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/snappy-devel" target="_blank">https://lists.ubuntu.com/mailman/listinfo/snappy-devel</a><br>
<br></blockquote></div><br></div>