Bug: cygwin-1.3.19-1 after instaling user is not properly resolved
Max Bowsher
maxb@ukf.net
Mon Feb 3 10:55:00 GMT 2003
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@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/
More information about the Cygwin
mailing list