| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Mon, 3 Feb 2003 10:55:18 +0000 (GMT Standard Time) |
| From: | Max Bowsher <maxb AT ukf DOT net> |
| To: | Anton Avramov <aavramov AT openlinksw DOT bg> |
| cc: | cygwin AT cygwin DOT com |
| Subject: | Re: Bug: cygwin-1.3.19-1 after instaling user is not properly resolved |
| In-Reply-To: | <000a01c2cb71$02037840$6c01a8c0@aanton> |
| Message-ID: | <Pine.WNT.4.44.0302031052550.288-100000@pcchem101.chem.pwf.cam.ac.uk> |
| X-X-Sender: | mob22 AT imap DOT hermes DOT cam DOT ac DOT uk |
| MIME-Version: | 1.0 |
| X-MIME-Autoconverted: | from QUOTED-PRINTABLE to 8bit by delorie.com id h13AteM10624 |
On Mon, 3 Feb 2003, Anton Avramov wrote: > After instaling upgrading to cygwin-1.3.19-1 the user is not properly > resolved > istead of the old promp username AT computer. I get ?щ"@computer or some other > strange asccii codes. > The home directory is set to /cygdrive/c > if i start bash from the already running bash, it's starts working normaly Sounds like your /etc/passwd and /etc/group files are out-of-date. Regenerate them: $ mkpasswd -l > /etc/passwd $ mkgroup -l > /etc/group Unless you are on a Windows domain, in which case you will need other options to mkpasswd and mkgroup. Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |