Alexander Komlik
Alexander Komlik
Keep in mind this is not a "slow" server problem but size of data base. Once you reach huge DB size it takes long time to load all shards no...
the simple fix would be to run `usermod -s /usr/bin/sudosh root` instead in /etc/init.d/ssh-audit script
Permissions are correct 1777 And elasticsearch user has write access to /dev/shm My guess is PA assumes that directory specified in "metrics-location" already exists and there is no mechanism to...
It's under /tmp. you can see it with lsof command when s3fs is transferring file like so: ``` # lsof -p `pgrep s3fs` | grep deleted s3fs 26301 root 6u...
I observe same exact issue using docker-18.06.1 on top of Ubuntu-16 At that I can mount same exact CIFS volume on docker host using mount.cifs command but it fails to...
I considered that workaround with using unique volume name (you can actually use template to add taskID to name) but pointing to same share name. The problem I had I...
@SimonSimCity , no I spent some time and gave up figuring out how they made it work. My solution works fine for us so far.
We had to downgrade our m5 to m4 and t3 to t2 to make this work ;-(