[Box-Admins] Re: source.squeak.org is ready to switch

Chris Muller ma.chris.m at gmail.com
Thu Oct 20 20:15:29 UTC 2016


Sigh.


> > We can do /srv/sourcesqueakorg/webserver if you want.
>
> Sounds good!
>

In trying to move the users home dir:
----------------
sudo usermod --move-home --home /srv/sourcesqueakorg squeaksource
usermod: user squeaksource is currently used by process 9095
----------

Its daemontools' multilog process for the service.

----------
ps -ef | grep 9095
chrismu+  5917  5471  0 20:06 pts/0    00:00:00 grep 9095
squeaks+  9095  9094  0 Oct13 ?        00:00:00 multilog t ./main
-----------

Okay, stop it:

---------------
sudo svc -d /service/squeaksource/log
sudo svstat /service/squeaksource/log
/service/squeaksource/log: up (pid 9095) 668663 seconds, want down
---------------

Hmm, why still up?  Kill it?
------------
sudo kill 9095
ps -ef | grep 9095
chrismu+  6034  5471  0 20:08 pts/0    00:00:00 grep 9095
squeaks+  9095  9094  0 Oct13 ?        00:00:00 multilog t ./main
------------

Still there, what now?  I don't want to get daemontools into a bad state
where I can't get it to start back up..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/box-admins/attachments/20161020/4a0f070f/attachment-0001.htm


More information about the Box-Admins mailing list