Bug #30734
Error when installing freeipa-client on debian systems
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Templates
Target version:
-
Description
During the freeipa-register snippet the apt-get install command fails because DEBIAN_FRONTEND is not set to noninteractive. This causes isseus with one of the dependencies attempting to configure itself with an interactive menu. Setting DEBIAN_FRONTEND=noninteractive allows the install to complete successfully.
Associated revisions
History
#1
Updated by The Foreman Bot over 2 years ago
- Status changed from New to Ready For Testing
#2
Updated by The Foreman Bot over 2 years ago
- Fixed in Releases 2.3.0 added
#3
Updated by Anonymous over 2 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|3203b093d180e1dd91b1d42cf52a2d4381e7d4f2.
#4
Updated by Tomer Brisker over 2 years ago
- Category set to Templates
Fixes #30734 - Use noninteractive frontend while installing freeipa-client on debian systems
Co-authored-by: Tomer Brisker <tbrisker@gmail.com>