Comment 11 for bug 1287624

Revision history for this message
Chris Dunlap (cdunlap) wrote :

Until 0.5.11 is patched, the following steps will work around this problem.

For 14.04 and 14.10:

1. Add the following line to /etc/default/munge:
   OPTIONS="--syslog"

2. sudo /usr/sbin/create-munge-key

3. sudo service munge start

For 15.04, 15.10, and 16.04:

1. sudo systemctl edit --system --full munge.service
   While in the editor, append " --syslog" to the ExecStart line:
   ExecStart=/usr/sbin/munged --syslog

2. sudo systemctl enable munge.service

3. sudo systemctl start munge.service