<div dir="ltr">Sigh.<div class="gmail_extra"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="gmail-"><br>
&gt; We can do /srv/sourcesqueakorg/webserver if you want.<br>
<br>
</span>Sounds good!<br></blockquote><div><br></div><div>In trying to move the users home dir:</div><div>----------------</div><div>sudo usermod --move-home --home /srv/sourcesqueakorg squeaksource</div><div><font color="#990000">usermod: user squeaksource is currently used by process 9095</font><br></div><div><div>----------</div><div></div></div><div><br></div><div>Its daemontools&#39; multilog process for the service.<br></div><div><br></div><div>----------</div><div><div>ps -ef | grep 9095</div><div>chrismu+  5917  5471  0 20:06 pts/0    00:00:00 grep 9095</div><div>squeaks+  9095  9094  0 Oct13 ?        00:00:00 multilog t ./main</div></div><div>-----------</div><div><br></div><div>Okay, stop it:<br></div><div><br></div><div>---------------</div><div>sudo svc -d /service/squeaksource/log<br></div><div><div>sudo svstat /service/squeaksource/log</div><div>/service/squeaksource/log: up (pid 9095) 668663 seconds, want down</div></div><div>---------------</div><div><br></div><div>Hmm, why still up?  Kill it?</div><div>------------</div><div>sudo kill 9095<br></div><div><div>ps -ef | grep 9095</div><div>chrismu+  6034  5471  0 20:08 pts/0    00:00:00 grep 9095</div><div>squeaks+  9095  9094  0 Oct13 ?        00:00:00 multilog t ./main</div></div><div>------------</div><div><br></div><div>Still there, what now?  I don&#39;t want to get daemontools into a bad state where I can&#39;t get it to start back up..</div><div><br></div></div></div></div>