It doesn't seem to download the vulnerability data...
# fleet
m
It doesn't seem to download the vulnerability database either
t
is the databases path writable by the fleet process? and do you have any logs for this?
m
@Tomas Touceda it sure is, it's a folder that's specifically owned by the logstash user which is also running fleet
It has something in there now
t
ok, that's great! so it did download
m
@Tomas Touceda oh I see, 128MB is not enough space
t
correct, it takes ~300mb, I should document that
m
Gotcha, I created a 128MB RAM disk for it thinking I could be clever and offload some IO from the SSD
Might need a try{}catch{throw out_of_storage} in there or whatever is done in Go
t
I would've expected it to fail to write the file and log it, weird
oh I know what I missed, will address it soon
👍 1