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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1287624

Title:
  Munged does not start

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/munge/+bug/1287624/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to