I got this working after working around two other bugs. "systemctl pcsd start" fails with ruby errors (/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `required`) that can be fixed by running:
gem install orderedhash After that, there's the problem with Ruby binding to the IPv6 interface, so I edited /usr/share/pcsd/ssl.rb and changed the webrick_options: :BindAddress => '*', :Host => '', After that, "systemctl restart pcsd" and then "pcs cluster auth" works. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1584365 Title: pcs cluster auth unable to connect To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pcs/+bug/1584365/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
