I switched the SELinux configuration to Permissive, so we'll get logs, and we'll be apply to apply sand_virt_t SELinux policy to the directories to manage by the container.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
May 23 2017
Could be a SELinux issue, as the same time in the main logs:
[ Decreasing priority as it's done. ]
May 9 2017
A side issue: ntpd wasn't running, and a drift existed. That has been resolved at 12:28:49.
Server consolidation done.
To give a little idea about how this process is slow:
Snapshot consolidation started, that will take a long time. During this operation, I/O perfs will be degraded.
May 8 2017
Hypervisor happy, server running again.
$ rm /vmfs/volumes/datastore1/Docker-flat.vmdk $ df -h VMFS-5 924.0G 724.0G 200.0G 78% /vmfs/volumes/datastore1
Tests successfully done on Docker we can delete the files from the hypervisor.
Remove the volume
Remove the volume group
Disable the volume group
Currently, the disk isn't even mounted on Dwellers, /etc/fstab line is commented out.
Ysul is in snapshot mode, that explains the growing.
I'll attach a VSphere client to the server to see what happens. ETA 22:30.
May 6 2017
May 5 2017
$ pkg install valgrind py27-numpy New packages to be INSTALLED: valgrind: 3.10.1.20160113_4,1 py27-numpy: 1.11.2_3,1 suitesparse: 4.0.2_6 openblas: 0.2.19_1,1 gcc5: 5.4.0_2 lapack: 3.5.0_2 blas: 3.5.0_3 cblas: 1.0_6
valgrind and py27-numpy are the only ones identified as currently in use.
May 1 2017
Issue was the size kept was older logs.
Apr 29 2017
Apr 28 2017
Apr 27 2017
I removed the package on Eglide, then run twice salt eglide state.apply roles/shellserver/database/mysql.
Apr 20 2017
Apr 19 2017
Apr 18 2017
Apr 16 2017
Apr 15 2017
Apr 13 2017
$ journalctl --vacuum-size=500M Vacuuming done, freed 3.5G of archived journals on disk.
Apr 9 2017
Done using https://brouken.com/brouken-centos-7-repo/
Done using Firefox recommended cyphers for modern browsers
Apr 9 02:01:25 ysul pkg-static: py35-pika-0.10.0 installed
Apr 7 2017
Apr 3 2017
social.nasqueron.org. 86400 IN A 212.129.32.223 social.nasqueron.org. 86400 IN AAAA 2001:470:1f13:ce7:ca5:cade:fab:1e
Apr 2 2017
On RHEL 7, OpenSSL is at 1.0.1. This is an issue as it lacks ALPN, shipped with 1.0.2, and as such, HTTP/2 won't work on Chrome, who removed support for NPN.
diff --git a/nginx/ssl_params b/nginx/ssl_params index adfa855..55e7d9d 100644 --- a/nginx/ssl_params +++ b/nginx/ssl_params @@ -1,6 +1,6 @@ #Enable https - listen 443 ssl; - listen [2001:470:1f13:9e1:0:c0ff:ee:1]:443 ssl; + listen 443 ssl http2; + listen [2001:470:1f13:9e1:0:c0ff:ee:1]:443 ssl http2; keepalive_timeout 70;
Apr 1 2017
Configuration change