info-cvs
[Top][All Lists]
Advanced

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

Re: Check out fails


From: Todd Denniston
Subject: Re: Check out fails
Date: Tue, 21 Jun 2005 13:43:26 -0500

"Rancier, Jeff" wrote:
> 
> Yep.  I downloaded, compiled, and installed for Solaris 8 on Sparc.  The
> manpage for initgroups indicates the following:
> 
<SNIP> 
> So, I SU'd and logged into the repository again and attempted to do a check
> out again, with the same error.  Has anyone experience this on Solaris?
> Have a resolution?
> 
If you are using pserver you should not need to su, [x]inetd runs as root.

I have a few questions to that may resolve some assumptions the rest of us
are making.

Q1) what username are you giving to CVS?

Q2) on the solaris box what does the following command sequence yield?
cat /etc/passwd > /tmp/workoutuser; ypcat passwd >> /tmp/workoutuser  ; \
grep username_from_Q1 /tmp/workoutuser

Q3) on the solaris box what does the following command sequence yield? (Note
that you may not want to give all the information output here, just what you
believe may be involved.)
cat /etc/group > /tmp/workoutgroup ;  \
ypcat group >> /tmp/workoutgroup; \
grep username_from_Q1 /tmp/workoutuser |awk -F: '{print $4}' >
/tmp/workoutgid

grep -e `cat /tmp/workoutgid` \
-e username_from_Q1 /tmp/workoutgroup | \
awk -F: '{print $1 "\t:" $3}'

Q4) on the solaris box what does the following command sequence yield?
ls -l `echo $CVSROOT |awk -F: '{print $4}'`
#assuming CVSROOT is set to pserver


> Thanks,
> Jeff
> 
> | -----Original Message-----
> | From: Rod Macpherson [mailto:address@hidden
> | Sent: Monday, June 20, 2005 6:39 PM
> | To: Rancier, Jeff
> | Subject: RE: Check out fails
> |
> |
> | Did you successfully "cvs login" as the user in your CVSROOT string?
> |
> | -----Original Message-----
> | From: address@hidden
> | [mailto:address@hidden
> | On Behalf
> | Of Rancier, Jeff
> | Sent: Monday, June 20, 2005 2:48 PM
> | To: address@hidden
> | Subject: Check out fails
> |
> | When attempting to checkout a module using pserver, I get:
> |
> | initgroups failed: Invalid argument
> |
> | I googled this but didn't come up with anything helpful.
> |
> | Thanks,
> | Jeff

-- 
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane) 
Harnessing the Power of Technology for the Warfighter




reply via email to

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