[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cannot stat /var/lock/cvs/web/www: No such file or directory
From: |
Bob Proulx |
Subject: |
Re: cannot stat /var/lock/cvs/web/www: No such file or directory |
Date: |
Thu, 21 Nov 2024 00:24:31 -0700 |
Dora Scilipoti wrote:
> Eli Zaretskii wrote:
> > > cvs updating my working directory www doesn't seem to be working for me
> > > since yesterday:
> > >
> > > ~/www$ cvs update
> > > cvs update: Updating .
> > > cvs [update aborted]: cannot stat /var/lock/cvs/web/www: No such file or
> > > directory
> >
> > Works here, FWIW.
>
> Yes, it resumed working a few hours after I submitted the report. I'm
> sure the problem wasn't on my side. Some feedback would be useful to
> know what was it.
Thank you for the report! (Though Jing got me notified directly and I
fixed the problem then. But I would rather have multiple problem
reports rather than none.)
The server was rebooted. The lock files exist in a tmpfs in memory
temporary directory which evaporates at shutdown and must be created
new at boot time. For reasons not yet explained the boot time
creation did not happen this boot. It usually happens. We reboot
servers as required for security upgrade kernels and other reasons.
But for some reason it did not run this time.
It's now on my task list to figure out why and to ensure that whatever
is currently broken is fixed so that future reboots will work
correctly and won't have this problem.
Bob