On 2005-01-14, Grand Poohbah <[EMAIL PROTECTED]> wrote:
> Question: is there a debug or verbose mode I can use to get more output?  I 
> have the mirrored repository file structure and permissions set up 
> correctly, my only binaries I have are the following
>
> /bin/sh
> /bin/chroot.sh
> /bin/ls
> /dev/null
> /usr/bin/rsync
> /usr/bin/cvs
>
> Does cvs server need more binaries to work properly? Is there a way I can 
> run "cvs server" by hand from the chroot environment to simulate what my 
> client should be doing?

I don't know about any debug or verbose modes for cvs in server mode, but
maybe you are missing some or all shared libraries that cvs depends on
in your chroot area?

This is FreeBSD 4.10-STABLE, but I don't think that cvs on FreeBSD 5.x is
any different;
[EMAIL PROTECTED]:tmp]$ ldd /usr/bin/cvs
/usr/bin/cvs:
libgnuregex.so.2 => /usr/lib/libgnuregex.so.2 (0x280db000)
libmd.so.2 => /usr/lib/libmd.so.2 (0x280e3000)
libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x280ec000)
libz.so.2 => /usr/lib/libz.so.2 (0x28105000)
libc.so.4 => /usr/lib/libc.so.4 (0x28112000)

Followup-To set to comp.unix.bsd.freebsd.misc

-- 
"YOU, with the C++ compiler and no knowledge of how computers work!
Back away from the keyboard with your hands up, NOW!"
- Dave McGuire on the rescue list
_______________________________________________
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to