Re: [vserver] Vserver and /var/run

About this list Date view Thread view Subject view Author view Attachment view

From: Jacques Gelinas (jack_at_solucorp.qc.ca)
Date: Wed Feb 20 2002 - 15:02:46 EST


On Tue, 12 Feb 2002 12:32:39 -0500, Ron Arts wrote
> By the way, I replaced both instances with
>
> find /var/run/ -name \*.pid -exec rm -f {} \;

I changed this to

        rm -f `find var/run -type f`
        touch var/run/utmp

> Also changed `sleep 2` into `sleep 5` when stopping
> vservers. 2 seconds weas not enough for my MySQL setup.

I have changed that to sleep 5. Are you using fakeinit ? (per vserver init process)

---------------------------------------------------------
Jacques Gelinas <jack_at_solucorp.qc.ca>
vserver: run general purpose virtual servers on one box, full speed!
http://www.solucorp.qc.ca/miscprj/s_context.hc


About this list Date view Thread view Subject view Author view Attachment view

This archive was generated by hypermail 2.1.4 : Mon Aug 19 2002 - 12:01:01 EDT