You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
These should be 644 or similar. As is, this produces warnings all the time:
Aug 03 13:39:02 whirlwind systemd[1]: Configuration file /lib/systemd/system/mesos-slave.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
Aug 03 13:39:02 whirlwind systemd[1]: Configuration file /lib/systemd/system/mesos-slave.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
Aug 03 13:39:02 whirlwind systemd[1]: Configuration file /lib/systemd/system/mesos-slave.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
Aug 03 13:39:02 whirlwind systemd[1]: Configuration file /lib/systemd/system/mesos-slave.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
Aug 03 13:39:02 whirlwind systemd[1]: Configuration file /lib/systemd/system/mesos-slave.service is marked world-inaccessible. This has no effect as configuration data is accessible via APIs without restrictions. Proceeding anyway.
These go both to syslog and to the console when running certain systemd commands.
The warnings are correct of course (try systemctl show mesos-slave as non-root).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently the service files are installed with 640 permissions:
These should be 644 or similar. As is, this produces warnings all the time:
These go both to syslog and to the console when running certain systemd commands.
The warnings are correct of course (try
systemctl show mesos-slave
as non-root).The text was updated successfully, but these errors were encountered: