Marco Nenciarini
Marco Nenciarini
Here is an example of the required to write 100Mb of random data ``` mnencia@spark:~/tmp/mchfuse$ time dd if=/dev/urandom of=test.bin count=100 bs=1M 100+0 records in 100+0 records out 104857600 bytes (105...
When you run the test suite on Python 2.7 using LANG=C it fails with an error. ``` $ LANG=C tox -e py27 GLOB sdist-make: /Users/mnencia/prj/barman/argh/setup.py py27 inst-nodeps: /Users/mnencia/prj/barman/argh/.tox/dist/argh-0.26.1.zip py27 runtests:...
### What happened? Sometimes, a new instance starts without the private network interface. There is no trace of that interface in the kernel log. The private network appears correctly associated...
### What happened? Sometimes Hetzner cloud servers fail to start. If you run `hcloud server list`, you see the just created server is off. see https://github.com/kube-hetzner/kube-hetzner/issues/49 ### What did you...
### Is there an existing issue already for this bug? - [X] I have searched for an existing issue, and could not find anything. I believe this is a new...
Ref #3762
### Is there an existing issue already for this feature request/idea? - [X] I have searched for an existing issue, and could not find anything. I believe this is a...
From the Postgres docs about the config file: > Boolean: Values can be written as on, off, true, false, yes, no, 1, 0 (all case-insensitive) or any unambiguous prefix of...