Maarten de Boer writes: > > I am running a CVS server in a chroot jail, and everything is working > okay, apart from one thing. We have been using a commitinfo script > for a long time with no problems, and now I wanted to add a loginfo > script as well. This however fails with a broken pipe.
Most likely, the problem is that some command your script uses doesn't exist in your chroot jail -- perhaps even the script's interpreter. I'd suggest running CVS with tracing enabled to see if that tells you anything, although I don't think it will. If not, add an echo into a file as the very first thing in the script to see if it's being run at all. If it is, you can add more echos to see where it dies. You could also try running the script manually inside the chroot jail. -Larry Jones What better way to spend one's freedom than eating chocolate cereal and watching cartoons! -- Calvin _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
