X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-3.3 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD,TW_MK,TW_TX X-Spam-Check-By: sourceware.org From: Kevin Layer To: cygwin AT cygwin DOT com Subject: Re: startxwin started bash does not read .bashrc or .bash_profile In-reply-to: <512E2F7D.1030305@cs.umass.edu> References: <15470 DOT 1361923720 AT relay DOT known DOT net> <512D7040 DOT 7080905 AT gmail DOT com> <26949 DOT 1361935259 AT relay DOT known DOT net> <512E2F7D DOT 1030305 AT cs DOT umass DOT edu> Comments: In-reply-to Eliot Moss message dated "Wed, 27 Feb 2013 11:08:29 -0500." Date: Wed, 27 Feb 2013 08:20:38 -0800 Message-ID: <8092.1361982038@relay.known.net> 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 Eliot, thanks for the reply. The passwd/group was an interesting thought. Unfortunately: @oob2$ mkpasswd -l > passwd.new @oob2$ diff passwd passwd.new @oob2$ mkgroup -l > group.new @oob2$ diff group group.new @oob2$ It's not just mintty. When I run xterm, it doesn't source any of my init files, either. This is not a new issue. I only started to care about it recently because I want to use ssh-agent/ssh-add in my .bashrc/.bash_profile. As for PATH, it's set so that it can find the programs, so I'm pretty sure that's neither here nor there. More ideas for debugging? Here's my mount output, in case that might be relevant: bash-4.1$ mount C:/cygwin/home on /home type ntfs (binary) C:/cygwin/bin on /usr/bin type ntfs (binary,noacl) C:/cygwin/lib on /usr/lib type ntfs (binary,noacl) C:/cygwin on / type ntfs (binary,noacl) C: on /c type ntfs (binary,noacl,posix=0,user) D: on /d type ntfs (binary,noacl,posix=0,user) E: on /e type vfat (binary,noacl,posix=0,user) Y: on /cygdrive/y type smbfs (binary,noacl,posix=0,user,noumount,auto) Z: on /cygdrive/z type ntfs (binary,noacl,posix=0,user,noumount,auto) bash-4.1$ Note that I added the /home entry to get `noacl' out of the options. However, this is a new thing, and as I said, the problem is old. Thanks. Kevin -- 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