Actions
Bug #33013
closedbundler warns /usr/share/foreman is not writable
Difficulty:
Triaged:
No
Bugzilla link:
Pull request:
Description
When running foreman-rake, Bundler complains the home directory is not writable.
Executing: foreman-rake upgrade:run `/usr/share/foreman` is not writable. Bundler will use `/tmp/bundler20210520-43729-pzug1w43729' as your home directory temporarily. 'ErbParser' is ignored. 'RubyParser' is ignored. ============================================= Upgrade Step 1/2: katello:correct_repositories. This may take a long while. ============================================= Upgrade Step 2/2: katello:clean_backend_objects. This may take a long while. Failed upgrade task: katello:clean_backend_objects, see logs for more information.
This is a problem with a recent enough Bundler (as present in rh-ruby27). In particular that contains a fix for https://access.redhat.com/security/cve/CVE-2019-3881 (https://github.com/rubygems/bundler/commit/02e7f67727b45).
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ewoud Kohl van Wijngaarden
- Pull request https://github.com/theforeman/foreman/pull/8663 added
Updated by Ewoud Kohl van Wijngaarden over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|f25a21e1b0c9642209df91558a9b51e24e820af9.
Updated by Evgeni Golov over 3 years ago
- Related to Bug #33520: bundler warns /usr/share/foreman-proxy is not writable added
Actions