X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: Andrew DeFaria Subject: Re: Where are home directories for other users besides my Admin account? Date: Wed, 02 Sep 2009 22:30:53 -0700 Lines: 44 Message-ID: References: <8D7A7D4B54E940AC8B962EE7612C39A9 AT kingmark> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Thunderbird 2.0.0.23 (X11/20090817) In-Reply-To: <8D7A7D4B54E940AC8B962EE7612C39A9@kingmark> X-Stationery: 0.4.10 X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com siegfried wrote: > I think the fix should be mkpasswd -l -d /etc/passwd but this says > (when run from the heintze account) First question: Exactly where is the heintze account? If you participate in a domain is it in the Windows Active Directory or is a local user. If the later then -l is what you want. If it's the former then you need -d (<- from memory - I only run Ubuntu at home anymore). Also, mkpasswd -l /etc/passwd is not what you want. mkpasswd -l -u heintze >> /etc/passwd is what you want. mkpasswd queries Active Directory (if -d is specified) or the local SAM (Security Accounts Manager) looking up user IDs, formulating them to a Cygwin style /etc/passwd entry, and then echoing them to stdout. So you want to redirect that output, appending (i.e. >>) to your /etc/passwd. > mkpasswd (739): [1212] The format of the specified domain name is invalid. My guess is that it took -d /etc/passwd to mean the Windows domain "/etc/passwd". > Here is what uname says. > heintze AT US-SEA-L3BER9K ~ > $ uname -a > CYGWIN_NT-6.0 US-SEA-L3BER9K 1.5.25(0.156/4/2) 2008-06-12 19:34 i686 > Cygwin > > Should I be using the -d option? Maybe not. OK, I'll try it without! > > No luck. It still does not see the heintze account. Leading back to the question of where exactly is the "heintze" account? BTW you probably want -u heintze on that mkpasswd command. The -u says look for this particular user. You're only interested in the heintze user. > So I use vi to edit /etc/passwd and duplicate the heintze-local entry and > remove the -local . I got a > little further. > > I get a dialog box that says > "A fatal error has occurred and Cygwin/X will not exit. Please open > /var/log/XWin.%s.log for more > information.." Let's get your local user working first then we can deal with the X problem. My guess there is that heintze probably doesn't have permissions to deal with heintze-local's home directory. -- Andrew DeFaria Living on Earth may be expensive, but it includes an annual trip around the sun. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple