Hi,
On new-cl-net, the "sync cvsroot" script is regularly exceeding its runtime window (which is 20 minutes).
One solution could be to change the nice parameter (-20).
I'm hoping that others have better ideas, like changing the script from polling to event-based, which would eliminate the need to check all files individually. Does anybody have some cycles to look into the options?
Bye,
Erik.
I think it would be better to publish the original repositories using pserver rather than making an extra copy just because of the paranoia. If pserver needs to be chroot (I'd doubt that), the repositories can live inside of the chroot and instead symlink to the /project directory.
Opinions? I can implement the simple scheme if noone objects.
-Hans
On Sun, May 8, 2011 at 3:00 PM, Erik Huelsmann ehuels@gmail.com wrote:
Hi,
On new-cl-net, the "sync cvsroot" script is regularly exceeding its runtime window (which is 20 minutes).
One solution could be to change the nice parameter (-20).
I'm hoping that others have better ideas, like changing the script from polling to event-based, which would eliminate the need to check all files individually. Does anybody have some cycles to look into the options?
Bye,
Erik.
clo-devel mailing list clo-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/clo-devel
Hi Hans,
On Sun, May 8, 2011 at 9:58 PM, Hans Hübner hans.huebner@gmail.com wrote:
I think it would be better to publish the original repositories using pserver rather than making an extra copy just because of the paranoia. If pserver needs to be chroot (I'd doubt that), the repositories can live inside of the chroot and instead symlink to the /project directory.
Opinions? I can implement the simple scheme if noone objects.
If I'm correct, this page http://www.cvedetails.com/product/758/CVS-CVS.html?vendor_id=442 suggests that there have been no CVE security advisories anymore since 2005. If that's the case, I do concur that this is probably a bit too paranoid.
If nobody objects within say, the next 72 hours, I think we can safely assume there are no objections.
Thanks!
Bye,
Erik.