Actions
Bug #27860
closedUbuntu/Deb smart proxy not loading correct ruby modules
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
The smart proxy (1.22/23) on Ubuntu 18LTS will not start due to some missing reference to dynflow (require 'dynflow') or some such. I can make it get past this by requiring it in smart_proxy_main.rb but it gives an error complaining about the future method being missing ([E] undefined method `future' for Concurrent:Module (NoMethodError). I think this is related to how ruby has deprecated the concurrent future method in favor of promises, and perhaps not this is now reflected in the Ubuntu packaging.
Updated by Anonymous over 5 years ago
- Is duplicate of Bug #26788: Unable to upgrade from 1.21.1 to 1.22.x and to 1.23.X with foreman-remote-execution installed added
Updated by Anonymous over 5 years ago
- Status changed from New to Duplicate
See https://github.com/theforeman/foreman-packaging/pull/3438 and linked PRs.
Actions