<div dir="ltr">On Thu, May 25, 2017 at 4:23 PM, James Cameron <span dir="ltr"><<a href="mailto:quozl@laptop.org" target="_blank">quozl@laptop.org</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Explore /etc/profile.d and look at each script added by xsce to find<br>
one that tries to do "/sbin/service" commands or mentions ssh.<br>
<br>
If that doesn't help, start a bash shell without profile<br>
(--noprofile), and then execute each file in turn until you find the<br>
culprit.<br></blockquote><div><br></div><div>Thx, this line:<br><br>   if /usr/sbin/service ssh status | grep -q running; then<br><br></div><div>within /etc/profile.d/profile_ssh_warn.sh seems like a likely culprit, if George has time to examine?  Also visible here:<br><br>   <a href="https://github.com/XSCE/xsce/blob/ceff120a65008e70164fb7f37344204fb4d51c84/roles/3-base-server/templates/profile_ssh_warn.sh">https://github.com/XSCE/xsce/blob/ceff120a65008e70164fb7f37344204fb4d51c84/roles/3-base-server/templates/profile_ssh_warn.sh</a><br></div></div></div></div>