Re: Bash login slow after upgrade to cygwin 1.7

2010-08-20 Thread Nahor
On 2010-08-20 7:50, Jeremy Ramer wrote: After upgrading from cygwin 1.5 to cygwin 1.7 starting a bash shell is much slower. It usually takes around 4 seconds before I get a prompt. On cygwin 1.5 it was only around 1 second. I captured some logs from the startup using this process: - Open cmd

Re: cygwin1.7 and Eclipse CDT?

2010-03-15 Thread Nahor
On 2010-03-15 10:23, Bernd Prager wrote: Has anybody gotten Eclipse C++ CDT to run with Cygwin 1.7.? My Eclipse does not recognize Cygwin being installed and I cannot use the Cygwin gcc tool chain. The CDT looks for Cygwin in the registry. But Cygwin 1.7 doesn't use the registry anymore. It w

Re: Can't execute scripts from a samba share with 1.7

2009-08-06 Thread Nahor
Larry Hall (Cygwin) wrote: On 08/06/2009 05:25 PM, Nahor wrote: Corinna Vinschen wrote: On Aug 6 10:50, Nahor wrote: One weird thing though, the directory permission are 700 and yet I can list the content of the directory, cd in it and add/delete files. So permissions are not consistently

Re: Can't execute scripts from a samba share with 1.7

2009-08-06 Thread Nahor
Corinna Vinschen wrote: On Aug 6 10:50, Nahor wrote: One weird thing though, the directory permission are 700 and yet I can list the content of the directory, cd in it and add/delete files. So permissions are not consistently checked. But then, I assume it's because all that is do

Re: Can't execute scripts from a samba share with 1.7

2009-08-06 Thread Nahor
Corinna Vinschen wrote: On Aug 5 13:40, Nahor wrote: Hi, I have a samba share mounted in cygwin with the following fstab entry: //server/nahor /home/nahor smbfs binary,user,exec,acl,posix=0,cygexec 0 0 Permissions are set correctly: $ ls -al -rwxr--r-- 1 nahor Domain Users 19 Aug 5

Can't execute scripts from a samba share with 1.7

2009-08-05 Thread Nahor
Hi, I have a samba share mounted in cygwin with the following fstab entry: //server/nahor /home/nahor smbfs binary,user,exec,acl,posix=0,cygexec 0 0 Permissions are set correctly: $ ls -al -rwxr--r-- 1 nahor Domain Users 19 Aug 5 11:46 t.sh My test script doesn't do much: $ cat .

Re: [ANNOUNCEMENT] [1.7] New documentation available

2009-02-13 Thread Nahor
Corinna Vinschen wrote: Bugfixes and enhancements in the form of patches (diff -u) are welcome. Not a patch but easy enough to find: [A brief history of the Cygwin project] "the 1.7 release in 2008" => 2009 Cheers, Nahor -- Unsubscribe info: http://cygwin.com/ml

Re: Update Problems

2009-02-05 Thread Nahor
Nahor wrote: Carl Lund wrote: Hi-- I tried updating my Cygwin installation, and got a message indicating that cygreadline6.dll was missing. I did not request any changes; I was just trying to update my current configuration to the latest release. My suspicion is that something has been

Re: Update Problems

2009-02-05 Thread Nahor
the version field... yes that's it: all packages missing the version field are missing from the setup tool in a fresh install. Nahor -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cyg

bash completion

2006-04-19 Thread Nahor
Hi, I have the following prompt in bash (Gentoo style): PS1='\[\033[01;[EMAIL PROTECTED] \[\033[01;34m\]\w $ \[\033[00m\]' When I press to get the list of possible completion on the command line, I have some extra characters added to the display: [EMAIL PROTECTED] ~ $ cd /c/ Documents an