Hi,

If I have this understood right, I have a minor suggestion on the
improvements on the page.
https://cwiki.apache.org/confluence/display/VCL/Create+a+Linux+Base+Image

The instructions need to be changed a bit for it to work for RedHat/CentOS 5.

It has to do with the default sshd startup/stop script (as supplied by
RedHat/CentOS 5) which does a "killproc $SSHD" on stop which will kill
both internal and external daemonsĀ (even when invoked on the external
sshd script). It's needed since the external sshd will be shutdown at
some VCL processes and the internal sshd stilll needs to listen.

For testing purposes, one can change it to kill on the PID file. To be
ultra-safe, one can check the process name with the PID before
killing.

Thanks

Reply via email to