Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com From: "Gerrit P. Haase" Organization: convey Information Systems To: "ronghua zhang" Date: Fri, 27 Jul 2001 16:19:19 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: lots of problems in cygwin Reply-to: gerrit AT familiehaase DOT de CC: cygwin AT cygwin DOT com Message-ID: <3B619487.16665.1308799@localhost> References: <3B612523 DOT 18636 DOT 17487B34 AT localhost> X-mailer: Pegasus Mail for Win32 (v3.12cDE) Hi Ronghua, > thank you for your advice. > I found that if i fist start windows cmd shell and from it run cygwin.bat, > everything is ok. > but if I double click the icon of cygwin.bat on desktop, what I mentioned > before still happen even if I set the environment variable. Try to use rxvt, you will have a scroll buffer and more fun at Win9x: Use this (or similar options for the shortcut, all in one line to start from command.exe works too): C:\cygwin\bin\rxvt.exe -geometry 120x40 -bg black -fg grey -cr red -sr -sl 1000 -fn "Lucida Console-14" -tn cygwin -ls -e bash --login -i > another problem is after install, why my user name is 'unknown', how can i > change it. Try: $ mkpasswd -l > /etc/passwd $ mkgroup -l > /etc/group And look in the docs how to modify these files, if you have problems: http://www.cygwin.com/cygwin-ug-net/using-utils.html#MKGROUP and: http://www.cygwin.com/cygwin-ug-net/cygwin-ug-net.html > the following is the contents of cygcheck.out [...] > C:\cygwin\bin /usr/bin user textmode > C:\cygwin\lib /usr/lib user textmode > C:\cygwin / user textmode > c: /cygdrive/c user textmode,noumount > d: /cygdrive/d user textmode,noumount > e: /cygdrive/e user textmode,noumount If you choose 'unix mode' during setup, default type of mounts is binmode, not textmode, which is more real unix:-) gph -- Gerrit P. Haase -- 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/