info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS w/ ssh - chroot


From: Espen Randen
Subject: Re: CVS w/ ssh - chroot
Date: 14 Jan 2005 23:05:27 GMT
User-agent: slrn/0.9.8.1 (FreeBSD)

On 2005-01-14, Grand Poohbah <address@hidden> 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;
address@hidden: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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]