[Bugs] [Bug 1649054] glustereventsd does not start on Ubuntu 16.04 LTS
bugzilla at redhat.com
bugzilla at redhat.com
Fri Dec 28 10:28:31 UTC 2018
https://bugzilla.redhat.com/show_bug.cgi?id=1649054
--- Comment #15 from Arano-kai <captcha.is.evil at gmail.com> ---
It is probably you hit by https://stackoverflow.com/q/5658622, that is some
$PATH inconsistency from python view and shell view.
Since systemd used and units run in isolated env, you can try to explicitly set
$PATH by overriding glustereventsd.service:
# echo $PATH
<current shell PATH>
# systemctl edit glustereventsd.service
[Service]
Environment=PATH=<current shell PATH>
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Bugs
mailing list