-
```
大家有這樣的情況嗎?
```
Original issue reported on code.google.com by `fou...@gmail.com` on 4 Jul 2014 at 9:25
-
There is a bug that probably somehow related to CloudFlare API changes.
cloudflare-lb.py can't delete dead hosts from the list. If host dies, script just prints "Still Dead".
As far as I understand…
-
For example if the hosts file fails to download, then machine switches to a network unplugged graphic and halts?
-
- What version of docker are you running?
```
Client:
Version: 1.12.1
API version: 1.24
Go version: go1.6.3
Git commit: 23cf638
Built: Thu Aug 18 05:33:38 2016
OS/Arch: li…
-
Duplicate entries are created in /etc/hosts file, or the cleanup option did not seem to clean the entries in /etc/hosts file. For example, the following is seen in /etc/hosts file on one control node:…
-
This might be "too localised", but I just noticed that `/etc/hosts` gets clobbered by `puppet` on all hosts during deployment (and the file gets the standard "don't modify this file any more" header).…
-
I made a completely variable setup that allows me to generate similar machines but the names, hostname, etc are controlled by startup flags.
```ruby
namespace="learningbird"
ssh_user="lb-user"
m…
-
Hello Alex,
Actually, I'm not sure if it's a bug. Situation:
* I have an array of hosts (proxies)
* One of them is not available (severe network infrastructure problem)
* Hosts not dependent on …
-
-
the public key for a known host *is* currently saved, but is not actually used.
The Rsync call still needs `ssh -o StrictHostKeyChecking=no`, otherwise we get a host key verification error.