"Rancier, Jeff" wrote:
> 
> Thanks,
> 
> I was using my username.  The results from the ypcat:

and what is that user name? so we can see if it matches the other output, is
it your unix or MS username?

> 
> ypcat:  the domainname hasn't been set on this machine.
> 

I was making the assumption you were using NIS[+], seems I was wrong.
skip all the ypcat calls I had. if you are using some other method of
distributed authentication you will need to get its data in where I was
doing the ypcat info, and I am assuming that the distributed auth uses the
same format as the local auth files.

> Do I need to resolve this, or is just a method for troubleshooting?
> 
> | -----Original Message-----
> | From: Todd Denniston [mailto:[EMAIL PROTECTED]
> | Sent: Tuesday, June 21, 2005 2:43 PM
> | To: Rancier, Jeff
> | Cc: info-cvs@gnu.org
> | Subject: Re: Check out fails
<SNIP>
> | 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
> |
<SNIP>
note I did not wrap the above lines quite correctly, it should have been:
cat /etc/group > /tmp/workoutgroup ;  \
grep username_from_Q1 /tmp/workoutuser | \
awk -F: '{print $4}' > /tmp/workoutgid


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


_______________________________________________
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to