Le 07/10/2016 à 11:46, Oliver Grawert a écrit : > hi, > Am Freitag, den 07.10.2016, 11:35 +0200 schrieb Oliver Grawert: >> >>>> These images are bootable, the PC image can be booted directly in >>>> qemu-kvm or virtualbox. When running the images in qemu-kvm it is >>>> helpful to use the "-redir" feature of qemu-kvm. E.g.: >>>> >>>> $ kvm -m 1500 -redir tcp:10022::22 -redir tcp:14200::14200 >>>> ubuntu-core-16-amd64.img >>> I was wondering if snapweb was listening to a different port >> snapweb listens on 4200 which we redirect in the above command to the >> hosts 14200 port (so we do not clash with a possibly running snapweb > oops, but indeed the option should be: > > -redir tcp:14200::4200 > > i.e. the kvm side still needs to listen to 4200.
Yeah, that was my point, one or the other, but it needs to match :) Indeed, redirecting to 14200 might be good in the case someone has already snapweb running on their system. -- Snapcraft mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/snapcraft
