snappy install problem
Alexander Sack
asac at canonical.com
Sun Dec 14 23:42:04 UTC 2014
On Sat, Dec 13, 2014 at 5:33 AM, Frans Thamura <frans at meruvian.org> wrote:
> hi all
>
> i try to use
>
> sudo snappy install docker from ssh ubuntu at localhost, got error
> (below), but when use from inside QEMU, work well
>
> can help?
>
> ubuntu at localhost:~$ sudo snappy install docker
> ^CTraceback (most recent call last): ]
> File "/usr/bin/snappy", line 9, in <module>
> status = Main().__main__()
> File "/usr/lib/python3/dist-packages/snappy/main.py", line 159, in __main__
> return callback(args)
> File "/usr/lib/python3/dist-packages/snappy/main.py", line 377, in _do_install
> ret_code = subprocess.call(command)
> File "/usr/lib/python3.4/subprocess.py", line 539, in call
> return p.wait(timeout=timeout)
> File "/usr/lib/python3.4/subprocess.py", line 1566, in wait
> (pid, sts) = self._try_wait(0)
> File "/usr/lib/python3.4/subprocess.py", line 1514, in _try_wait
> (pid, sts) = _eintr_retry_call(os.waitpid, self.pid, wait_flags)
> File "/usr/lib/python3.4/subprocess.py", line 491, in _eintr_retry_call
> return func(*args)
> KeyboardInterrupt
Maybe your network isn't set up properly? e.g. can you ping ubuntu.com
from inside your snappy guest?
- Alexander
More information about the snappy-app-devel
mailing list