Search Criteria
Package Details: pcs 0.11.8-1
Package Actions
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-08-13 08:48 (UTC) |
Dependencies (19)
- pacemakerAUR (pacemaker-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-daciteAUR
- python-dateutil
- python-lxml
- python-pycurl
- python-pyparsing
- python-simplejson
- python-tornado
- python-urllib3
- python-yaml (python-yaml-gitAUR)
- ruby
- ttf-liberation (ttf-defenestrationAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR) (make)
- python-pip (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- ruby-bundler (make)
- wget (wget-gitAUR, wurlAUR) (make)
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.
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 informationNov 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)