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

Re: CVS Login problem



On Sat Apr 19, 2003 at 01:00:58PM -0400, Matthew Daubenspeck wrote:
> On Sat, Apr 19, 2003 at 06:24:46PM +0200, Thomas Krennwallner wrote:
> > cvspserver stream tcp nowait root /usr/bin/strace -o /tmp/cvs.strace -f /usr/bin/cvs --allow-root=/usr/local/cvs pserver
> 
> I am assuming the format of the command is screwed up somewhere:
> 
> $ cvs co home
> cvs [checkout aborted]: unrecognized auth response from
> server.com: -o: /tmp/cvs.strace: command not found
> 
> I checked and double checked it with your format, and it is
> identical...

Ah yes. Seems like there is a cvs-pserver script now. copy
/usr/sbin/cvs-pserver to /tmp and add following line as last line:

exec /usr/bin/strace -o /tmp/cvs.strace -f /usr/bin/cvs -b /usr/bin ${cvs_tmp_dir} ${allow_root_opts} pserver

and in your /etc/inetd.conf replace the cvspserver line with:

cvspserver      stream  tcp     nowait.400      root    /tmp/cvs-pserver

BTW, what looked the line before you did the error prone change with
strace in /etc/inetd.conf?

so long
Thomas

PS: search the strace output if there is any confidental data in and
replace it with XXX ;-)

-- 
  ___    Obviously we do not want to leave zombies around.
_/___\     - W. Richard Stevens
 ( ^ >   Thomas Krennwallner <djmaecki at ull dot at>
 /   \   1024D/67A1DA7B 9484 D99D 2E1E 4E02 5446  DAD9 FF58 4E59 67A1 DA7B
(__\/_)_ http://bigfish.ull.at/~djmaecki/

Attachment: pgpJrGBf496XA.pgp
Description: PGP signature


Reply to: