首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >无法在本地推送设备(使用balena),尽管我可以显式ping该设备

无法在本地推送设备(使用balena),尽管我可以显式ping该设备
EN

Stack Overflow用户
提问于 2019-06-12 14:31:45
回答 1查看 369关注 0票数 0

当我试图在本地推送到设备时,我得到一个错误。虽然,我可以ping到它。

我正在windows10上工作,并以管理员身份运行cmd。

下面的代码包含了我使用过的所有三个命令。1.)“balena scan”发现可用的本地设备。2.)“balena push”不起作用。3.)但是ping成功了。

代码语言:javascript
复制
D:\repository\FastBin\fast-bin-controller-dev>balena scan
Reporting scan results
-
  host:          56b2f81.local
  address:       172.30.112.88
  dockerInfo:
    Containers:        1
    ContainersRunning: 1
    ContainersPaused:  0
    ContainersStopped: 0
    Images:            2
    Driver:            aufs
    SystemTime:        2019-06-12T06:28:30.26445254Z
    KernelVersion:     4.9.34+
    OperatingSystem:   Resin OS 2.12.7+rev2
    Architecture:      armv7l
  dockerVersion:
    Version:    17.06.0-dev
    ApiVersion: 1.31

D:\repository\FastBin\fast-bin-controller-dev>ping 172.30.112.88

Pinging 172.30.112.88 with 32 bytes of data:
Reply from 172.30.112.88: bytes=32 time=1ms TTL=64
Reply from 172.30.112.88: bytes=32 time=1ms TTL=64
Reply from 172.30.112.88: bytes=32 time=1ms TTL=64
Reply from 172.30.112.88: bytes=32 time=1ms TTL=64

Ping statistics for 172.30.112.88:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 1ms, Maximum = 1ms, Average = 1ms

D:\repository\FastBin\fast-bin-controller-dev>balena push 172.30.112.88
Could not communicate with local mode device at address 172.30.112.88

Additional information may be available by setting a DEBUG=1 environment
variable: "set DEBUG=1" on a Windows command prompt, or "export DEBUG=1"
on Linux or macOS.

If you need help, don't hesitate in contacting our support forums at
https://forums.balena.io

For bug reports or feature requests, have a look at the GitHub issues or
create a new one at: https://github.com/balena-io/balena-cli/issues/

我遗漏了什么?

EN

回答 1

Stack Overflow用户

发布于 2019-06-14 17:01:42

问题是操作系统的版本应该大于或等于2.29,而我的版本是2.12。升级后,我可以在本地连接。

谢谢

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/56555909

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档