<div dir="ltr">Thanks Michael.<div><br></div><div>That seems to have done the trick without a reboot, appreciate it.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Fri, Sep 2, 2022 at 1:45 PM Michael Stauber <<a href="mailto:mstauber@blueonyx.it">mstauber@blueonyx.it</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Raymond,<br>
<br>
> I'm seeing similar behaviors in both Site Management and Server <br>
> Management where changes I am trying to submit look like they are <br>
> processing then just do nothing.  e.g. trying to change the IP on a <br>
> vsite  just exits and the config is unchanged.  I haven't seen anything <br>
> specific in the logs I've looked at to indicate what is going on there.<br>
> <br>
> Similarly when I try to change server-wide web settings (Update <br>
> AllowOverride in this case) the same thing happens, it doesn't matter if <br>
> I check or uncheck a box the change doesn't apply.<br>
> <br>
> Anything other than /var/log/messages I should be looking at for hints?<br>
<br>
<br>
No, /var/log/messages is the place to go for this. For some more <br>
debugging to see all CCEd transactions involved you could do this:<br>
<br>
touch /etc/DEBUG<br>
tail -f /var/log/admserv/adm_error<br>
<br>
When you're done debugging, recall deleting /etc/DEBUG again.<br>
<br>
However, I suspect that CCEd is hung on your server and/or has some <br>
stuck handlers.<br>
<br>
Please try to see if this shakes the issue loose:<br>
<br>
systemctl stop cced.init.service<br>
killall -9 cced<br>
killall -9 pperld<br>
<br>
Those "killall" commands might come up blank if there were no matches <br>
found. Which is fine.<br>
<br>
Then check with "ps axf|grep sausalito" if there are still processes <br>
around that match that criteria. If it still reports any, kill them off <br>
with "kill -9 <PID>", where <PID> is the process ID.<br>
<br>
Once all CCEd related processes have been killed off, restart CCEd again:<br>
<br>
systemctl start cced.init.service<br>
<br>
That should do the trick. A more drastic approach that also shakes <br>
things loose? A reboot. But you don't have to rock the boat that much by <br>
just killing off all CCEd related processes as shown above and then <br>
starting CCEd again.<br>
<br>
-- <br>
With best regards<br>
<br>
Michael Stauber<br>
_______________________________________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@mail.blueonyx.it" target="_blank">Blueonyx@mail.blueonyx.it</a><br>
<a href="http://mail.blueonyx.it/mailman/listinfo/blueonyx" rel="noreferrer" target="_blank">http://mail.blueonyx.it/mailman/listinfo/blueonyx</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div>--<br>Raymond Richmond<br>Omnia Mutantur, Nihil Interit</div></div></div>