https://docs.mesosphere.com/1.11/monitoring/debugging/task-exec/

Mar 20 09:26:48 kiwitest02 systemd: Configuration file /usr/lib/systemd/system/auditd.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.

^C





[root@kiwitest02 log]# chmod 0644  /usr/lib/systemd/system/auditd.service



and reinstall dcos_install.sh master or slave

'나는 노동자 > DCOS' 카테고리의 다른 글

dcos task exec  (0) 2019.04.03
remove executable permission bits. Proceeding anyway.  (0) 2018.03.20
  • systemd: Configuration file /usr/lib/systemd/system/ebtables.service is marked executable. Please remove executable permission bits. Proceeding anyway.
  • systemd: Configuration file /usr/lib/systemd/system/wpa_supplicant.service is marked executable. Please remove executable permission bits. Proceeding anyway



Just change the permission to 0644 from the original 0755 :

  • chmod 0644 /usr/lib/systemd/system/wpa_supplicant.service
  • chmod 0644 /usr/lib/systemd/system/ebtables.service


'나는 노동자 > DCOS' 카테고리의 다른 글

dcos task exec  (0) 2019.04.03
/usr/lib/systemd/system/auditd.service is marked world-inaccessible  (0) 2018.03.20

+ Recent posts