我有一个 EC2 实例,当我登录时,我得到
mktemp: failed to create file via template '/tmp/.colorlsXXX': No space left on device
Run Code Online (Sandbox Code Playgroud)
然而,当df -h
我看到
Filesystem Size Used Avail Use% Mounted on
/dev/xvda1 7.8G 4.2G 3.5G 55% /
devtmpfs 812M 16K 812M 1% /dev
tmpfs 828M 0 828M 0% /dev/shm
Run Code Online (Sandbox Code Playgroud)
做df -i
给我
/dev/xvda1 524288 524288 0 100% /
devtmpfs 207790 414 207376 1% /dev
tmpfs 211891 1 211890 1% /dev/shm
Run Code Online (Sandbox Code Playgroud)
这里发生了什么?
我正在尝试使用 puppetdb,但遇到了一些问题。
我有一个名为puppet
. 它是主人,也是我安装 puppetdb 的地方。也是puppet管理的节点。
当我puppet -t
在 puppet 节点上运行时,我得到:
Warning: Unable to fetch my node definition, but the agent run will continue:
Warning: Error 400 on SERVER: Could not retrieve facts for puppet.example.com:
Failed to submit 'replace facts' command for puppet.example.com to PuppetDB at
puppet:8081: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate
B: certificate verify failed: [unable to get local issuer certificate for
/CN=puppet.example.com]
Run Code Online (Sandbox Code Playgroud)
我假设 SSL 有问题,但我不确定要更改什么或在哪里查看。