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 Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Sun, 15 May 2005 22:38:53 +0200 (MET DST) From: Angelo Graziosi To: cygwin AT cygwin DOT com cc: Eric Blake , cygwin-xfree AT cygwin DOT com Subject: Base-files 3.4-1: Problems for users with Non-Admin. priv. In-Reply-To: <051520050306.27988.4286BCBC0005729D00006D5422007614380A050E040D0C079D0A@comcast.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-AntiVirus: checked by Vexira Milter 1.0.6; VAE 6.30.0.2; VDF 6.30.0.177 When loging as user without admn. priv. (e.g.: owner= Graziosi, group= Users) the standard bash shell (cygwin.bat) says: chmod: changing permissions of `/tmp': Permission denied This is caused by if [ -d "/tmp" ]; then chmod 1777 /tmp fi in /etc/profile. It assign the permission "t" to /tmp but this was already a problem with xorg-x11-xwin-6.8.2.0-1 and org-x11-xwin-gl-6.8.2.0-1. The next, 6.8.2.0-2, was released exactly to fix that problem. The solution was to not assign the "t" permission to /tmp and to whatever it contans! See: angelo. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/