Romain Slootmaekers

Results 31 comments of Romain Slootmaekers

the "privately-reporting-a-security-vulnerability" flow doesn't seem to work. Alternatively I could just post a proof of concept exploit here. The maintainers had ample opportunity to react.

indeed: patsy's eval An example ``` $> ipython IN [0]: import statsmodels.formula.api as smf In [1]: mod = smf.ols(formula="print('cucu')", data={}) cucu ... ValueError: negative dimensions are not allowed ``` By...

@vinczedani Can it be that our executable picks up a different rocksdb shared lib ? what's the output of `ldd ./main` ?

If this is a 3 (or more) node cluster, and it's just this node that's acting up, and it has been for a while now, it means that the other...

this is an abm, so lots of tlogs but a small database. It's better to do this: ``` $ arakoon --copy-db-to-head sas-back-abm 192.168.0.35 26408 10 ... $ arakoon --copy-db-to-head sas-back-abm...

Did you run `--copy-db-to-head .... 10` on the other nodes first? there should be less than 10 tlogs then.

``` $ arakoon --drop-master sas-back-abm 192.168.0.34 26408 # requests the arakoon node to no longer be master (for now) $ arakoon --copy-db-to-head sas-back-abm 192.168.0.34 26408 10 # re-run the operation...

there are some things you can check: 1) are the ASDs you want to claim present in the output of the `list-available-osds` command ? `$> alba list-available-osds --config ` 2)...

it's an arakoon with the role of abm, so ``` $> pgrep -a arakoon | grep abm ... 5992 /usr/bin/arakoon --node wZ4GAcmR2MZl5x7S -config arakoon://config/ovs/arakoon/ny1-hddbackend01-abm/config?ini=%2Fmnt%2Fssd1%2Farakoon%2Fexternal_arakoon_cacc.ini -autofix -start .... ``` so the...