- Feb 14, 2022
-
-
Simon Rose authored
This seems to be a very specific, limited issue, affecting virtualbox VMs only. There appears to be an issue with how append data is buffered and written to disk. You can see this with the following commands: ```console $ rm -f out.tmp && seq 1569 >> out.tmp && ls -l out.tmp -rw-r--r-- 1 simonrose vagrant 8188 Feb 14 12:12 se.tmp $ rm -f out.tmp && seq 1560 >> out.tmp && ls -l out.tmp -rw-r--r-- 1 simonrose vagrant 8192 Feb 14 12:12 se.tmp $ rm -f out.tmp && seq 9999 >> out.tmp && ls -l out.tmp -rw-r--r-- 1 simonrose vagrant 8192 Feb 14 12:12 se.tmp ``` Note that the last two files are the same size, when they should clearly be quite different. If we remove the `>>` and replace it with a `>`, then all works correctly: ```console $ rm -f out.tmp && seq 9999 > out.tmp && ls -l out.tmp -rw-r--r-- 1 simonrose vagrant 48888 Feb 14 13:14 out.tmp ``` Note the file size in this case.
-
- Feb 09, 2022
-
-
Simon Rose authored
-
- Jan 28, 2022
-
-
Juntong Liu authored
-
Juntong Liu authored
-
- Jan 27, 2022
-
-
Juntong Liu authored
-
- Jan 20, 2022
-
-
Juntong Liu authored
-
Juntong Liu authored
-
- Jan 18, 2022
-
-
Juntong Liu authored
-
Juntong Liu authored
-
- Jan 17, 2022
-
-
Juntong Liu authored
-
Juntong Liu authored
-
Juntong Liu authored
-
- Jan 16, 2022
-
-
Juntong Liu authored
-
- Jan 12, 2022
-
-
Simon Rose authored
-
Simon Rose authored
-
- Dec 21, 2021
-
-
Simon Rose authored
Note that any module that depends on StreamDevice will load it first using `handleDependencies` which is called before we add the _DB paths. So if a module depends on StreamDevice, this will be accurately caught; moreover, if StreamDevice is not loaded, then we don't bother setting this path.
-
- Dec 10, 2021
-
-
Wayne Lewis authored
-
Wayne Lewis authored
-
Wayne Lewis authored
-
Wayne Lewis authored
-
Wayne Lewis authored
-
Wayne Lewis authored
-
- Dec 02, 2021
-
-
Anders Lindh Olsson authored
-
- Dec 01, 2021
-
-
Anders Lindh Olsson authored
-
- Nov 30, 2021
-
-
Simon Rose authored
-
- Nov 25, 2021
-
-
Simon Rose authored
-
- Nov 16, 2021
-
-
Wayne Lewis authored
-
- Nov 12, 2021
-
-
Simon Rose authored
-
- Nov 04, 2021
-
-
Simon Rose authored
-
- Oct 28, 2021
-
-
Simon Rose authored
-
- Oct 27, 2021
-
-
Simon Rose authored
-
Simon Rose authored
-
- Oct 15, 2021
-
-
Juntong Liu authored
-
- Oct 14, 2021
-
-
Juntong Liu authored
-
- Oct 13, 2021
-
-
Simon Rose authored
-
- Oct 08, 2021
-
-
Juntong Liu authored
-
Juntong Liu authored
-
Juntong Liu authored
-
Juntong Liu authored
-
Juntong Liu authored
-