Node gets brought up with missing configurations and files
Opened this issue · 1 comments
benhylau commented
Node starts up without completing all configurations in the conf.d
. Observations during workshops:
- ipfs.tar EOF (missing half the file size) and ssb.tar is just missing
www/bunny.mp4
is missing (because it's the last one to copy over)- node comes up with
test2
as AP (this has happened for a long time)
Upon node restart, these problems may just go away, definitely timing related. We started piling large files like ssb.tar and bunny.mp4 only recently, and observed this more ge
I assume it is during 35-copy-home.sh that this happens.
benhylau commented
This has not been observed since we changed when packages are loaded. Keeping open until we have tested new nodes sufficiently. The issues were hard to reproduce to begin with.