Microsoft Secure Tech Accelerator
Apr 03 2024, 07:00 AM - 11:00 AM (PDT)
Microsoft Tech Community
SOLVED

MCAS Collector - RHEL 8.x - Docker Issues

Copper Contributor

Hi all,

I'm trying to deploy the MCAS log collector on RHEL 8.1 with no luck. 

First, the repo that is being added via the script does not have docker-ce for 8.1 - this was easily fixed by manually adjusting the repo file and point it to /8 instead of /8.1

 

However the docker does not start up correctly as I'm getting the following in the docker logs

 

 

05:58:08,537 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@67784306 - Registering current configuration as safe fallback point

Reading configuration...
Error reading configuration.
Removing sensitive configuration
Starting services
2020-10-16 05:58:14,265 CRIT Supervisor running as root (no user in config file)
2020-10-16 05:58:14,265 INFO Included extra file "/etc/supervisor/conf.d/supervisord.conf" during parsing
2020-10-16 05:58:14,272 INFO RPC interface 'supervisor' initialized
2020-10-16 05:58:14,272 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2020-10-16 05:58:14,272 INFO supervisord started with pid 911
2020-10-16 05:58:15,275 INFO spawned: 'cron' with pid 914
2020-10-16 05:58:15,276 INFO spawned: 'rsyslog' with pid 915
2020-10-16 05:58:15,279 INFO spawned: 'ftpd' with pid 916
2020-10-16 05:58:15,287 INFO spawned: 'columbus' with pid 917
2020-10-16 05:58:16,966 INFO success: cron entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-10-16 05:58:16,966 INFO success: rsyslog entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-10-16 05:58:16,966 INFO success: ftpd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-10-16 05:58:16,966 INFO success: columbus entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)

 

 

I'll try with an Ubuntu 18.04 next.

1 Reply
best response confirmed by Marc-R (Copper Contributor)
Solution
I've given up on RHEL 8.1 for this and installed the collector successfully on Ubuntu 18.04
1 best response

Accepted Solutions
best response confirmed by Marc-R (Copper Contributor)
Solution
I've given up on RHEL 8.1 for this and installed the collector successfully on Ubuntu 18.04

View solution in original post