Package Details: pcs 0.11.7-1

Git Clone URL: https://aur.archlinux.org/pcs.git (read-only, click to copy)
Package Base: pcs
Description: pacemaker corosync shell utility for cluster configuration
Upstream URL: http://clusterlabs.org/
Licenses: GPL2
Submitter: bidulock
Maintainer: omgold
Last Packager: omgold
Votes: 2
Popularity: 0.000000
First Submitted: 2016-12-07 04:24 (UTC)
Last Updated: 2024-03-17 08:11 (UTC)

Latest Comments

Thermi commented on 2019-07-01 19:50 (UTC) (edited on 2019-07-02 02:18 (UTC) by Thermi)

Package also requires python-pyopenssl and python-tornado at runtime.

Also requires that pcsd_gem_path in pcs/settings_default.py is set to None. You could do that in pcs/settings.py. The reason is that it points to vendor/bundle/ruby by default, but this package doesn't bundle any gems.

Also: All paths in pcs/settings_default.py that contain /usr/libexec need to be changed to point to /usr/lib instead.

E.g.

pcs/settings_default.py:pacemaker_schedulerd = "/usr/libexec/pacemaker/pacemaker-schedulerd"
pcs/settings_default.py:pacemaker_controld = "/usr/libexec/pacemaker/pacemaker-controld"
pcs/settings_default.py:pacemaker_based = "/usr/libexec/pacemaker/pacemaker-based"
pcs/settings_default.py:pacemaker_fenced = "/usr/libexec/pacemaker/pacemaker-fenced"

joekhoobyar commented on 2018-11-30 21:28 (UTC) (edited on 2018-11-30 21:30 (UTC) by joekhoobyar)

Most recent build has errors when trying to start up pcsd:

Nov 30 16:26:30 bokbok systemd[1]: Starting PCS GUI and remote configuration interface...

-- Subject: Unit pcsd.service has begun start-up

-- Defined-By: systemd

-- Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel

--

-- Unit pcsd.service has begun starting up.

Nov 30 16:26:30 bokbok pcsd[3414]: /usr/lib/ruby/2.5.0/rubygems/dependency.rb:313:in `to_specs': Could not find 'rack' (< 2.0.0) - did find: [rack-2.0.5] (Gem::MissingSpecVersionError)

Nov 30 16:26:30 bokbok pcsd[3414]: Checked in 'GEM_PATH=/.gem/ruby/2.5.0:/usr/lib/ruby/gems/2.5.0:/usr/lib/pcsd/vendor/bundle/ruby', execute gem env for more information

Nov 30 16:26:30 bokbok pcsd[3414]: from /usr/lib/ruby/2.5.0/rubygems/dependency.rb:323:in `to_spec'

Nov 30 16:26:30 bokbok pcsd[3414]: from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_gem.rb:65:in `gem'

Nov 30 16:26:30 bokbok pcsd[3414]: from /usr/lib/pcsd/ssl.rb:5:in `<top (required)>'

Nov 30 16:26:30 bokbok pcsd[3414]: from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:135:in `require'

Nov 30 16:26:30 bokbok pcsd[3414]: from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:135:in `rescue in require'

Nov 30 16:26:30 bokbok pcsd[3414]: from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:39:in `require'

Nov 30 16:26:30 bokbok pcsd[3414]: from /usr/lib/pcsd/pcsd:14:in `<main>'

salosh commented on 2017-08-01 09:55 (UTC)

# git log -n 1 commit d9fee38ca2d057b032c1438ecdb074b3437bd35e (HEAD -> master, origin/master, origin/HEAD) Author: Brian Bidulock <bidulock@openss7.org> Date: Thu May 18 06:46:54 2017 -0600 version 0.9.157 # makepkg -si ==> Starting build()... make: Entering directory '/remote/git/cluster/pcs/src/pcs-0.9.157/pcsd' bundle package Fetching source index from https://tojeline.fedorapeople.org/rubygems/ Retrying fetcher due to error (2/4): Bundler::HTTPError Could not fetch specs from https://tojeline.fedorapeople.org/rubygems/ Retrying fetcher due to error (3/4): Bundler::HTTPError Could not fetch specs from https://tojeline.fedorapeople.org/rubygems/ Retrying fetcher due to error (4/4): Bundler::HTTPError Could not fetch specs from https://tojeline.fedorapeople.org/rubygems/ Could not fetch specs from https://tojeline.fedorapeople.org/rubygems/ make: *** [Makefile:37: get_gems] Error 17 make: Leaving directory '/remote/git/cluster/pcs/src/pcs-0.9.157/pcsd' ==> ERROR: A failure occurred in build(). Aborting... Any help would be appreciated...