Created
August 16, 2016 07:27
-
-
Save smintz/5b4c29ec50a35d88729f9e36c80c2312 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[] 08/15/2016 09:20:12.597 [main - ] ERROR c.c.c.s.p.v.ASystemPropertiesValidator - The CipherCloud Gateway failed to start because system requirements were not satisfied. | |
[] 08/15/2016 09:20:12.597 [main - ] ERROR c.c.c.s.p.v.ASystemPropertiesValidator - Threshold not met for min.number.user.processes. expected:[16000] actual:[4096]! | |
[] 08/15/2016 09:20:12.597 [main - ] ERROR c.c.c.s.p.v.ASystemPropertiesValidator - Threshold not met for min.number.user.file.descriptors. expected:[32000] actual:[4096]! | |
[] 08/15/2016 09:20:12.597 [main - ] ERROR c.c.c.s.p.v.ASystemPropertiesValidator - Threshold not met for net.core.somaxconn. expected:[4096] actual:[128]! | |
[] 08/15/2016 09:20:12.597 [main - ] ERROR c.c.c.s.p.v.ASystemPropertiesValidator - Threshold not met for net.ipv4.conf.default.accept_redirects. expected:[0] actual:[1]! | |
[] 08/15/2016 09:20:12.597 [main - ] ERROR c.c.c.s.p.v.ASystemPropertiesValidator - Threshold not met for net.ipv4.conf.all.accept_redirects. expected:[0] actual:[1]! | |
[] 08/15/2016 09:20:12.597 [main - ] ERROR c.c.c.s.p.v.ASystemPropertiesValidator - Threshold not met for net.core.rmem_default. expected:[838808] actual:[212992]! | |
[] 08/15/2016 09:20:12.597 [main - ] ERROR c.c.c.s.p.v.ASystemPropertiesValidator - Threshold not met for net.core.rmem_max. expected:[16777216] actual:[212992]! | |
[] 08/15/2016 09:20:12.598 [main - ] ERROR c.c.c.s.p.v.ASystemPropertiesValidator - Threshold not met for net.core.wmem_max. expected:[16777216] actual:[212992]! | |
[] 08/15/2016 09:20:12.598 [main - ] ERROR c.c.c.s.p.v.ASystemPropertiesValidator - Threshold not met for net.ipv4.ip_local_port_range. expected:[1024 65535] actual:[32768 61000]! | |
[] 08/15/2016 09:20:12.598 [main - ] ERROR c.c.c.s.p.v.ASystemPropertiesValidator - Threshold not met for net.ipv4.tcp_max_tw_buckets. expected:[360000] actual:[131072]! | |
[] 08/15/2016 09:20:12.598 [main - ] ERROR c.c.c.s.p.v.ASystemPropertiesValidator - Threshold not met for net.ipv4.tcp_reordering. expected:[5] actual:[3]! | |
[] 08/15/2016 09:20:12.598 [main - ] ERROR c.c.c.s.p.v.ASystemPropertiesValidator - Threshold not met for net.core.netdev_max_backlog. expected:[1024] actual:[1000]! | |
[] 08/15/2016 09:20:12.598 [main - ] ERROR c.c.c.s.p.v.ASystemPropertiesValidator - Threshold not met for kernel.randomize_va_space. expected:[1] actual:[2]! | |
[] 08/15/2016 09:20:12.598 [main - ] ERROR c.c.c.s.p.v.ASystemPropertiesValidator - Threshold not met for net.ipv6.conf.all.disable_ipv6. expected:[1] actual:[0]! | |
[] 08/15/2016 09:20:12.598 [main - ] ERROR c.c.c.s.p.v.ASystemPropertiesValidator - Threshold not met for net.ipv6.conf.default.disable_ipv6. expected:[1] actual:[0]! | |
[] 08/15/2016 09:20:12.598 [main - ] ERROR c.c.c.s.p.v.ASystemPropertiesValidator - Threshold not met for net.ipv6.conf.lo.disable_ipv6. expected:[1] actual:[0]! | |
[] 08/15/2016 09:20:12.598 [main - ] ERROR c.c.c.s.p.v.ASystemPropertiesValidator - Threshold not met for min.disk.space. expected:[107374182400] actual:[104926601216]! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment