나는 노동자/DCOS

remove executable permission bits. Proceeding anyway.

칠복이 2018. 3. 20. 09:26
  • 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