Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Mon, 18 Mar 2002 17:00:17 +0100 From: "Gerrit P. Haase" X-Mailer: The Bat! (v1.54 Beta/45) Business Reply-To: "Gerrit P. Haase" Organization: Esse keine toten Tiere X-Priority: 3 (Normal) Message-ID: <8415469213.20020318170017@familiehaase.de> To: cygwin AT cygwin DOT com Subject: Re: terminal is not fully functional In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Robert, Montag, 18. März 2002 16:53:54, du schriebst: > start button | > settings | > control panel | > passwords and users | > clicked on my id | > properties | > changed my username from "Robert Mark Bram" to "RobertMarkBram". Hmmm, Windows is a little picky about changes... > I noticed that when I rebooted and started up Cygwin, it still put me in a > home directory of /Robert Mark Bram. Have you regenerated your /etc/passwd file? > Now when I run Cygwin it is putting me in a directory "/cygdrive/c" and some > of my commands are not working. For example: > Robert Mark Bram AT DIJONG ~ > $ pwd > /cygdrive/c That is because this is your HOMEPATH setting somewhere in windows. Try adding s.th. like this to /etc/profile: unset HOME unset HOMEPATH at the beginning after the PATH declaration. > Robert Mark Bram AT DIJONG ~ > $ man ls | less > WARNING: terminal is not fully functional > - (press RETURN) Hmmm. No idea. Move all your stuff from /home/Robert Mark Bram to /home/RobertMarkBram, regenerate /etc/passwd: $ mkpasswd -l > /etc/passwd or $ mkpasswd -d > /etc/passwd Gerrit -- $ make signature make: *** No rule to make target `signature'. Stop. -- 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/