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 14:00:08 -0500

"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:address@hidden
> | Sent: Tuesday, June 21, 2005 2:43 PM
> | To: Rancier, Jeff
> | Cc: address@hidden
> | 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




reply via email to

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