Tag: 时钟

YoctoProject错误automake和系统时钟

我正在运行yocto在docker中build立一个图像,但是在所有进程之后,我得到与automake相关的错误。 这是错误的: checking whether build environment is sane… configure: error: newly created file is older than distributed files! Check your system clock 日志是: DEBUG: Executing shell function autotools_preconfigure DEBUG: Shell function autotools_preconfigure finished DEBUG: Executing python function autotools_aclocals DEBUG: SITE files ['endian-little', 'common-linux', 'common-glibc', 'bit-64', 'x86_64-linux', 'common'] DEBUG: Python function autotools_aclocals finished DEBUG: Executing shell […]

重新启动Docker容器内的Couchbase

我目前正在尝试运行CoreOS + Docker下的Couchbase服务器,使用这篇博客文章中的指令,并且遇到问题。 如果我运行fleetctl stop couchbase-server然后运行fleetctl stop couchbase-server fleetctl start couchbase-server ,则会丢失存储在/opt/couchbase的configuration数据,因此当它恢复时无法重新join群集。 我看到在Clocker下有一个Couchbase的yamlconfiguration ,想要比较它在Clocker上的工作方式,希望find一个解决scheme。 如果我在Clocker下运行Couchbase服务器群集节点,是否可以重新启动节点并重新join群集? 此外,哪个Dockerfile用于构build使用的泊坞窗图像?