#51162 Ticket 51161 - fix SLE15.2 install issps
Closed by spichugi. Opened by firstyear.
firstyear/389-ds-base 51161-sp2failure  into  master

Download 51162.patch

Bug Description: On SLE15.2 the hostname is almost always set
incorrectly which can break the install. Newer versions of
systemd encode utf8 in their command output that trips up
the log subsystem.

Fix Description:
We have to set SER_HOST rather than using the default which is
socket.gethostname() from init.py.

Discard the special utf8 encodings in the log output for systemd

https://pagure.io/389-ds-base/issue/51161

Author: William Brown william@blackhats.net.au

Review by: ???

Works for me, ack

rebased onto b59faa43518613e2f0a893c5a7491e1801d8be5b

Pull-Request has been merged by firstyear

To ssh://pagure.io/389-ds-base.git
   946b5e1d3..c7d81c280  389-ds-base-1.4.3 -> 389-ds-base-1.4.3
To ssh://pagure.io/389-ds-base.git
   56e97a4e1..a53c73bd3  389-ds-base-1.4.2 -> 389-ds-base-1.4.2

Thanks @mreynolds !

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This pull request has been cloned to Github as issue and is available here:
- https://github.com/389ds/389-ds-base/issues/4215

If you want to continue to work on the PR, please navigate to the github issue,
download the patch from the attachments and file a new pull request.

Thank you for understanding. We apologize for all inconvenience.

Pull-Request has been closed by spichugi

Metadata