Re: Domain Users

2003-10-08 Thread Boris Mayer-St-Onge
bash: cannot create temp file for here document: Permission denied At a guess, this is because you have TEMP set to some directory that domain users cannot access. You could add a "TEMP=/tmp" at the top of /etc/profile, and see if it helps. Oh, and make sure /tmp on every computer is mode 01777,

Domain Users

2003-10-08 Thread Boris Mayer-St-Onge
Recently, we have upgraded our version of cygwin from 1.3.12-2 to 1.5.5-1. Since that, we have a problem with domain users. Cygwin is installed locally on each computer by the local administrator and it is used by domain users. If we open a bash shell, we have the following messages: bash: c